Skip to content

Commit

Permalink
Update endpoints model
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Oct 24, 2023
1 parent 078761c commit b0097b4
Showing 1 changed file with 25 additions and 2 deletions.
Expand Up @@ -10609,6 +10609,7 @@
"hostname" : "license-manager-user-subscriptions-fips.us-west-2.amazonaws.com"
},
"il-central-1" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -20018,8 +20019,18 @@
},
"states" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
"cn-north-1" : {
"variants" : [ {
"hostname" : "states.cn-north-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
},
"cn-northwest-1" : {
"variants" : [ {
"hostname" : "states.cn-northwest-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
}
}
},
"storagegateway" : {
Expand Down Expand Up @@ -22138,12 +22149,24 @@
"variants" : [ {
"hostname" : "glue-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "glue-fips.us-gov-east-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "glue.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "glue-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "glue-fips.us-gov-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "glue.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down

0 comments on commit b0097b4

Please sign in to comment.