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 Aug 9, 2024
1 parent 50da876 commit 50857c3
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2126,12 +2126,24 @@
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.ca-central-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.ca-central-1.api.aws",
"tags" : [ "dualstack" ]
} ]
},
"ca-west-1" : {
"variants" : [ {
"hostname" : "athena-fips.ca-west-1.amazonaws.com",
"tags" : [ "fips" ]
}, {
"hostname" : "athena-fips.ca-west-1.api.aws",
"tags" : [ "dualstack", "fips" ]
}, {
"hostname" : "athena.ca-west-1.api.aws",
"tags" : [ "dualstack" ]
} ]
Expand Down Expand Up @@ -2184,6 +2196,20 @@
"tags" : [ "dualstack" ]
} ]
},
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
},
"deprecated" : true,
"hostname" : "athena-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1" : {
"credentialScope" : {
"region" : "ca-west-1"
},
"deprecated" : true,
"hostname" : "athena-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
Expand Down

0 comments on commit 50857c3

Please sign in to comment.