Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jan 6, 2025
1 parent f18da36 commit 81f350b
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -11913,9 +11913,21 @@
},
"iotfleetwise" : {
"endpoints" : {
"ap-south-1" : { },
"eu-central-1" : { },
"us-east-1" : { }
"ap-south-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"eu-central-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
},
"us-east-1" : {
"variants" : [ {
"tags" : [ "dualstack" ]
} ]
}
}
},
"iotsecuredtunneling" : {
Expand Down

0 comments on commit 81f350b

Please sign in to comment.