Skip to content

Commit 3e002c4

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-05-05
1 parent 1aefead commit 3e002c4

File tree

3 files changed

+68
-2
lines changed

3 files changed

+68
-2
lines changed

Diff for: clients/client-efs/src/endpoints.ts

+9-1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,14 @@ const regionHash: RegionHash = {
203203
},
204204
],
205205
},
206+
"us-isob-east-1": {
207+
variants: [
208+
{
209+
hostname: "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
210+
tags: ["fips"],
211+
},
212+
],
213+
},
206214
"us-west-1": {
207215
variants: [
208216
{
@@ -326,7 +334,7 @@ const partitionHash: PartitionHash = {
326334
],
327335
},
328336
"aws-iso-b": {
329-
regions: ["us-isob-east-1"],
337+
regions: ["fips-us-isob-east-1", "us-isob-east-1"],
330338
regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
331339
variants: [
332340
{

Diff for: clients/client-waf-regional/src/endpoints.ts

+14
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,19 @@ const regionHash: RegionHash = {
107107
],
108108
signingRegion: "ap-southeast-2",
109109
},
110+
"ap-southeast-3": {
111+
variants: [
112+
{
113+
hostname: "waf-regional.ap-southeast-3.amazonaws.com",
114+
tags: [],
115+
},
116+
{
117+
hostname: "waf-regional-fips.ap-southeast-3.amazonaws.com",
118+
tags: ["fips"],
119+
},
120+
],
121+
signingRegion: "ap-southeast-3",
122+
},
110123
"ca-central-1": {
111124
variants: [
112125
{
@@ -357,6 +370,7 @@ const partitionHash: PartitionHash = {
357370
"fips-ap-south-1",
358371
"fips-ap-southeast-1",
359372
"fips-ap-southeast-2",
373+
"fips-ap-southeast-3",
360374
"fips-ca-central-1",
361375
"fips-eu-central-1",
362376
"fips-eu-north-1",

Diff for: codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+45-1
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@
318318
"ap-south-1": {},
319319
"ap-southeast-1": {},
320320
"ap-southeast-2": {},
321+
"ap-southeast-3": {},
321322
"ca-central-1": {
322323
"variants": [
323324
{
@@ -1619,6 +1620,7 @@
16191620
"eu-central-1": {},
16201621
"eu-north-1": {},
16211622
"eu-west-1": {},
1623+
"eu-west-2": {},
16221624
"us-east-1": {},
16231625
"us-east-2": {},
16241626
"us-west-2": {}
@@ -2185,7 +2187,6 @@
21852187
},
21862188
"cloudhsm": {
21872189
"endpoints": {
2188-
"eu-west-1": {},
21892190
"us-east-1": {}
21902191
}
21912192
},
@@ -14136,6 +14137,18 @@
1413614137
}
1413714138
]
1413814139
},
14140+
"ap-southeast-3": {
14141+
"credentialScope": {
14142+
"region": "ap-southeast-3"
14143+
},
14144+
"hostname": "waf-regional.ap-southeast-3.amazonaws.com",
14145+
"variants": [
14146+
{
14147+
"hostname": "waf-regional-fips.ap-southeast-3.amazonaws.com",
14148+
"tags": ["fips"]
14149+
}
14150+
]
14151+
},
1413914152
"ca-central-1": {
1414014153
"credentialScope": {
1414114154
"region": "ca-central-1"
@@ -14276,6 +14289,13 @@
1427614289
"deprecated": true,
1427714290
"hostname": "waf-regional-fips.ap-southeast-2.amazonaws.com"
1427814291
},
14292+
"fips-ap-southeast-3": {
14293+
"credentialScope": {
14294+
"region": "ap-southeast-3"
14295+
},
14296+
"deprecated": true,
14297+
"hostname": "waf-regional-fips.ap-southeast-3.amazonaws.com"
14298+
},
1427914299
"fips-ca-central-1": {
1428014300
"credentialScope": {
1428114301
"region": "ca-central-1"
@@ -18567,6 +18587,11 @@
1856718587
}
1856818588
}
1856918589
},
18590+
"robomaker": {
18591+
"endpoints": {
18592+
"us-gov-west-1": {}
18593+
}
18594+
},
1857018595
"route53": {
1857118596
"endpoints": {
1857218597
"aws-us-gov-global": {
@@ -20434,6 +20459,25 @@
2043420459
"us-isob-east-1": {}
2043520460
}
2043620461
},
20462+
"elasticfilesystem": {
20463+
"endpoints": {
20464+
"fips-us-isob-east-1": {
20465+
"credentialScope": {
20466+
"region": "us-isob-east-1"
20467+
},
20468+
"deprecated": true,
20469+
"hostname": "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov"
20470+
},
20471+
"us-isob-east-1": {
20472+
"variants": [
20473+
{
20474+
"hostname": "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
20475+
"tags": ["fips"]
20476+
}
20477+
]
20478+
}
20479+
}
20480+
},
2043720481
"elasticloadbalancing": {
2043820482
"endpoints": {
2043920483
"us-isob-east-1": {

0 commit comments

Comments
 (0)