@aws-sdk/client-rds 3.130.0 → 3.136.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 (45) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/RDS.js +15 -0
  3. package/dist-cjs/commands/ModifyActivityStreamCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/models/models_0.js +13 -12
  6. package/dist-cjs/models/models_1.js +27 -4
  7. package/dist-cjs/protocols/Aws_query.js +104 -5
  8. package/dist-es/RDS.js +15 -0
  9. package/dist-es/commands/ModifyActivityStreamCommand.js +39 -0
  10. package/dist-es/commands/index.js +1 -0
  11. package/dist-es/models/models_0.js +7 -4
  12. package/dist-es/models/models_1.js +17 -0
  13. package/dist-es/protocols/Aws_query.js +112 -0
  14. package/dist-types/RDS.d.ts +55 -68
  15. package/dist-types/RDSClient.d.ts +3 -2
  16. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  17. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +9 -42
  18. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -3
  20. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +9 -9
  22. package/dist-types/commands/CreateDBInstanceCommand.d.ts +8 -0
  23. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +2 -2
  24. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -0
  27. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  28. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +39 -0
  29. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  30. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  31. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  32. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -0
  33. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  34. package/dist-types/commands/index.d.ts +1 -0
  35. package/dist-types/models/models_0.d.ts +342 -133
  36. package/dist-types/models/models_1.d.ts +216 -39
  37. package/dist-types/protocols/Aws_query.d.ts +3 -0
  38. package/dist-types/ts3.4/RDS.d.ts +5 -0
  39. package/dist-types/ts3.4/RDSClient.d.ts +3 -2
  40. package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  42. package/dist-types/ts3.4/models/models_0.d.ts +8 -11
  43. package/dist-types/ts3.4/models/models_1.d.ts +44 -1
  44. package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
  45. package/package.json +4 -4
@@ -149,6 +149,12 @@ export declare namespace AccountAttributesMessage {
149
149
  const filterSensitiveLog: (obj: AccountAttributesMessage) => any;
150
150
  }
151
151
  export declare type ActivityStreamMode = "async" | "sync";
152
+ export declare enum ActivityStreamPolicyStatus {
153
+ locked = "locked",
154
+ locking_policy = "locking-policy",
155
+ unlocked = "unlocked",
156
+ unlocking_policy = "unlocking-policy"
157
+ }
152
158
  export declare type ActivityStreamStatus = "started" | "starting" | "stopped" | "stopping";
