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 5, 2023
1 parent a52086e commit dc38adb
Showing 1 changed file with 81 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,12 @@
"endpoints" : {
"ap-northeast-1" : { },
"ap-southeast-1" : { },
"bedrock-ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "bedrock.ap-northeast-1.amazonaws.com"
},
"bedrock-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand All @@ -2442,6 +2448,12 @@
},
"hostname" : "bedrock-fips.us-west-2.amazonaws.com"
},
"bedrock-runtime-ap-northeast-1" : {
"credentialScope" : {
"region" : "ap-northeast-1"
},
"hostname" : "bedrock-runtime.ap-northeast-1.amazonaws.com"
},
"bedrock-runtime-ap-southeast-1" : {
"credentialScope" : {
"region" : "ap-southeast-1"
Expand Down Expand Up @@ -4590,6 +4602,9 @@
"ap-east-1" : {
"hostname" : "datazone.ap-east-1.api.aws"
},
"ap-northeast-1" : {
"hostname" : "datazone.ap-northeast-1.api.aws"
},
"ap-northeast-2" : {
"hostname" : "datazone.ap-northeast-2.api.aws"
},
Expand All @@ -4602,21 +4617,43 @@
"ap-south-2" : {
"hostname" : "datazone.ap-south-2.api.aws"
},
"ap-southeast-1" : {
"hostname" : "datazone.ap-southeast-1.api.aws"
},
"ap-southeast-2" : {
"hostname" : "datazone.ap-southeast-2.api.aws"
},
"ap-southeast-3" : {
"hostname" : "datazone.ap-southeast-3.api.aws"
},
"ap-southeast-4" : {
"hostname" : "datazone.ap-southeast-4.api.aws"
},
"ca-central-1" : {
"hostname" : "datazone.ca-central-1.api.aws",
"variants" : [ {
"hostname" : "datazone-fips.ca-central-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"eu-central-1" : {
"hostname" : "datazone.eu-central-1.api.aws"
},
"eu-central-2" : {
"hostname" : "datazone.eu-central-2.api.aws"
},
"eu-north-1" : {
"hostname" : "datazone.eu-north-1.api.aws"
},
"eu-south-1" : {
"hostname" : "datazone.eu-south-1.api.aws"
},
"eu-south-2" : {
"hostname" : "datazone.eu-south-2.api.aws"
},
"eu-west-1" : {
"hostname" : "datazone.eu-west-1.api.aws"
},
"eu-west-2" : {
"hostname" : "datazone.eu-west-2.api.aws"
},
Expand All @@ -4632,8 +4669,32 @@
"me-south-1" : {
"hostname" : "datazone.me-south-1.api.aws"
},
"sa-east-1" : {
"hostname" : "datazone.sa-east-1.api.aws"
},
"us-east-1" : {
"hostname" : "datazone.us-east-1.api.aws",
"variants" : [ {
"hostname" : "datazone-fips.us-east-1.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-east-2" : {
"hostname" : "datazone.us-east-2.api.aws",
"variants" : [ {
"hostname" : "datazone-fips.us-east-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
},
"us-west-1" : {
"hostname" : "datazone.us-west-1.api.aws"
},
"us-west-2" : {
"hostname" : "datazone.us-west-2.api.aws",
"variants" : [ {
"hostname" : "datazone-fips.us-west-2.amazonaws.com",
"tags" : [ "fips" ]
} ]
}
}
},
Expand Down Expand Up @@ -22734,6 +22795,26 @@
}
}
},
"m2" : {
"endpoints" : {
"fips-us-gov-east-1" : {
"deprecated" : true
},
"fips-us-gov-west-1" : {
"deprecated" : true
},
"us-gov-east-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
},
"us-gov-west-1" : {
"variants" : [ {
"tags" : [ "fips" ]
} ]
}
}
},
"managedblockchain" : {
"endpoints" : {
"us-gov-west-1" : { }
Expand Down

0 comments on commit dc38adb

Please sign in to comment.