Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2023-10-23
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Oct 23, 2023
1 parent 2ec8d4f commit 1aa0312
Showing 1 changed file with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2685,6 +2685,12 @@
},
"hostname": "bedrock.ap-southeast-1.amazonaws.com"
},
"bedrock-eu-central-1": {
"credentialScope": {
"region": "eu-central-1"
},
"hostname": "bedrock.eu-central-1.amazonaws.com"
},
"bedrock-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand All @@ -2709,6 +2715,12 @@
},
"hostname": "bedrock-runtime.ap-southeast-1.amazonaws.com"
},
"bedrock-runtime-eu-central-1": {
"credentialScope": {
"region": "eu-central-1"
},
"hostname": "bedrock-runtime.eu-central-1.amazonaws.com"
},
"bedrock-runtime-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -2745,6 +2757,7 @@
},
"hostname": "bedrock.us-west-2.amazonaws.com"
},
"eu-central-1": {},
"us-east-1": {},
"us-west-2": {}
}
Expand Down Expand Up @@ -10007,8 +10020,29 @@
},
"iottwinmaker": {
"endpoints": {
"ap-northeast-1": {},
"ap-northeast-2": {},
"ap-south-1": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"api-ap-northeast-1": {
"credentialScope": {
"region": "ap-northeast-1"
},
"hostname": "api.iottwinmaker.ap-northeast-1.amazonaws.com"
},
"api-ap-northeast-2": {
"credentialScope": {
"region": "ap-northeast-2"
},
"hostname": "api.iottwinmaker.ap-northeast-2.amazonaws.com"
},
"api-ap-south-1": {
"credentialScope": {
"region": "ap-south-1"
},
"hostname": "api.iottwinmaker.ap-south-1.amazonaws.com"
},
"api-ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
Expand Down Expand Up @@ -10045,6 +10079,24 @@
},
"hostname": "api.iottwinmaker.us-west-2.amazonaws.com"
},
"data-ap-northeast-1": {
"credentialScope": {
"region": "ap-northeast-1"
},
"hostname": "data.iottwinmaker.ap-northeast-1.amazonaws.com"
},
"data-ap-northeast-2": {
"credentialScope": {
"region": "ap-northeast-2"
},
"hostname": "data.iottwinmaker.ap-northeast-2.amazonaws.com"
},
"data-ap-south-1": {
"credentialScope": {
"region": "ap-south-1"
},
"hostname": "data.iottwinmaker.ap-south-1.amazonaws.com"
},
"data-ap-southeast-1": {
"credentialScope": {
"region": "ap-southeast-1"
Expand Down

0 comments on commit 1aa0312

Please sign in to comment.