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 5, 2024
1 parent a600d8d commit 3fd6e11
Showing 1 changed file with 60 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11040,6 +11040,7 @@
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : { },
"ca-west-1" : { },
"eu-central-1" : { },
"eu-central-2" : { },
"eu-north-1" : { },
Expand Down Expand Up @@ -13494,6 +13495,12 @@
},
"hostname" : "portal.sso.ap-south-1.amazonaws.com"
},
"ap-south-2" : {
"credentialScope" : {
"region" : "ap-south-2"
},
"hostname" : "portal.sso.ap-south-2.amazonaws.com"
},
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand Down Expand Up @@ -13548,6 +13555,12 @@
},
"hostname" : "portal.sso.eu-south-1.amazonaws.com"
},
"eu-south-2" : {
"credentialScope" : {
"region" : "eu-south-2"
},
"hostname" : "portal.sso.eu-south-2.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
Expand Down Expand Up @@ -15007,15 +15020,26 @@
},
"rum" : {
"endpoints" : {
"af-south-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"me-south-1" : { },
"sa-east-1" : { },
"us-east-1" : { },
"us-east-2" : { },
"us-west-1" : { },
"us-west-2" : { }
}
},
Expand Down Expand Up @@ -18018,6 +18042,7 @@
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-south-2" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
Expand All @@ -18027,6 +18052,7 @@
"eu-central-2" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-south-2" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
Expand Down Expand Up @@ -27126,6 +27152,40 @@
"us-iso-west-1" : { }
}
},
"fsx" : {
"endpoints" : {
"fips-prod-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov"
},
"prod-us-iso-east-1" : {
"credentialScope" : {
"region" : "us-iso-east-1"
},
"deprecated" : true,
"variants" : [ {
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
},
"us-iso-east-1" : {
"variants" : [ {
"hostname" : "fsx-fips.us-iso-east-1.c2s.ic.gov",
"tags" : [ "fips" ]
} ]
}
}
},
"glacier" : {
"endpoints" : {
"us-iso-east-1" : {
Expand Down

0 comments on commit 3fd6e11

Please sign in to comment.