Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-11-27
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 27, 2024
1 parent a562586 commit a36eab2
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23789,8 +23789,22 @@
"ap-southeast-3": {},
"ap-southeast-4": {},
"ap-southeast-5": {},
"ca-central-1": {},
"ca-west-1": {},
"ca-central-1": {
"variants": [
{
"hostname": "swf-fips.ca-central-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"ca-west-1": {
"variants": [
{
"hostname": "swf-fips.ca-west-1.amazonaws.com",
"tags": ["fips"]
}
]
},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
Expand All @@ -23799,6 +23813,20 @@
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"fips-ca-central-1": {
"credentialScope": {
"region": "ca-central-1"
},
"deprecated": true,
"hostname": "swf-fips.ca-central-1.amazonaws.com"
},
"fips-ca-west-1": {
"credentialScope": {
"region": "ca-west-1"
},
"deprecated": true,
"hostname": "swf-fips.ca-west-1.amazonaws.com"
},
"fips-us-east-1": {
"credentialScope": {
"region": "us-east-1"
Expand Down Expand Up @@ -34892,8 +34920,36 @@
},
"swf": {
"endpoints": {
"us-iso-east-1": {},
"us-iso-west-1": {}
"fips-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "swf-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "swf-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1": {
"variants": [
{
"hostname": "swf-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-west-1": {
"variants": [
{
"hostname": "swf-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
}
}
},
"synthetics": {
Expand Down Expand Up @@ -35614,7 +35670,21 @@
},
"swf": {
"endpoints": {
"us-isob-east-1": {}
"fips-us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "swf-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1": {
"variants": [
{
"hostname": "swf-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
}
}
},
"synthetics": {
Expand Down
54 changes: 54 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15463,6 +15463,60 @@ __metadata:
languageName: unknown
linkType: soft

"@aws-sdk/client-observabilityadmin@workspace:clients/client-observabilityadmin":
version: 0.0.0-use.local
resolution: "@aws-sdk/client-observabilityadmin@workspace:clients/client-observabilityadmin"
dependencies:
"@aws-crypto/sha256-browser": "npm:5.2.0"
"@aws-crypto/sha256-js": "npm:5.2.0"
"@aws-sdk/client-sso-oidc": "npm:*"
"@aws-sdk/client-sts": "npm:*"
"@aws-sdk/core": "npm:*"
"@aws-sdk/credential-provider-node": "npm:*"
"@aws-sdk/middleware-host-header": "npm:*"
"@aws-sdk/middleware-logger": "npm:*"
"@aws-sdk/middleware-recursion-detection": "npm:*"
"@aws-sdk/middleware-user-agent": "npm:*"
"@aws-sdk/region-config-resolver": "npm:*"
"@aws-sdk/types": "npm:*"
"@aws-sdk/util-endpoints": "npm:*"
"@aws-sdk/util-user-agent-browser": "npm:*"
"@aws-sdk/util-user-agent-node": "npm:*"
"@smithy/config-resolver": "npm:^3.0.12"
"@smithy/core": "npm:^2.5.3"
"@smithy/fetch-http-handler": "npm:^4.1.1"
"@smithy/hash-node": "npm:^3.0.10"
"@smithy/invalid-dependency": "npm:^3.0.10"
"@smithy/middleware-content-length": "npm:^3.0.12"
"@smithy/middleware-endpoint": "npm:^3.2.3"
"@smithy/middleware-retry": "npm:^3.0.27"
"@smithy/middleware-serde": "npm:^3.0.10"
"@smithy/middleware-stack": "npm:^3.0.10"
"@smithy/node-config-provider": "npm:^3.1.11"
"@smithy/node-http-handler": "npm:^3.3.1"
"@smithy/protocol-http": "npm:^4.1.7"
"@smithy/smithy-client": "npm:^3.4.4"
"@smithy/types": "npm:^3.7.1"
"@smithy/url-parser": "npm:^3.0.10"
"@smithy/util-base64": "npm:^3.0.0"
"@smithy/util-body-length-browser": "npm:^3.0.0"
"@smithy/util-body-length-node": "npm:^3.0.0"
"@smithy/util-defaults-mode-browser": "npm:^3.0.27"
"@smithy/util-defaults-mode-node": "npm:^3.0.27"
"@smithy/util-endpoints": "npm:^2.1.6"
"@smithy/util-middleware": "npm:^3.0.10"
"@smithy/util-retry": "npm:^3.0.10"
"@smithy/util-utf8": "npm:^3.0.0"
"@tsconfig/node16": "npm:16.1.3"
"@types/node": "npm:^16.18.96"
concurrently: "npm:7.0.0"
downlevel-dts: "npm:0.10.1"
rimraf: "npm:3.0.2"
tslib: "npm:^2.6.2"
typescript: "npm:~4.9.5"
languageName: unknown
linkType: soft

"@aws-sdk/client-omics@workspace:clients/client-omics":
version: 0.0.0-use.local
resolution: "@aws-sdk/client-omics@workspace:clients/client-omics"
Expand Down

0 comments on commit a36eab2

Please sign in to comment.