Skip to content

Commit fc7fd78

Browse files
author
awstools
committedMar 15, 2024
feat(clients): update client endpoints as of 2024-03-15
1 parent 9cfb002 commit fc7fd78

File tree

1 file changed

+35
-1
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+35
-1
lines changed
 

‎codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+35-1
Original file line numberDiff line numberDiff line change
@@ -2731,6 +2731,7 @@
27312731
"ap-southeast-3": {},
27322732
"ap-southeast-4": {},
27332733
"ca-central-1": {},
2734+
"ca-west-1": {},
27342735
"eu-central-1": {},
27352736
"eu-central-2": {},
27362737
"eu-north-1": {},
@@ -4079,6 +4080,7 @@
40794080
"ap-southeast-3": {},
40804081
"ca-central-1": {},
40814082
"eu-central-1": {},
4083+
"eu-central-2": {},
40824084
"eu-north-1": {},
40834085
"eu-south-1": {},
40844086
"eu-west-1": {},
@@ -4113,6 +4115,7 @@
41134115
"hostname": "cognito-identity-fips.us-west-2.amazonaws.com"
41144116
},
41154117
"il-central-1": {},
4118+
"me-central-1": {},
41164119
"me-south-1": {},
41174120
"sa-east-1": {},
41184121
"us-east-1": {
@@ -4161,6 +4164,7 @@
41614164
"ap-southeast-3": {},
41624165
"ca-central-1": {},
41634166
"eu-central-1": {},
4167+
"eu-central-2": {},
41644168
"eu-north-1": {},
41654169
"eu-south-1": {},
41664170
"eu-west-1": {},
@@ -4195,6 +4199,7 @@
41954199
"hostname": "cognito-idp-fips.us-west-2.amazonaws.com"
41964200
},
41974201
"il-central-1": {},
4202+
"me-central-1": {},
41984203
"me-south-1": {},
41994204
"sa-east-1": {},
42004205
"us-east-1": {
@@ -4310,9 +4315,23 @@
43104315
"comprehendmedical": {
43114316
"endpoints": {
43124317
"ap-southeast-2": {},
4313-
"ca-central-1": {},
4318+
"ca-central-1": {
4319+
"variants": [
4320+
{
4321+
"hostname": "comprehendmedical-fips.ca-central-1.amazonaws.com",
4322+
"tags": ["fips"]
4323+
}
4324+
]
4325+
},
43144326
"eu-west-1": {},
43154327
"eu-west-2": {},
4328+
"fips-ca-central-1": {
4329+
"credentialScope": {
4330+
"region": "ca-central-1"
4331+
},
4332+
"deprecated": true,
4333+
"hostname": "comprehendmedical-fips.ca-central-1.amazonaws.com"
4334+
},
43164335
"fips-us-east-1": {
43174336
"credentialScope": {
43184337
"region": "us-east-1"
@@ -7791,6 +7810,7 @@
77917810
"eu-central-1": {},
77927811
"eu-north-1": {},
77937812
"eu-south-1": {},
7813+
"eu-south-2": {},
77947814
"eu-west-1": {},
77957815
"eu-west-2": {},
77967816
"eu-west-3": {},
@@ -9757,6 +9777,7 @@
97579777
"ap-northeast-2": {},
97589778
"ap-northeast-3": {},
97599779
"ap-south-1": {},
9780+
"ap-south-2": {},
97609781
"ap-southeast-1": {},
97619782
"ap-southeast-2": {},
97629783
"ap-southeast-3": {},
@@ -9766,6 +9787,7 @@
97669787
"eu-central-2": {},
97679788
"eu-north-1": {},
97689789
"eu-south-1": {},
9790+
"eu-south-2": {},
97699791
"eu-west-1": {},
97709792
"eu-west-2": {},
97719793
"eu-west-3": {},
@@ -11269,6 +11291,7 @@
1126911291
"ap-southeast-3": {},
1127011292
"ap-southeast-4": {},
1127111293
"ca-central-1": {},
11294+
"ca-west-1": {},
1127211295
"eu-central-1": {},
1127311296
"eu-central-2": {},
1127411297
"eu-north-1": {},
@@ -28561,6 +28584,12 @@
2856128584
}
2856228585
}
2856328586
},
28587+
"signer": {
28588+
"endpoints": {
28589+
"us-gov-east-1": {},
28590+
"us-gov-west-1": {}
28591+
}
28592+
},
2856428593
"simspaceweaver": {
2856528594
"endpoints": {
2856628595
"fips-us-gov-east-1": {
@@ -30259,6 +30288,11 @@
3025930288
"us-iso-west-1": {}
3026030289
}
3026130290
},
30291+
"textract": {
30292+
"endpoints": {
30293+
"us-iso-east-1": {}
30294+
}
30295+
},
3026230296
"transcribe": {
3026330297
"defaults": {
3026430298
"protocols": ["https"]

0 commit comments

Comments
 (0)