Skip to content

Commit a285143

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-10-03
1 parent 7304adf commit a285143

File tree

1 file changed

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

1 file changed

+7
-1
lines changed

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

+7-1
Original file line numberDiff line numberDiff line change
@@ -22397,7 +22397,8 @@
2239722397
},
2239822398
"ram": {
2239922399
"endpoints": {
22400-
"us-iso-east-1": {}
22400+
"us-iso-east-1": {},
22401+
"us-iso-west-1": {}
2240122402
}
2240222403
},
2240322404
"rds": {
@@ -22885,6 +22886,11 @@
2288522886
"isRegionalized": false,
2288622887
"partitionEndpoint": "aws-iso-b-global"
2288722888
},
22889+
"route53resolver": {
22890+
"endpoints": {
22891+
"us-isob-east-1": {}
22892+
}
22893+
},
2288822894
"s3": {
2288922895
"defaults": {
2289022896
"protocols": ["http", "https"],

0 commit comments

Comments
 (0)