Skip to content

Commit 8239347

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-08-14
1 parent 2949ffe commit 8239347

File tree

1 file changed

+45
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+45
-1
lines changed

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

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,7 @@
402402
"deprecated": true,
403403
"hostname": "acm-pca-fips.us-west-2.amazonaws.com"
404404
},
405+
"il-central-1": {},
405406
"me-central-1": {},
406407
"me-south-1": {},
407408
"sa-east-1": {},
@@ -12463,7 +12464,20 @@
1246312464
"credentialScope": {
1246412465
"region": "us-west-2"
1246512466
},
12466-
"hostname": "networkmanager.us-west-2.amazonaws.com"
12467+
"hostname": "networkmanager.us-west-2.amazonaws.com",
12468+
"variants": [
12469+
{
12470+
"hostname": "networkmanager-fips.us-west-2.amazonaws.com",
12471+
"tags": ["fips"]
12472+
}
12473+
]
12474+
},
12475+
"fips-aws-global": {
12476+
"credentialScope": {
12477+
"region": "us-west-2"
12478+
},
12479+
"deprecated": true,
12480+
"hostname": "networkmanager-fips.us-west-2.amazonaws.com"
1246712481
}
1246812482
},
1246912483
"isRegionalized": false,
@@ -15531,18 +15545,26 @@
1553115545
},
1553215546
"schemas": {
1553315547
"endpoints": {
15548+
"af-south-1": {},
1553415549
"ap-east-1": {},
1553515550
"ap-northeast-1": {},
1553615551
"ap-northeast-2": {},
15552+
"ap-northeast-3": {},
1553715553
"ap-south-1": {},
1553815554
"ap-southeast-1": {},
1553915555
"ap-southeast-2": {},
15556+
"ap-southeast-3": {},
1554015557
"ca-central-1": {},
1554115558
"eu-central-1": {},
15559+
"eu-central-2": {},
1554215560
"eu-north-1": {},
15561+
"eu-south-1": {},
15562+
"eu-south-2": {},
1554315563
"eu-west-1": {},
1554415564
"eu-west-2": {},
1554515565
"eu-west-3": {},
15566+
"me-central-1": {},
15567+
"me-south-1": {},
1554615568
"sa-east-1": {},
1554715569
"us-east-1": {},
1554815570
"us-east-2": {},
@@ -18598,7 +18620,10 @@
1859818620
"ap-southeast-1": {},
1859918621
"ap-southeast-2": {},
1860018622
"ca-central-1": {},
18623+
"eu-central-1": {},
18624+
"eu-north-1": {},
1860118625
"eu-west-1": {},
18626+
"eu-west-2": {},
1860218627
"us-east-1": {},
1860318628
"us-east-2": {},
1860418629
"us-west-2": {}
@@ -21029,6 +21054,12 @@
2102921054
},
2103021055
"isRegionalized": true
2103121056
},
21057+
"schemas": {
21058+
"endpoints": {
21059+
"cn-north-1": {},
21060+
"cn-northwest-1": {}
21061+
}
21062+
},
2103221063
"secretsmanager": {
2103321064
"endpoints": {
2103421065
"cn-north-1": {},
@@ -24531,6 +24562,19 @@
2453124562
"credentialScope": {
2453224563
"region": "us-gov-west-1"
2453324564
},
24565+
"hostname": "networkmanager.us-gov-west-1.amazonaws.com",
24566+
"variants": [
24567+
{
24568+
"hostname": "networkmanager.us-gov-west-1.amazonaws.com",
24569+
"tags": ["fips"]
24570+
}
24571+
]
24572+
},
24573+
"fips-aws-us-gov-global": {
24574+
"credentialScope": {
24575+
"region": "us-gov-west-1"
24576+
},
24577+
"deprecated": true,
2453424578
"hostname": "networkmanager.us-gov-west-1.amazonaws.com"
2453524579
}
2453624580
},

0 commit comments

Comments
 (0)