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 13, 2023
1 parent 2402019 commit a748e72
Showing 1 changed file with 81 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -1829,8 +1830,10 @@
"arc-zonal-shift" : {
"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" : { },
Expand Down Expand Up @@ -4674,6 +4677,7 @@
"ap-southeast-1" : { },
"ap-southeast-2" : { },
"ap-southeast-3" : { },
"ap-southeast-4" : { },
"ca-central-1" : {
"variants" : [ {
"hostname" : "ds-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -5459,6 +5463,12 @@
"tags" : [ "fips" ]
} ]
},
"ap-southeast-4" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"ca-central-1" : {
"variants" : [ {
"hostname" : "elasticfilesystem-fips.ca-central-1.amazonaws.com",
Expand Down Expand Up @@ -5583,6 +5593,13 @@
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-southeast-3.amazonaws.com"
},
"fips-ap-southeast-4" : {
"credentialScope" : {
"region" : "ap-southeast-4"
},
"deprecated" : true,
"hostname" : "elasticfilesystem-fips.ap-southeast-4.amazonaws.com"
},
"fips-ca-central-1" : {
"credentialScope" : {
"region" : "ca-central-1"
Expand Down Expand Up @@ -9102,8 +9119,10 @@
"ap-southeast-3" : { },
"ca-central-1" : { },
"eu-central-1" : { },
"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 @@ -11009,6 +11028,68 @@
}
}
},
"omics" : {
"endpoints" : {
"ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
},
"hostname" : "omics.ap-southeast-1.amazonaws.com"
},
"eu-central-1" : {
"credentialScope" : {
"region" : "eu-central-1"
},
"hostname" : "omics.eu-central-1.amazonaws.com"
},
"eu-west-1" : {
"credentialScope" : {
"region" : "eu-west-1"
},
"hostname" : "omics.eu-west-1.amazonaws.com"
},
"eu-west-2" : {
"credentialScope" : {
"region" : "eu-west-2"
},
"hostname" : "omics.eu-west-2.amazonaws.com"
},
"fips-us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"deprecated" : true,
"hostname" : "omics-fips.us-east-1.amazonaws.com"
},
"fips-us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"deprecated" : true,
"hostname" : "omics-fips.us-west-2.amazonaws.com"
},
"us-east-1" : {
"credentialScope" : {
"region" : "us-east-1"
},
"hostname" : "omics.us-east-1.amazonaws.com",
"variants" : [ {
"hostname" : "omics-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-2" : {
"credentialScope" : {
"region" : "us-west-2"
},
"hostname" : "omics.us-west-2.amazonaws.com",
"variants" : [ {
"hostname" : "omics-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
"opsworks" : {
"endpoints" : {
"ap-northeast-1" : { },
Expand Down

0 comments on commit a748e72

Please sign in to comment.