Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-03-15
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Mar 15, 2024
1 parent 9cfb002 commit fc7fd78
Showing 1 changed file with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2731,6 +2731,7 @@
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"ca-west-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand Down Expand Up @@ -4079,6 +4080,7 @@
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
Expand Down Expand Up @@ -4113,6 +4115,7 @@
"hostname": "cognito-identity-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
Expand Down Expand Up @@ -4161,6 +4164,7 @@
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
Expand Down Expand Up @@ -4195,6 +4199,7 @@
"hostname": "cognito-idp-fips.us-west-2.amazonaws.com"
},
"il-central-1": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {
Expand Down Expand Up @@ -4310,9 +4315,23 @@
"comprehendmedical": {
"endpoints": {
"ap-southeast-2": {},
"ca-central-1": {},
"ca-central-1": {
"variants": [
{
"hostname": "comprehendmedical-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-west-1": {},
"eu-west-2": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "comprehendmedical-fips.ca-central-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -7791,6 +7810,7 @@
"eu-central-1": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-south-2": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
Expand Down Expand Up @@ -9757,6 +9777,7 @@
"ap-northeast-2": {},
"ap-northeast-3": {},
"ap-south-1": {},
"ap-south-2": {},
"ap-southeast-1": {},
"ap-southeast-2": {},
"ap-southeast-3": {},
Expand All @@ -9766,6 +9787,7 @@
"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 @@ -11269,6 +11291,7 @@
"ap-southeast-3": {},
"ap-southeast-4": {},
"ca-central-1": {},
"ca-west-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand Down Expand Up @@ -28561,6 +28584,12 @@
}
}
},
"signer": {
"endpoints": {
"us-gov-east-1": {},
"us-gov-west-1": {}
}
},
"simspaceweaver": {
"endpoints": {
"fips-us-gov-east-1": {
Expand Down Expand Up @@ -30259,6 +30288,11 @@
"us-iso-west-1": {}
}
},
"textract": {
"endpoints": {
"us-iso-east-1": {}
}
},
"transcribe": {
"defaults": {
"protocols": ["https"]
Expand Down

0 comments on commit fc7fd78

Please sign in to comment.