Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-04-04
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Apr 4, 2024
1 parent 9d14837 commit da490a1
Showing 1 changed file with 69 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1184,6 +1184,7 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-4": {},
Expand All @@ -1192,6 +1193,7 @@
"eu-north-1": {},
"eu-west-1": {},
"eu-west-3": {},
"me-central-1": {},
"sa-east-1": {},
"us-east-1": {},
"us-east-2": {},
Expand Down Expand Up @@ -2936,6 +2938,12 @@
},
"hostname": "bedrock.eu-central-1.amazonaws.com"
},
"bedrock-eu-west-3": {
"credentialScope": {
"region": "eu-west-3"
},
"hostname": "bedrock.eu-west-3.amazonaws.com"
},
"bedrock-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -2966,6 +2974,12 @@
},
"hostname": "bedrock-runtime.eu-central-1.amazonaws.com"
},
"bedrock-runtime-eu-west-3": {
"credentialScope": {
"region": "eu-west-3"
},
"hostname": "bedrock-runtime.eu-west-3.amazonaws.com"
},
"bedrock-runtime-fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -3003,6 +3017,7 @@
"hostname": "bedrock.us-west-2.amazonaws.com"
},
"eu-central-1": {},
"eu-west-3": {},
"us-east-1": {},
"us-west-2": {}
}
Expand Down Expand Up @@ -28748,8 +28763,60 @@
},
"signer": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
"fips-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"deprecated": true,
"hostname": "signer-fips.us-gov-east-1.amazonaws.com"
},
"fips-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"deprecated": true,
"hostname": "signer-fips.us-gov-west-1.amazonaws.com"
},
"fips-verification-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"hostname": "verification.signer-fips.us-gov-east-1.amazonaws.com"
},
"fips-verification-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "verification.signer-fips.us-gov-west-1.amazonaws.com"
},
"us-gov-east-1": {
"variants": [
{
"hostname": "signer-fips.us-gov-east-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"us-gov-west-1": {
"variants": [
{
"hostname": "signer-fips.us-gov-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"verification-us-gov-east-1": {
"credentialScope": {
"region": "us-gov-east-1"
},
"hostname": "verification.signer.us-gov-east-1.amazonaws.com"
},
"verification-us-gov-west-1": {
"credentialScope": {
"region": "us-gov-west-1"
},
"hostname": "verification.signer.us-gov-west-1.amazonaws.com"
}
}
},
"simspaceweaver": {
Expand Down

0 comments on commit da490a1

Please sign in to comment.