Skip to content

Commit db366a2

Browse files
author
awstools
committedJan 6, 2025
feat(clients): update client endpoints as of 2025-01-06
1 parent 513f9c4 commit db366a2

File tree

1 file changed

+21
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+21
-3
lines changed
 

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

+21-3
Original file line numberDiff line numberDiff line change
@@ -13704,9 +13704,27 @@
1370413704
},
1370513705
"iotfleetwise": {
1370613706
"endpoints": {
13707-
"ap-south-1": {},
13708-
"eu-central-1": {},
13709-
"us-east-1": {}
13707+
"ap-south-1": {
13708+
"variants": [
13709+
{
13710+
"tags": ["dualstack"]
13711+
}
13712+
]
13713+
},
13714+
"eu-central-1": {
13715+
"variants": [
13716+
{
13717+
"tags": ["dualstack"]
13718+
}
13719+
]
13720+
},
13721+
"us-east-1": {
13722+
"variants": [
13723+
{
13724+
"tags": ["dualstack"]
13725+
}
13726+
]
13727+
}
1371013728
}
1371113729
},
1371213730
"iotsecuredtunneling": {

0 commit comments

Comments
 (0)
Please sign in to comment.