@aws-sdk/client-rds 3.122.0 → 3.128.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 (33) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/waiters/index.js +2 -0
  3. package/dist-cjs/waiters/waitForDBClusterAvailable.js +119 -0
  4. package/dist-cjs/waiters/waitForDBClusterDeleted.js +99 -0
  5. package/dist-es/waiters/index.js +2 -0
  6. package/dist-es/waiters/waitForDBClusterAvailable.js +195 -0
  7. package/dist-es/waiters/waitForDBClusterDeleted.js +155 -0
  8. package/dist-types/RDS.d.ts +68 -43
  9. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  10. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +42 -9
  11. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -1
  13. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +9 -9
  15. package/dist-types/commands/CreateDBInstanceCommand.d.ts +0 -8
  16. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -2
  17. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeEventsCommand.d.ts +0 -2
  20. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  21. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  23. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  24. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  25. package/dist-types/models/models_0.d.ts +98 -326
  26. package/dist-types/models/models_1.d.ts +35 -129
  27. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  28. package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +7 -0
  29. package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +7 -0
  30. package/dist-types/waiters/index.d.ts +2 -0
  31. package/dist-types/waiters/waitForDBClusterAvailable.d.ts +14 -0
  32. package/dist-types/waiters/waitForDBClusterDeleted.d.ts +14 -0
  33. package/package.json +28 -28
@@ -604,8 +604,7 @@ export declare namespace DescribeEventCategoriesMessage {
604
604
  const filterSensitiveLog: (obj: DescribeEventCategoriesMessage) => any;
605
605
  }
606
606
  /**
607
- * <p>Contains the results of a successful invocation of the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEventCategories.html">DescribeEventCategories</a>
608
- * operation.</p>
607
+ * <p>Contains the results of a successful invocation of the <code>DescribeEventCategories</code> operation.</p>
609
608
  */
