Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-11-22
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Nov 22, 2024
1 parent c9c278a commit bcd27a2
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11650,6 +11650,7 @@
"ingest.timestream": {
"endpoints": {
"ap-northeast-1": {},
"ap-south-1": {},
"ap-southeast-2": {},
"eu-central-1": {},
"eu-west-1": {},
Expand Down Expand Up @@ -14225,6 +14226,7 @@
"ap-southeast-2": {},
"ap-southeast-3": {},
"ap-southeast-4": {},
"ap-southeast-5": {},
"ca-central-1": {},
"ca-west-1": {},
"eu-central-1": {},
Expand Down Expand Up @@ -24857,11 +24859,13 @@
"ap-southeast-3": {},
"ca-central-1": {},
"eu-central-1": {},
"eu-central-2": {},
"eu-north-1": {},
"eu-south-1": {},
"eu-west-1": {},
"eu-west-2": {},
"eu-west-3": {},
"me-central-1": {},
"me-south-1": {},
"sa-east-1": {},
"us-east-1": {},
Expand Down Expand Up @@ -34051,8 +34055,36 @@
},
"cloudtrail": {
"endpoints": {
"us-iso-east-1": {},
"us-iso-west-1": {}
"fips-us-iso-east-1": {
"credentialScope": {
"region": "us-iso-east-1"
},
"deprecated": true,
"hostname": "cloudtrail-fips.us-iso-east-1.c2s.ic.gov"
},
"fips-us-iso-west-1": {
"credentialScope": {
"region": "us-iso-west-1"
},
"deprecated": true,
"hostname": "cloudtrail-fips.us-iso-west-1.c2s.ic.gov"
},
"us-iso-east-1": {
"variants": [
{
"hostname": "cloudtrail-fips.us-iso-east-1.c2s.ic.gov",
"tags": ["fips"]
}
]
},
"us-iso-west-1": {
"variants": [
{
"hostname": "cloudtrail-fips.us-iso-west-1.c2s.ic.gov",
"tags": ["fips"]
}
]
}
}
},
"codedeploy": {
Expand Down Expand Up @@ -35016,7 +35048,21 @@
},
"cloudtrail": {
"endpoints": {
"us-isob-east-1": {}
"fips-us-isob-east-1": {
"credentialScope": {
"region": "us-isob-east-1"
},
"deprecated": true,
"hostname": "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov"
},
"us-isob-east-1": {
"variants": [
{
"hostname": "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov",
"tags": ["fips"]
}
]
}
}
},
"codedeploy": {
Expand Down
58 changes: 58 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2954,6 +2954,62 @@ __metadata:
languageName: unknown
linkType: soft

"@aws-sdk/client-bcm-pricing-calculator@workspace:clients/client-bcm-pricing-calculator":
version: 0.0.0-use.local
resolution: "@aws-sdk/client-bcm-pricing-calculator@workspace:clients/client-bcm-pricing-calculator"
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"
"@types/uuid": "npm:^9.0.1"
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"
uuid: "npm:^9.0.1"
languageName: unknown
linkType: soft

"@aws-sdk/client-bedrock-agent-runtime@workspace:clients/client-bedrock-agent-runtime":
version: 0.0.0-use.local
resolution: "@aws-sdk/client-bedrock-agent-runtime@workspace:clients/client-bedrock-agent-runtime"
Expand Down Expand Up @@ -3447,11 +3503,13 @@ __metadata:
"@smithy/util-utf8": "npm:^3.0.0"
"@tsconfig/node16": "npm:16.1.3"
"@types/node": "npm:^16.18.96"
"@types/uuid": "npm:^9.0.1"
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"
uuid: "npm:^9.0.1"
languageName: unknown
linkType: soft

Expand Down

0 comments on commit bcd27a2

Please sign in to comment.