Skip to content

Commit 92c0060

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent e5bb86e commit 92c0060

File tree

1 file changed

+33
-1
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+33
-1
lines changed

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

+33-1
Original file line numberDiff line numberDiff line change
@@ -2464,6 +2464,7 @@
24642464
"ap-southeast-3" : { },
24652465
"ap-southeast-4" : { },
24662466
"ca-central-1" : { },
2467+
"ca-west-1" : { },
24672468
"eu-central-1" : { },
24682469
"eu-central-2" : { },
24692470
"eu-north-1" : { },
@@ -3730,6 +3731,7 @@
37303731
"ap-southeast-3" : { },
37313732
"ca-central-1" : { },
37323733
"eu-central-1" : { },
3734+
"eu-central-2" : { },
37333735
"eu-north-1" : { },
37343736
"eu-south-1" : { },
37353737
"eu-west-1" : { },
@@ -3764,6 +3766,7 @@
37643766
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
37653767
},
37663768
"il-central-1" : { },
3769+
"me-central-1" : { },
37673770
"me-south-1" : { },
37683771
"sa-east-1" : { },
37693772
"us-east-1" : {
@@ -3804,6 +3807,7 @@
38043807
"ap-southeast-3" : { },
38053808
"ca-central-1" : { },
38063809
"eu-central-1" : { },
3810+
"eu-central-2" : { },
38073811
"eu-north-1" : { },
38083812
"eu-south-1" : { },
38093813
"eu-west-1" : { },
@@ -3838,6 +3842,7 @@
38383842
"hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
38393843
},
38403844
"il-central-1" : { },
3845+
"me-central-1" : { },
38413846
"me-south-1" : { },
38423847
"sa-east-1" : { },
38433848
"us-east-1" : {
@@ -3939,9 +3944,21 @@
39393944
"comprehendmedical" : {
39403945
"endpoints" : {
39413946
"ap-southeast-2" : { },
3942-
"ca-central-1" : { },
3947+
"ca-central-1" : {
3948+
"variants" : [ {
3949+
"hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com",
3950+
"tags" : [ "fips" ]
3951+
} ]
3952+
},
39433953
"eu-west-1" : { },
39443954
"eu-west-2" : { },
3955+
"fips-ca-central-1" : {
3956+
"credentialScope" : {
3957+
"region" : "ca-central-1"
3958+
},
3959+
"deprecated" : true,
3960+
"hostname" : "comprehendmedical-fips.ca-central-1.amazonaws.com"
3961+
},
39453962
"fips-us-east-1" : {
39463963
"credentialScope" : {
39473964
"region" : "us-east-1"
@@ -7108,6 +7125,7 @@
71087125
"eu-central-1" : { },
71097126
"eu-north-1" : { },
71107127
"eu-south-1" : { },
7128+
"eu-south-2" : { },
71117129
"eu-west-1" : { },
71127130
"eu-west-2" : { },
71137131
"eu-west-3" : { },
@@ -8860,6 +8878,7 @@
88608878
"ap-northeast-2" : { },
88618879
"ap-northeast-3" : { },
88628880
"ap-south-1" : { },
8881+
"ap-south-2" : { },
88638882
"ap-southeast-1" : { },
88648883
"ap-southeast-2" : { },
88658884
"ap-southeast-3" : { },
@@ -8869,6 +8888,7 @@
88698888
"eu-central-2" : { },
88708889
"eu-north-1" : { },
88718890
"eu-south-1" : { },
8891+
"eu-south-2" : { },
88728892
"eu-west-1" : { },
88738893
"eu-west-2" : { },
88748894
"eu-west-3" : { },
@@ -10254,6 +10274,7 @@
1025410274
"ap-southeast-3" : { },
1025510275
"ap-southeast-4" : { },
1025610276
"ca-central-1" : { },
10277+
"ca-west-1" : { },
1025710278
"eu-central-1" : { },
1025810279
"eu-central-2" : { },
1025910280
"eu-north-1" : { },
@@ -25772,6 +25793,12 @@
2577225793
}
2577325794
}
2577425795
},
25796+
"signer" : {
25797+
"endpoints" : {
25798+
"us-gov-east-1" : { },
25799+
"us-gov-west-1" : { }
25800+
}
25801+
},
2577525802
"simspaceweaver" : {
2577625803
"endpoints" : {
2577725804
"fips-us-gov-east-1" : {
@@ -27325,6 +27352,11 @@
2732527352
"us-iso-west-1" : { }
2732627353
}
2732727354
},
27355+
"textract" : {
27356+
"endpoints" : {
27357+
"us-iso-east-1" : { }
27358+
}
27359+
},
2732827360
"transcribe" : {
2732927361
"defaults" : {
2733027362
"protocols" : [ "https" ]

0 commit comments

Comments
 (0)