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 Dec 8, 2022
1 parent 4397785 commit 52e529d
Showing 1 changed file with 20 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@
"deprecated" : true,
"hostname" : "acm-pca-fips.us-west-2.amazonaws.com"
},
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : {
Expand Down Expand Up @@ -4302,6 +4303,7 @@
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-central-1" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
Expand Down Expand Up @@ -10024,7 +10026,6 @@
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "network-firewall-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -16077,8 +16078,18 @@
},
"athena" : {
"endpoints" : {
"cn-north-1" : { },
"cn-northwest-1" : { }
"cn-north-1" : {
"variants" : [ {
"hostname" : "athena.cn-north-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
},
"cn-northwest-1" : {
"variants" : [ {
"hostname" : "athena.cn-northwest-1.api.amazonwebservices.com.cn",
"tags" : [ "dualstack" ]
} ]
}
}
},
"autoscaling" : {
Expand Down Expand Up @@ -17521,12 +17532,18 @@
"variants" : [ {
"hostname" : "athena-fips.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena.us-gov-east-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "athena-fips.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena.us-gov-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
}
}
Expand Down

0 comments on commit 52e529d

Please sign in to comment.