Skip to content

Commit 616f9a1

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent 168009d commit 616f9a1

File tree

1 file changed

+38
-4
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+38
-4
lines changed

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

+38-4
Original file line numberDiff line numberDiff line change
@@ -7586,6 +7586,7 @@
75867586
} ]
75877587
},
75887588
"eu-central-1" : { },
7589+
"eu-central-2" : { },
75897590
"eu-north-1" : { },
75907591
"eu-south-1" : { },
75917592
"eu-south-2" : { },
@@ -13164,6 +13165,7 @@
1316413165
"tags" : [ "fips" ]
1316513166
} ]
1316613167
},
13168+
"ca-west-1" : { },
1316713169
"eu-central-1" : { },
1316813170
"eu-central-2" : { },
1316913171
"eu-north-1" : { },
@@ -14315,6 +14317,12 @@
1431514317
},
1431614318
"hostname" : "portal.sso.ca-central-1.amazonaws.com"
1431714319
},
14320+
"ca-west-1" : {
14321+
"credentialScope" : {
14322+
"region" : "ca-west-1"
14323+
},
14324+
"hostname" : "portal.sso.ca-west-1.amazonaws.com"
14325+
},
1431814326
"eu-central-1" : {
1431914327
"credentialScope" : {
1432014328
"region" : "eu-central-1"
@@ -19599,6 +19607,18 @@
1959919607
"us-west-2" : { }
1960019608
}
1960119609
},
19610+
"tax" : {
19611+
"endpoints" : {
19612+
"aws-global" : {
19613+
"credentialScope" : {
19614+
"region" : "us-east-1"
19615+
},
19616+
"hostname" : "tax.us-east-1.amazonaws.com"
19617+
}
19618+
},
19619+
"isRegionalized" : false,
19620+
"partitionEndpoint" : "aws-global"
19621+
},
1960219622
"textract" : {
1960319623
"endpoints" : {
1960419624
"ap-northeast-2" : {
@@ -24452,17 +24472,31 @@
2445224472
},
2445324473
"directconnect" : {
2445424474
"endpoints" : {
24455-
"us-gov-east-1" : {
24475+
"fips-us-gov-east-1" : {
2445624476
"credentialScope" : {
2445724477
"region" : "us-gov-east-1"
2445824478
},
24459-
"hostname" : "directconnect.us-gov-east-1.amazonaws.com"
24479+
"deprecated" : true,
24480+
"hostname" : "directconnect-fips.us-gov-east-1.amazonaws.com"
2446024481
},
24461-
"us-gov-west-1" : {
24482+
"fips-us-gov-west-1" : {
2446224483
"credentialScope" : {
2446324484
"region" : "us-gov-west-1"
2446424485
},
24465-
"hostname" : "directconnect.us-gov-west-1.amazonaws.com"
24486+
"deprecated" : true,
24487+
"hostname" : "directconnect-fips.us-gov-west-1.amazonaws.com"
24488+
},
24489+
"us-gov-east-1" : {
24490+
"variants" : [ {
24491+
"hostname" : "directconnect-fips.us-gov-east-1.amazonaws.com",
24492+
"tags" : [ "fips" ]
24493+
} ]
24494+
},
24495+
"us-gov-west-1" : {
24496+
"variants" : [ {
24497+
"hostname" : "directconnect-fips.us-gov-west-1.amazonaws.com",
24498+
"tags" : [ "fips" ]
24499+
} ]
2446624500
}
2446724501
}
2446824502
},

0 commit comments

Comments
 (0)