Skip to content

Commit 0fb08fb

Browse files
Update endpoints model
1 parent 9df9cf3 commit 0fb08fb

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

codegen/sdk-codegen/sdk-endpoints.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -5970,7 +5970,12 @@
59705970
"endpoints" : {
59715971
"ap-northeast-1" : { },
59725972
"ap-northeast-2" : { },
5973-
"ap-south-1" : { },
5973+
"ap-south-1" : {
5974+
"variants" : [ {
5975+
"hostname" : "comprehend.ap-south-1.api.aws",
5976+
"tags" : [ "dualstack" ]
5977+
} ]
5978+
},
59745979
"ap-southeast-1" : { },
59755980
"ap-southeast-2" : { },
59765981
"ca-central-1" : {
@@ -6020,6 +6025,12 @@
60206025
"variants" : [ {
60216026
"hostname" : "comprehend-fips.us-east-2.amazonaws.com",
60226027
"tags" : [ "fips" ]
6028+
}, {
6029+
"hostname" : "comprehend-fips.us-east-2.api.aws",
6030+
"tags" : [ "dualstack", "fips" ]
6031+
}, {
6032+
"hostname" : "comprehend.us-east-2.api.aws",
6033+
"tags" : [ "dualstack" ]
60236034
} ]
60246035
},
60256036
"us-west-2" : {
@@ -12193,6 +12204,7 @@
1219312204
"ap-southeast-3" : { },
1219412205
"ap-southeast-4" : { },
1219512206
"ap-southeast-5" : { },
12207+
"ap-southeast-7" : { },
1219612208
"ca-central-1" : { },
1219712209
"ca-west-1" : {
1219812210
"variants" : [ {
@@ -37248,6 +37260,11 @@
3724837260
}
3724937261
}
3725037262
},
37263+
"codebuild" : {
37264+
"endpoints" : {
37265+
"us-isob-east-1" : { }
37266+
}
37267+
},
3725137268
"codedeploy" : {
3725237269
"endpoints" : {
3725337270
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)