@aws-sdk/client-rds 3.121.0 → 3.122.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.
@@ -604,7 +604,8 @@ 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 <code>DescribeEventCategories</code> operation.</p>
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>
608
609
  */
609
610
  export interface EventCategoriesMap {
610
611
  /**
@@ -734,7 +735,7 @@ export declare namespace DescribeEventsMessage {
734
735
  const filterSensitiveLog: (obj: DescribeEventsMessage) => any;
735
736
  }
736
737
  /**
737
- * <p>This data type is used as a response element in the <code>DescribeEvents</code> action.</p>
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>
738
739
  */
739
740
  export interface Event {
740
741
  /**
@@ -3178,7 +3179,35 @@ export interface ModifyDBClusterMessage {
3178
3179
  */
3179
3180
  PerformanceInsightsKMSKeyId?: string;
3180
3181
  /**
3181
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
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>
3182
3211
  * <p>Valid for: Multi-AZ DB clusters only</p>
3183
3212
  */
3184
3213
  PerformanceInsightsRetentionPeriod?: number;
@@ -3323,7 +3352,7 @@ export interface ModifyDBClusterSnapshotAttributeMessage {
3323
3352
  * set this value to <code>restore</code>.</p>
3324
3353
  * <note>
3325
3354
  * <p>To view the list of attributes available to modify, use the
3326
- * <a>DescribeDBClusterSnapshotAttributes</a> API action.</p>
3355
+ * <a>DescribeDBClusterSnapshotAttributes</a> API operation.</p>
3327
3356
  * </note>
3328
3357
  */
3329
3358
  AttributeName: string | undefined;
@@ -3417,11 +3446,13 @@ export interface ModifyDBInstanceMessage {
3417
3446
  */
3418
3447
  AllocatedStorage?: number;
3419
3448
  /**
3420
- * <p>The new compute and memory capacity of the DB instance, for example db.m4.large.
3449
+ * <p>The new compute and memory capacity of the DB instance, for example db.m5.large.
3421
3450
  * Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.
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>
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>
3425
3456
  * <p>If you modify the DB instance class, an outage occurs during the change.
3426
3457
  * The change is applied during the next maintenance window,
3427
3458
  * unless <code>ApplyImmediately</code> is enabled for this request.</p>
@@ -3521,7 +3552,7 @@ export interface ModifyDBInstanceMessage {
3521
3552
  * </p>
3522
3553
  * <p>Constraints: Must contain from 8 to 128 characters.</p>
3523
3554
  * <note>
3524
- * <p>Amazon RDS API actions never return the password,
3555
+ * <p>Amazon RDS API operations never return the password,
3525
3556
  * so this action provides a way to regain access to a primary instance user if the password is lost.
3526
3557
  * This includes restoring privileges that might have been accidentally revoked.</p>
3527
3558
  * </note>
@@ -3558,7 +3589,7 @@ export interface ModifyDBInstanceMessage {
3558
3589
  * <ul>
3559
3590
  * <li>
3560
3591
  * <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
3561
- * read replicas. It can't be set to 0 or 35 for an RDS Custom for Oracle DB instance.</p>
3592
+ * read replicas. It can't be set to 0 for an RDS Custom for Oracle DB instance.</p>
3562
3593
  * </li>
3563
3594
  * <li>
3564
3595
  * <p>It can be specified for a MySQL read replica only if the source is running MySQL 5.6 or
@@ -3912,7 +3943,7 @@ export interface ModifyDBInstanceMessage {
3912
3943
  /**
3913
3944
  * <p>A value that indicates whether to enable Performance Insights for the DB instance.</p>
3914
3945
  * <p>For more information, see
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>
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>
3916
3947
  * <p>This setting doesn't apply to RDS Custom.</p>
3917
3948
  */
3918
3949
  EnablePerformanceInsights?: boolean;
@@ -3926,7 +3957,35 @@ export interface ModifyDBInstanceMessage {
3926
3957
  */
3927
3958
  PerformanceInsightsKMSKeyId?: string;
3928
3959
  /**
3929
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
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>
3930
3989
  * <p>This setting doesn't apply to RDS Custom.</p>
3931
3990
  */
3932
3991
  PerformanceInsightsRetentionPeriod?: number;
@@ -4286,11 +4345,11 @@ export declare namespace ConnectionPoolConfiguration {
4286
4345
  }
4287
4346
  export interface ModifyDBProxyTargetGroupRequest {
4288
4347
  /**
4289
- * <p>The name of the new target group to assign to the proxy.</p>
4348
+ * <p>The name of the target group to modify.</p>
4290
4349
  */
4291
4350
  TargetGroupName: string | undefined;
4292
4351
  /**
4293
- * <p>The name of the new proxy to which to assign the target group.</p>
4352
+ * <p>The name of the proxy.</p>
4294
4353
  */
4295
4354
  DBProxyName: string | undefined;
4296
4355
  /**
@@ -4406,7 +4465,7 @@ export interface ModifyDBSnapshotAttributeMessage {
4406
4465
  * set this value to <code>restore</code>.</p>
4407
4466
  * <note>
4408
4467
  * <p>To view the list of attributes available to modify, use the
4409
- * <a>DescribeDBSnapshotAttributes</a> API action.</p>
4468
+ * <a>DescribeDBSnapshotAttributes</a> API operation.</p>
4410
4469
  * </note>
4411
4470
  */
4412
4471
  AttributeName: string | undefined;
@@ -5371,8 +5430,8 @@ export interface RestoreDBClusterFromS3Message {
5371
5430
  DBSubnetGroupName?: string;
5372
5431
  /**
5373
5432
  * <p>The name of the database engine to be used for this DB cluster.</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>
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>
5376
5435
  */
5377
5436
  Engine: string | undefined;
5378
5437
  /**
@@ -5385,19 +5444,11 @@ export interface RestoreDBClusterFromS3Message {
5385
5444
  * <p>
5386
5445
  * <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
5387
5446
  * </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>
5392
5447
  * <p>
5393
5448
  * <b>Aurora MySQL</b>
5394
5449
  * </p>
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>
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>
5401
5452
  * </p>
5402
5453
  */
5403
5454
  EngineVersion?: string;
@@ -5848,7 +5899,7 @@ export interface RestoreDBClusterFromSnapshotMessage {
5848
5899
  * <b>Aurora PostgreSQL</b>
5849
5900
  * </p>
5850
5901
  * <p>Possible value is <code>postgresql</code>.</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>
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>
5852
5903
  * <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>
5853
5904
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
5854
5905
  */
@@ -6190,7 +6241,7 @@ export interface RestoreDBClusterToPointInTimeMessage {
6190
6241
  * <b>Aurora PostgreSQL</b>
6191
6242
  * </p>
6192
6243
  * <p>Possible value is <code>postgresql</code>.</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>
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>
6194
6245
  * <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>
6195
6246
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
6196
6247
  */
@@ -7061,7 +7112,7 @@ export interface RestoreDBInstanceFromS3Message {
7061
7112
  /**
7062
7113
  * <p>A value that indicates whether to enable Performance Insights for the DB instance.</p>
7063
7114
  * <p>For more information, see
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>
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>
7065
7116
  */
7066
7117
  EnablePerformanceInsights?: boolean;
7067
7118
  /**
@@ -7073,7 +7124,35 @@ export interface RestoreDBInstanceFromS3Message {
7073
7124
  */
7074
7125
  PerformanceInsightsKMSKeyId?: string;
7075
7126
  /**
7076
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
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>
7077
7156
  */
7078
7157
  PerformanceInsightsRetentionPeriod?: number;
7079
7158
  /**
@@ -7800,10 +7879,25 @@ export interface StartDBInstanceAutomatedBackupsReplicationMessage {
7800
7879
  */
7801
7880
  KmsKeyId?: string;
7802
7881
  /**
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>
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>
7807
7901
  */
7808
7902
  PreSignedUrl?: string;
7809
7903
  }
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.121.0",
4
+ "version": "3.122.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",