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 Mar 14, 2023
1 parent af8cc4f commit 0ae563f
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5138,6 +5138,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
Expand Down Expand Up @@ -18129,12 +18130,34 @@
"credentialScope" : {
"region" : "us-gov-east-1"
},
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
"variants" : [ {
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-east-1-fips" : {
"credentialScope" : {
"region" : "us-gov-east-1"
},
"deprecated" : true,
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
},
"us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
"variants" : [ {
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1-fips" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
}
}
Expand Down

0 comments on commit 0ae563f

Please sign in to comment.