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 7, 2022
1 parent bf4c199 commit 0f8bffc
Showing 1 changed file with 23 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6821,6 +6821,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 @@ -14966,8 +14967,22 @@
"ap-southeast-2" : { },
"eu-central-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
"fips-us-east-1" : {
"deprecated" : true
},
"fips-us-west-2" : {
"deprecated" : true
},
"us-east-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
}
}
},
"workdocs" : {
Expand Down Expand Up @@ -16883,6 +16898,12 @@
}
},
"cloudtrail" : {
"defaults" : {
"variants" : [ {
"hostname" : "cloudtrail.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"fips-us-gov-east-1" : {
"credentialScope" : {
Expand Down

0 comments on commit 0f8bffc

Please sign in to comment.