Skip to content

Commit b643f9a

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 1b3c9cd commit b643f9a

File tree

1 file changed

+27
-2
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+27
-2
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen/endpoints.json

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6420,6 +6420,9 @@
64206420
"variants" : [ {
64216421
"hostname" : "elasticmapreduce-fips.us-east-2.amazonaws.com",
64226422
"tags" : [ "fips" ]
6423+
}, {
6424+
"hostname" : "elasticmapreduce.us-east-2.api.aws",
6425+
"tags" : [ "dualstack" ]
64236426
} ]
64246427
},
64256428
"us-west-1" : {
@@ -6540,6 +6543,7 @@
65406543
"ap-east-1" : { },
65416544
"ap-northeast-1" : { },
65426545
"ap-northeast-2" : { },
6546+
"ap-northeast-3" : { },
65436547
"ap-south-1" : { },
65446548
"ap-southeast-1" : { },
65456549
"ap-southeast-2" : { },
@@ -19254,8 +19258,18 @@
1925419258
"protocols" : [ "https" ]
1925519259
},
1925619260
"endpoints" : {
19257-
"cn-north-1" : { },
19258-
"cn-northwest-1" : { }
19261+
"cn-north-1" : {
19262+
"variants" : [ {
19263+
"hostname" : "elasticmapreduce.cn-north-1.api.amazonwebservices.com.cn",
19264+
"tags" : [ "dualstack" ]
19265+
} ]
19266+
},
19267+
"cn-northwest-1" : {
19268+
"variants" : [ {
19269+
"hostname" : "elasticmapreduce.cn-northwest-1.api.amazonwebservices.com.cn",
19270+
"tags" : [ "dualstack" ]
19271+
} ]
19272+
}
1925919273
}
1926019274
},
1926119275
"emr-containers" : {
@@ -21764,13 +21778,19 @@
2176421778
"variants" : [ {
2176521779
"hostname" : "elasticmapreduce.us-gov-east-1.amazonaws.com",
2176621780
"tags" : [ "fips" ]
21781+
}, {
21782+
"hostname" : "elasticmapreduce.us-gov-east-1.api.aws",
21783+
"tags" : [ "dualstack" ]
2176721784
} ]
2176821785
},
2176921786
"us-gov-west-1" : {
2177021787
"protocols" : [ "https" ],
2177121788
"variants" : [ {
2177221789
"hostname" : "elasticmapreduce.us-gov-west-1.amazonaws.com",
2177321790
"tags" : [ "fips" ]
21791+
}, {
21792+
"hostname" : "elasticmapreduce.us-gov-west-1.api.aws",
21793+
"tags" : [ "dualstack" ]
2177421794
} ]
2177521795
}
2177621796
}
@@ -25347,6 +25367,11 @@
2534725367
}
2534825368
}
2534925369
},
25370+
"api.sagemaker" : {
25371+
"endpoints" : {
25372+
"us-isob-east-1" : { }
25373+
}
25374+
},
2535025375
"appconfig" : {
2535125376
"endpoints" : {
2535225377
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)