Skip to content

Commit 36bd472

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-10-19
1 parent 99fa7ff commit 36bd472

File tree

1 file changed

+34
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+34
-0
lines changed

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

+34
Original file line numberDiff line numberDiff line change
@@ -25807,6 +25807,40 @@
2580725807
}
2580825808
}
2580925809
},
25810+
"resiliencehub": {
25811+
"endpoints": {
25812+
"fips-us-gov-east-1": {
25813+
"credentialScope": {
25814+
"region": "us-gov-east-1"
25815+
},
25816+
"deprecated": true,
25817+
"hostname": "resiliencehub-fips.us-gov-east-1.amazonaws.com"
25818+
},
25819+
"fips-us-gov-west-1": {
25820+
"credentialScope": {
25821+
"region": "us-gov-west-1"
25822+
},
25823+
"deprecated": true,
25824+
"hostname": "resiliencehub-fips.us-gov-west-1.amazonaws.com"
25825+
},
25826+
"us-gov-east-1": {
25827+
"variants": [
25828+
{
25829+
"hostname": "resiliencehub-fips.us-gov-east-1.amazonaws.com",
25830+
"tags": ["fips"]
25831+
}
25832+
]
25833+
},
25834+
"us-gov-west-1": {
25835+
"variants": [
25836+
{
25837+
"hostname": "resiliencehub-fips.us-gov-west-1.amazonaws.com",
25838+
"tags": ["fips"]
25839+
}
25840+
]
25841+
}
25842+
}
25843+
},
2581025844
"resource-explorer-2": {
2581125845
"defaults": {
2581225846
"dnsSuffix": "api.aws",

0 commit comments

Comments
 (0)