File tree Expand file tree Collapse file tree 1 file changed +25
-2
lines changed
codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen Expand file tree Collapse file tree 1 file changed +25
-2
lines changed Original file line number Diff line number Diff line change 10609
10609
"hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
10610
10610
},
10611
10611
"il-central-1" : { },
10612
+ "me-central-1" : { },
10612
10613
"me-south-1" : { },
10613
10614
"sa-east-1" : { },
10614
10615
"us-east-1" : {
20018
20019
},
20019
20020
"states" : {
20020
20021
"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
+ }
20023
20034
}
20024
20035
},
20025
20036
"storagegateway" : {
@@ -22138,12 +22149,24 @@
22138
22149
"variants" : [ {
22139
22150
"hostname" : "glue-fips.us-gov-east-1.amazonaws.com",
22140
22151
"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" ]
22141
22158
} ]
22142
22159
},
22143
22160
"us-gov-west-1" : {
22144
22161
"variants" : [ {
22145
22162
"hostname" : "glue-fips.us-gov-west-1.amazonaws.com",
22146
22163
"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" ]
22147
22170
} ]
22148
22171
}
22149
22172
}
You can’t perform that action at this time.
0 commit comments