@aws-sdk/client-transcribe 3.908.0 → 3.911.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,6 +2,6 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
4
  const w = "required", x = "fn", y = "argv", z = "ref";
5
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [w]: false, "type": "String" }, j = { [w]: true, "default": false, "type": "Boolean" }, k = { [z]: "Endpoint" }, l = { [x]: c, [y]: [{ [z]: "UseFIPS" }, true] }, m = { [x]: c, [y]: [{ [z]: "UseDualStack" }, true] }, n = {}, o = { [z]: "Region" }, p = { [x]: "getAttr", [y]: [{ [z]: g }, "supportsFIPS"] }, q = { [x]: c, [y]: [true, { [x]: "getAttr", [y]: [{ [z]: g }, "supportsDualStack"] }] }, r = { [x]: "getAttr", [y]: [{ [z]: g }, "name"] }, s = { "url": "https://fips.transcribe.{Region}.amazonaws.com", "properties": {}, "headers": {} }, t = [l], u = [m], v = [o];
5
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [w]: false, "type": "string" }, j = { [w]: true, "default": false, "type": "boolean" }, k = { [z]: "Endpoint" }, l = { [x]: c, [y]: [{ [z]: "UseFIPS" }, true] }, m = { [x]: c, [y]: [{ [z]: "UseDualStack" }, true] }, n = {}, o = { [z]: "Region" }, p = { [x]: "getAttr", [y]: [{ [z]: g }, "supportsFIPS"] }, q = { [x]: c, [y]: [true, { [x]: "getAttr", [y]: [{ [z]: g }, "supportsDualStack"] }] }, r = { [x]: "getAttr", [y]: [{ [z]: g }, "name"] }, s = { "url": "https://fips.transcribe.{Region}.amazonaws.com", "properties": {}, "headers": {} }, t = [l], u = [m], v = [o];
6
6
  const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [x]: b, [y]: [k] }], rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [x]: b, [y]: v }], rules: [{ conditions: [{ [x]: "aws.partition", [y]: v, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [x]: c, [y]: [a, p] }, q], rules: [{ endpoint: { url: "https://transcribe-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: t, rules: [{ conditions: [{ [x]: c, [y]: [p, a] }], rules: [{ conditions: [{ [x]: h, [y]: [r, "aws"] }], endpoint: s, type: e }, { conditions: [{ [x]: h, [y]: [r, "aws-us-gov"] }], endpoint: s, type: e }, { endpoint: { url: "https://transcribe-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: u, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://transcribe.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { conditions: [{ [x]: h, [y]: [o, "cn-north-1"] }], endpoint: { url: "https://cn.transcribe.cn-north-1.amazonaws.com.cn", properties: n, headers: n }, type: e }, { conditions: [{ [x]: h, [y]: [o, "cn-northwest-1"] }], endpoint: { url: "https://cn.transcribe.cn-northwest-1.amazonaws.com.cn", properties: n, headers: n }, type: e }, { endpoint: { url: "https://transcribe.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
7
7
  exports.ruleSet = _data;
@@ -1,4 +1,4 @@
1
1
  const w = "required", x = "fn", y = "argv", z = "ref";
2
- const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [w]: false, "type": "String" }, j = { [w]: true, "default": false, "type": "Boolean" }, k = { [z]: "Endpoint" }, l = { [x]: c, [y]: [{ [z]: "UseFIPS" }, true] }, m = { [x]: c, [y]: [{ [z]: "UseDualStack" }, true] }, n = {}, o = { [z]: "Region" }, p = { [x]: "getAttr", [y]: [{ [z]: g }, "supportsFIPS"] }, q = { [x]: c, [y]: [true, { [x]: "getAttr", [y]: [{ [z]: g }, "supportsDualStack"] }] }, r = { [x]: "getAttr", [y]: [{ [z]: g }, "name"] }, s = { "url": "https://fips.transcribe.{Region}.amazonaws.com", "properties": {}, "headers": {} }, t = [l], u = [m], v = [o];
2
+ const a = true, b = "isSet", c = "booleanEquals", d = "error", e = "endpoint", f = "tree", g = "PartitionResult", h = "stringEquals", i = { [w]: false, "type": "string" }, j = { [w]: true, "default": false, "type": "boolean" }, k = { [z]: "Endpoint" }, l = { [x]: c, [y]: [{ [z]: "UseFIPS" }, true] }, m = { [x]: c, [y]: [{ [z]: "UseDualStack" }, true] }, n = {}, o = { [z]: "Region" }, p = { [x]: "getAttr", [y]: [{ [z]: g }, "supportsFIPS"] }, q = { [x]: c, [y]: [true, { [x]: "getAttr", [y]: [{ [z]: g }, "supportsDualStack"] }] }, r = { [x]: "getAttr", [y]: [{ [z]: g }, "name"] }, s = { "url": "https://fips.transcribe.{Region}.amazonaws.com", "properties": {}, "headers": {} }, t = [l], u = [m], v = [o];
3
3
  const _data = { version: "1.0", parameters: { Region: i, UseDualStack: j, UseFIPS: j, Endpoint: i }, rules: [{ conditions: [{ [x]: b, [y]: [k] }], rules: [{ conditions: t, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: d }, { conditions: u, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: d }, { endpoint: { url: k, properties: n, headers: n }, type: e }], type: f }, { conditions: [{ [x]: b, [y]: v }], rules: [{ conditions: [{ [x]: "aws.partition", [y]: v, assign: g }], rules: [{ conditions: [l, m], rules: [{ conditions: [{ [x]: c, [y]: [a, p] }, q], rules: [{ endpoint: { url: "https://transcribe-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: d }], type: f }, { conditions: t, rules: [{ conditions: [{ [x]: c, [y]: [p, a] }], rules: [{ conditions: [{ [x]: h, [y]: [r, "aws"] }], endpoint: s, type: e }, { conditions: [{ [x]: h, [y]: [r, "aws-us-gov"] }], endpoint: s, type: e }, { endpoint: { url: "https://transcribe-fips.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "FIPS is enabled but this partition does not support FIPS", type: d }], type: f }, { conditions: u, rules: [{ conditions: [q], rules: [{ endpoint: { url: "https://transcribe.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: n, headers: n }, type: e }], type: f }, { error: "DualStack is enabled but this partition does not support DualStack", type: d }], type: f }, { conditions: [{ [x]: h, [y]: [o, "cn-north-1"] }], endpoint: { url: "https://cn.transcribe.cn-north-1.amazonaws.com.cn", properties: n, headers: n }, type: e }, { conditions: [{ [x]: h, [y]: [o, "cn-northwest-1"] }], endpoint: { url: "https://cn.transcribe.cn-northwest-1.amazonaws.com.cn", properties: n, headers: n }, type: e }, { endpoint: { url: "https://transcribe.{Region}.{PartitionResult#dnsSuffix}", properties: n, headers: n }, type: e }], type: f }], type: f }, { error: "Invalid Configuration: Missing Region", type: d }] };
4
4
  export const ruleSet = _data;
@@ -4505,49 +4505,17 @@ export interface StartCallAnalyticsJobRequest {
4505
4505
  */
4506
4506
  OutputLocation?: string | undefined;
4507
4507
  /**
4508
- * <p>The KMS key you want to use to encrypt your Call Analytics
4509
- * output.</p>
4510
- * <p>If using a key located in the <b>current</b>
4511
- * Amazon Web Services account, you can specify your KMS key in one of four
4512
- * ways:</p>
4513
- * <ol>
4514
- * <li>
4515
- * <p>Use the KMS key ID itself. For example,
4516
- * <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4517
- * </li>
4518
- * <li>
4519
- * <p>Use an alias for the KMS key ID. For example,
4520
- * <code>alias/ExampleAlias</code>.</p>
4521
- * </li>
4522
- * <li>
4523
- * <p>Use the Amazon Resource Name (ARN) for the KMS key ID. For
4524
- * example,
4525
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4526
- * </li>
4527
- * <li>
4528
- * <p>Use the ARN for the KMS key alias. For example,
4529
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
4530
- * </li>
4531
- * </ol>
4532
- * <p>If using a key located in a <b>different</b>
4533
- * Amazon Web Services account than the current Amazon Web Services account, you can specify
4534
- * your KMS key in one of two ways:</p>
4535
- * <ol>
4536
- * <li>
4537
- * <p>Use the ARN for the KMS key ID. For example,
4538
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4539
- * </li>
4540
- * <li>
4541
- * <p>Use the ARN for the KMS key alias. For example,
4542
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
4543
- * </li>
4544
- * </ol>
4508
+ * <p>The Amazon Resource Name (ARN) of a KMS key that you want to use to
4509
+ * encrypt your Call Analytics output.</p>
4510
+ * <p>KMS key ARNs have the format <code>arn:partition:kms:region:account:key/key-id</code>. For example:
4511
+ * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.
4512
+ * For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">
4513
+ * KMS key ARNs</a>.</p>
4545
4514
  * <p>If you do not specify an encryption key, your output is encrypted with the default
4546
- * Amazon S3 key (SSE-S3).</p>
4547
- * <p>If you specify a KMS key to encrypt your output, you must also specify
4548
- * an output location using the <code>OutputLocation</code> parameter.</p>
4549
- * <p>Note that the role making the request must
4550
- * have permission to use the specified KMS key.</p>
4515
+ * Amazon S3 key (SSE-S3).</p>
4516
+ * <p>Note that the role making the request and the role specified in
4517
+ * the <code>DataAccessRoleArn</code> request parameter (if present) must have permission to use the
4518
+ * specified KMS key.</p>
4551
4519
  * @public
4552
4520
  */
4553
4521
  OutputEncryptionKMSKeyId?: string | undefined;
@@ -4629,47 +4597,17 @@ export interface StartMedicalScribeJobRequest {
4629
4597
  */
4630
4598
  OutputBucketName: string | undefined;
4631
4599
  /**
4632
- * <p>The KMS key you want to use to encrypt your Medical Scribe
4633
- * output.</p>
4634
- * <p>If using a key located in the <b>current</b>
4635
- * Amazon Web Services account, you can specify your KMS key in one of four
4636
- * ways:</p>
4637
- * <ol>
4638
- * <li>
4639
- * <p>Use the KMS key ID itself. For example,
4640
- * <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4641
- * </li>
4642
- * <li>
4643
- * <p>Use an alias for the KMS key ID. For example,
4644
- * <code>alias/ExampleAlias</code>.</p>
4645
- * </li>
4646
- * <li>
4647
- * <p>Use the Amazon Resource Name (ARN) for the KMS key ID. For
4648
- * example,
4649
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4650
- * </li>
4651
- * <li>
4652
- * <p>Use the ARN for the KMS key alias. For example,
4653
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
4654
- * </li>
4655
- * </ol>
4656
- * <p>If using a key located in a <b>different</b>
4657
- * Amazon Web Services account than the current Amazon Web Services account, you can specify
4658
- * your KMS key in one of two ways:</p>
4659
- * <ol>
4660
- * <li>
4661
- * <p>Use the ARN for the KMS key ID. For example,
4662
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4663
- * </li>
4664
- * <li>
4665
- * <p>Use the ARN for the KMS key alias. For example,
4666
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
4667
- * </li>
4668
- * </ol>
4600
+ * <p>The Amazon Resource Name (ARN) of a KMS key that you want to use to
4601
+ * encrypt your Medical Scribe output.</p>
4602
+ * <p>KMS key ARNs have the format <code>arn:partition:kms:region:account:key/key-id</code>. For example:
4603
+ * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.
4604
+ * For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">
4605
+ * KMS key ARNs</a>.</p>
4669
4606
  * <p>If you do not specify an encryption key, your output is encrypted with the default
4670
4607
  * Amazon S3 key (SSE-S3).</p>
4671
- * <p>Note that the role specified in the <code>DataAccessRoleArn</code> request parameter
4672
- * must have permission to use the specified KMS key.</p>
4608
+ * <p>Note that the role making the request and the role specified in
4609
+ * the <code>DataAccessRoleArn</code> request parameter (if present)
4610
+ * must have permission to use the specified KMS key.</p>
4673
4611
  * @public
4674
4612
  */
4675
4613
  OutputEncryptionKMSKeyId?: string | undefined;
@@ -4844,49 +4782,17 @@ export interface StartMedicalTranscriptionJobRequest {
4844
4782
  */
4845
4783
  OutputKey?: string | undefined;
4846
4784
  /**
4847
- * <p>The KMS key you want to use to encrypt your medical transcription
4848
- * output.</p>
4849
- * <p>If using a key located in the <b>current</b>
4850
- * Amazon Web Services account, you can specify your KMS key in one of four
4851
- * ways:</p>
4852
- * <ol>
4853
- * <li>
4854
- * <p>Use the KMS key ID itself. For example,
4855
- * <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4856
- * </li>
4857
- * <li>
4858
- * <p>Use an alias for the KMS key ID. For example,
4859
- * <code>alias/ExampleAlias</code>.</p>
4860
- * </li>
4861
- * <li>
4862
- * <p>Use the Amazon Resource Name (ARN) for the KMS key ID. For
4863
- * example,
4864
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4865
- * </li>
4866
- * <li>
4867
- * <p>Use the ARN for the KMS key alias. For example,
4868
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
4869
- * </li>
4870
- * </ol>
4871
- * <p>If using a key located in a <b>different</b>
4872
- * Amazon Web Services account than the current Amazon Web Services account, you can specify
4873
- * your KMS key in one of two ways:</p>
4874
- * <ol>
4875
- * <li>
4876
- * <p>Use the ARN for the KMS key ID. For example,
4877
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
4878
- * </li>
4879
- * <li>
4880
- * <p>Use the ARN for the KMS key alias. For example,
4881
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
4882
- * </li>
4883
- * </ol>
4785
+ * <p>The Amazon Resource Name (ARN) of a KMS key that you want to use to
4786
+ * encrypt your medical transcription output.</p>
4787
+ * <p>KMS key ARNs have the format <code>arn:partition:kms:region:account:key/key-id</code>. For example:
4788
+ * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.
4789
+ * For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">
4790
+ * KMS key ARNs</a>.</p>
4884
4791
  * <p>If you do not specify an encryption key, your output is encrypted with the default
4885
- * Amazon S3 key (SSE-S3).</p>
4886
- * <p>If you specify a KMS key to encrypt your output, you must also specify
4887
- * an output location using the <code>OutputLocation</code> parameter.</p>
4888
- * <p>Note that the role making the request must
4889
- * have permission to use the specified KMS key.</p>
4792
+ * Amazon S3 key (SSE-S3).</p>
4793
+ * <p>Note that the role making the request and the role specified
4794
+ * in the <code>DataAccessRoleArn</code> request parameter (if present) must have permission to use the
4795
+ * specified KMS key.</p>
4890
4796
  * @public
4891
4797
  */
4892
4798
  OutputEncryptionKMSKeyId?: string | undefined;
@@ -5082,49 +4988,17 @@ export interface StartTranscriptionJobRequest {
5082
4988
  */
5083
4989
  OutputKey?: string | undefined;
5084
4990
  /**
5085
- * <p>The KMS key you want to use to encrypt your transcription
5086
- * output.</p>
5087
- * <p>If using a key located in the <b>current</b>
5088
- * Amazon Web Services account, you can specify your KMS key in one of four
5089
- * ways:</p>
5090
- * <ol>
5091
- * <li>
5092
- * <p>Use the KMS key ID itself. For example,
5093
- * <code>1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
5094
- * </li>
5095
- * <li>
5096
- * <p>Use an alias for the KMS key ID. For example,
5097
- * <code>alias/ExampleAlias</code>.</p>
5098
- * </li>
5099
- * <li>
5100
- * <p>Use the Amazon Resource Name (ARN) for the KMS key ID. For
5101
- * example,
5102
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
5103
- * </li>
5104
- * <li>
5105
- * <p>Use the ARN for the KMS key alias. For example,
5106
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
5107
- * </li>
5108
- * </ol>
5109
- * <p>If using a key located in a <b>different</b>
5110
- * Amazon Web Services account than the current Amazon Web Services account, you can specify
5111
- * your KMS key in one of two ways:</p>
5112
- * <ol>
5113
- * <li>
5114
- * <p>Use the ARN for the KMS key ID. For example,
5115
- * <code>arn:aws:kms:region:account-ID:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.</p>
5116
- * </li>
5117
- * <li>
5118
- * <p>Use the ARN for the KMS key alias. For example,
5119
- * <code>arn:aws:kms:region:account-ID:alias/ExampleAlias</code>.</p>
5120
- * </li>
5121
- * </ol>
4991
+ * <p>The Amazon Resource Name (ARN) of a KMS key that you want to use to
4992
+ * encrypt your transcription output.</p>
4993
+ * <p>KMS key ARNs have the format <code>arn:partition:kms:region:account:key/key-id</code>. For example:
4994
+ * <code>arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab</code>.
4995
+ * For more information, see <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN">
4996
+ * KMS key ARNs</a>.</p>
5122
4997
  * <p>If you do not specify an encryption key, your output is encrypted with the default
5123
- * Amazon S3 key (SSE-S3).</p>
5124
- * <p>If you specify a KMS key to encrypt your output, you must also specify
5125
- * an output location using the <code>OutputLocation</code> parameter.</p>
5126
- * <p>Note that the role making the request must
5127
- * have permission to use the specified KMS key.</p>
4998
+ * Amazon S3 key (SSE-S3).</p>
4999
+ * <p>Note that the role making the request and the role specified in the
5000
+ * <code>DataAccessRoleArn</code> request parameter (if present) must have permission to use the specified
5001
+ * KMS key.</p>
5128
5002
  * @public
5129
5003
  */
5130
5004
  OutputEncryptionKMSKeyId?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-transcribe",
3
3
  "description": "AWS SDK for JavaScript Transcribe Client for Node.js, Browser and React Native",
4
- "version": "3.908.0",
4
+ "version": "3.911.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-transcribe",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.908.0",
24
- "@aws-sdk/credential-provider-node": "3.908.0",
25
- "@aws-sdk/middleware-host-header": "3.901.0",
26
- "@aws-sdk/middleware-logger": "3.901.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.901.0",
28
- "@aws-sdk/middleware-user-agent": "3.908.0",
29
- "@aws-sdk/region-config-resolver": "3.901.0",
30
- "@aws-sdk/types": "3.901.0",
31
- "@aws-sdk/util-endpoints": "3.901.0",
32
- "@aws-sdk/util-user-agent-browser": "3.907.0",
33
- "@aws-sdk/util-user-agent-node": "3.908.0",
34
- "@smithy/config-resolver": "^4.3.0",
35
- "@smithy/core": "^3.15.0",
36
- "@smithy/fetch-http-handler": "^5.3.1",
37
- "@smithy/hash-node": "^4.2.0",
38
- "@smithy/invalid-dependency": "^4.2.0",
39
- "@smithy/middleware-content-length": "^4.2.0",
40
- "@smithy/middleware-endpoint": "^4.3.1",
41
- "@smithy/middleware-retry": "^4.4.1",
42
- "@smithy/middleware-serde": "^4.2.0",
43
- "@smithy/middleware-stack": "^4.2.0",
44
- "@smithy/node-config-provider": "^4.3.0",
45
- "@smithy/node-http-handler": "^4.3.0",
46
- "@smithy/protocol-http": "^5.3.0",
47
- "@smithy/smithy-client": "^4.7.1",
48
- "@smithy/types": "^4.6.0",
49
- "@smithy/url-parser": "^4.2.0",
23
+ "@aws-sdk/core": "3.911.0",
24
+ "@aws-sdk/credential-provider-node": "3.911.0",
25
+ "@aws-sdk/middleware-host-header": "3.910.0",
26
+ "@aws-sdk/middleware-logger": "3.910.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.910.0",
28
+ "@aws-sdk/middleware-user-agent": "3.911.0",
29
+ "@aws-sdk/region-config-resolver": "3.910.0",
30
+ "@aws-sdk/types": "3.910.0",
31
+ "@aws-sdk/util-endpoints": "3.910.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.910.0",
33
+ "@aws-sdk/util-user-agent-node": "3.911.0",
34
+ "@smithy/config-resolver": "^4.3.2",
35
+ "@smithy/core": "^3.16.1",
36
+ "@smithy/fetch-http-handler": "^5.3.3",
37
+ "@smithy/hash-node": "^4.2.2",
38
+ "@smithy/invalid-dependency": "^4.2.2",
39
+ "@smithy/middleware-content-length": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.3.3",
41
+ "@smithy/middleware-retry": "^4.4.3",
42
+ "@smithy/middleware-serde": "^4.2.2",
43
+ "@smithy/middleware-stack": "^4.2.2",
44
+ "@smithy/node-config-provider": "^4.3.2",
45
+ "@smithy/node-http-handler": "^4.4.1",
46
+ "@smithy/protocol-http": "^5.3.2",
47
+ "@smithy/smithy-client": "^4.8.1",
48
+ "@smithy/types": "^4.7.1",
49
+ "@smithy/url-parser": "^4.2.2",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.0",
54
- "@smithy/util-defaults-mode-node": "^4.2.1",
55
- "@smithy/util-endpoints": "^3.2.0",
56
- "@smithy/util-middleware": "^4.2.0",
57
- "@smithy/util-retry": "^4.2.0",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.2",
54
+ "@smithy/util-defaults-mode-node": "^4.2.3",
55
+ "@smithy/util-endpoints": "^3.2.2",
56
+ "@smithy/util-middleware": "^4.2.2",
57
+ "@smithy/util-retry": "^4.2.2",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },