Skip to content

Commit a36eab2

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-11-27
1 parent a562586 commit a36eab2

File tree

2 files changed

+129
-5
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+129
-5
lines changed

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

Lines changed: 75 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23789,8 +23789,22 @@
2378923789
"ap-southeast-3": {},
2379023790
"ap-southeast-4": {},
2379123791
"ap-southeast-5": {},
23792-
"ca-central-1": {},
23793-
"ca-west-1": {},
23792+
"ca-central-1": {
23793+
"variants": [
23794+
{
23795+
"hostname": "swf-fips.ca-central-1.amazonaws.com",
23796+
"tags": ["fips"]
23797+
}
23798+
]
23799+
},
23800+
"ca-west-1": {
23801+
"variants": [
23802+
{
23803+
"hostname": "swf-fips.ca-west-1.amazonaws.com",
23804+
"tags": ["fips"]
23805+
}
23806+
]
23807+
},
2379423808
"eu-central-1": {},
2379523809
"eu-central-2": {},
2379623810
"eu-north-1": {},
@@ -23799,6 +23813,20 @@
2379923813
"eu-west-1": {},
2380023814
"eu-west-2": {},
2380123815
"eu-west-3": {},
23816+
"fips-ca-central-1": {
23817+
"credentialScope": {
23818+
"region": "ca-central-1"
23819+
},
23820+
"deprecated": true,
23821+
"hostname": "swf-fips.ca-central-1.amazonaws.com"
23822+
},
23823+
"fips-ca-west-1": {
23824+
"credentialScope": {
23825+
"region": "ca-west-1"
23826+
},
23827+
"deprecated": true,
23828+
"hostname": "swf-fips.ca-west-1.amazonaws.com"
23829+
},
2380223830
"fips-us-east-1": {
2380323831
"credentialScope": {
2380423832
"region": "us-east-1"
@@ -34892,8 +34920,36 @@
3489234920
},
3489334921
"swf": {
3489434922
"endpoints": {
34895-
"us-iso-east-1": {},
34896-
"us-iso-west-1": {}
34923+
"fips-us-iso-east-1": {
34924+
"credentialScope": {
34925+
"region": "us-iso-east-1"
34926+
},
34927+
"deprecated": true,
34928+
"hostname": "swf-fips.us-iso-east-1.c2s.ic.gov"
34929+
},
34930+
"fips-us-iso-west-1": {
34931+
"credentialScope": {
34932+
"region": "us-iso-west-1"
34933+
},
34934+
"deprecated": true,
34935+
"hostname": "swf-fips.us-iso-west-1.c2s.ic.gov"
34936+
},
34937+
"us-iso-east-1": {
34938+
"variants": [
34939+
{
34940+
"hostname": "swf-fips.us-iso-east-1.c2s.ic.gov",
34941+
"tags": ["fips"]
34942+
}
34943+
]
34944+
},
34945+
"us-iso-west-1": {
34946+
"variants": [
34947+
{
34948+
"hostname": "swf-fips.us-iso-west-1.c2s.ic.gov",
34949+
"tags": ["fips"]
34950+
}
34951+
]
34952+
}
3489734953
}
3489834954
},
3489934955
"synthetics": {
@@ -35614,7 +35670,21 @@
3561435670
},
3561535671
"swf": {
3561635672
"endpoints": {
35617-
"us-isob-east-1": {}
35673+
"fips-us-isob-east-1": {
35674+
"credentialScope": {
35675+
"region": "us-isob-east-1"
35676+
},
35677+
"deprecated": true,
35678+
"hostname": "swf-fips.us-isob-east-1.sc2s.sgov.gov"
35679+
},
35680+
"us-isob-east-1": {
35681+
"variants": [
35682+
{
35683+
"hostname": "swf-fips.us-isob-east-1.sc2s.sgov.gov",
35684+
"tags": ["fips"]
35685+
}
35686+
]
35687+
}
3561835688
}
3561935689
},
3562035690
"synthetics": {

yarn.lock

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15463,6 +15463,60 @@ __metadata:
1546315463
languageName: unknown
1546415464
linkType: soft
1546515465

15466+
"@aws-sdk/client-observabilityadmin@workspace:clients/client-observabilityadmin":
15467+
version: 0.0.0-use.local
15468+
resolution: "@aws-sdk/client-observabilityadmin@workspace:clients/client-observabilityadmin"
15469+
dependencies:
15470+
"@aws-crypto/sha256-browser": "npm:5.2.0"
15471+
"@aws-crypto/sha256-js": "npm:5.2.0"
15472+
"@aws-sdk/client-sso-oidc": "npm:*"
15473+
"@aws-sdk/client-sts": "npm:*"
15474+
"@aws-sdk/core": "npm:*"
15475+
"@aws-sdk/credential-provider-node": "npm:*"
15476+
"@aws-sdk/middleware-host-header": "npm:*"
15477+
"@aws-sdk/middleware-logger": "npm:*"
15478+
"@aws-sdk/middleware-recursion-detection": "npm:*"
15479+
"@aws-sdk/middleware-user-agent": "npm:*"
15480+
"@aws-sdk/region-config-resolver": "npm:*"
15481+
"@aws-sdk/types": "npm:*"
15482+
"@aws-sdk/util-endpoints": "npm:*"
15483+
"@aws-sdk/util-user-agent-browser": "npm:*"
15484+
"@aws-sdk/util-user-agent-node": "npm:*"
15485+
"@smithy/config-resolver": "npm:^3.0.12"
15486+
"@smithy/core": "npm:^2.5.3"
15487+
"@smithy/fetch-http-handler": "npm:^4.1.1"
15488+
"@smithy/hash-node": "npm:^3.0.10"
15489+
"@smithy/invalid-dependency": "npm:^3.0.10"
15490+
"@smithy/middleware-content-length": "npm:^3.0.12"
15491+
"@smithy/middleware-endpoint": "npm:^3.2.3"
15492+
"@smithy/middleware-retry": "npm:^3.0.27"
15493+
"@smithy/middleware-serde": "npm:^3.0.10"
15494+
"@smithy/middleware-stack": "npm:^3.0.10"
15495+
"@smithy/node-config-provider": "npm:^3.1.11"
15496+
"@smithy/node-http-handler": "npm:^3.3.1"
15497+
"@smithy/protocol-http": "npm:^4.1.7"
15498+
"@smithy/smithy-client": "npm:^3.4.4"
15499+
"@smithy/types": "npm:^3.7.1"
15500+
"@smithy/url-parser": "npm:^3.0.10"
15501+
"@smithy/util-base64": "npm:^3.0.0"
15502+
"@smithy/util-body-length-browser": "npm:^3.0.0"
15503+
"@smithy/util-body-length-node": "npm:^3.0.0"
15504+
"@smithy/util-defaults-mode-browser": "npm:^3.0.27"
15505+
"@smithy/util-defaults-mode-node": "npm:^3.0.27"
15506+
"@smithy/util-endpoints": "npm:^2.1.6"
15507+
"@smithy/util-middleware": "npm:^3.0.10"
15508+
"@smithy/util-retry": "npm:^3.0.10"
15509+
"@smithy/util-utf8": "npm:^3.0.0"
15510+
"@tsconfig/node16": "npm:16.1.3"
15511+
"@types/node": "npm:^16.18.96"
15512+
concurrently: "npm:7.0.0"
15513+
downlevel-dts: "npm:0.10.1"
15514+
rimraf: "npm:3.0.2"
15515+
tslib: "npm:^2.6.2"
15516+
typescript: "npm:~4.9.5"
15517+
languageName: unknown
15518+
linkType: soft
15519+
1546615520
"@aws-sdk/client-omics@workspace:clients/client-omics":
1546715521
version: 0.0.0-use.local
1546815522
resolution: "@aws-sdk/client-omics@workspace:clients/client-omics"

0 commit comments

Comments
 (0)