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 20, 2022
1 parent 93ed3ee commit b9dab7e
Showing 1 changed file with 16 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7924,6 +7924,13 @@
},
"kms" : {
"endpoints" : {
"ProdFips" : {
"credentialScope" : {
"region" : "eu-central-2"
},
"deprecated" : true,
"hostname" : "kms-fips.eu-central-2.amazonaws.com"
},
"af-south-1" : {
"variants" : [ {
"hostname" : "kms-fips.af-south-1.amazonaws.com",
Expand Down Expand Up @@ -8067,6 +8074,13 @@
"deprecated" : true,
"hostname" : "kms-fips.eu-central-1.amazonaws.com"
},
"eu-central-2-fips" : {
"credentialScope" : {
"region" : "eu-central-2"
},
"deprecated" : true,
"hostname" : "kms-fips.eu-central-2.amazonaws.com"
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "kms-fips.eu-north-1.amazonaws.com",
Expand Down Expand Up @@ -20620,7 +20634,8 @@
},
"ssm" : {
"endpoints" : {
"us-iso-east-1" : { }
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"states" : {
Expand Down

0 comments on commit b9dab7e

Please sign in to comment.