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 19, 2022
1 parent 2c1a13c commit c06105c
Showing 1 changed file with 59 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5202,6 +5202,13 @@
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com"
},
"fips-me-central-1" : {
"credentialScope" : {
"region" : "me-central-1"
},
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com"
},
"fips-me-south-1" : {
"credentialScope" : {
"region" : "me-south-1"
Expand Down Expand Up @@ -5244,6 +5251,12 @@
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com"
},
"me-central-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"me-south-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.me-south-1.amazonaws.com",
Expand Down Expand Up @@ -6332,7 +6345,12 @@
},
"fsx" : {
"endpoints" : {
"af-south-1" : { },
"ap-east-1" : { },
"ap-northeast-1" : { },
"ap-northeast-2" : { },
"ap-northeast-3" : { },
"ap-south-1" : { },
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ca-central-1" : {
Expand All @@ -6342,8 +6360,11 @@
} ]
},
"eu-central-1" : { },
"eu-north-1" : { },
"eu-south-1" : { },
"eu-west-1" : { },
"eu-west-2" : { },
"eu-west-3" : { },
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -6372,6 +6393,13 @@
"deprecated" : true,
"hostname" : "fsx-fips.us-east-2.amazonaws.com"
},
"fips-prod-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "fsx-fips.us-west-1.amazonaws.com"
},
"fips-prod-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
Expand All @@ -6393,13 +6421,21 @@
"deprecated" : true,
"hostname" : "fsx-fips.us-east-2.amazonaws.com"
},
"fips-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"hostname" : "fsx-fips.us-west-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "fsx-fips.us-west-2.amazonaws.com"
},
"me-south-1" : { },
"prod-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -6430,6 +6466,16 @@
"tags" : [ "fips" ]
} ]
},
"prod-us-west-1" : {
"credentialScope" : {
"region" : "us-west-1"
},
"deprecated" : true,
"variants" : [ {
"hostname" : "fsx-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"prod-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
Expand All @@ -6440,6 +6486,7 @@
"tags" : [ "fips" ]
} ]
},
"sa-east-1" : { },
"us-east-1" : {
"variants" : [ {
"hostname" : "fsx-fips.us-east-1.amazonaws.com",
Expand All @@ -6452,6 +6499,12 @@
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"variants" : [ {
"hostname" : "fsx-fips.us-west-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"variants" : [ {
"hostname" : "fsx-fips.us-west-2.amazonaws.com",
Expand Down Expand Up @@ -17170,6 +17223,12 @@
"us-gov-west-1" : { }
}
},
"controltower" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
"data-ats.iot" : {
"defaults" : {
"credentialScope" : {
Expand Down

0 comments on commit c06105c

Please sign in to comment.