@aws-sdk/client-backup 3.335.0 → 3.337.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.
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ruleSet = void 0;
4
- const q = "fn", r = "argv", s = "ref";
5
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
6
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
4
+ const q = "required", r = "fn", s = "argv", t = "ref";
5
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
6
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
7
7
  exports.ruleSet = _data;
@@ -1361,6 +1361,7 @@ const se_StartRestoreJobCommand = async (input, context) => {
1361
1361
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/restore-jobs";
1362
1362
  let body;
1363
1363
  body = JSON.stringify((0, smithy_client_1.take)(input, {
1364
+ CopySourceTagsToRestoredResource: [],
1364
1365
  IamRoleArn: [],
1365
1366
  IdempotencyToken: [],
1366
1367
  Metadata: (_) => (0, smithy_client_1._json)(_),
@@ -4364,6 +4365,9 @@ const de_StartRestoreJobCommandError = async (output, context) => {
4364
4365
  case "InvalidParameterValueException":
4365
4366
  case "com.amazonaws.backup#InvalidParameterValueException":
4366
4367
  throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
4368
+ case "InvalidRequestException":
4369
+ case "com.amazonaws.backup#InvalidRequestException":
4370
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
4367
4371
  case "MissingParameterValueException":
4368
4372
  case "com.amazonaws.backup#MissingParameterValueException":
4369
4373
  throw await de_MissingParameterValueExceptionRes(parsedOutput, context);
@@ -1,4 +1,4 @@
1
- const q = "fn", r = "argv", s = "ref";
2
- const a = true, b = false, c = "String", d = "PartitionResult", e = "tree", f = "error", g = "endpoint", h = { "required": true, "default": false, "type": "Boolean" }, i = { [s]: "Endpoint" }, j = { [q]: "booleanEquals", [r]: [{ [s]: "UseFIPS" }, true] }, k = { [q]: "booleanEquals", [r]: [{ [s]: "UseDualStack" }, true] }, l = {}, m = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsFIPS"] }] }, n = { [q]: "booleanEquals", [r]: [true, { [q]: "getAttr", [r]: [{ [s]: d }, "supportsDualStack"] }] }, o = [j], p = [k];
3
- const _data = { version: "1.0", parameters: { Region: { required: a, type: c }, UseDualStack: h, UseFIPS: h, Endpoint: { required: b, type: c } }, rules: [{ conditions: [{ [q]: "aws.partition", [r]: [{ [s]: "Region" }], assign: d }], type: e, rules: [{ conditions: [{ [q]: "isSet", [r]: [i] }], type: e, rules: [{ conditions: o, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: f }, { type: e, rules: [{ conditions: p, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: f }, { endpoint: { url: i, properties: l, headers: l }, type: g }] }] }, { conditions: [j, k], type: e, rules: [{ conditions: [m, n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: f }] }, { conditions: o, type: e, rules: [{ conditions: [m], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: f }] }, { conditions: p, type: e, rules: [{ conditions: [n], type: e, rules: [{ type: e, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: l, headers: l }, type: g }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: f }] }, { type: e, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dnsSuffix}", properties: l, headers: l }, type: g }] }] }] };
1
+ const q = "required", r = "fn", s = "argv", t = "ref";
2
+ const a = "isSet", b = "tree", c = "error", d = "endpoint", e = "PartitionResult", f = { [q]: false, "type": "String" }, g = { [q]: true, "default": false, "type": "Boolean" }, h = { [t]: "Endpoint" }, i = { [r]: "booleanEquals", [s]: [{ [t]: "UseFIPS" }, true] }, j = { [r]: "booleanEquals", [s]: [{ [t]: "UseDualStack" }, true] }, k = {}, l = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsFIPS"] }] }, m = { [r]: "booleanEquals", [s]: [true, { [r]: "getAttr", [s]: [{ [t]: e }, "supportsDualStack"] }] }, n = [i], o = [j], p = [{ [t]: "Region" }];
3
+ const _data = { version: "1.0", parameters: { Region: f, UseDualStack: g, UseFIPS: g, Endpoint: f }, rules: [{ conditions: [{ [r]: a, [s]: [h] }], type: b, rules: [{ conditions: n, error: "Invalid Configuration: FIPS and custom endpoint are not supported", type: c }, { type: b, rules: [{ conditions: o, error: "Invalid Configuration: Dualstack and custom endpoint are not supported", type: c }, { endpoint: { url: h, properties: k, headers: k }, type: d }] }] }, { type: b, rules: [{ conditions: [{ [r]: a, [s]: p }], type: b, rules: [{ conditions: [{ [r]: "aws.partition", [s]: p, assign: e }], type: b, rules: [{ conditions: [i, j], type: b, rules: [{ conditions: [l, m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS and DualStack are enabled, but this partition does not support one or both", type: c }] }, { conditions: n, type: b, rules: [{ conditions: [l], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://backup-fips.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "FIPS is enabled but this partition does not support FIPS", type: c }] }, { conditions: o, type: b, rules: [{ conditions: [m], type: b, rules: [{ type: b, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dualStackDnsSuffix}", properties: k, headers: k }, type: d }] }] }, { error: "DualStack is enabled but this partition does not support DualStack", type: c }] }, { type: b, rules: [{ endpoint: { url: "https://backup.{Region}.{PartitionResult#dnsSuffix}", properties: k, headers: k }, type: d }] }] }] }, { error: "Invalid Configuration: Missing Region", type: c }] }] };
4
4
  export const ruleSet = _data;
@@ -1294,6 +1294,7 @@ export const se_StartRestoreJobCommand = async (input, context) => {
1294
1294
  const resolvedPath = `${basePath?.endsWith("/") ? basePath.slice(0, -1) : basePath || ""}` + "/restore-jobs";
1295
1295
  let body;
1296
1296
  body = JSON.stringify(take(input, {
1297
+ CopySourceTagsToRestoredResource: [],
1297
1298
  IamRoleArn: [],
1298
1299
  IdempotencyToken: [],
1299
1300
  Metadata: (_) => _json(_),
@@ -4224,6 +4225,9 @@ const de_StartRestoreJobCommandError = async (output, context) => {
4224
4225
  case "InvalidParameterValueException":
4225
4226
  case "com.amazonaws.backup#InvalidParameterValueException":
4226
4227
  throw await de_InvalidParameterValueExceptionRes(parsedOutput, context);
4228
+ case "InvalidRequestException":
4229
+ case "com.amazonaws.backup#InvalidRequestException":
4230
+ throw await de_InvalidRequestExceptionRes(parsedOutput, context);
4227
4231
  case "MissingParameterValueException":
4228
4232
  case "com.amazonaws.backup#MissingParameterValueException":
4229
4233
  throw await de_MissingParameterValueExceptionRes(parsedOutput, context);
@@ -38,6 +38,9 @@ export interface ListRecoveryPointsByLegalHoldCommandOutput extends ListRecovery
38
38
  * // RecoveryPoints: [ // RecoveryPointsList
39
39
  * // { // RecoveryPointMember
40
40
  * // RecoveryPointArn: "STRING_VALUE",
41
+ * // ResourceArn: "STRING_VALUE",
42
+ * // ResourceType: "STRING_VALUE",
43
+ * // BackupVaultName: "STRING_VALUE",
41
44
  * // },
42
45
  * // ],
43
46
  * // NextToken: "STRING_VALUE",
@@ -34,6 +34,7 @@ export interface StartRestoreJobCommandOutput extends StartRestoreJobOutput, __M
34
34
  * IamRoleArn: "STRING_VALUE",
35
35
  * IdempotencyToken: "STRING_VALUE",
36
36
  * ResourceType: "STRING_VALUE",
37
+ * CopySourceTagsToRestoredResource: true || false,
37
38
  * };
38
39
  * const command = new StartRestoreJobCommand(input);
39
40
  * const response = await client.send(command);
@@ -53,6 +54,10 @@ export interface StartRestoreJobCommandOutput extends StartRestoreJobOutput, __M
53
54
  * <p>Indicates that something is wrong with a parameter's value. For example, the value is
54
55
  * out of range.</p>
55
56
  *
57
+ * @throws {@link InvalidRequestException} (client fault)
58
+ * <p>Indicates that something is wrong with the input to the request. For example, a
59
+ * parameter is of the wrong type.</p>
60
+ *
56
61
  * @throws {@link MissingParameterValueException} (client fault)
57
62
  * <p>Indicates that a required parameter is missing.</p>
58
63
  *
@@ -13,7 +13,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
13
13
  defaultSigningName: string;
14
14
  };
15
15
  export interface EndpointParameters extends __EndpointParameters {
16
- Region: string;
16
+ Region?: string;
17
17
  UseDualStack?: boolean;
18
18
  UseFIPS?: boolean;
19
19
  Endpoint?: string;
@@ -318,6 +318,13 @@ export interface BackupRule {
318
318
  * <p>A value in minutes after a backup is scheduled before a job will be canceled if it
319
319
  * doesn't start successfully. This value is optional.
320
320
  * If this value is included, it must be at least 60 minutes to avoid errors.</p>
321
+ * <p>During the start window, the backup job status remains in <code>CREATED</code> status until it
322
+ * has successfully begun or until the start window time has run out. If within the start
323
+ * window time Backup receives an error that allows the job to be retried,
324
+ * Backup will automatically retry to begin the job at least every 10 minutes
325
+ * until the backup
326
+ * successfully begins (the job status changes to <code>RUNNING</code>) or until the job status
327
+ * changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>
321
328
  */
322
329
  StartWindowMinutes?: number;
323
330
  /**
@@ -409,6 +416,13 @@ export interface BackupRuleInput {
409
416
  * <p>A value in minutes after a backup is scheduled before a job will be canceled if it
410
417
  * doesn't start successfully. This value is optional.
411
418
  * If this value is included, it must be at least 60 minutes to avoid errors.</p>
419
+ * <p>During the start window, the backup job status remains in <code>CREATED</code> status until it
420
+ * has successfully begun or until the start window time has run out. If within the start
421
+ * window time Backup receives an error that allows the job to be retried,
422
+ * Backup will automatically retry to begin the job at least every 10 minutes
423
+ * until the backup
424
+ * successfully begins (the job status changes to <code>RUNNING</code>) or until the job status
425
+ * changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>
412
426
  */
413
427
  StartWindowMinutes?: number;
414
428
  /**
@@ -2389,10 +2403,13 @@ export interface DescribeRecoveryPointOutput {
2389
2403
  * that versioning is enabled on the S3 bucket. Once these conditions are met, the next instance
2390
2404
  * of a backup rule running will result in a new continuous recovery point being created.
2391
2405
  * The recovery points with STOPPED status do not need to be deleted.</p>
2406
+ * <p>For SAP HANA on Amazon EC2 <code>STOPPED</code> status occurs due to user action, application
2407
+ * misconfiguration, or backup failure. To ensure that future continuous backups succeed,
2408
+ * refer to the recovery point status and check SAP HANA for details.</p>
2392
2409
  */
2393
2410
  Status?: RecoveryPointStatus | string;
2394
2411
  /**
2395
- * <p>A status message explaining the reason for the recovery point deletion failure.</p>
2412
+ * <p>A status message explaining the status of the recovery point.</p>
2396
2413
  */
2397
2414
  StatusMessage?: string;
2398
2415
  /**
@@ -4091,6 +4108,21 @@ export interface RecoveryPointMember {
4091
4108
  * recovery point.</p>
4092
4109
  */
4093
4110
  RecoveryPointArn?: string;
4111
+ /**
4112
+ * <p>This is the Amazon Resource Name (ARN) that uniquely identifies
4113
+ * a saved resource.</p>
4114
+ */
4115
+ ResourceArn?: string;
4116
+ /**
4117
+ * <p>This is the Amazon Web Services resource type that is saved as
4118
+ * a recovery point.</p>
4119
+ */
4120
+ ResourceType?: string;
4121
+ /**
4122
+ * <p>This is the name of the backup vault
4123
+ * (the logical container in which backups are stored).</p>
4124
+ */
4125
+ BackupVaultName?: string;
4094
4126
  }
4095
4127
  /**
4096
4128
  * @public
@@ -4625,6 +4657,13 @@ export interface StartBackupJobInput {
4625
4657
  * <p>A value in minutes after a backup is scheduled before a job will be canceled if it
4626
4658
  * doesn't start successfully. This value is optional, and the default is 8 hours.
4627
4659
  * If this value is included, it must be at least 60 minutes to avoid errors.</p>
4660
+ * <p>During the start window, the backup job status remains in <code>CREATED</code> status until it
4661
+ * has successfully begun or until the start window time has run out. If within the start
4662
+ * window time Backup receives an error that allows the job to be retried,
4663
+ * Backup will automatically retry to begin the job at least every 10 minutes
4664
+ * until the backup
4665
+ * successfully begins (the job status changes to <code>RUNNING</code>) or until the job status
4666
+ * changes to <code>EXPIRED</code> (which is expected to occur when the start window time is over).</p>
4628
4667
  */
4629
4668
  StartWindowMinutes?: number;
4630
4669
  /**
@@ -4872,6 +4911,10 @@ export interface StartRestoreJobInput {
4872
4911
  * </li>
4873
4912
  * <li>
4874
4913
  * <p>
4914
+ * <code>CloudFormation</code> for CloudFormation</p>
4915
+ * </li>
4916
+ * <li>
4917
+ * <p>
4875
4918
  * <code>DynamoDB</code> for Amazon DynamoDB</p>
4876
4919
  * </li>
4877
4920
  * <li>
@@ -4900,6 +4943,10 @@ export interface StartRestoreJobInput {
4900
4943
  * </li>
4901
4944
  * <li>
4902
4945
  * <p>
4946
+ * <code>Redshift</code> for Amazon Redshift</p>
4947
+ * </li>
4948
+ * <li>
4949
+ * <p>
4903
4950
  * <code>Storage Gateway</code> for Storage Gateway</p>
4904
4951
  * </li>
4905
4952
  * <li>
@@ -4908,11 +4955,21 @@ export interface StartRestoreJobInput {
4908
4955
  * </li>
4909
4956
  * <li>
4910
4957
  * <p>
4958
+ * <code>Timestream</code> for Amazon Timestream</p>
4959
+ * </li>
4960
+ * <li>
4961
+ * <p>
4911
4962
  * <code>VirtualMachine</code> for virtual machines</p>
4912
4963
  * </li>
4913
4964
  * </ul>
4914
4965
  */
4915
4966
  ResourceType?: string;
4967
+ /**
4968
+ * <p>This is an optional parameter. If this equals <code>True</code>, tags included in the backup
4969
+ * will be copied to the restored resource.</p>
4970
+ * <p>This can only be applied to backups created through Backup.</p>
4971
+ */
4972
+ CopySourceTagsToRestoredResource?: boolean;
4916
4973
  }
4917
4974
  /**
4918
4975
  * @public
@@ -25,7 +25,7 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  defaultSigningName: string;
26
26
  };
27
27
  export interface EndpointParameters extends __EndpointParameters {
28
- Region: string;
28
+ Region?: string;
29
29
  UseDualStack?: boolean;
30
30
  UseFIPS?: boolean;
31
31
  Endpoint?: string;
@@ -933,6 +933,9 @@ export interface ListRecoveryPointsByLegalHoldInput {
933
933
  }
934
934
  export interface RecoveryPointMember {
935
935
  RecoveryPointArn?: string;
936
+ ResourceArn?: string;
937
+ ResourceType?: string;
938
+ BackupVaultName?: string;
936
939
  }
937
940
  export interface ListRecoveryPointsByLegalHoldOutput {
938
941
  RecoveryPoints?: RecoveryPointMember[];
@@ -1075,6 +1078,7 @@ export interface StartRestoreJobInput {
1075
1078
  IamRoleArn?: string;
1076
1079
  IdempotencyToken?: string;
1077
1080
  ResourceType?: string;
1081
+ CopySourceTagsToRestoredResource?: boolean;
1078
1082
  }
1079
1083
  export interface StartRestoreJobOutput {
1080
1084
  RestoreJobId?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-backup",
3
3
  "description": "AWS SDK for JavaScript Backup Client for Node.js, Browser and React Native",
4
- "version": "3.335.0",
4
+ "version": "3.337.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,36 +21,36 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.335.0",
25
- "@aws-sdk/config-resolver": "3.329.0",
26
- "@aws-sdk/credential-provider-node": "3.335.0",
27
- "@aws-sdk/fetch-http-handler": "3.329.0",
28
- "@aws-sdk/hash-node": "3.329.0",
29
- "@aws-sdk/invalid-dependency": "3.329.0",
30
- "@aws-sdk/middleware-content-length": "3.329.0",
31
- "@aws-sdk/middleware-endpoint": "3.329.0",
32
- "@aws-sdk/middleware-host-header": "3.329.0",
33
- "@aws-sdk/middleware-logger": "3.329.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.329.0",
35
- "@aws-sdk/middleware-retry": "3.329.0",
36
- "@aws-sdk/middleware-serde": "3.329.0",
37
- "@aws-sdk/middleware-signing": "3.329.0",
38
- "@aws-sdk/middleware-stack": "3.329.0",
39
- "@aws-sdk/middleware-user-agent": "3.332.0",
40
- "@aws-sdk/node-config-provider": "3.329.0",
41
- "@aws-sdk/node-http-handler": "3.329.0",
42
- "@aws-sdk/smithy-client": "3.329.0",
43
- "@aws-sdk/types": "3.329.0",
44
- "@aws-sdk/url-parser": "3.329.0",
24
+ "@aws-sdk/client-sts": "3.337.0",
25
+ "@aws-sdk/config-resolver": "3.337.0",
26
+ "@aws-sdk/credential-provider-node": "3.337.0",
27
+ "@aws-sdk/fetch-http-handler": "3.337.0",
28
+ "@aws-sdk/hash-node": "3.337.0",
29
+ "@aws-sdk/invalid-dependency": "3.337.0",
30
+ "@aws-sdk/middleware-content-length": "3.337.0",
31
+ "@aws-sdk/middleware-endpoint": "3.337.0",
32
+ "@aws-sdk/middleware-host-header": "3.337.0",
33
+ "@aws-sdk/middleware-logger": "3.337.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.337.0",
35
+ "@aws-sdk/middleware-retry": "3.337.0",
36
+ "@aws-sdk/middleware-serde": "3.337.0",
37
+ "@aws-sdk/middleware-signing": "3.337.0",
38
+ "@aws-sdk/middleware-stack": "3.337.0",
39
+ "@aws-sdk/middleware-user-agent": "3.337.0",
40
+ "@aws-sdk/node-config-provider": "3.337.0",
41
+ "@aws-sdk/node-http-handler": "3.337.0",
42
+ "@aws-sdk/smithy-client": "3.337.0",
43
+ "@aws-sdk/types": "3.337.0",
44
+ "@aws-sdk/url-parser": "3.337.0",
45
45
  "@aws-sdk/util-base64": "3.310.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.310.0",
47
47
  "@aws-sdk/util-body-length-node": "3.310.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.329.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.329.0",
50
- "@aws-sdk/util-endpoints": "3.332.0",
51
- "@aws-sdk/util-retry": "3.329.0",
52
- "@aws-sdk/util-user-agent-browser": "3.329.0",
53
- "@aws-sdk/util-user-agent-node": "3.329.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.337.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.337.0",
50
+ "@aws-sdk/util-endpoints": "3.337.0",
51
+ "@aws-sdk/util-retry": "3.337.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.337.0",
53
+ "@aws-sdk/util-user-agent-node": "3.337.0",
54
54
  "@aws-sdk/util-utf8": "3.310.0",
55
55
  "@smithy/protocol-http": "^1.0.1",
56
56
  "@smithy/types": "^1.0.0",