@aws-sdk/client-rds 3.986.0 → 3.988.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/dist-cjs/index.js +182 -8273
  2. package/dist-cjs/models/RDSServiceException.js +12 -0
  3. package/dist-cjs/models/errors.js +1904 -0
  4. package/dist-cjs/runtimeConfig.shared.js +2 -0
  5. package/dist-cjs/schemas/schemas_0.js +5501 -0
  6. package/dist-es/runtimeConfig.shared.js +2 -0
  7. package/dist-es/schemas/schemas_0.js +957 -951
  8. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -0
  9. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +2 -0
  10. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -0
  11. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +2 -0
  12. package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -0
  15. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +2 -0
  16. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -0
  17. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -0
  18. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -0
  19. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +2 -0
  20. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -0
  21. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +2 -0
  22. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +2 -0
  23. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +2 -0
  24. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +2 -0
  25. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  26. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  27. package/dist-types/models/models_0.d.ts +30 -0
  28. package/dist-types/models/models_1.d.ts +40 -0
  29. package/dist-types/schemas/schemas_0.d.ts +154 -147
  30. package/dist-types/ts3.4/models/models_0.d.ts +6 -0
  31. package/dist-types/ts3.4/models/models_1.d.ts +8 -0
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +149 -147
  33. package/package.json +14 -14
