Skip to content

Commit

Permalink
Updating endpoints.json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Jan 6, 2025
1 parent 4cb4246 commit 121de43
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

{
"services" : null,
"core" : {
"updateMinimum" : true,
"backwardIncompatibilitiesToIgnore" : [
],
"type" : "Patch",
"changeLogMessages" : [
"Updating endpoints.json file."
]
},
"overrideVersion" : null
}
18 changes: 15 additions & 3 deletions sdk/src/Core/endpoints-original.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
30 changes: 27 additions & 3 deletions sdk/src/Core/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -15775,9 +15775,33 @@
},
"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 121de43

Please sign in to comment.