Skip to content

Commit 4d0807e

Browse files
committed
chore(clients): populate partition endpoints
1 parent 798e613 commit 4d0807e

File tree

10 files changed

+23
-23
lines changed

10 files changed

+23
-23
lines changed

clients/client-budgets/endpoints.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const partitionHash: PartitionHash = {
3737
"us-west-1",
3838
"us-west-2",
3939
],
40-
hostname: "budgets.{region}.amazonaws.com",
40+
endpoint: "aws-global",
4141
},
4242
"aws-cn": {
4343
regions: ["cn-north-1", "cn-northwest-1"],
44-
hostname: "budgets.{region}.amazonaws.com.cn",
44+
endpoint: "aws-cn-global",
4545
},
4646
"aws-iso": {
4747
regions: ["us-iso-east-1"],

clients/client-chime/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const partitionHash: PartitionHash = {
3333
"us-west-1",
3434
"us-west-2",
3535
],
36-
hostname: "chime.{region}.amazonaws.com",
36+
endpoint: "aws-global",
3737
},
3838
"aws-cn": {
3939
regions: ["cn-north-1", "cn-northwest-1"],

clients/client-cloudfront/endpoints.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const partitionHash: PartitionHash = {
3737
"us-west-1",
3838
"us-west-2",
3939
],
40-
hostname: "cloudfront.{region}.amazonaws.com",
40+
endpoint: "aws-global",
4141
},
4242
"aws-cn": {
4343
regions: ["cn-north-1", "cn-northwest-1"],
44-
hostname: "cloudfront.{region}.amazonaws.com.cn",
44+
endpoint: "aws-cn-global",
4545
},
4646
"aws-iso": {
4747
regions: ["us-iso-east-1"],

clients/client-cost-explorer/endpoints.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ const partitionHash: PartitionHash = {
3737
"us-west-1",
3838
"us-west-2",
3939
],
40-
hostname: "ce.{region}.amazonaws.com",
40+
endpoint: "aws-global",
4141
},
4242
"aws-cn": {
4343
regions: ["cn-north-1", "cn-northwest-1"],
44-
hostname: "ce.{region}.amazonaws.com.cn",
44+
endpoint: "aws-cn-global",
4545
},
4646
"aws-iso": {
4747
regions: ["us-iso-east-1"],

clients/client-iam/endpoints.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,23 @@ const partitionHash: PartitionHash = {
5757
"us-west-1",
5858
"us-west-2",
5959
],
60-
hostname: "iam.{region}.amazonaws.com",
60+
endpoint: "aws-global",
6161
},
6262
"aws-cn": {
6363
regions: ["cn-north-1", "cn-northwest-1"],
64-
hostname: "iam.{region}.amazonaws.com.cn",
64+
endpoint: "aws-cn-global",
6565
},
6666
"aws-iso": {
6767
regions: ["us-iso-east-1"],
68-
hostname: "iam.{region}.c2s.ic.gov",
68+
endpoint: "aws-iso-global",
6969
},
7070
"aws-iso-b": {
7171
regions: ["us-isob-east-1"],
72-
hostname: "iam.{region}.sc2s.sgov.gov",
72+
endpoint: "aws-iso-b-global",
7373
},
7474
"aws-us-gov": {
7575
regions: ["us-gov-east-1", "us-gov-west-1"],
76-
hostname: "iam.{region}.amazonaws.com",
76+
endpoint: "aws-us-gov-global",
7777
},
7878
};
7979

clients/client-organizations/endpoints.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ const partitionHash: PartitionHash = {
4949
"us-west-1",
5050
"us-west-2",
5151
],
52-
hostname: "organizations.{region}.amazonaws.com",
52+
endpoint: "aws-global",
5353
},
5454
"aws-cn": {
5555
regions: ["cn-north-1", "cn-northwest-1"],
56-
hostname: "organizations.{region}.amazonaws.com.cn",
56+
endpoint: "aws-cn-global",
5757
},
5858
"aws-iso": {
5959
regions: ["us-iso-east-1"],
@@ -65,7 +65,7 @@ const partitionHash: PartitionHash = {
6565
},
6666
"aws-us-gov": {
6767
regions: ["us-gov-east-1", "us-gov-west-1"],
68-
hostname: "organizations.{region}.amazonaws.com",
68+
endpoint: "aws-us-gov-global",
6969
},
7070
};
7171

clients/client-route-53/endpoints.ts

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,23 @@ const partitionHash: PartitionHash = {
5757
"us-west-1",
5858
"us-west-2",
5959
],
60-
hostname: "route53.{region}.amazonaws.com",
60+
endpoint: "aws-global",
6161
},
6262
"aws-cn": {
6363
regions: ["cn-north-1", "cn-northwest-1"],
64-
hostname: "route53.{region}.amazonaws.com.cn",
64+
endpoint: "aws-cn-global",
6565
},
6666
"aws-iso": {
6767
regions: ["us-iso-east-1"],
68-
hostname: "route53.{region}.c2s.ic.gov",
68+
endpoint: "aws-iso-global",
6969
},
7070
"aws-iso-b": {
7171
regions: ["us-isob-east-1"],
72-
hostname: "route53.{region}.sc2s.sgov.gov",
72+
endpoint: "aws-iso-b-global",
7373
},
7474
"aws-us-gov": {
7575
regions: ["us-gov-east-1", "us-gov-west-1"],
76-
hostname: "route53.{region}.amazonaws.com",
76+
endpoint: "aws-us-gov-global",
7777
},
7878
};
7979

clients/client-savingsplans/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const partitionHash: PartitionHash = {
3333
"us-west-1",
3434
"us-west-2",
3535
],
36-
hostname: "savingsplans.{region}.amazonaws.com",
36+
endpoint: "aws-global",
3737
},
3838
"aws-cn": {
3939
regions: ["cn-north-1", "cn-northwest-1"],

clients/client-shield/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const partitionHash: PartitionHash = {
3737
"us-west-1",
3838
"us-west-2",
3939
],
40-
hostname: "shield.{region}.amazonaws.com",
40+
endpoint: "aws-global",
4141
},
4242
"aws-cn": {
4343
regions: ["cn-north-1", "cn-northwest-1"],

clients/client-waf/endpoints.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const partitionHash: PartitionHash = {
3737
"us-west-1",
3838
"us-west-2",
3939
],
40-
hostname: "waf.{region}.amazonaws.com",
40+
endpoint: "aws-global",
4141
},
4242
"aws-cn": {
4343
regions: ["cn-north-1", "cn-northwest-1"],

0 commit comments

Comments
 (0)