610
609
  export interface EventCategoriesMap {
611
610
  /**
@@ -735,7 +734,7 @@ export declare namespace DescribeEventsMessage {
735
734
  const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
736
735
  }
737
736
  /**
738
- * <p>This data type is used as a response element in the <a href="https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeEvents.html">DescribeEvents</a> action.</p>
737
+ * <p>This data type is used as a response element in the <code>DescribeEvents</code> action.</p>
739
738
  */
740
739
  export interface Event {
741
740
  /**
@@ -3179,35 +3178,7 @@ export interface ModifyDBClusterMessage {
3179
3178
  */
3180
3179
  PerformanceInsightsKMSKeyId?: string;
3181
3180
  /**
3182
- * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
3183
- * <ul>
3184
- * <li>
3185
- * <p>7</p>
3186
- * </li>
3187
- * <li>
3188
- * <p>
3189
- * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
3190
- * </li>
3191
- * <li>
3192
- * <p>731</p>
3193
- * </li>
3194
- * </ul>
3195
- * <p>For example, the following values are valid:</p>
3196
- * <ul>
3197
- * <li>
3198
- * <p>93 (3 months * 31)</p>
3199
- * </li>
3200
- * <li>
3201
- * <p>341 (11 months * 31)</p>
3202
- * </li>
3203
- * <li>
3204
- * <p>589 (19 months * 31)</p>
3205
- * </li>
3206
- * <li>
3207
- * <p>731</p>
3208
- * </li>
3209
- * </ul>
3210
- * <p>If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.</p>
3181
+ * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
3211
3182
  * <p>Valid for: Multi-AZ DB clusters only</p>
3212
3183
  */
3213
3184
  PerformanceInsightsRetentionPeriod?: number;
@@ -3352,7 +3323,7 @@ export interface ModifyDBClusterSnapshotAttributeMessage {
3352
3323
  * set this value to <code>restore</code>.</p>
3353
3324
  * <note>
3354
3325
  * <p>To view the list of attributes available to modify, use the
3355
- * <a>DescribeDBClusterSnapshotAttributes</a> API operation.</p>
3326
+ * <a>DescribeDBClusterSnapshotAttributes</a> API action.</p>
3356
3327
  * </note>
3357
3328
  */
3358
3329
  AttributeName: string | undefined;
@@ -3446,13 +3417,11 @@ export interface ModifyDBInstanceMessage {
3446
3417
  */
3447
3418
  AllocatedStorage?: number;
3448
3419
  /**
3449
- * <p>The new compute and memory capacity of the DB instance, for example db.m5.large.
3420
+ * <p>The new compute and memory capacity of the DB instance, for example db.m4.large.
3450
3421
  * Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.
3451
- * For the full list of DB instance classes, and availability for your engine, see
3452
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance
3453
- * classes</a> in the <i>Amazon RDS User Guide</i> or
3454
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html">Aurora
3455
- * DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p>
3422
+ * For the full list of DB instance classes,
3423
+ * and availability for your engine, see
3424
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB Instance Class</a> in the <i>Amazon RDS User Guide</i>.</p>
3456
3425
  * <p>If you modify the DB instance class, an outage occurs during the change.
3457
3426
  * The change is applied during the next maintenance window,
3458
3427
  * unless <code>ApplyImmediately</code> is enabled for this request.</p>
@@ -3552,7 +3521,7 @@ export interface ModifyDBInstanceMessage {
3552
3521
  * </p>
3553
3522
  * <p>Constraints: Must contain from 8 to 128 characters.</p>
3554
3523
  * <note>
3555
- * <p>Amazon RDS API operations never return the password,
3524
+ * <p>Amazon RDS API actions never return the password,
3556
3525
  * so this action provides a way to regain access to a primary instance user if the password is lost.
3557
3526
  * This includes restoring privileges that might have been accidentally revoked.</p>
3558
3527
  * </note>
@@ -3589,7 +3558,7 @@ export interface ModifyDBInstanceMessage {
3589
3558
  * <ul>
3590
3559
  * <li>
3591
3560
  * <p>It must be a value from 0 to 35. It can't be set to 0 if the DB instance is a source to
3592
- * read replicas. It can't be set to 0 for an RDS Custom for Oracle DB instance.</p>
3561
+ * read replicas. It can't be set to 0 or 35 for an RDS Custom for Oracle DB instance.</p>
3593
3562
  * </li>
3594
3563
  * <li>
3595
3564
  * <p>It can be specified for a MySQL read replica only if the source is running MySQL 5.6 or
@@ -3943,7 +3912,7 @@ export interface ModifyDBInstanceMessage {
3943
3912
  /**
3944
3913
  * <p>A value that indicates whether to enable Performance Insights for the DB instance.</p>
3945
3914
  * <p>For more information, see
3946
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</p>
3915
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide.</i>.</p>
3947
3916
  * <p>This setting doesn't apply to RDS Custom.</p>
3948
3917
  */
3949
3918
  EnablePerformanceInsights?: boolean;
@@ -3957,35 +3926,7 @@ export interface ModifyDBInstanceMessage {
3957
3926
  */
3958
3927
  PerformanceInsightsKMSKeyId?: string;
3959
3928
  /**
3960
- * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
3961
- * <ul>
3962
- * <li>
3963
- * <p>7</p>
3964
- * </li>
3965
- * <li>
3966
- * <p>
3967
- * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
3968
- * </li>
3969
- * <li>
3970
- * <p>731</p>
3971
- * </li>
3972
- * </ul>
3973
- * <p>For example, the following values are valid:</p>
3974
- * <ul>
3975
- * <li>
3976
- * <p>93 (3 months * 31)</p>
3977
- * </li>
3978
- * <li>
3979
- * <p>341 (11 months * 31)</p>
3980
- * </li>
3981
- * <li>
3982
- * <p>589 (19 months * 31)</p>
3983
- * </li>
3984
- * <li>
3985
- * <p>731</p>
3986
- * </li>
3987
- * </ul>
3988
- * <p>If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.</p>
3929
+ * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
3989
3930
  * <p>This setting doesn't apply to RDS Custom.</p>
3990
3931
  */
3991
3932
  PerformanceInsightsRetentionPeriod?: number;
@@ -4345,11 +4286,11 @@ export declare namespace ConnectionPoolConfiguration {
4345
4286
  }
4346
4287
  export interface ModifyDBProxyTargetGroupRequest {
4347
4288
  /**
4348
- * <p>The name of the target group to modify.</p>
4289
+ * <p>The name of the new target group to assign to the proxy.</p>
4349
4290
  */
4350
4291
  TargetGroupName: string | undefined;
4351
4292
  /**
4352
- * <p>The name of the proxy.</p>
4293
+ * <p>The name of the new proxy to which to assign the target group.</p>
4353
4294
  */
4354
4295
  DBProxyName: string | undefined;
4355
4296
  /**
@@ -4465,7 +4406,7 @@ export interface ModifyDBSnapshotAttributeMessage {
4465
4406
  * set this value to <code>restore</code>.</p>
4466
4407
  * <note>
4467
4408
  * <p>To view the list of attributes available to modify, use the
4468
- * <a>DescribeDBSnapshotAttributes</a> API operation.</p>
4409
+ * <a>DescribeDBSnapshotAttributes</a> API action.</p>
4469
4410
  * </note>
4470
4411
  */
4471
4412
  AttributeName: string | undefined;
@@ -5430,8 +5371,8 @@ export interface RestoreDBClusterFromS3Message {
5430
5371
  DBSubnetGroupName?: string;
5431
5372
  /**
5432
5373
  * <p>The name of the database engine to be used for this DB cluster.</p>
5433
- * <p>Valid Values: <code>aurora</code> (for MySQL 5.6-compatible Aurora) and <code>aurora-mysql</code>
5434
- * (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
5374
+ * <p>Valid Values: <code>aurora</code> (for MySQL 5.6-compatible Aurora), <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), and <code>aurora-postgresql</code>
5375
+ * </p>
5435
5376
  */
5436
5377
  Engine: string | undefined;
5437
5378
  /**
@@ -5444,11 +5385,19 @@ export interface RestoreDBClusterFromS3Message {
5444
5385
  * <p>
5445
5386
  * <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
5446
5387
  * </p>
5388
+ * <p>To list all of the available engine versions for <code>aurora-postgresql</code>, use the following command:</p>
5389
+ * <p>
5390
+ * <code>aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"</code>
5391
+ * </p>
5447
5392
  * <p>
5448
5393
  * <b>Aurora MySQL</b>
5449
5394
  * </p>
5450
- * <p>Example: <code>5.6.10a</code>, <code>5.6.mysql_aurora.1.19.2</code>, <code>5.7.mysql_aurora.2.07.1</code>,
5451
- * <code>8.0.mysql_aurora.3.02.0</code>
5395
+ * <p>Example: <code>5.6.10a</code>, <code>5.6.mysql_aurora.1.19.2</code>, <code>5.7.12</code>, <code>5.7.mysql_aurora.2.04.5</code>, <code>8.0.mysql_aurora.3.01.0</code>
5396
+ * </p>
5397
+ * <p>
5398
+ * <b>Aurora PostgreSQL</b>
5399
+ * </p>
5400
+ * <p>Example: <code>9.6.3</code>, <code>10.7</code>
5452
5401
  * </p>
5453
5402
  */
5454
5403
  EngineVersion?: string;
@@ -5899,7 +5848,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
5899
5848
  * <b>Aurora PostgreSQL</b>
5900
5849
  * </p>
5901
5850
  * <p>Possible value is <code>postgresql</code>.</p>
5902
- * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
5851
+ * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide.</i>.</p>
5903
5852
  * <p>For more information about exporting CloudWatch Logs for Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>
5904
5853
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
5905
5854
  */
@@ -6241,7 +6190,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
6241
6190
  * <b>Aurora PostgreSQL</b>
6242
6191
  * </p>
6243
6192
  * <p>Possible value is <code>postgresql</code>.</p>
6244
- * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide</i>.</p>
6193
+ * <p>For more information about exporting CloudWatch Logs for Amazon RDS, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon RDS User Guide.</i>.</p>
6245
6194
  * <p>For more information about exporting CloudWatch Logs for Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>
6246
6195
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
6247
6196
  */
@@ -7112,7 +7061,7 @@ export interface RestoreDBInstanceFromS3Message {
7112
7061
  /**
7113
7062
  * <p>A value that indicates whether to enable Performance Insights for the DB instance.</p>
7114
7063
  * <p>For more information, see
7115
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide</i>.</p>
7064
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html">Using Amazon Performance Insights</a> in the <i>Amazon RDS User Guide.</i>.</p>
7116
7065
  */
7117
7066
  EnablePerformanceInsights?: boolean;
7118
7067
  /**
@@ -7124,35 +7073,7 @@ export interface RestoreDBInstanceFromS3Message {
7124
7073
  */
7125
7074
  PerformanceInsightsKMSKeyId?: string;
7126
7075
  /**
7127
- * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
7128
- * <ul>
7129
- * <li>
7130
- * <p>7</p>
7131
- * </li>
7132
- * <li>
7133
- * <p>
7134
- * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
7135
- * </li>
7136
- * <li>
7137
- * <p>731</p>
7138
- * </li>
7139
- * </ul>
7140
- * <p>For example, the following values are valid:</p>
7141
- * <ul>
7142
- * <li>
7143
- * <p>93 (3 months * 31)</p>
7144
- * </li>
7145
- * <li>
7146
- * <p>341 (11 months * 31)</p>
7147
- * </li>
7148
- * <li>
7149
- * <p>589 (19 months * 31)</p>
7150
- * </li>
7151
- * <li>
7152
- * <p>731</p>
7153
- * </li>
7154
- * </ul>
7155
- * <p>If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.</p>
7076
+ * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
7156
7077
  */
7157
7078
  PerformanceInsightsRetentionPeriod?: number;
7158
7079
  /**
@@ -7879,25 +7800,10 @@ export interface StartDBInstanceAutomatedBackupsReplicationMessage {
7879
7800
  */
7880
7801
  KmsKeyId?: string;
7881
7802
  /**
7882
- * <p>In an Amazon Web Services GovCloud (US) Region, an URL that contains a Signature Version 4 signed request
7883
- * for the <code>StartDBInstanceAutomatedBackupsReplication</code> operation to call
7884
- * in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the
7885
- * <code>StartDBInstanceAutomatedBackupsReplication</code> API operation that can run in
7886
- * the Amazon Web Services Region that contains the source DB instance.</p>
7887
- * <p>This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other
7888
- * Amazon Web Services Regions.</p>
7889
- * <p>To learn how to generate a Signature Version 4 signed request, see
7890
- * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
7891
- * Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
7892
- * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">
7893
- * Signature Version 4 Signing Process</a>.</p>
7894
- * <note>
7895
- * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify
7896
- * <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
7897
- * instead of specifying <code>PreSignedUrl</code> manually. Specifying
7898
- * <code>SourceRegion</code> autogenerates a presigned URL that is a valid request
7899
- * for the operation that can run in the source Amazon Web Services Region.</p>
7900
- * </note>
7803
+ * <p>A URL that contains a Signature Version 4 signed request for the StartDBInstanceAutomatedBackupsReplication action to be
7804
+ * called in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the
7805
+ * StartDBInstanceAutomatedBackupsReplication API action that can be executed in the Amazon Web Services Region that contains
7806
+ * the source DB instance.</p>
7901
7807
  */
7902
7808
  PreSignedUrl?: string;
7903
7809
  }
@@ -1,3 +1,5 @@
1
+ export * from "./waitForDBClusterAvailable";
2
+ export * from "./waitForDBClusterDeleted";
1
3
  export * from "./waitForDBClusterSnapshotAvailable";
2
4
  export * from "./waitForDBClusterSnapshotDeleted";
3
5
  export * from "./waitForDBInstanceAvailable";
@@ -0,0 +1,7 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
3
+ import { RDSClient } from "../RDSClient";
4
+
5
+ export declare const waitForDBClusterAvailable: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
6
+
7
+ export declare const waitUntilDBClusterAvailable: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1,7 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
3
+ import { RDSClient } from "../RDSClient";
4
+
5
+ export declare const waitForDBClusterDeleted: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
6
+
7
+ export declare const waitUntilDBClusterDeleted: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
@@ -1,3 +1,5 @@
1
+ export * from "./waitForDBClusterAvailable";
2
+ export * from "./waitForDBClusterDeleted";
1
3
  export * from "./waitForDBClusterSnapshotAvailable";
2
4
  export * from "./waitForDBClusterSnapshotDeleted";
3
5
  export * from "./waitForDBInstanceAvailable";
@@ -0,0 +1,14 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
3
+ import { RDSClient } from "../RDSClient";
4
+ /**
5
+ *
6
+ * @deprecated Use waitUntilDBClusterAvailable instead. waitForDBClusterAvailable does not throw error in non-success cases.
7
+ */
8
+ export declare const waitForDBClusterAvailable: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
9
+ /**
10
+ *
11
+ * @param params - Waiter configuration options.
12
+ * @param input - The input to DescribeDBClustersCommand for polling.
13
+ */
14
+ export declare const waitUntilDBClusterAvailable: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
@@ -0,0 +1,14 @@
1
+ import { WaiterConfiguration, WaiterResult } from "@aws-sdk/util-waiter";
2
+ import { DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
3
+ import { RDSClient } from "../RDSClient";
4
+ /**
5
+ *
6
+ * @deprecated Use waitUntilDBClusterDeleted instead. waitForDBClusterDeleted does not throw error in non-success cases.
7
+ */
8
+ export declare const waitForDBClusterDeleted: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
9
+ /**
10
+ *
11
+ * @param params - Waiter configuration options.
12
+ * @param input - The input to DescribeDBClustersCommand for polling.
13
+ */
14
+ export declare const waitUntilDBClusterDeleted: (params: WaiterConfiguration<RDSClient>, input: DescribeDBClustersCommandInput) => Promise<WaiterResult>;
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.122.0",
4
+ "version": "3.128.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",
@@ -18,39 +18,39 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.121.0",
22
- "@aws-sdk/config-resolver": "3.110.0",
23
- "@aws-sdk/credential-provider-node": "3.121.0",
24
- "@aws-sdk/fetch-http-handler": "3.110.0",
25
- "@aws-sdk/hash-node": "3.110.0",
26
- "@aws-sdk/invalid-dependency": "3.110.0",
27
- "@aws-sdk/middleware-content-length": "3.110.0",
28
- "@aws-sdk/middleware-host-header": "3.110.0",
29
- "@aws-sdk/middleware-logger": "3.110.0",
30
- "@aws-sdk/middleware-recursion-detection": "3.110.0",
31
- "@aws-sdk/middleware-retry": "3.118.1",
32
- "@aws-sdk/middleware-sdk-rds": "3.110.0",
33
- "@aws-sdk/middleware-serde": "3.110.0",
34
- "@aws-sdk/middleware-signing": "3.110.0",
35
- "@aws-sdk/middleware-stack": "3.110.0",
36
- "@aws-sdk/middleware-user-agent": "3.110.0",
37
- "@aws-sdk/node-config-provider": "3.110.0",
38
- "@aws-sdk/node-http-handler": "3.118.1",
39
- "@aws-sdk/protocol-http": "3.110.0",
40
- "@aws-sdk/smithy-client": "3.110.0",
41
- "@aws-sdk/types": "3.110.0",
42
- "@aws-sdk/url-parser": "3.110.0",
21
+ "@aws-sdk/client-sts": "3.128.0",
22
+ "@aws-sdk/config-resolver": "3.128.0",
23
+ "@aws-sdk/credential-provider-node": "3.128.0",
24
+ "@aws-sdk/fetch-http-handler": "3.127.0",
25
+ "@aws-sdk/hash-node": "3.127.0",
26
+ "@aws-sdk/invalid-dependency": "3.127.0",
27
+ "@aws-sdk/middleware-content-length": "3.127.0",
28
+ "@aws-sdk/middleware-host-header": "3.127.0",
29
+ "@aws-sdk/middleware-logger": "3.127.0",
30
+ "@aws-sdk/middleware-recursion-detection": "3.127.0",
31
+ "@aws-sdk/middleware-retry": "3.127.0",
32
+ "@aws-sdk/middleware-sdk-rds": "3.128.0",
33
+ "@aws-sdk/middleware-serde": "3.127.0",
34
+ "@aws-sdk/middleware-signing": "3.128.0",
35
+ "@aws-sdk/middleware-stack": "3.127.0",
36
+ "@aws-sdk/middleware-user-agent": "3.127.0",
37
+ "@aws-sdk/node-config-provider": "3.127.0",
38
+ "@aws-sdk/node-http-handler": "3.127.0",
39
+ "@aws-sdk/protocol-http": "3.127.0",
40
+ "@aws-sdk/smithy-client": "3.127.0",
41
+ "@aws-sdk/types": "3.127.0",
42
+ "@aws-sdk/url-parser": "3.127.0",
43
43
  "@aws-sdk/util-base64-browser": "3.109.0",
44
44
  "@aws-sdk/util-base64-node": "3.55.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.55.0",
46
46
  "@aws-sdk/util-body-length-node": "3.55.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.110.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.110.0",
49
- "@aws-sdk/util-user-agent-browser": "3.110.0",
50
- "@aws-sdk/util-user-agent-node": "3.118.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.127.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.128.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.127.0",
50
+ "@aws-sdk/util-user-agent-node": "3.127.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.109.0",
52
52
  "@aws-sdk/util-utf8-node": "3.109.0",
53
- "@aws-sdk/util-waiter": "3.118.1",
53
+ "@aws-sdk/util-waiter": "3.127.0",
54
54
  "entities": "2.2.0",
55
55
  "fast-xml-parser": "3.19.0",
56
56
  "tslib": "^2.3.1"