Skip to content

Commit bcd27a2

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-11-22
1 parent c9c278a commit bcd27a2

File tree

2 files changed

+107
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+107
-3
lines changed

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

+49-3
Original file line numberDiff line numberDiff line change
@@ -11650,6 +11650,7 @@
1165011650
"ingest.timestream": {
1165111651
"endpoints": {
1165211652
"ap-northeast-1": {},
11653+
"ap-south-1": {},
1165311654
"ap-southeast-2": {},
1165411655
"eu-central-1": {},
1165511656
"eu-west-1": {},
@@ -14225,6 +14226,7 @@
1422514226
"ap-southeast-2": {},
1422614227
"ap-southeast-3": {},
1422714228
"ap-southeast-4": {},
14229+
"ap-southeast-5": {},
1422814230
"ca-central-1": {},
1422914231
"ca-west-1": {},
1423014232
"eu-central-1": {},
@@ -24857,11 +24859,13 @@
2485724859
"ap-southeast-3": {},
2485824860
"ca-central-1": {},
2485924861
"eu-central-1": {},
24862+
"eu-central-2": {},
2486024863
"eu-north-1": {},
2486124864
"eu-south-1": {},
2486224865
"eu-west-1": {},
2486324866
"eu-west-2": {},
2486424867
"eu-west-3": {},
24868+
"me-central-1": {},
2486524869
"me-south-1": {},
2486624870
"sa-east-1": {},
2486724871
"us-east-1": {},
@@ -34051,8 +34055,36 @@
3405134055
},
3405234056
"cloudtrail": {
3405334057
"endpoints": {
34054-
"us-iso-east-1": {},
34055-
"us-iso-west-1": {}
34058+
"fips-us-iso-east-1": {
34059+
"credentialScope": {
34060+
"region": "us-iso-east-1"
34061+
},
34062+
"deprecated": true,
34063+
"hostname": "cloudtrail-fips.us-iso-east-1.c2s.ic.gov"
34064+
},
34065+
"fips-us-iso-west-1": {
34066+
"credentialScope": {
34067+
"region": "us-iso-west-1"
34068+
},
34069+
"deprecated": true,
34070+
"hostname": "cloudtrail-fips.us-iso-west-1.c2s.ic.gov"
34071+
},
34072+
"us-iso-east-1": {
34073+
"variants": [
34074+
{
34075+
"hostname": "cloudtrail-fips.us-iso-east-1.c2s.ic.gov",
34076+
"tags": ["fips"]
34077+
}
34078+
]
34079+
},
34080+
"us-iso-west-1": {
34081+
"variants": [
34082+
{
34083+
"hostname": "cloudtrail-fips.us-iso-west-1.c2s.ic.gov",
34084+
"tags": ["fips"]
34085+
}
34086+
]
34087+
}
3405634088
}
3405734089
},
3405834090
"codedeploy": {
@@ -35016,7 +35048,21 @@
3501635048
},
3501735049
"cloudtrail": {
3501835050
"endpoints": {
35019-
"us-isob-east-1": {}
35051+
"fips-us-isob-east-1": {
35052+
"credentialScope": {
35053+
"region": "us-isob-east-1"
35054+
},
35055+
"deprecated": true,
35056+
"hostname": "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov"
35057+
},
35058+
"us-isob-east-1": {
35059+
"variants": [
35060+
{
35061+
"hostname": "cloudtrail-fips.us-isob-east-1.sc2s.sgov.gov",
35062+
"tags": ["fips"]
35063+
}
35064+
]
35065+
}
3502035066
}
3502135067
},
3502235068
"codedeploy": {

yarn.lock

+58
Original file line numberDiff line numberDiff line change
@@ -2954,6 +2954,62 @@ __metadata:
29542954
languageName: unknown
29552955
linkType: soft
29562956

2957+
"@aws-sdk/client-bcm-pricing-calculator@workspace:clients/client-bcm-pricing-calculator":
2958+
version: 0.0.0-use.local
2959+
resolution: "@aws-sdk/client-bcm-pricing-calculator@workspace:clients/client-bcm-pricing-calculator"
2960+
dependencies:
2961+
"@aws-crypto/sha256-browser": "npm:5.2.0"
2962+
"@aws-crypto/sha256-js": "npm:5.2.0"
2963+
"@aws-sdk/client-sso-oidc": "npm:*"
2964+
"@aws-sdk/client-sts": "npm:*"
2965+
"@aws-sdk/core": "npm:*"
2966+
"@aws-sdk/credential-provider-node": "npm:*"
2967+
"@aws-sdk/middleware-host-header": "npm:*"
2968+
"@aws-sdk/middleware-logger": "npm:*"
2969+
"@aws-sdk/middleware-recursion-detection": "npm:*"
2970+
"@aws-sdk/middleware-user-agent": "npm:*"
2971+
"@aws-sdk/region-config-resolver": "npm:*"
2972+
"@aws-sdk/types": "npm:*"
2973+
"@aws-sdk/util-endpoints": "npm:*"
2974+
"@aws-sdk/util-user-agent-browser": "npm:*"
2975+
"@aws-sdk/util-user-agent-node": "npm:*"
2976+
"@smithy/config-resolver": "npm:^3.0.12"
2977+
"@smithy/core": "npm:^2.5.3"
2978+
"@smithy/fetch-http-handler": "npm:^4.1.1"
2979+
"@smithy/hash-node": "npm:^3.0.10"
2980+
"@smithy/invalid-dependency": "npm:^3.0.10"
2981+
"@smithy/middleware-content-length": "npm:^3.0.12"
2982+
"@smithy/middleware-endpoint": "npm:^3.2.3"
2983+
"@smithy/middleware-retry": "npm:^3.0.27"
2984+
"@smithy/middleware-serde": "npm:^3.0.10"
2985+
"@smithy/middleware-stack": "npm:^3.0.10"
2986+
"@smithy/node-config-provider": "npm:^3.1.11"
2987+
"@smithy/node-http-handler": "npm:^3.3.1"
2988+
"@smithy/protocol-http": "npm:^4.1.7"
2989+
"@smithy/smithy-client": "npm:^3.4.4"
2990+
"@smithy/types": "npm:^3.7.1"
2991+
"@smithy/url-parser": "npm:^3.0.10"
2992+
"@smithy/util-base64": "npm:^3.0.0"
2993+
"@smithy/util-body-length-browser": "npm:^3.0.0"
2994+
"@smithy/util-body-length-node": "npm:^3.0.0"
2995+
"@smithy/util-defaults-mode-browser": "npm:^3.0.27"
2996+
"@smithy/util-defaults-mode-node": "npm:^3.0.27"
2997+
"@smithy/util-endpoints": "npm:^2.1.6"
2998+
"@smithy/util-middleware": "npm:^3.0.10"
2999+
"@smithy/util-retry": "npm:^3.0.10"
3000+
"@smithy/util-utf8": "npm:^3.0.0"
3001+
"@tsconfig/node16": "npm:16.1.3"
3002+
"@types/node": "npm:^16.18.96"
3003+
"@types/uuid": "npm:^9.0.1"
3004+
concurrently: "npm:7.0.0"
3005+
downlevel-dts: "npm:0.10.1"
3006+
rimraf: "npm:3.0.2"
3007+
tslib: "npm:^2.6.2"
3008+
typescript: "npm:~4.9.5"
3009+
uuid: "npm:^9.0.1"
3010+
languageName: unknown
3011+
linkType: soft
3012+
29573013
"@aws-sdk/client-bedrock-agent-runtime@workspace:clients/client-bedrock-agent-runtime":
29583014
version: 0.0.0-use.local
29593015
resolution: "@aws-sdk/client-bedrock-agent-runtime@workspace:clients/client-bedrock-agent-runtime"
@@ -3447,11 +3503,13 @@ __metadata:
34473503
"@smithy/util-utf8": "npm:^3.0.0"
34483504
"@tsconfig/node16": "npm:16.1.3"
34493505
"@types/node": "npm:^16.18.96"
3506+
"@types/uuid": "npm:^9.0.1"
34503507
concurrently: "npm:7.0.0"
34513508
downlevel-dts: "npm:0.10.1"
34523509
rimraf: "npm:3.0.2"
34533510
tslib: "npm:^2.6.2"
34543511
typescript: "npm:~4.9.5"
3512+
uuid: "npm:^9.0.1"
34553513
languageName: unknown
34563514
linkType: soft
34573515

0 commit comments

Comments
 (0)