Skip to content

Commit 0ddd2fc

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent de87f69 commit 0ddd2fc

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11913,9 +11913,21 @@
1191311913
},
1191411914
"iotfleetwise" : {
1191511915
"endpoints" : {
11916-
"ap-south-1" : { },
11917-
"eu-central-1" : { },
11918-
"us-east-1" : { }
11916+
"ap-south-1" : {
11917+
"variants" : [ {
11918+
"tags" : [ "dualstack" ]
11919+
} ]
11920+
},
11921+
"eu-central-1" : {
11922+
"variants" : [ {
11923+
"tags" : [ "dualstack" ]
11924+
} ]
11925+
},
11926+
"us-east-1" : {
11927+
"variants" : [ {
11928+
"tags" : [ "dualstack" ]
11929+
} ]
11930+
}
1191911931
}
1192011932
},
1192111933
"iotsecuredtunneling" : {

0 commit comments

Comments
 (0)