Skip to content

Commit 81f350b

Browse files
Update endpoints model
1 parent f18da36 commit 81f350b

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

botocore/data/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)