Skip to content

Commit 74d1b96

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-04-25
1 parent d687367 commit 74d1b96

File tree

1 file changed

+21
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+21
-0
lines changed

Diff for: codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+21
Original file line numberDiff line numberDiff line change
@@ -26551,13 +26551,28 @@
2655126551
},
2655226552
"email": {
2655326553
"endpoints": {
26554+
"fips-us-gov-east-1": {
26555+
"credentialScope": {
26556+
"region": "us-gov-east-1"
26557+
},
26558+
"deprecated": true,
26559+
"hostname": "email-fips.us-gov-east-1.amazonaws.com"
26560+
},
2655426561
"fips-us-gov-west-1": {
2655526562
"credentialScope": {
2655626563
"region": "us-gov-west-1"
2655726564
},
2655826565
"deprecated": true,
2655926566
"hostname": "email-fips.us-gov-west-1.amazonaws.com"
2656026567
},
26568+
"us-gov-east-1": {
26569+
"variants": [
26570+
{
26571+
"hostname": "email-fips.us-gov-east-1.amazonaws.com",
26572+
"tags": ["fips"]
26573+
}
26574+
]
26575+
},
2656126576
"us-gov-west-1": {
2656226577
"variants": [
2656326578
{
@@ -27706,6 +27721,12 @@
2770627721
"us-gov-west-1": {}
2770727722
}
2770827723
},
27724+
"license-manager-user-subscriptions": {
27725+
"endpoints": {
27726+
"us-gov-east-1": {},
27727+
"us-gov-west-1": {}
27728+
}
27729+
},
2770927730
"logs": {
2771027731
"endpoints": {
2771127732
"fips-us-gov-east-1": {

0 commit comments

Comments
 (0)