Skip to content

Commit 2730b54

Browse files
authored
feat(clients): update clients as of 10/15/2021 (#2902)
1 parent c23cbc4 commit 2730b54

File tree

472 files changed

+21477
-5393
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+21477
-5393
lines changed

clients/client-accessanalyzer/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
6969
hostname: "access-analyzer.{region}.amazonaws.com.cn",
7070
},
7171
"aws-iso": {
72-
regions: ["us-iso-east-1"],
72+
regions: ["us-iso-east-1", "us-iso-west-1"],
7373
hostname: "access-analyzer.{region}.c2s.ic.gov",
7474
},
7575
"aws-iso-b": {

clients/client-account/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const partitionHash: PartitionHash = {
4545
endpoint: "aws-cn-global",
4646
},
4747
"aws-iso": {
48-
regions: ["us-iso-east-1"],
48+
regions: ["us-iso-east-1", "us-iso-west-1"],
4949
hostname: "account.{region}.c2s.ic.gov",
5050
},
5151
"aws-iso-b": {

clients/client-acm-pca/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
6969
hostname: "acm-pca.{region}.amazonaws.com.cn",
7070
},
7171
"aws-iso": {
72-
regions: ["us-iso-east-1"],
72+
regions: ["us-iso-east-1", "us-iso-west-1"],
7373
hostname: "acm-pca.{region}.c2s.ic.gov",
7474
},
7575
"aws-iso-b": {

clients/client-acm/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const partitionHash: PartitionHash = {
6969
hostname: "acm.{region}.amazonaws.com.cn",
7070
},
7171
"aws-iso": {
72-
regions: ["us-iso-east-1"],
72+
regions: ["us-iso-east-1", "us-iso-west-1"],
7373
hostname: "acm.{region}.c2s.ic.gov",
7474
},
7575
"aws-iso-b": {

clients/client-alexa-for-business/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "a4b.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "a4b.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

clients/client-amp/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "aps.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "aps.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

clients/client-amplify/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "amplify.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "amplify.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

clients/client-amplifybackend/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "amplifybackend.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "amplifybackend.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

clients/client-api-gateway/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "apigateway.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "apigateway.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

clients/client-apigatewaymanagementapi/src/endpoints.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const partitionHash: PartitionHash = {
3535
hostname: "execute-api.{region}.amazonaws.com.cn",
3636
},
3737
"aws-iso": {
38-
regions: ["us-iso-east-1"],
38+
regions: ["us-iso-east-1", "us-iso-west-1"],
3939
hostname: "execute-api.{region}.c2s.ic.gov",
4040
},
4141
"aws-iso-b": {

0 commit comments

Comments
 (0)