@aws-sdk/client-rds 3.405.0 → 3.408.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.
Files changed (25) hide show
  1. package/dist-cjs/protocols/Aws_query.js +15 -0
  2. package/dist-es/protocols/Aws_query.js +15 -0
  3. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -0
  4. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
  5. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -0
  6. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -0
  7. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
  8. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -0
  9. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -0
  10. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -0
  11. package/dist-types/commands/ModifyDBClusterCommand.d.ts +2 -0
  12. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -0
  13. package/dist-types/commands/RebootDBClusterCommand.d.ts +1 -0
  14. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -0
  15. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +4 -0
  16. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -0
  17. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -0
  18. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  19. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -0
  20. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  21. package/dist-types/models/models_0.d.ts +15 -0
  22. package/dist-types/models/models_1.d.ts +5 -0
  23. package/dist-types/ts3.4/models/models_0.d.ts +3 -0
  24. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  25. package/package.json +13 -13
@@ -6612,6 +6612,9 @@ const de_RestoreDBClusterFromSnapshotCommandError = async (output, context) => {
6612
6612
  case "DBSnapshotNotFound":
6613
6613
  case "com.amazonaws.rds#DBSnapshotNotFoundFault":
6614
6614
  throw await de_DBSnapshotNotFoundFaultRes(parsedOutput, context);
6615
+ case "DBSubnetGroupDoesNotCoverEnoughAZs":
6616
+ case "com.amazonaws.rds#DBSubnetGroupDoesNotCoverEnoughAZs":
6617
+ throw await de_DBSubnetGroupDoesNotCoverEnoughAZsRes(parsedOutput, context);
6615
6618
  case "DBSubnetGroupNotFoundFault":
6616
6619
  case "com.amazonaws.rds#DBSubnetGroupNotFoundFault":
6617
6620
  throw await de_DBSubnetGroupNotFoundFaultRes(parsedOutput, context);
@@ -11713,6 +11716,9 @@ const se_ModifyDBClusterMessage = (input, context) => {
11713
11716
  if (input.EnableLocalWriteForwarding != null) {
11714
11717
  entries["EnableLocalWriteForwarding"] = input.EnableLocalWriteForwarding;
11715
11718
  }
11719
+ if (input.AwsBackupRecoveryPointArn != null) {
11720
+ entries["AwsBackupRecoveryPointArn"] = input.AwsBackupRecoveryPointArn;
11721
+ }
11716
11722
  return entries;
11717
11723
  };
11718
11724
  const se_ModifyDBClusterParameterGroupMessage = (input, context) => {
@@ -14592,6 +14598,9 @@ const de_DBCluster = (output, context) => {
14592
14598
  if (output["LocalWriteForwardingStatus"] !== undefined) {
14593
14599
  contents.LocalWriteForwardingStatus = (0, smithy_client_1.expectString)(output["LocalWriteForwardingStatus"]);
14594
14600
  }
14601
+ if (output["AwsBackupRecoveryPointArn"] !== undefined) {
14602
+ contents.AwsBackupRecoveryPointArn = (0, smithy_client_1.expectString)(output["AwsBackupRecoveryPointArn"]);
14603
+ }
14595
14604
  return contents;
14596
14605
  };
14597
14606
  const de_DBClusterAlreadyExistsFault = (output, context) => {
@@ -14676,6 +14685,9 @@ const de_DBClusterAutomatedBackup = (output, context) => {
14676
14685
  if (output["Iops"] !== undefined) {
14677
14686
  contents.Iops = (0, smithy_client_1.strictParseInt32)(output["Iops"]);
14678
14687
  }
14688
+ if (output["AwsBackupRecoveryPointArn"] !== undefined) {
14689
+ contents.AwsBackupRecoveryPointArn = (0, smithy_client_1.expectString)(output["AwsBackupRecoveryPointArn"]);
14690
+ }
14679
14691
  return contents;
14680
14692
  };
14681
14693
  const de_DBClusterAutomatedBackupList = (output, context) => {
@@ -15744,6 +15756,9 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
15744
15756
  if (output["StorageThroughput"] !== undefined) {
15745
15757
  contents.StorageThroughput = (0, smithy_client_1.strictParseInt32)(output["StorageThroughput"]);
15746
15758
  }
15759
+ if (output["AwsBackupRecoveryPointArn"] !== undefined) {
15760
+ contents.AwsBackupRecoveryPointArn = (0, smithy_client_1.expectString)(output["AwsBackupRecoveryPointArn"]);
15761
+ }
15747
15762
  return contents;
15748
15763
  };
15749
15764
  const de_DBInstanceAutomatedBackupList = (output, context) => {
@@ -6333,6 +6333,9 @@ const de_RestoreDBClusterFromSnapshotCommandError = async (output, context) => {
6333
6333
  case "DBSnapshotNotFound":
6334
6334
  case "com.amazonaws.rds#DBSnapshotNotFoundFault":
6335
6335
  throw await de_DBSnapshotNotFoundFaultRes(parsedOutput, context);
6336
+ case "DBSubnetGroupDoesNotCoverEnoughAZs":
6337
+ case "com.amazonaws.rds#DBSubnetGroupDoesNotCoverEnoughAZs":
6338
+ throw await de_DBSubnetGroupDoesNotCoverEnoughAZsRes(parsedOutput, context);
6336
6339
  case "DBSubnetGroupNotFoundFault":
6337
6340
  case "com.amazonaws.rds#DBSubnetGroupNotFoundFault":
6338
6341
  throw await de_DBSubnetGroupNotFoundFaultRes(parsedOutput, context);
@@ -11417,6 +11420,9 @@ const se_ModifyDBClusterMessage = (input, context) => {
11417
11420
  if (input.EnableLocalWriteForwarding != null) {
11418
11421
  entries["EnableLocalWriteForwarding"] = input.EnableLocalWriteForwarding;
11419
11422
  }
11423
+ if (input.AwsBackupRecoveryPointArn != null) {
11424
+ entries["AwsBackupRecoveryPointArn"] = input.AwsBackupRecoveryPointArn;
11425
+ }
11420
11426
  return entries;
11421
11427
  };
11422
11428
  const se_ModifyDBClusterParameterGroupMessage = (input, context) => {
@@ -14296,6 +14302,9 @@ const de_DBCluster = (output, context) => {
14296
14302
  if (output["LocalWriteForwardingStatus"] !== undefined) {
14297
14303
  contents.LocalWriteForwardingStatus = __expectString(output["LocalWriteForwardingStatus"]);
14298
14304
  }
14305
+ if (output["AwsBackupRecoveryPointArn"] !== undefined) {
14306
+ contents.AwsBackupRecoveryPointArn = __expectString(output["AwsBackupRecoveryPointArn"]);
14307
+ }
14299
14308
  return contents;
14300
14309
  };
14301
14310
  const de_DBClusterAlreadyExistsFault = (output, context) => {
@@ -14380,6 +14389,9 @@ const de_DBClusterAutomatedBackup = (output, context) => {
14380
14389
  if (output["Iops"] !== undefined) {
14381
14390
  contents.Iops = __strictParseInt32(output["Iops"]);
14382
14391
  }
14392
+ if (output["AwsBackupRecoveryPointArn"] !== undefined) {
14393
+ contents.AwsBackupRecoveryPointArn = __expectString(output["AwsBackupRecoveryPointArn"]);
14394
+ }
14383
14395
  return contents;
14384
14396
  };
14385
14397
  const de_DBClusterAutomatedBackupList = (output, context) => {
@@ -15448,6 +15460,9 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
15448
15460
  if (output["StorageThroughput"] !== undefined) {
15449
15461
  contents.StorageThroughput = __strictParseInt32(output["StorageThroughput"]);
15450
15462
  }
15463
+ if (output["AwsBackupRecoveryPointArn"] !== undefined) {
15464
+ contents.AwsBackupRecoveryPointArn = __expectString(output["AwsBackupRecoveryPointArn"]);
15465
+ }
15451
15466
  return contents;
15452
15467
  };
15453
15468
  const de_DBInstanceAutomatedBackupList = (output, context) => {
@@ -272,6 +272,7 @@ export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __M
272
272
  * // },
273
273
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
274
274
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
275
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
275
276
  * // },
276
277
  * // };
277
278
  *
@@ -66,6 +66,7 @@ export interface DeleteDBClusterAutomatedBackupCommandOutput extends DeleteDBClu
66
66
  * // KmsKeyId: "STRING_VALUE",
67
67
  * // StorageType: "STRING_VALUE",
68
68
  * // Iops: Number("int"),
69
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
69
70
  * // },
70
71
  * // };
71
72
  *
@@ -202,6 +202,7 @@ export interface DeleteDBClusterCommandOutput extends DeleteDBClusterResult, __M
202
202
  * // },
203
203
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
204
204
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
205
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
205
206
  * // },
206
207
  * // };
207
208
  *
@@ -73,6 +73,7 @@ export interface DeleteDBInstanceAutomatedBackupCommandOutput extends DeleteDBIn
73
73
  * // ],
74
74
  * // BackupTarget: "STRING_VALUE",
75
75
  * // StorageThroughput: Number("int"),
76
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
76
77
  * // },
77
78
  * // };
78
79
  *
@@ -81,6 +81,7 @@ export interface DescribeDBClusterAutomatedBackupsCommandOutput extends DBCluste
81
81
  * // KmsKeyId: "STRING_VALUE",
82
82
  * // StorageType: "STRING_VALUE",
83
83
  * // Iops: Number("int"),
84
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
84
85
  * // },
85
86
  * // ],
86
87
  * // };
@@ -209,6 +209,7 @@ export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __Met
209
209
  * // },
210
210
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
211
211
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
212
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
212
213
  * // },
213
214
  * // ],
214
215
  * // };
@@ -92,6 +92,7 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput extends DBInsta
92
92
  * // ],
93
93
  * // BackupTarget: "STRING_VALUE",
94
94
  * // StorageThroughput: Number("int"),
95
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
95
96
  * // },
96
97
  * // ],
97
98
  * // };
@@ -206,6 +206,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
206
206
  * // },
207
207
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
208
208
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
209
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
209
210
  * // },
210
211
  * // };
211
212
  *
@@ -100,6 +100,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
100
100
  * EngineMode: "STRING_VALUE",
101
101
  * AllowEngineModeChange: true || false,
102
102
  * EnableLocalWriteForwarding: true || false,
103
+ * AwsBackupRecoveryPointArn: "STRING_VALUE",
103
104
  * };
104
105
  * const command = new ModifyDBClusterCommand(input);
105
106
  * const response = await client.send(command);
@@ -257,6 +258,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
257
258
  * // },
258
259
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
259
260
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
261
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
260
262
  * // },
261
263
  * // };
262
264
  *
@@ -189,6 +189,7 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
189
189
  * // },
190
190
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
191
191
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
192
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
192
193
  * // },
193
194
  * // };
194
195
  *
@@ -199,6 +199,7 @@ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __M
199
199
  * // },
200
200
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
201
201
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
202
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
202
203
  * // },
203
204
  * // };
204
205
  *
@@ -255,6 +255,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
255
255
  * // },
256
256
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
257
257
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
258
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
258
259
  * // },
259
260
  * // };
260
261
  *
@@ -255,6 +255,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
255
255
  * // },
256
256
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
257
257
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
258
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
258
259
  * // },
259
260
  * // };
260
261
  *
@@ -286,6 +287,9 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
286
287
  * <p>
287
288
  * <code>DBSnapshotIdentifier</code> doesn't refer to an existing DB snapshot.</p>
288
289
  *
290
+ * @throws {@link DBSubnetGroupDoesNotCoverEnoughAZs} (client fault)
291
+ * <p>Subnets in the DB subnet group should cover at least two Availability Zones unless there is only one Availability Zone.</p>
292
+ *
289
293
  * @throws {@link DBSubnetGroupNotFoundFault} (client fault)
290
294
  * <p>
291
295
  * <code>DBSubnetGroupName</code> doesn't refer to an existing DB subnet group.</p>
@@ -254,6 +254,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
254
254
  * // },
255
255
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
256
256
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
257
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
257
258
  * // },
258
259
  * // };
259
260
  *
@@ -196,6 +196,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
196
196
  * // },
197
197
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
198
198
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
199
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
199
200
  * // },
200
201
  * // };
201
202
  *
@@ -79,6 +79,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
79
79
  * // ],
80
80
  * // BackupTarget: "STRING_VALUE",
81
81
  * // StorageThroughput: Number("int"),
82
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
82
83
  * // },
83
84
  * // };
84
85
  *
@@ -197,6 +197,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
197
197
  * // },
198
198
  * // IOOptimizedNextAllowedModificationTime: new Date("TIMESTAMP"),
199
199
  * // LocalWriteForwardingStatus: "enabled" || "disabled" || "enabling" || "disabling" || "requested",
200
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
200
201
  * // },
201
202
  * // };
202
203
  *
@@ -76,6 +76,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
76
76
  * // ],
77
77
  * // BackupTarget: "STRING_VALUE",
78
78
  * // StorageThroughput: Number("int"),
79
+ * // AwsBackupRecoveryPointArn: "STRING_VALUE",
79
80
  * // },
80
81
  * // };
81
82
  *
@@ -5055,6 +5055,11 @@ export interface DBCluster {
5055
5055
  * of enabling it.</p>
5056
5056
  */
5057
5057
  LocalWriteForwardingStatus?: LocalWriteForwardingStatus | string;
5058
+ /**
5059
+ * @public
5060
+ * <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
5061
+ */
5062
+ AwsBackupRecoveryPointArn?: string;
5058
5063
  }
5059
5064
  /**
5060
5065
  * @public
@@ -10415,6 +10420,11 @@ export interface DBClusterAutomatedBackup {
10415
10420
  * <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
10416
10421
  */
10417
10422
  Iops?: number;
10423
+ /**
10424
+ * @public
10425
+ * <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
10426
+ */
10427
+ AwsBackupRecoveryPointArn?: string;
10418
10428
  }
10419
10429
  /**
10420
10430
  * @public
@@ -10828,6 +10838,11 @@ export interface DBInstanceAutomatedBackup {
10828
10838
  * <p>Specifies the storage throughput for the automated backup.</p>
10829
10839
  */
10830
10840
  StorageThroughput?: number;
10841
+ /**
10842
+ * @public
10843
+ * <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
10844
+ */
10845
+ AwsBackupRecoveryPointArn?: string;
10831
10846
  }
10832
10847
  /**
10833
10848
  * @public
@@ -4745,6 +4745,11 @@ export interface ModifyDBClusterMessage {
4745
4745
  * <p>Valid for: Aurora DB clusters only</p>
4746
4746
  */
4747
4747
  EnableLocalWriteForwarding?: boolean;
4748
+ /**
4749
+ * @public
4750
+ * <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
4751
+ */
4752
+ AwsBackupRecoveryPointArn?: string;
4748
4753
  }
4749
4754
  /**
4750
4755
  * @public
@@ -1024,6 +1024,7 @@ export interface DBCluster {
1024
1024
  MasterUserSecret?: MasterUserSecret;
1025
1025
  IOOptimizedNextAllowedModificationTime?: Date;
1026
1026
  LocalWriteForwardingStatus?: LocalWriteForwardingStatus | string;
1027
+ AwsBackupRecoveryPointArn?: string;
1027
1028
  }
1028
1029
  export interface CreateDBClusterResult {
1029
1030
  DBCluster?: DBCluster;
@@ -2021,6 +2022,7 @@ export interface DBClusterAutomatedBackup {
2021
2022
  KmsKeyId?: string;
2022
2023
  StorageType?: string;
2023
2024
  Iops?: number;
2025
+ AwsBackupRecoveryPointArn?: string;
2024
2026
  }
2025
2027
  export interface DeleteDBClusterAutomatedBackupResult {
2026
2028
  DBClusterAutomatedBackup?: DBClusterAutomatedBackup;
@@ -2136,6 +2138,7 @@ export interface DBInstanceAutomatedBackup {
2136
2138
  DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
2137
2139
  BackupTarget?: string;
2138
2140
  StorageThroughput?: number;
2141
+ AwsBackupRecoveryPointArn?: string;
2139
2142
  }
2140
2143
  export interface DeleteDBInstanceAutomatedBackupResult {
2141
2144
  DBInstanceAutomatedBackup?: DBInstanceAutomatedBackup;
@@ -762,6 +762,7 @@ export interface ModifyDBClusterMessage {
762
762
  EngineMode?: string;
763
763
  AllowEngineModeChange?: boolean;
764
764
  EnableLocalWriteForwarding?: boolean;
765
+ AwsBackupRecoveryPointArn?: string;
765
766
  }
766
767
  export interface ModifyDBClusterResult {
767
768
  DBCluster?: DBCluster;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.405.0",
4
+ "version": "3.408.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,18 +21,18 @@
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.405.0",
25
- "@aws-sdk/credential-provider-node": "3.405.0",
26
- "@aws-sdk/middleware-host-header": "3.398.0",
27
- "@aws-sdk/middleware-logger": "3.398.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.398.0",
29
- "@aws-sdk/middleware-sdk-rds": "3.398.0",
30
- "@aws-sdk/middleware-signing": "3.398.0",
31
- "@aws-sdk/middleware-user-agent": "3.398.0",
32
- "@aws-sdk/types": "3.398.0",
33
- "@aws-sdk/util-endpoints": "3.398.0",
34
- "@aws-sdk/util-user-agent-browser": "3.398.0",
35
- "@aws-sdk/util-user-agent-node": "3.405.0",
24
+ "@aws-sdk/client-sts": "3.408.0",
25
+ "@aws-sdk/credential-provider-node": "3.408.0",
26
+ "@aws-sdk/middleware-host-header": "3.408.0",
27
+ "@aws-sdk/middleware-logger": "3.408.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.408.0",
29
+ "@aws-sdk/middleware-sdk-rds": "3.408.0",
30
+ "@aws-sdk/middleware-signing": "3.408.0",
31
+ "@aws-sdk/middleware-user-agent": "3.408.0",
32
+ "@aws-sdk/types": "3.408.0",
33
+ "@aws-sdk/util-endpoints": "3.408.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.408.0",
35
+ "@aws-sdk/util-user-agent-node": "3.408.0",
36
36
  "@smithy/config-resolver": "^2.0.5",
37
37
  "@smithy/fetch-http-handler": "^2.0.5",
38
38
  "@smithy/hash-node": "^2.0.5",