Skip to content

Commit 2d3c969

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-10-24
1 parent 442a399 commit 2d3c969

File tree

1 file changed

+33
-2
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+33
-2
lines changed

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

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11708,6 +11708,7 @@
1170811708
"hostname": "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
1170911709
},
1171011710
"il-central-1": {},
11711+
"me-central-1": {},
1171111712
"me-south-1": {},
1171211713
"sa-east-1": {},
1171311714
"us-east-1": {
@@ -22014,8 +22015,22 @@
2201422015
},
2201522016
"states": {
2201622017
"endpoints": {
22017-
"cn-north-1": {},
22018-
"cn-northwest-1": {}
22018+
"cn-north-1": {
22019+
"variants": [
22020+
{
22021+
"hostname": "states.cn-north-1.api.amazonwebservices.com.cn",
22022+
"tags": ["dualstack"]
22023+
}
22024+
]
22025+
},
22026+
"cn-northwest-1": {
22027+
"variants": [
22028+
{
22029+
"hostname": "states.cn-northwest-1.api.amazonwebservices.com.cn",
22030+
"tags": ["dualstack"]
22031+
}
22032+
]
22033+
}
2201922034
}
2202022035
},
2202122036
"storagegateway": {
@@ -24384,6 +24399,14 @@
2438424399
{
2438524400
"hostname": "glue-fips.us-gov-east-1.amazonaws.com",
2438624401
"tags": ["fips"]
24402+
},
24403+
{
24404+
"hostname": "glue-fips.us-gov-east-1.api.aws",
24405+
"tags": ["dualstack", "fips"]
24406+
},
24407+
{
24408+
"hostname": "glue.us-gov-east-1.api.aws",
24409+
"tags": ["dualstack"]
2438724410
}
2438824411
]
2438924412
},
@@ -24392,6 +24415,14 @@
2439224415
{
2439324416
"hostname": "glue-fips.us-gov-west-1.amazonaws.com",
2439424417
"tags": ["fips"]
24418+
},
24419+
{
24420+
"hostname": "glue-fips.us-gov-west-1.api.aws",
24421+
"tags": ["dualstack", "fips"]
24422+
},
24423+
{
24424+
"hostname": "glue.us-gov-west-1.api.aws",
24425+
"tags": ["dualstack"]
2439524426
}
2439624427
]
2439724428
}

0 commit comments

Comments
 (0)