@@ -72,6 +72,8 @@ declare const CopyDBClusterSnapshotCommand_base: {
72
72
  * // SnapshotType: "STRING_VALUE",
73
73
  * // PercentProgress: Number("int"),
74
74
  * // StorageEncrypted: true || false,
75
+ * // BackupRetentionPeriod: Number("int"),
76
+ * // PreferredBackupWindow: "STRING_VALUE",
75
77
  * // KmsKeyId: "STRING_VALUE",
76
78
  * // DBClusterSnapshotArn: "STRING_VALUE",
77
79
  * // SourceDBClusterSnapshotArn: "STRING_VALUE",
@@ -81,6 +81,8 @@ declare const CopyDBSnapshotCommand_base: {
81
81
  * // StorageType: "STRING_VALUE",
82
82
  * // TdeCredentialArn: "STRING_VALUE",
83
83
  * // Encrypted: true || false,
84
+ * // BackupRetentionPeriod: Number("int"),
85
+ * // PreferredBackupWindow: "STRING_VALUE",
84
86
  * // KmsKeyId: "STRING_VALUE",
85
87
  * // DBSnapshotArn: "STRING_VALUE",
86
88
  * // Timezone: "STRING_VALUE",
@@ -69,6 +69,8 @@ declare const CreateDBClusterSnapshotCommand_base: {
69
69
  * // SnapshotType: "STRING_VALUE",
70
70
  * // PercentProgress: Number("int"),
71
71
  * // StorageEncrypted: true || false,
72
+ * // BackupRetentionPeriod: Number("int"),
73
+ * // PreferredBackupWindow: "STRING_VALUE",
72
74
  * // KmsKeyId: "STRING_VALUE",
73
75
  * // DBClusterSnapshotArn: "STRING_VALUE",
74
76
  * // SourceDBClusterSnapshotArn: "STRING_VALUE",
@@ -73,6 +73,8 @@ declare const CreateDBSnapshotCommand_base: {
73
73
  * // StorageType: "STRING_VALUE",
74
74
  * // TdeCredentialArn: "STRING_VALUE",
75
75
  * // Encrypted: true || false,
76
+ * // BackupRetentionPeriod: Number("int"),
77
+ * // PreferredBackupWindow: "STRING_VALUE",
76
78
  * // KmsKeyId: "STRING_VALUE",
77
79
  * // DBSnapshotArn: "STRING_VALUE",
78
80
  * // Timezone: "STRING_VALUE",
@@ -63,6 +63,7 @@ declare const DeleteDBClusterAutomatedBackupCommand_base: {
63
63
  * // EngineVersion: "STRING_VALUE",
64
64
  * // DBClusterArn: "STRING_VALUE",
65
65
  * // BackupRetentionPeriod: Number("int"),
66
+ * // PreferredBackupWindow: "STRING_VALUE",
66
67
  * // EngineMode: "STRING_VALUE",
67
68
  * // AvailabilityZones: [ // AvailabilityZones
68
69
  * // "STRING_VALUE",
@@ -62,6 +62,8 @@ declare const DeleteDBClusterSnapshotCommand_base: {
62
62
  * // SnapshotType: "STRING_VALUE",
63
63
  * // PercentProgress: Number("int"),
64
64
  * // StorageEncrypted: true || false,
65
+ * // BackupRetentionPeriod: Number("int"),
66
+ * // PreferredBackupWindow: "STRING_VALUE",
65
67
  * // KmsKeyId: "STRING_VALUE",
66
68
  * // DBClusterSnapshotArn: "STRING_VALUE",
67
69
  * // SourceDBClusterSnapshotArn: "STRING_VALUE",
@@ -72,6 +72,7 @@ declare const DeleteDBInstanceAutomatedBackupCommand_base: {
72
72
  * // Timezone: "STRING_VALUE",
73
73
  * // IAMDatabaseAuthenticationEnabled: true || false,
74
74
  * // BackupRetentionPeriod: Number("int"),
75
+ * // PreferredBackupWindow: "STRING_VALUE",
75
76
  * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
76
77
  * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
77
78
  * // { // DBInstanceAutomatedBackupsReplication
@@ -66,6 +66,8 @@ declare const DeleteDBSnapshotCommand_base: {
66
66
  * // StorageType: "STRING_VALUE",
67
67
  * // TdeCredentialArn: "STRING_VALUE",
68
68
  * // Encrypted: true || false,
69
+ * // BackupRetentionPeriod: Number("int"),
70
+ * // PreferredBackupWindow: "STRING_VALUE",
69
71
  * // KmsKeyId: "STRING_VALUE",
70
72
  * // DBSnapshotArn: "STRING_VALUE",
71
73
  * // Timezone: "STRING_VALUE",
@@ -76,6 +76,7 @@ declare const DescribeDBClusterAutomatedBackupsCommand_base: {
76
76
  * // EngineVersion: "STRING_VALUE",
77
77
  * // DBClusterArn: "STRING_VALUE",
78
78
  * // BackupRetentionPeriod: Number("int"),
79
+ * // PreferredBackupWindow: "STRING_VALUE",
79
80
  * // EngineMode: "STRING_VALUE",
80
81
  * // AvailabilityZones: [ // AvailabilityZones
81
82
  * // "STRING_VALUE",
@@ -79,6 +79,8 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
79
79
  * // SnapshotType: "STRING_VALUE",
80
80
  * // PercentProgress: Number("int"),
81
81
  * // StorageEncrypted: true || false,
82
+ * // BackupRetentionPeriod: Number("int"),
83
+ * // PreferredBackupWindow: "STRING_VALUE",
82
84
  * // KmsKeyId: "STRING_VALUE",
83
85
  * // DBClusterSnapshotArn: "STRING_VALUE",
84
86
  * // SourceDBClusterSnapshotArn: "STRING_VALUE",
@@ -85,6 +85,7 @@ declare const DescribeDBInstanceAutomatedBackupsCommand_base: {
85
85
  * // Timezone: "STRING_VALUE",
86
86
  * // IAMDatabaseAuthenticationEnabled: true || false,
87
87
  * // BackupRetentionPeriod: Number("int"),
88
+ * // PreferredBackupWindow: "STRING_VALUE",
88
89
  * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
89
90
  * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
90
91
  * // { // DBInstanceAutomatedBackupsReplication
@@ -83,6 +83,8 @@ declare const DescribeDBSnapshotsCommand_base: {
83
83
  * // StorageType: "STRING_VALUE",
84
84
  * // TdeCredentialArn: "STRING_VALUE",
85
85
  * // Encrypted: true || false,
86
+ * // BackupRetentionPeriod: Number("int"),
87
+ * // PreferredBackupWindow: "STRING_VALUE",
86
88
  * // KmsKeyId: "STRING_VALUE",
87
89
  * // DBSnapshotArn: "STRING_VALUE",
88
90
  * // Timezone: "STRING_VALUE",
@@ -68,6 +68,8 @@ declare const ModifyDBSnapshotCommand_base: {
68
68
  * // StorageType: "STRING_VALUE",
69
69
  * // TdeCredentialArn: "STRING_VALUE",
70
70
  * // Encrypted: true || false,
71
+ * // BackupRetentionPeriod: Number("int"),
72
+ * // PreferredBackupWindow: "STRING_VALUE",
71
73
  * // KmsKeyId: "STRING_VALUE",
72
74
  * // DBSnapshotArn: "STRING_VALUE",
73
75
  * // Timezone: "STRING_VALUE",
@@ -97,6 +97,8 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
97
97
  * EnablePerformanceInsights: true || false,
98
98
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
99
99
  * PerformanceInsightsRetentionPeriod: Number("int"),
100
+ * BackupRetentionPeriod: Number("int"),
101
+ * PreferredBackupWindow: "STRING_VALUE",
100
102
  * EngineLifecycleSupport: "STRING_VALUE",
101
103
  * TagSpecifications: [ // TagSpecificationList
102
104
  * { // TagSpecification
@@ -95,6 +95,8 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
95
95
  * EnablePerformanceInsights: true || false,
96
96
  * PerformanceInsightsKMSKeyId: "STRING_VALUE",
97
97
  * PerformanceInsightsRetentionPeriod: Number("int"),
98
+ * BackupRetentionPeriod: Number("int"),
99
+ * PreferredBackupWindow: "STRING_VALUE",
98
100
  * EngineLifecycleSupport: "STRING_VALUE",
99
101
  * TagSpecifications: [ // TagSpecificationList
100
102
  * { // TagSpecification
@@ -92,6 +92,8 @@ declare const RestoreDBInstanceFromDBSnapshotCommand_base: {
92
92
  * CustomIamInstanceProfile: "STRING_VALUE",
93
93
  * AllocatedStorage: Number("int"),
94
94
  * DBClusterSnapshotIdentifier: "STRING_VALUE",
95
+ * BackupRetentionPeriod: Number("int"),
96
+ * PreferredBackupWindow: "STRING_VALUE",
95
97
  * DedicatedLogVolume: true || false,
96
98
  * CACertificateIdentifier: "STRING_VALUE",
97
99
  * EngineLifecycleSupport: "STRING_VALUE",
@@ -96,6 +96,8 @@ declare const RestoreDBInstanceToPointInTimeCommand_base: {
96
96
  * BackupTarget: "STRING_VALUE",
97
97
  * CustomIamInstanceProfile: "STRING_VALUE",
98
98
  * AllocatedStorage: Number("int"),
99
+ * BackupRetentionPeriod: Number("int"),
100
+ * PreferredBackupWindow: "STRING_VALUE",
99
101
  * DedicatedLogVolume: true || false,
100
102
  * CACertificateIdentifier: "STRING_VALUE",
101
103
  * EngineLifecycleSupport: "STRING_VALUE",
@@ -80,6 +80,7 @@ declare const StartDBInstanceAutomatedBackupsReplicationCommand_base: {
80
80
  * // Timezone: "STRING_VALUE",
81
81
  * // IAMDatabaseAuthenticationEnabled: true || false,
82
82
  * // BackupRetentionPeriod: Number("int"),
83
+ * // PreferredBackupWindow: "STRING_VALUE",
83
84
  * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
84
85
  * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
85
86
  * // { // DBInstanceAutomatedBackupsReplication
@@ -71,6 +71,7 @@ declare const StopDBInstanceAutomatedBackupsReplicationCommand_base: {
71
71
  * // Timezone: "STRING_VALUE",
72
72
  * // IAMDatabaseAuthenticationEnabled: true || false,
73
73
  * // BackupRetentionPeriod: Number("int"),
74
+ * // PreferredBackupWindow: "STRING_VALUE",
74
75
  * // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
75
76
  * // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
76
77
  * // { // DBInstanceAutomatedBackupsReplication
@@ -814,6 +814,16 @@ export interface DBClusterSnapshot {
814
814
  * @public
815
815
  */
816
816
  StorageEncrypted?: boolean | undefined;
817
+ /**
818
+ * <p>The number of days for which automatic DB snapshots are retained.</p>
819
+ * @public
820
+ */
821
+ BackupRetentionPeriod?: number | undefined;
822
+ /**
823
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code>.</p>
824
+ * @public
825
+ */
826
+ PreferredBackupWindow?: string | undefined;
817
827
  /**
818
828
  * <p>If <code>StorageEncrypted</code> is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster snapshot.</p> <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
819
829
  * @public
@@ -1129,6 +1139,16 @@ export interface DBSnapshot {
1129
1139
  * @public
1130
1140
  */
1131
1141
  Encrypted?: boolean | undefined;
1142
+ /**
1143
+ * <p>The number of days for which automatic DB snapshots are retained.</p>
1144
+ * @public
1145
+ */
1146
+ BackupRetentionPeriod?: number | undefined;
1147
+ /**
1148
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code>.</p>
1149
+ * @public
1150
+ */
1151
+ PreferredBackupWindow?: string | undefined;
1132
1152
  /**
1133
1153
  * <p>If <code>Encrypted</code> is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot.</p> <p>The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key.</p>
1134
1154
  * @public
@@ -6050,6 +6070,11 @@ export interface DBClusterAutomatedBackup {
6050
6070
  * @public
6051
6071
  */
6052
6072
  BackupRetentionPeriod?: number | undefined;
6073
+ /**
6074
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code>.</p>
6075
+ * @public
6076
+ */
6077
+ PreferredBackupWindow?: string | undefined;
6053
6078
  /**
6054
6079
  * <p>The engine mode of the database engine for the automated backup.</p>
6055
6080
  * @public
@@ -6330,6 +6355,11 @@ export interface DBInstanceAutomatedBackup {
6330
6355
  * @public
6331
6356
  */
6332
6357
  BackupRetentionPeriod?: number | undefined;
6358
+ /**
6359
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code>.</p>
6360
+ * @public
6361
+ */
6362
+ PreferredBackupWindow?: string | undefined;
6333
6363
  /**
6334
6364
  * <p>The Amazon Resource Name (ARN) for the replicated automated backups.</p>
6335
6365
  * @public
@@ -2541,6 +2541,16 @@ export interface RestoreDBClusterFromSnapshotMessage {
2541
2541
  * @public
2542
2542
  */
2543
2543
  PerformanceInsightsRetentionPeriod?: number | undefined;
2544
+ /**
2545
+ * <p>The number of days for which automated backups are retained. Specify a minimum value of <code>1</code>.</p> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p> <p>Default: Uses existing setting</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 1 to 35.</p> </li> </ul>
2546
+ * @public
2547
+ */
2548
+ BackupRetentionPeriod?: number | undefined;
2549
+ /**
2550
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, using the <code>BackupRetentionPeriod</code> parameter.</p> <p>The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow"> Backup window</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p> <p>Constraints:</p> <ul> <li> <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p> </li> <li> <p>Must be in Universal Coordinated Time (UTC).</p> </li> <li> <p>Must not conflict with the preferred maintenance window.</p> </li> <li> <p>Must be at least 30 minutes.</p> </li> </ul>
2551
+ * @public
2552
+ */
2553
+ PreferredBackupWindow?: string | undefined;
2544
2554
  /**
2545
2555
  * <p>The life cycle type for this DB cluster.</p> <note> <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case, RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date.</p> </note> <p>You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p> <ul> <li> <p>Amazon Aurora - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Amazon RDS Extended Support with Amazon Aurora</a> in the <i>Amazon Aurora User Guide</i> </p> </li> <li> <p>Amazon RDS - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Amazon RDS Extended Support with Amazon RDS</a> in the <i>Amazon RDS User Guide</i> </p> </li> </ul> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p> <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code> </p> <p>Default: <code>open-source-rds-extended-support</code> </p>
2546
2556
  * @public
@@ -2737,6 +2747,16 @@ export interface RestoreDBClusterToPointInTimeMessage {
2737
2747
  * @public
2738
2748
  */
2739
2749
  PerformanceInsightsRetentionPeriod?: number | undefined;
2750
+ /**
2751
+ * <p>The number of days for which automated backups are retained. Specify a minimum value of <code>1</code>.</p> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p> <p>Default: Uses existing setting</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 1 to 35.</p> </li> </ul>
2752
+ * @public
2753
+ */
2754
+ BackupRetentionPeriod?: number | undefined;
2755
+ /**
2756
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, using the <code>BackupRetentionPeriod</code> parameter.</p> <p>The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. To view the time blocks available, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Backups.html#Aurora.Managing.Backups.BackupWindow"> Backup window</a> in the <i>Amazon Aurora User Guide</i>.</p> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p> <p>Constraints:</p> <ul> <li> <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p> </li> <li> <p>Must be in Universal Coordinated Time (UTC).</p> </li> <li> <p>Must not conflict with the preferred maintenance window.</p> </li> <li> <p>Must be at least 30 minutes.</p> </li> </ul>
2757
+ * @public
2758
+ */
2759
+ PreferredBackupWindow?: string | undefined;
2740
2760
  /**
2741
2761
  * <p>The life cycle type for this DB cluster.</p> <note> <p>By default, this value is set to <code>open-source-rds-extended-support</code>, which enrolls your DB cluster into Amazon RDS Extended Support. At the end of standard support, you can avoid charges for Extended Support by setting the value to <code>open-source-rds-extended-support-disabled</code>. In this case, RDS automatically upgrades your restored DB cluster to a higher engine version, if the major engine version is past its end of standard support date.</p> </note> <p>You can use this setting to enroll your DB cluster into Amazon RDS Extended Support. With RDS Extended Support, you can run the selected major engine version on your DB cluster past the end of standard support for that engine version. For more information, see the following sections:</p> <ul> <li> <p>Amazon Aurora - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/extended-support.html">Amazon RDS Extended Support with Amazon Aurora</a> in the <i>Amazon Aurora User Guide</i> </p> </li> <li> <p>Amazon RDS - <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/extended-support.html">Amazon RDS Extended Support with Amazon RDS</a> in the <i>Amazon RDS User Guide</i> </p> </li> </ul> <p>Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters</p> <p>Valid Values: <code>open-source-rds-extended-support | open-source-rds-extended-support-disabled</code> </p> <p>Default: <code>open-source-rds-extended-support</code> </p>
2742
2762
  * @public
@@ -2958,6 +2978,16 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
2958
2978
  * @public
2959
2979
  */
2960
2980
  DBClusterSnapshotIdentifier?: string | undefined;
2981
+ /**
2982
+ * <p>The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.</p> <note> <p>Enabling and disabling backups can result in a brief I/O suspension that lasts from a few seconds to a few minutes, depending on the size and class of your DB instance.</p> </note> <p>This setting doesn't apply to Amazon Aurora DB instances. The retention period for automated backups is managed by the DB cluster. For more information, see <code>ModifyDBCluster</code>.</p> <p>Default: Uses existing setting</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 0 to 35.</p> </li> <li> <p>Can't be set to 0 if the DB instance is a source to read replicas.</p> </li> <li> <p>Can't be set to 0 for an RDS Custom for Oracle DB instance.</p> </li> </ul>
2983
+ * @public
2984
+ */
2985
+ BackupRetentionPeriod?: number | undefined;
2986
+ /**
2987
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code> parameter. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow">Backup window</a> in the <i>Amazon RDS User Guide</i>.</p> <p>This setting doesn't apply to Amazon Aurora DB instances. The daily time range for creating automated backups is managed by the DB cluster. For more information, see <code>ModifyDBCluster</code>.</p> <p>Constraints:</p> <ul> <li> <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p> </li> <li> <p>Must be in Universal Coordinated Time (UTC).</p> </li> <li> <p>Must not conflict with the preferred maintenance window.</p> </li> <li> <p>Must be at least 30 minutes.</p> </li> </ul>
2988
+ * @public
2989
+ */
2990
+ PreferredBackupWindow?: string | undefined;
2961
2991
  /**
2962
2992
  * <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
2963
2993
  * @public
@@ -3509,6 +3539,16 @@ export interface RestoreDBInstanceToPointInTimeMessage {
3509
3539
  * @public
3510
3540
  */
3511
3541
  AllocatedStorage?: number | undefined;
3542
+ /**
3543
+ * <p>The number of days to retain automated backups. Setting this parameter to a positive number enables backups. Setting this parameter to 0 disables automated backups.</p> <note> <p>Enabling and disabling backups can result in a brief I/O suspension that lasts from a few seconds to a few minutes, depending on the size and class of your DB instance.</p> </note> <p>This setting doesn't apply to Amazon Aurora DB instances. The retention period for automated backups is managed by the DB cluster. For more information, see <code>ModifyDBCluster</code>.</p> <p>Default: Uses existing setting</p> <p>Constraints:</p> <ul> <li> <p>Must be a value from 0 to 35.</p> </li> <li> <p>Can't be set to 0 if the DB instance is a source to read replicas.</p> </li> <li> <p>Can't be set to 0 for an RDS Custom for Oracle DB instance.</p> </li> </ul>
3544
+ * @public
3545
+ */
3546
+ BackupRetentionPeriod?: number | undefined;
3547
+ /**
3548
+ * <p>The daily time range during which automated backups are created if automated backups are enabled, as determined by the <code>BackupRetentionPeriod</code> parameter. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible. The default is a 30-minute window selected at random from an 8-hour block of time for each Amazon Web Services Region. For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithAutomatedBackups.html#USER_WorkingWithAutomatedBackups.BackupWindow">Backup window</a> in the <i>Amazon RDS User Guide</i>.</p> <p>This setting doesn't apply to Amazon Aurora DB instances. The daily time range for creating automated backups is managed by the DB cluster. For more information, see <code>ModifyDBCluster</code>.</p> <p>Constraints:</p> <ul> <li> <p>Must be in the format <code>hh24:mi-hh24:mi</code>.</p> </li> <li> <p>Must be in Universal Coordinated Time (UTC).</p> </li> <li> <p>Must not conflict with the preferred maintenance window.</p> </li> <li> <p>Must be at least 30 minutes.</p> </li> </ul>
3549
+ * @public
3550
+ */
3551
+ PreferredBackupWindow?: string | undefined;
3512
3552
  /**
3513
3553
  * <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
3514
3554
  * @public