Skip to content

Commit b0097b4

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 078761c commit b0097b4

File tree

1 file changed

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

1 file changed

+25
-2
lines changed

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

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10609,6 +10609,7 @@
1060910609
"hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
1061010610
},
1061110611
"il-central-1" : { },
10612+
"me-central-1" : { },
1061210613
"me-south-1" : { },
1061310614
"sa-east-1" : { },
1061410615
"us-east-1" : {
@@ -20018,8 +20019,18 @@
2001820019
},
2001920020
"states" : {
2002020021
"endpoints" : {
20021-
"cn-north-1" : { },
20022-
"cn-northwest-1" : { }
20022+
"cn-north-1" : {
20023+
"variants" : [ {
20024+
"hostname" : "states.cn-north-1.api.amazonwebservices.com.cn",
20025+
"tags" : [ "dualstack" ]
20026+
} ]
20027+
},
20028+
"cn-northwest-1" : {
20029+
"variants" : [ {
20030+
"hostname" : "states.cn-northwest-1.api.amazonwebservices.com.cn",
20031+
"tags" : [ "dualstack" ]
20032+
} ]
20033+
}
2002320034
}
2002420035
},
2002520036
"storagegateway" : {
@@ -22138,12 +22149,24 @@
2213822149
"variants" : [ {
2213922150
"hostname" : "glue-fips.us-gov-east-1.amazonaws.com",
2214022151
"tags" : [ "fips" ]
22152+
}, {
22153+
"hostname" : "glue-fips.us-gov-east-1.api.aws",
22154+
"tags" : [ "dualstack", "fips" ]
22155+
}, {
22156+
"hostname" : "glue.us-gov-east-1.api.aws",
22157+
"tags" : [ "dualstack" ]
2214122158
} ]
2214222159
},
2214322160
"us-gov-west-1" : {
2214422161
"variants" : [ {
2214522162
"hostname" : "glue-fips.us-gov-west-1.amazonaws.com",
2214622163
"tags" : [ "fips" ]
22164+
}, {
22165+
"hostname" : "glue-fips.us-gov-west-1.api.aws",
22166+
"tags" : [ "dualstack", "fips" ]
22167+
}, {
22168+
"hostname" : "glue.us-gov-west-1.api.aws",
22169+
"tags" : [ "dualstack" ]
2214722170
} ]
2214822171
}
2214922172
}

0 commit comments

Comments
 (0)