Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2025-01-06
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jan 6, 2025
1 parent 513f9c4 commit db366a2
Showing 1 changed file with 21 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13704,9 +13704,27 @@
},
"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 db366a2

Please sign in to comment.