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 Apr 24, 2023
1 parent c9ad0d0 commit 31f1bda
Showing 1 changed file with 42 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3750,8 +3750,32 @@
"ca-central-1" : { },
"eu-central-1" : { },
"eu-west-2" : { },
"us-east-1" : { },
"us-west-2" : { }
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "connect-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "connect-fips.us-west-2.amazonaws.com"
},
"us-east-1" : {
"variants" : [ {
"hostname" : "connect-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "connect-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"connect-campaigns" : {
Expand Down Expand Up @@ -10392,6 +10416,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 @@ -19663,7 +19688,19 @@
},
"connect" : {
"endpoints" : {
"us-gov-west-1" : { }
"fips-us-gov-west-1" : {
"credentialScope" : {
"region" : "us-gov-west-1"
},
"deprecated" : true,
"hostname" : "connect.us-gov-west-1.amazonaws.com"
},
"us-gov-west-1" : {
"variants" : [ {
"hostname" : "connect.us-gov-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"controltower" : {
Expand Down Expand Up @@ -23287,7 +23324,8 @@
},
"license-manager" : {
"endpoints" : {
"us-iso-east-1" : { }
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"logs" : {
Expand Down

0 comments on commit 31f1bda

Please sign in to comment.