Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-10-02
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 2, 2023
1 parent a896848 commit f5a47e7
Showing 1 changed file with 76 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2669,6 +2669,73 @@
}
}
},
"bedrock": {
"endpoints": {
"ap-southeast-1": {},
"bedrock-ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
},
"hostname": "bedrock.ap-southeast-1.amazonaws.com"
},
"bedrock-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"hostname": "bedrock-fips.us-east-1.amazonaws.com"
},
"bedrock-fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"hostname": "bedrock-fips.us-west-2.amazonaws.com"
},
"bedrock-runtime-ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
},
"hostname": "bedrock-runtime.ap-southeast-1.amazonaws.com"
},
"bedrock-runtime-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"hostname": "bedrock-runtime-fips.us-east-1.amazonaws.com"
},
"bedrock-runtime-fips-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"hostname": "bedrock-runtime-fips.us-west-2.amazonaws.com"
},
"bedrock-runtime-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"hostname": "bedrock-runtime.us-east-1.amazonaws.com"
},
"bedrock-runtime-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"hostname": "bedrock-runtime.us-west-2.amazonaws.com"
},
"bedrock-us-east-1": {
"credentialScope": {
"region": "us-east-1"
},
"hostname": "bedrock.us-east-1.amazonaws.com"
},
"bedrock-us-west-2": {
"credentialScope": {
"region": "us-west-2"
},
"hostname": "bedrock.us-west-2.amazonaws.com"
},
"us-east-1": {},
"us-west-2": {}
}
},
"billingconductor": {
"endpoints": {
"aws-global": {
Expand Down Expand Up @@ -11404,11 +11471,14 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
Expand Down Expand Up @@ -14770,6 +14840,9 @@
"ap-southeast-2": {
"hostname": "resource-explorer-2.ap-southeast-2.api.aws"
},
"ap-southeast-3": {
"hostname": "resource-explorer-2.ap-southeast-3.api.aws"
},
"ap-southeast-4": {
"hostname": "resource-explorer-2.ap-southeast-4.api.aws"
},
Expand Down Expand Up @@ -14797,6 +14870,9 @@
"il-central-1": {
"hostname": "resource-explorer-2.il-central-1.api.aws"
},
"me-south-1": {
"hostname": "resource-explorer-2.me-south-1.api.aws"
},
"sa-east-1": {
"hostname": "resource-explorer-2.sa-east-1.api.aws"
},
Expand Down

0 comments on commit f5a47e7

Please sign in to comment.