153
159
  export interface AddRoleToDBClusterMessage {
154
160
  /**
@@ -1272,22 +1278,33 @@ export interface CopyDBClusterSnapshotMessage {
1272
1278
  */
1273
1279
  KmsKeyId?: string;
1274
1280
  /**
1275
- * <p>The URL that contains a Signature Version 4 signed request for the <code>CopyDBClusterSnapshot</code> API action in the Amazon Web Services Region that contains the
1276
- * source DB cluster snapshot to copy. The <code>PreSignedUrl</code> parameter must be used when copying an encrypted DB cluster snapshot from another Amazon Web Services Region.
1277
- * Don't specify <code>PreSignedUrl</code> when you are copying an encrypted DB cluster snapshot in the same Amazon Web Services Region.</p>
1278
- * <p>The pre-signed URL must be a valid request for the <code>CopyDBClusterSnapshot</code> API action that can be
1279
- * executed in the source Amazon Web Services Region that contains the encrypted DB cluster snapshot to be copied.
1280
- * The pre-signed URL request must contain the following parameter values:</p>
1281
+ * <p>When you are copying a DB cluster snapshot from one Amazon Web Services GovCloud (US) Region
1282
+ * to another, the URL that contains a Signature Version 4 signed request for the
1283
+ * <code>CopyDBClusterSnapshot</code> API operation in the Amazon Web Services Region that contains
1284
+ * the source DB cluster snapshot to copy. Use the <code>PreSignedUrl</code> parameter when
1285
+ * copying an encrypted DB cluster snapshot from another Amazon Web Services Region. Don't specify
1286
+ * <code>PreSignedUrl</code> when copying an encrypted DB cluster snapshot in the same
1287
+ * Amazon Web Services Region.</p>
1288
+ * <p>This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other
1289
+ * Amazon Web Services Regions.</p>
1290
+ * <p>The presigned URL must be a valid request for the
1291
+ * <code>CopyDBClusterSnapshot</code> API operation that can run in the source
1292
+ * Amazon Web Services Region that contains the encrypted DB cluster snapshot to copy. The presigned URL request
1293
+ * must contain the following parameter values:</p>
1281
1294
  * <ul>
1282
1295
  * <li>
1283
1296
  * <p>
1284
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of the DB
1285
- * cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the <code>CopyDBClusterSnapshot</code>
1286
- * action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
1297
+ * <code>KmsKeyId</code> - The KMS key identifier for the KMS key
1298
+ * to use to encrypt the copy of the DB cluster snapshot in the destination
1299
+ * Amazon Web Services Region. This is the same identifier for both the
1300
+ * <code>CopyDBClusterSnapshot</code> operation that is called in the
1301
+ * destination Amazon Web Services Region, and the operation contained in the presigned
1302
+ * URL.</p>
1287
1303
  * </li>
1288
1304
  * <li>
1289
1305
  * <p>
1290
- * <code>DestinationRegion</code> - The name of the Amazon Web Services Region that the DB cluster snapshot is to be created in.</p>
1306
+ * <code>DestinationRegion</code> - The name of the Amazon Web Services Region
1307
+ * that the DB cluster snapshot is to be created in.</p>
1291
1308
  * </li>
1292
1309
  * <li>
1293
1310
  * <p>
@@ -1298,15 +1315,16 @@ export interface CopyDBClusterSnapshotMessage {
1298
1315
  * </li>
1299
1316
  * </ul>
1300
1317
  * <p>To learn how to generate a Signature Version 4 signed request, see
1301
- *
1302
1318
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
1303
1319
  * Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
1304
1320
  * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">
1305
1321
  * Signature Version 4 Signing Process</a>.</p>
1306
1322
  * <note>
1307
- * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
1308
- * instead of specifying <code>PreSignedUrl</code> manually. Specifying <code>SourceRegion</code> autogenerates a pre-signed URL that is a valid
1309
- * request for the operation that can be executed in the source Amazon Web Services Region.</p>
1323
+ * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify
1324
+ * <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
1325
+ * instead of specifying <code>PreSignedUrl</code> manually. Specifying
1326
+ * <code>SourceRegion</code> autogenerates a presigned URL that is a valid request
1327
+ * for the operation that can run in the source Amazon Web Services Region.</p>
1310
1328
  * </note>
1311
1329
  */
1312
1330
  PreSignedUrl?: string;
@@ -1632,9 +1650,7 @@ export interface CopyDBSnapshotMessage {
1632
1650
  * <code>arn:aws:rds:us-west-2:123456789012:snapshot:mysql-instance1-snapshot-20130805</code>.</p>
1633
1651
  * <p>If you are copying from a shared manual DB snapshot,
1634
1652
  * this parameter must be the Amazon Resource Name (ARN) of the shared DB snapshot.</p>
1635
- * <p>If you are copying an encrypted snapshot
1636
- * this parameter must be in the ARN format for the source Amazon Web Services Region,
1637
- * and must match the <code>SourceDBSnapshotIdentifier</code> in the <code>PreSignedUrl</code> parameter.</p>
1653
+ * <p>If you are copying an encrypted snapshot this parameter must be in the ARN format for the source Amazon Web Services Region.</p>
1638
1654
  * <p>Constraints:</p>
1639
1655
  * <ul>
1640
1656
  * <li>
@@ -1696,32 +1712,40 @@ export interface CopyDBSnapshotMessage {
1696
1712
  */
1697
1713
  CopyTags?: boolean;
1698
1714
  /**
1699
- * <p>The URL that contains a Signature Version 4 signed request for the
1700
- * <code>CopyDBSnapshot</code> API action in the source Amazon Web Services Region that contains the
1701
- * source DB snapshot to copy.</p>
1715
+ * <p>When you are copying a snapshot from one Amazon Web Services GovCloud (US) Region to another,
1716
+ * the URL that contains a Signature Version 4 signed request for the <code>CopyDBSnapshot</code> API
1717
+ * operation in the source Amazon Web Services Region that contains the source DB snapshot to copy.</p>
1718
+ * <p>This setting applies only to Amazon Web Services GovCloud (US) Regions. It's ignored in other
1719
+ * Amazon Web Services Regions.</p>
1702
1720
  * <p>You must specify this parameter when you copy an encrypted DB snapshot from another
1703
1721
  * Amazon Web Services Region by using the Amazon RDS API. Don't specify <code>PreSignedUrl</code> when you are
1704
1722
  * copying an encrypted DB snapshot in the same Amazon Web Services Region.</p>
1705
- * <p>The presigned URL must be a valid request for the <code>CopyDBSnapshot</code> API action
1706
- * that can be executed in the source Amazon Web Services Region that contains the encrypted DB snapshot to be copied.
1707
- * The presigned URL request must contain the following parameter values:</p>
1723
+ * <p>The presigned URL must be a valid request for the
1724
+ * <code>CopyDBClusterSnapshot</code> API operation that can run in the source
1725
+ * Amazon Web Services Region that contains the encrypted DB cluster snapshot to copy. The presigned URL request
1726
+ * must contain the following parameter values:</p>
1708
1727
  * <ul>
1709
1728
  * <li>
1710
1729
  * <p>
1711
- * <code>DestinationRegion</code> - The Amazon Web Services Region that the encrypted DB snapshot is copied to.
1712
- * This Amazon Web Services Region is the same one where the <code>CopyDBSnapshot</code> action is called that contains this presigned URL.</p>
1713
- * <p>For example, if you copy an encrypted DB snapshot from the us-west-2 Amazon Web Services Region
1714
- * to the us-east-1 Amazon Web Services Region, then you call the <code>CopyDBSnapshot</code> action in
1715
- * the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the
1716
- * <code>CopyDBSnapshot</code> action in the us-west-2 Amazon Web Services Region. For this
1717
- * example, the <code>DestinationRegion</code> in the presigned URL must be set to
1718
- * the us-east-1 Amazon Web Services Region.</p>
1730
+ * <code>DestinationRegion</code> - The Amazon Web Services Region that the encrypted DB
1731
+ * snapshot is copied to. This Amazon Web Services Region is the same one where the
1732
+ * <code>CopyDBSnapshot</code> operation is called that contains this presigned
1733
+ * URL.</p>
1734
+ * <p>For example, if you copy an encrypted DB snapshot from the us-west-2
1735
+ * Amazon Web Services Region to the us-east-1 Amazon Web Services Region, then you call the
1736
+ * <code>CopyDBSnapshot</code> operation in the us-east-1 Amazon Web Services Region and
1737
+ * provide a presigned URL that contains a call to the <code>CopyDBSnapshot</code>
1738
+ * operation in the us-west-2 Amazon Web Services Region. For this example, the
1739
+ * <code>DestinationRegion</code> in the presigned URL must be set to the
1740
+ * us-east-1 Amazon Web Services Region.</p>
1719
1741
  * </li>
1720
1742
  * <li>
1721
1743
  * <p>
1722
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of the DB snapshot in the destination Amazon Web Services Region.
1723
- * This is the same identifier for both the <code>CopyDBSnapshot</code> action that is called in the destination Amazon Web Services Region,
1724
- * and the action contained in the presigned URL.</p>
1744
+ * <code>KmsKeyId</code> - The KMS key identifier for the KMS key to use to
1745
+ * encrypt the copy of the DB snapshot in the destination Amazon Web Services Region. This is the
1746
+ * same identifier for both the <code>CopyDBSnapshot</code> operation that is
1747
+ * called in the destination Amazon Web Services Region, and the operation contained in the
1748
+ * presigned URL.</p>
1725
1749
  * </li>
1726
1750
  * <li>
1727
1751
  * <p>
@@ -1735,9 +1759,11 @@ export interface CopyDBSnapshotMessage {
1735
1759
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
1736
1760
  * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">Signature Version 4 Signing Process</a>.</p>
1737
1761
  * <note>
1738
- * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
1739
- * instead of specifying <code>PreSignedUrl</code> manually. Specifying <code>SourceRegion</code> autogenerates a pre-signed URL that is a valid
1740
- * request for the operation that can be executed in the source Amazon Web Services Region.</p>
1762
+ * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify
1763
+ * <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
1764
+ * instead of specifying <code>PreSignedUrl</code> manually. Specifying
1765
+ * <code>SourceRegion</code> autogenerates a presigned URL that is a valid request
1766
+ * for the operation that can run in the source Amazon Web Services Region.</p>
1741
1767
  * </note>
1742
1768
  */
1743
1769
  PreSignedUrl?: string;
@@ -2199,7 +2225,8 @@ export interface VpcSecurityGroupMembership {
2199
2225
  */
2200
2226
  VpcSecurityGroupId?: string;
2201
2227
  /**
2202
- * <p>The status of the VPC security group.</p>
2228
+ * <p>The membership status of the VPC security group.</p>
2229
+ * <p>Currently, the only valid status is <code>active</code>.</p>
2203
2230
  */
2204
2231
  Status?: string;
2205
2232
  }
@@ -3051,18 +3078,24 @@ export interface CreateDBClusterMessage {
3051
3078
  */
3052
3079
  KmsKeyId?: string;
3053
3080
  /**
3054
- * <p>A URL that contains a Signature Version 4 signed request for
3055
- * the <code>CreateDBCluster</code> action to be called in the source Amazon Web Services Region where the DB cluster is replicated from.
3056
- * Specify <code>PreSignedUrl</code> only when you are performing cross-Region replication from an encrypted DB cluster.</p>
3057
- * <p>The pre-signed URL must be a valid request for the <code>CreateDBCluster</code> API action
3058
- * that can be executed in the source Amazon Web Services Region that contains the encrypted DB cluster to be copied.</p>
3059
- * <p>The pre-signed URL request must contain the following parameter values:</p>
3081
+ * <p>When you are replicating a DB cluster from one Amazon Web Services GovCloud (US) Region to another,
3082
+ * an URL that contains a Signature Version 4 signed request for the
3083
+ * <code>CreateDBCluster</code> operation to be called in the source Amazon Web Services Region where
3084
+ * the DB cluster is replicated from. Specify <code>PreSignedUrl</code> only when you are
3085
+ * performing cross-Region replication from an encrypted DB cluster.</p>
3086
+ *
3087
+ * <p>The presigned URL must be a valid request for the <code>CreateDBCluster</code> API
3088
+ * operation that can run in the source Amazon Web Services Region that contains the encrypted DB
3089
+ * cluster to copy.</p>
3090
+ * <p>The presigned URL request must contain the following parameter values:</p>
3060
3091
  * <ul>
3061
3092
  * <li>
3062
3093
  * <p>
3063
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of
3064
- * the DB cluster in the destination Amazon Web Services Region. This should refer to the same KMS key for both the <code>CreateDBCluster</code>
3065
- * action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
3094
+ * <code>KmsKeyId</code> - The KMS key identifier for the KMS key to use to
3095
+ * encrypt the copy of the DB cluster in the destination Amazon Web Services Region. This should
3096
+ * refer to the same KMS key for both the <code>CreateDBCluster</code> operation
3097
+ * that is called in the destination Amazon Web Services Region, and the operation contained in
3098
+ * the presigned URL.</p>
3066
3099
  * </li>
3067
3100
  * <li>
3068
3101
  * <p>
@@ -3083,9 +3116,11 @@ export interface CreateDBClusterMessage {
3083
3116
  * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">
3084
3117
  * Signature Version 4 Signing Process</a>.</p>
3085
3118
  * <note>
3086
- * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
3087
- * instead of specifying <code>PreSignedUrl</code> manually. Specifying <code>SourceRegion</code> autogenerates a pre-signed URL that is a valid
3088
- * request for the operation that can be executed in the source Amazon Web Services Region.</p>
3119
+ * <p>If you are using an Amazon Web Services SDK tool or the CLI, you can specify
3120
+ * <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
3121
+ * instead of specifying <code>PreSignedUrl</code> manually. Specifying
3122
+ * <code>SourceRegion</code> autogenerates a presigned URL that is a valid request
3123
+ * for the operation that can run in the source Amazon Web Services Region.</p>
3089
3124
  * </note>
3090
3125
  * <p>Valid for: Aurora DB clusters only</p>
3091
3126
  */
@@ -3096,7 +3131,7 @@ export interface CreateDBClusterMessage {
3096
3131
  * enabled.</p>
3097
3132
  * <p>For more information, see
3098
3133
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html">
3099
- * IAM Database Authentication</a> in the <i>Amazon Aurora User Guide.</i>.</p>
3134
+ * IAM Database Authentication</a> in the <i>Amazon Aurora User Guide</i>.</p>
3100
3135
  * <p>Valid for: Aurora DB clusters only</p>
3101
3136
  */
3102
3137
  EnableIAMDatabaseAuthentication?: boolean;
@@ -3145,6 +3180,7 @@ export interface CreateDBClusterMessage {
3145
3180
  * <p>The <code>global</code> engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions,
3146
3181
  * and <code>global</code> engine mode isn't required for any 2.x versions.</p>
3147
3182
  * <p>The <code>multimaster</code> engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a.</p>
3183
+ * <p>The <code>serverless</code> engine mode only applies for Aurora Serverless v1 DB clusters.</p>
3148
3184
  * <p>For Aurora PostgreSQL, the <code>global</code> engine mode isn't required, and both the <code>parallelquery</code>
3149
3185
  * and the <code>multimaster</code> engine modes currently aren't supported.</p>
3150
3186
  * <p>Limitations and requirements apply to some DB engine modes. For more information, see the
@@ -3152,26 +3188,31 @@ export interface CreateDBClusterMessage {
3152
3188
  * <ul>
3153
3189
  * <li>
3154
3190
  * <p>
3155
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations">
3156
- * Limitations of Aurora Serverless v1</a>
3191
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations">Limitations of Aurora
3192
+ * Serverless v1</a>
3193
+ * </p>
3194
+ * </li>
3195
+ * <li>
3196
+ * <p>
3197
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html">Requirements
3198
+ * for Aurora Serverless v2</a>
3157
3199
  * </p>
3158
3200
  * </li>
3159
3201
  * <li>
3160
3202
  * <p>
3161
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations">
3162
- * Limitations of Parallel Query</a>
3203
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations">Limitations of Parallel Query</a>
3163
3204
  * </p>
3164
3205
  * </li>
3165
3206
  * <li>
3166
3207
  * <p>
3167
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations">
3168
- * Limitations of Aurora Global Databases</a>
3208
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations">Limitations of
3209
+ * Aurora Global Databases</a>
3169
3210
  * </p>
3170
3211
  * </li>
3171
3212
  * <li>
3172
3213
  * <p>
3173
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations">
3174
- * Limitations of Multi-Master Clusters</a>
3214
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations">Limitations of
3215
+ * Multi-Master Clusters</a>
3175
3216
  * </p>
3176
3217
  * </li>
3177
3218
  * </ul>
@@ -3344,7 +3385,35 @@ export interface CreateDBClusterMessage {
3344
3385
  */
3345
3386
  PerformanceInsightsKMSKeyId?: string;
3346
3387
  /**
3347
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
3388
+ * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
3389
+ * <ul>
3390
+ * <li>
3391
+ * <p>7</p>
3392
+ * </li>
3393
+ * <li>
3394
+ * <p>
3395
+ * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
3396
+ * </li>
3397
+ * <li>
3398
+ * <p>731</p>
3399
+ * </li>
3400
+ * </ul>
3401
+ * <p>For example, the following values are valid:</p>
3402
+ * <ul>
3403
+ * <li>
3404
+ * <p>93 (3 months * 31)</p>
3405
+ * </li>
3406
+ * <li>
3407
+ * <p>341 (11 months * 31)</p>
3408
+ * </li>
3409
+ * <li>
3410
+ * <p>589 (19 months * 31)</p>
3411
+ * </li>
3412
+ * <li>
3413
+ * <p>731</p>
3414
+ * </li>
3415
+ * </ul>
3416
+ * <p>If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.</p>
3348
3417
  * <p>Valid for: Multi-AZ DB clusters only</p>
3349
3418
  */
3350
3419
  PerformanceInsightsRetentionPeriod?: number;
@@ -3543,8 +3612,7 @@ export declare namespace ClusterPendingModifiedValues {
3543
3612
  */
3544
3613
  export interface ScalingConfigurationInfo {
3545
3614
  /**
3546
- * <p>The maximum capacity for the Aurora DB cluster in <code>serverless</code> DB engine
3547
- * mode.</p>
3615
+ * <p>The minimum capacity for an Aurora DB cluster in <code>serverless</code> DB engine mode.</p>
3548
3616
  */
3549
3617
  MinCapacity?: number;
3550
3618
  /**
@@ -3959,7 +4027,34 @@ export interface DBCluster {
3959
4027
  */
3960
4028
  PerformanceInsightsKMSKeyId?: string;
3961
4029
  /**
3962
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
4030
+ * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
4031
+ * <ul>
4032
+ * <li>
4033
+ * <p>7</p>
4034
+ * </li>
4035
+ * <li>
4036
+ * <p>
4037
+ * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
4038
+ * </li>
4039
+ * <li>
4040
+ * <p>731</p>
4041
+ * </li>
4042
+ * </ul>
4043
+ * <p>For example, the following values are valid:</p>
4044
+ * <ul>
4045
+ * <li>
4046
+ * <p>93 (3 months * 31)</p>
4047
+ * </li>
4048
+ * <li>
4049
+ * <p>341 (11 months * 31)</p>
4050
+ * </li>
4051
+ * <li>
4052
+ * <p>589 (19 months * 31)</p>
4053
+ * </li>
4054
+ * <li>
4055
+ * <p>731</p>
4056
+ * </li>
4057
+ * </ul>
3963
4058
  * <p>This setting is only for non-Aurora Multi-AZ DB clusters.</p>
3964
4059
  */
3965
4060
  PerformanceInsightsRetentionPeriod?: number;
@@ -4759,11 +4854,13 @@ export interface CreateDBInstanceMessage {
4759
4854
  */
4760
4855
  AllocatedStorage?: number;
4761
4856
  /**
4762
- * <p>The compute and memory capacity of the DB instance, for example db.m4.large.
4857
+ * <p>The compute and memory capacity of the DB instance, for example db.m5.large.
4763
4858
  * Not all DB instance classes are available in all Amazon Web Services Regions, or for all database engines.
4764
- * For the full list of DB instance classes,
4765
- * and availability for your engine, see
4766
- * <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>
4859
+ * For the full list of DB instance classes, and availability for your engine, see
4860
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.DBInstanceClass.html">DB instance
4861
+ * classes</a> in the <i>Amazon RDS User Guide</i> or
4862
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Concepts.DBInstanceClass.html">Aurora
4863
+ * DB instance classes</a> in the <i>Amazon Aurora User Guide</i>.</p>
4767
4864
  */
4768
4865
  DBInstanceClass: string | undefined;
4769
4866
  /**
@@ -4919,7 +5016,8 @@ export interface CreateDBInstanceMessage {
4919
5016
  MasterUserPassword?: string;
4920
5017
  /**
4921
5018
  * <p>A list of DB security groups to associate with this DB instance.</p>
4922
- * <p>Default: The default DB security group for the database engine.</p>
5019
+ * <p>This setting applies to the legacy EC2-Classic platform, which is no longer used to create
5020
+ * new DB instances. Use the <code>VpcSecurityGroupIds</code> setting instead.</p>
4923
5021
  */
4924
5022
  DBSecurityGroups?: string[];
4925
5023
  /**
@@ -5004,7 +5102,7 @@ export interface CreateDBInstanceMessage {
5004
5102
  * <p>Can't be set to 0 if the DB instance is a source to read replicas</p>
5005
5103
  * </li>
5006
5104
  * <li>
5007
- * <p>Can't be set to 0 or 35 for an RDS Custom for Oracle DB instance</p>
5105
+ * <p>Can't be set to 0 for an RDS Custom for Oracle DB instance</p>
5008
5106
  * </li>
5009
5107
  * </ul>
5010
5108
  */
@@ -5092,11 +5190,16 @@ export interface CreateDBInstanceMessage {
5092
5190
  * <p>A value that indicates whether the DB instance is a Multi-AZ deployment. You can't set
5093
5191
  * the <code>AvailabilityZone</code> parameter if the DB instance is a Multi-AZ deployment.</p>
5094
5192
  * <p>This setting doesn't apply to RDS Custom.</p>
5193
+ * <p>
5194
+ * <b>Amazon Aurora</b>
5195
+ * </p>
5196
+ * <p>Not applicable. DB instance Availability Zones (AZs) are managed by the DB cluster.</p>
5095
5197
  */
5096
5198
  MultiAZ?: boolean;
5097
5199
  /**
5098
5200
  * <p>The version number of the database engine to use.</p>
5099
- * <p>For a list of valid engine versions, use the <code>DescribeDBEngineVersions</code> action.</p>
5201
+ * <p>For a list of valid engine versions, use the <code>DescribeDBEngineVersions</code>
5202
+ * operation.</p>
5100
5203
  * <p>The following are the database engines and links to information about the major and minor versions that are available with
5101
5204
  * Amazon RDS. Not every database engine is available for every Amazon Web Services Region.</p>
5102
5205
  * <p>
@@ -5156,6 +5259,10 @@ export interface CreateDBInstanceMessage {
5156
5259
  * <p>Valid values: <code>license-included</code> | <code>bring-your-own-license</code> | <code>general-public-license</code>
5157
5260
  * </p>
5158
5261
  * <p>This setting doesn't apply to RDS Custom.</p>
5262
+ * <p>
5263
+ * <b>Amazon Aurora</b>
5264
+ * </p>
5265
+ * <p>Not applicable.</p>
5159
5266
  */
5160
5267
  LicenseModel?: string;
5161
5268
  /**
@@ -5164,6 +5271,10 @@ export interface CreateDBInstanceMessage {
5164
5271
  * <p>Constraints: For MariaDB, MySQL, Oracle, and PostgreSQL DB instances, must be a multiple between .5 and 50
5165
5272
  * of the storage amount for the DB instance. For SQL Server DB instances, must be a multiple between 1 and 50
5166
5273
  * of the storage amount for the DB instance.</p>
5274
+ * <p>
5275
+ * <b>Amazon Aurora</b>
5276
+ * </p>
5277
+ * <p>Not applicable. Storage is managed by the DB cluster.</p>
5167
5278
  */
5168
5279
  Iops?: number;
5169
5280
  /**
@@ -5172,6 +5283,10 @@ export interface CreateDBInstanceMessage {
5172
5283
  * from an option group. Also, that option group can't be removed from a DB instance after it is
5173
5284
  * associated with a DB instance.</p>
5174
5285
  * <p>This setting doesn't apply to RDS Custom.</p>
5286
+ * <p>
5287
+ * <b>Amazon Aurora</b>
5288
+ * </p>
5289
+ * <p>Not applicable.</p>
5175
5290
  */
5176
5291
  OptionGroupName?: string;
5177
5292
  /**
@@ -5237,11 +5352,19 @@ export interface CreateDBInstanceMessage {
5237
5352
  * <p>Default: <code>io1</code> if the <code>Iops</code> parameter
5238
5353
  * is specified, otherwise <code>gp2</code>
5239
5354
  * </p>
5355
+ * <p>
5356
+ * <b>Amazon Aurora</b>
5357
+ * </p>
5358
+ * <p>Not applicable. Storage is managed by the DB cluster.</p>
5240
5359
  */
5241
5360
  StorageType?: string;
5242
5361
  /**
5243
5362
  * <p>The ARN from the key store with which to associate the instance for TDE encryption.</p>
5244
5363
  * <p>This setting doesn't apply to RDS Custom.</p>
5364
+ * <p>
5365
+ * <b>Amazon Aurora</b>
5366
+ * </p>
5367
+ * <p>Not applicable.</p>
5245
5368
  */
5246
5369
  TdeCredentialArn?: string;
5247
5370
  /**
@@ -5287,6 +5410,10 @@ export interface CreateDBInstanceMessage {
5287
5410
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/kerberos-authentication.html">
5288
5411
  * Kerberos Authentication</a> in the <i>Amazon RDS User Guide</i>.</p>
5289
5412
  * <p>This setting doesn't apply to RDS Custom.</p>
5413
+ * <p>
5414
+ * <b>Amazon Aurora</b>
5415
+ * </p>
5416
+ * <p>Not applicable. The domain is managed by the DB cluster.</p>
5290
5417
  */
5291
5418
  Domain?: string;
5292
5419
  /**
@@ -5320,6 +5447,10 @@ export interface CreateDBInstanceMessage {
5320
5447
  /**
5321
5448
  * <p>Specify the name of the IAM role to be used when making API calls to the Directory Service.</p>
5322
5449
  * <p>This setting doesn't apply to RDS Custom.</p>
5450
+ * <p>
5451
+ * <b>Amazon Aurora</b>
5452
+ * </p>
5453
+ * <p>Not applicable. The domain is managed by the DB cluster.</p>
5323
5454
  */
5324
5455
  DomainIAMRoleName?: string;
5325
5456
  /**
@@ -5341,11 +5472,14 @@ export interface CreateDBInstanceMessage {
5341
5472
  /**
5342
5473
  * <p>A value that indicates whether to enable mapping of Amazon Web Services Identity and Access Management
5343
5474
  * (IAM) accounts to database accounts. By default, mapping isn't enabled.</p>
5344
- * <p>This setting doesn't apply to RDS Custom or Amazon Aurora. In Aurora, mapping Amazon Web Services IAM accounts
5345
- * to database accounts is managed by the DB cluster.</p>
5346
5475
  * <p>For more information, see
5347
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
5348
- * IAM Database Authentication for MySQL and PostgreSQL</a> in the <i>Amazon RDS User Guide</i>.</p>
5476
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html">
5477
+ * IAM Database Authentication for MySQL and PostgreSQL</a> in the <i>Amazon RDS User Guide</i>.</p>
5478
+ * <p>This setting doesn't apply to RDS Custom.</p>
5479
+ * <p>
5480
+ * <b>Amazon Aurora</b>
5481
+ * </p>
5482
+ * <p>Not applicable. Mapping Amazon Web Services IAM accounts to database accounts is managed by the DB cluster.</p>
5349
5483
  */
5350
5484
  EnableIAMDatabaseAuthentication?: boolean;
5351
5485
  /**
@@ -5364,7 +5498,35 @@ export interface CreateDBInstanceMessage {
5364
5498
  */
5365
5499
  PerformanceInsightsKMSKeyId?: string;
5366
5500
  /**
5367
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
5501
+ * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
5502
+ * <ul>
5503
+ * <li>
5504
+ * <p>7</p>
5505
+ * </li>
5506
+ * <li>
5507
+ * <p>
5508
+ * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
5509
+ * </li>
5510
+ * <li>
5511
+ * <p>731</p>
5512
+ * </li>
5513
+ * </ul>
5514
+ * <p>For example, the following values are valid:</p>
5515
+ * <ul>
5516
+ * <li>
5517
+ * <p>93 (3 months * 31)</p>
5518
+ * </li>
5519
+ * <li>
5520
+ * <p>341 (11 months * 31)</p>
5521
+ * </li>
5522
+ * <li>
5523
+ * <p>589 (19 months * 31)</p>
5524
+ * </li>
5525
+ * <li>
5526
+ * <p>731</p>
5527
+ * </li>
5528
+ * </ul>
5529
+ * <p>If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.</p>
5368
5530
  * <p>This setting doesn't apply to RDS Custom.</p>
5369
5531
  */
5370
5532
  PerformanceInsightsRetentionPeriod?: number;
@@ -5407,6 +5569,10 @@ export interface CreateDBInstanceMessage {
5407
5569
  /**
5408
5570
  * <p>The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.</p>
5409
5571
  * <p>This setting doesn't apply to RDS Custom.</p>
5572
+ * <p>
5573
+ * <b>Amazon Aurora</b>
5574
+ * </p>
5575
+ * <p>Not applicable.</p>
5410
5576
  */
5411
5577
  ProcessorFeatures?: ProcessorFeature[];
5412
5578
  /**
@@ -5430,6 +5596,10 @@ export interface CreateDBInstanceMessage {
5430
5596
  * Managing capacity automatically with Amazon RDS storage autoscaling</a>
5431
5597
  * in the <i>Amazon RDS User Guide</i>.</p>
5432
5598
  * <p>This setting doesn't apply to RDS Custom.</p>
5599
+ * <p>
5600
+ * <b>Amazon Aurora</b>
5601
+ * </p>
5602
+ * <p>Not applicable. Storage is managed by the DB cluster.</p>
5433
5603
  */
5434
5604
  MaxAllocatedStorage?: number;
5435
5605
  /**
@@ -6236,7 +6406,34 @@ export interface DBInstance {
6236
6406
  */
6237
6407
  PerformanceInsightsKMSKeyId?: string;
6238
6408
  /**
6239
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
6409
+ * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
6410
+ * <ul>
6411
+ * <li>
6412
+ * <p>7</p>
6413
+ * </li>
6414
+ * <li>
6415
+ * <p>
6416
+ * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
6417
+ * </li>
6418
+ * <li>
6419
+ * <p>731</p>
6420
+ * </li>
6421
+ * </ul>
6422
+ * <p>For example, the following values are valid:</p>
6423
+ * <ul>
6424
+ * <li>
6425
+ * <p>93 (3 months * 31)</p>
6426
+ * </li>
6427
+ * <li>
6428
+ * <p>341 (11 months * 31)</p>
6429
+ * </li>
6430
+ * <li>
6431
+ * <p>589 (19 months * 31)</p>
6432
+ * </li>
6433
+ * <li>
6434
+ * <p>731</p>
6435
+ * </li>
6436
+ * </ul>
6240
6437
  */
6241
6438
  PerformanceInsightsRetentionPeriod?: number;
6242
6439
  /**
@@ -6380,6 +6577,10 @@ export interface DBInstance {
6380
6577
  * </p>
6381
6578
  */
6382
6579
  NetworkType?: string;
6580
+ /**
6581
+ * <p>The status of the policy state of the activity stream.</p>
6582
+ */
6583
+ ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus | string;
6383
6584
  }
6384
6585
  export declare namespace DBInstance {
6385
6586
  /**
@@ -6579,8 +6780,8 @@ export interface CreateDBInstanceReadReplicaMessage {
6579
6780
  * uses the <code>DBParameterGroup</code> of source DB instance for a same Region read
6580
6781
  * replica, or the default <code>DBParameterGroup</code> for the specified DB engine for a
6581
6782
  * cross-Region read replica.</p>
6582
- * <p>Specifying a parameter group for this operation is only supported for Oracle DB instances. It
6583
- * isn't supported for RDS Custom.</p>
6783
+ * <p>Specifying a parameter group for this operation is only supported for MySQL and Oracle DB instances.
6784
+ * It isn't supported for RDS Custom.</p>
6584
6785
  * <p>Constraints:</p>
6585
6786
  * <ul>
6586
6787
  * <li>
@@ -6704,36 +6905,42 @@ export interface CreateDBInstanceReadReplicaMessage {
6704
6905
  */
6705
6906
  KmsKeyId?: string;
6706
6907
  /**
6707
- * <p>The URL that contains a Signature Version 4 signed request for the <code>CreateDBInstanceReadReplica</code> API action
6708
- * in the source Amazon Web Services Region that contains the source DB instance.</p>
6908
+ * <p>When you are creating a read replica from one Amazon Web Services GovCloud (US) Region to another or
6909
+ * from one China Amazon Web Services Region to another, the URL that contains a Signature Version 4
6910
+ * signed request for the <code>CreateDBInstanceReadReplica</code> API operation in the
6911
+ * source Amazon Web Services Region that contains the source DB instance.</p>
6912
+ * <p>This setting applies only to Amazon Web Services GovCloud (US) Regions and
6913
+ * China Amazon Web Services Regions. It's ignored in other Amazon Web Services Regions.</p>
6709
6914
  * <p>You must specify this parameter when you create an encrypted read replica from
6710
6915
  * another Amazon Web Services Region by using the Amazon RDS API. Don't specify
6711
6916
  * <code>PreSignedUrl</code> when you are creating an encrypted read replica in the
6712
6917
  * same Amazon Web Services Region.</p>
6713
- * <p>The presigned URL must be a valid request for the <code>CreateDBInstanceReadReplica</code> API action
6714
- * that can be executed in the source Amazon Web Services Region that contains the encrypted source DB instance.
6715
- * The presigned URL request must contain the following parameter values:</p>
6918
+ * <p>The presigned URL must be a valid request for the
6919
+ * <code>CreateDBInstanceReadReplica</code> API operation that can run in the
6920
+ * source Amazon Web Services Region that contains the encrypted source DB instance. The presigned URL
6921
+ * request must contain the following parameter values:</p>
6716
6922
  * <ul>
6717
6923
  * <li>
6718
6924
  * <p>
6719
6925
  * <code>DestinationRegion</code> - The Amazon Web Services Region that the encrypted read
6720
6926
  * replica is created in. This Amazon Web Services Region is the same one where the
6721
- * <code>CreateDBInstanceReadReplica</code> action is called that contains this presigned URL.</p>
6722
- * <p>For example, if you create an encrypted DB instance in the us-west-1 Amazon Web Services Region,
6723
- * from a source DB instance in the us-east-2 Amazon Web Services Region,
6724
- * then you call the <code>CreateDBInstanceReadReplica</code> action in
6725
- * the us-east-1 Amazon Web Services Region and provide a presigned URL that contains a call to the
6726
- * <code>CreateDBInstanceReadReplica</code> action in the us-west-2 Amazon Web Services Region. For this
6727
- * example, the <code>DestinationRegion</code> in the presigned URL must be set to
6728
- * the us-east-1 Amazon Web Services Region.</p>
6927
+ * <code>CreateDBInstanceReadReplica</code> operation is called that contains
6928
+ * this presigned URL.</p>
6929
+ * <p>For example, if you create an encrypted DB instance in the us-west-1
6930
+ * Amazon Web Services Region, from a source DB instance in the us-east-2 Amazon Web Services Region, then you
6931
+ * call the <code>CreateDBInstanceReadReplica</code> operation in the us-east-1
6932
+ * Amazon Web Services Region and provide a presigned URL that contains a call to the
6933
+ * <code>CreateDBInstanceReadReplica</code> operation in the us-west-2
6934
+ * Amazon Web Services Region. For this example, the <code>DestinationRegion</code> in the
6935
+ * presigned URL must be set to the us-east-1 Amazon Web Services Region.</p>
6729
6936
  * </li>
6730
6937
  * <li>
6731
6938
  * <p>
6732
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the key to use to
6939
+ * <code>KmsKeyId</code> - The KMS key identifier for the key to use to
6733
6940
  * encrypt the read replica in the destination Amazon Web Services Region. This is the same
6734
- * identifier for both the <code>CreateDBInstanceReadReplica</code> action that is
6735
- * called in the destination Amazon Web Services Region, and the action contained in the presigned
6736
- * URL.</p>
6941
+ * identifier for both the <code>CreateDBInstanceReadReplica</code> operation that
6942
+ * is called in the destination Amazon Web Services Region, and the operation contained in the
6943
+ * presigned URL.</p>
6737
6944
  * </li>
6738
6945
  * <li>
6739
6946
  * <p>
@@ -6754,9 +6961,9 @@ export interface CreateDBInstanceReadReplicaMessage {
6754
6961
  * <code>SourceRegion</code> (or <code>--source-region</code> for the CLI)
6755
6962
  * instead of specifying <code>PreSignedUrl</code> manually. Specifying
6756
6963
  * <code>SourceRegion</code> autogenerates a presigned URL that is a valid request
6757
- * for the operation that can be executed in the source Amazon Web Services Region.</p>
6964
+ * for the operation that can run in the source Amazon Web Services Region.</p>
6758
6965
  * <p>
6759
- * <code>SourceRegion</code> isn't supported for SQL Server, because SQL Server on Amazon RDS
6966
+ * <code>SourceRegion</code> isn't supported for SQL Server, because Amazon RDS for SQL Server
6760
6967
  * doesn't support cross-Region read replicas.</p>
6761
6968
  * </note>
6762
6969
  * <p>This setting doesn't apply to RDS Custom.</p>
@@ -6788,7 +6995,36 @@ export interface CreateDBInstanceReadReplicaMessage {
6788
6995
  */
6789
6996
  PerformanceInsightsKMSKeyId?: string;
6790
6997
  /**
6791
- * <p>The amount of time, in days, to retain Performance Insights data. Valid values are 7 or 731 (2 years).</p>
6998
+ * <p>The number of days to retain Performance Insights data. The default is 7 days. The following values are valid:</p>
6999
+ * <ul>
7000
+ * <li>
7001
+ * <p>7</p>
7002
+ * </li>
7003
+ * <li>
7004
+ * <p>
7005
+ * <i>month</i> * 31, where <i>month</i> is a number of months from 1-23</p>
7006
+ * </li>
7007
+ * <li>
7008
+ * <p>731</p>
7009
+ * </li>
7010
+ * </ul>
7011
+ * <p>For example, the following values are valid:</p>
7012
+ * <ul>
7013
+ * <li>
7014
+ * <p>93 (3 months * 31)</p>
7015
+ * </li>
7016
+ * <li>
7017
+ * <p>341 (11 months * 31)</p>
7018
+ * </li>
7019
+ * <li>
7020
+ * <p>589 (19 months * 31)</p>
7021
+ * </li>
7022
+ * <li>
7023
+ * <p>731</p>
7024
+ * </li>
7025
+ * </ul>
7026
+ * <p>If you specify a retention period such as 94, which isn't a valid value, RDS issues an error.</p>
7027
+ *
6792
7028
  * <p>This setting doesn't apply to RDS Custom.</p>
6793
7029
  */
6794
7030
  PerformanceInsightsRetentionPeriod?: number;
@@ -7136,8 +7372,8 @@ export interface CreateDBProxyRequest {
7136
7372
  /**
7137
7373
  * <p>The kinds of databases that the proxy can connect to.
7138
7374
  * This value determines which database network protocol the proxy recognizes when it interprets
7139
- * network traffic to and from the database.
7140
- * The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.</p>
7375
+ * network traffic to and from the database. For Aurora MySQL and RDS for MySQL databases, specify <code>MYSQL</code>.
7376
+ * For Aurora PostgreSQL and RDS for PostgreSQL databases, specify <code>POSTGRESQL</code>.</p>
7141
7377
  */
7142
7378
  EngineFamily: EngineFamily | string | undefined;
7143
7379
  /**
@@ -7249,7 +7485,9 @@ export interface DBProxy {
7249
7485
  */
7250
7486
  Status?: DBProxyStatus | string;
7251
7487
  /**
7252
- * <p>The engine family applies to MySQL and PostgreSQL for both RDS and Aurora.</p>
7488
+ * <p>The kinds of databases that the proxy can connect to. This value determines which database network protocol
7489
+ * the proxy recognizes when it interprets network traffic to and from the database. <code>MYSQL</code> supports Aurora MySQL
7490
+ * and RDS for MySQL databases. <code>POSTGRESQL</code> supports Aurora PostgreSQL and RDS for PostgreSQL databases.</p>
7253
7491
  */
7254
7492
  EngineFamily?: string;
7255
7493
  /**
@@ -7937,8 +8175,9 @@ export interface CreateGlobalClusterMessage {
7937
8175
  */
7938
8176
  DeletionProtection?: boolean;
7939
8177
  /**
7940
- * <p>The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon
7941
- * Aurora will not create a database in the global database cluster you are creating.</p>
8178
+ * <p>The name for your database of up to 64 alphanumeric characters. If you do not provide
8179
+ * a name, Amazon Aurora will not create a database in the global database cluster you are
8180
+ * creating.</p>
7942
8181
  */
7943
8182
  DatabaseName?: string;
7944
8183
  /**
@@ -11130,33 +11369,3 @@ export declare namespace DescribeDBSnapshotAttributesMessage {
11130
11369
  */
11131
11370
  const filterSensitiveLog: (obj: DescribeDBSnapshotAttributesMessage) => any;
11132
11371
  }
11133
- /**
11134
- * <p>Contains the name and values of a manual DB snapshot attribute</p>
11135
- * <p>Manual DB snapshot attributes are used to authorize other Amazon Web Services accounts
11136
- * to restore a manual DB snapshot. For more information, see the <code>ModifyDBSnapshotAttribute</code>
11137
- * API.</p>
11138
- */
11139
- export interface DBSnapshotAttribute {
11140
- /**
11141
- * <p>The name of the manual DB snapshot attribute.</p>
11142
- * <p>The attribute named <code>restore</code> refers to the list of Amazon Web Services accounts that
11143
- * have permission to copy or restore the manual DB cluster snapshot. For more information,
11144
- * see the <code>ModifyDBSnapshotAttribute</code>
11145
- * API action.</p>
11146
- */
11147
- AttributeName?: string;
11148
- /**
11149
- * <p>The value or values for the manual DB snapshot attribute.</p>
11150
- * <p>If the <code>AttributeName</code> field is set to <code>restore</code>, then this element
11151
- * returns a list of IDs of the Amazon Web Services accounts that are authorized to copy or restore the manual
11152
- * DB snapshot. If a value of <code>all</code> is in the list, then the manual DB snapshot
11153
- * is public and available for any Amazon Web Services account to copy or restore.</p>
11154
- */
11155
- AttributeValues?: string[];
11156
- }
11157
- export declare namespace DBSnapshotAttribute {
11158
- /**
11159
- * @internal
11160
- */
11161
- const filterSensitiveLog: (obj: DBSnapshotAttribute) => any;
11162
- }