@aws-sdk/client-rds 3.427.0 → 3.429.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 (31) hide show
  1. package/dist-cjs/protocols/Aws_query.js +36 -0
  2. package/dist-es/protocols/Aws_query.js +36 -0
  3. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -0
  4. package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -0
  5. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +3 -0
  6. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -0
  7. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -0
  8. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -0
  9. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -0
  10. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -0
  11. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -0
  12. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -0
  13. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -0
  14. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -0
  15. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +3 -0
  16. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -0
  17. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -0
  18. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
  19. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +3 -0
  20. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +3 -0
  21. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +3 -0
  22. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  23. package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -0
  24. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  25. package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -0
  26. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -0
  27. package/dist-types/models/models_0.d.ts +57 -27
  28. package/dist-types/models/models_1.d.ts +48 -18
  29. package/dist-types/ts3.4/models/models_0.d.ts +33 -27
  30. package/dist-types/ts3.4/models/models_1.d.ts +24 -18
  31. package/package.json +33 -33
@@ -1167,7 +1167,7 @@ export interface ExportTask {
1167
1167
  * @public
1168
1168
  * <p>The type of source for the export.</p>
1169
1169
  */
1170
- SourceType?: ExportSourceType | string;
1170
+ SourceType?: ExportSourceType;
1171
1171
  }
1172
1172
  /**
1173
1173
  * @public
@@ -2218,6 +2218,11 @@ export interface DBSnapshot {
2218
2218
  * manages your database files. The Oracle SID is also the name of your CDB.</p>
2219
2219
  */
2220
2220
  DBSystemId?: string;
2221
+ /**
2222
+ * @public
2223
+ * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
2224
+ */
2225
+ DedicatedLogVolume?: boolean;
2221
2226
  }
2222
2227
  /**
2223
2228
  * @public
@@ -4864,12 +4869,12 @@ export interface DBCluster {
4864
4869
  * Database events such as a change or access generate an activity stream event.
4865
4870
  * The database session can handle these events either synchronously or asynchronously.</p>
4866
4871
  */
4867
- ActivityStreamMode?: ActivityStreamMode | string;
4872
+ ActivityStreamMode?: ActivityStreamMode;
4868
4873
  /**
4869
4874
  * @public
4870
4875
  * <p>The status of the database activity stream.</p>
4871
4876
  */
4872
- ActivityStreamStatus?: ActivityStreamStatus | string;
4877
+ ActivityStreamStatus?: ActivityStreamStatus;
4873
4878
  /**
4874
4879
  * @public
4875
4880
  * <p>The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.</p>
@@ -4907,7 +4912,7 @@ export interface DBCluster {
4907
4912
  * @public
4908
4913
  * <p>The status of write forwarding for a secondary cluster in an Aurora global database.</p>
4909
4914
  */
4910
- GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
4915
+ GlobalWriteForwardingStatus?: WriteForwardingStatus;
4911
4916
  /**
4912
4917
  * @public
4913
4918
  * <p>Indicates whether write forwarding is enabled for a secondary cluster
@@ -5055,7 +5060,7 @@ export interface DBCluster {
5055
5060
  * <p>Indicates whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process
5056
5061
  * of enabling it.</p>
5057
5062
  */
5058
- LocalWriteForwardingStatus?: LocalWriteForwardingStatus | string;
5063
+ LocalWriteForwardingStatus?: LocalWriteForwardingStatus;
5059
5064
  /**
5060
5065
  * @public
5061
5066
  * <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
@@ -6825,6 +6830,11 @@ export interface CreateDBInstanceMessage {
6825
6830
  * the value defaults to <code>RDSCDB</code>. The Oracle SID is also the name of your CDB.</p>
6826
6831
  */
6827
6832
  DBSystemId?: string;
6833
+ /**
6834
+ * @public
6835
+ * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
6836
+ */
6837
+ DedicatedLogVolume?: boolean;
6828
6838
  }
6829
6839
  /**
6830
6840
  * @public
@@ -7246,7 +7256,7 @@ export interface PendingModifiedValues {
7246
7256
  * <code>all-paused</code>, the instance pauses automation for the duration set by
7247
7257
  * <code>--resume-full-automation-mode-minutes</code>.</p>
7248
7258
  */
7249
- AutomationMode?: AutomationMode | string;
7259
+ AutomationMode?: AutomationMode;
7250
7260
  /**
7251
7261
  * @public
7252
7262
  * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation.
@@ -7263,6 +7273,11 @@ export interface PendingModifiedValues {
7263
7273
  * <p>The database engine of the DB instance.</p>
7264
7274
  */
7265
7275
  Engine?: string;
7276
+ /**
7277
+ * @public
7278
+ * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.></p>
7279
+ */
7280
+ DedicatedLogVolume?: boolean;
7266
7281
  }
7267
7282
  /**
7268
7283
  * @public
@@ -7474,7 +7489,7 @@ export interface DBInstance {
7474
7489
  * <p>This attribute is only supported in RDS for Oracle.</p>
7475
7490
  * </note>
7476
7491
  */
7477
- ReplicaMode?: ReplicaMode | string;
7492
+ ReplicaMode?: ReplicaMode;
7478
7493
  /**
7479
7494
  * @public
7480
7495
  * <p>The license model information for this DB instance. This setting doesn't apply to RDS Custom DB instances.</p>
@@ -7738,7 +7753,7 @@ export interface DBInstance {
7738
7753
  * @public
7739
7754
  * <p>The status of the database activity stream.</p>
7740
7755
  */
7741
- ActivityStreamStatus?: ActivityStreamStatus | string;
7756
+ ActivityStreamStatus?: ActivityStreamStatus;
7742
7757
  /**
7743
7758
  * @public
7744
7759
  * <p>The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
@@ -7755,7 +7770,7 @@ export interface DBInstance {
7755
7770
  * <p>The mode of the database activity stream. Database events such as a change or access generate
7756
7771
  * an activity stream event. RDS for Oracle always handles these events asynchronously.</p>
7757
7772
  */
7758
- ActivityStreamMode?: ActivityStreamMode | string;
7773
+ ActivityStreamMode?: ActivityStreamMode;
7759
7774
  /**
7760
7775
  * @public
7761
7776
  * <p>Indicates whether engine-native audit fields are included in the database activity stream.</p>
@@ -7768,7 +7783,7 @@ export interface DBInstance {
7768
7783
  * <code>all paused</code>, the instance pauses automation for the duration set by
7769
7784
  * <code>--resume-full-automation-mode-minutes</code>.</p>
7770
7785
  */
7771
- AutomationMode?: AutomationMode | string;
7786
+ AutomationMode?: AutomationMode;
7772
7787
  /**
7773
7788
  * @public
7774
7789
  * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation.
@@ -7821,7 +7836,7 @@ export interface DBInstance {
7821
7836
  * @public
7822
7837
  * <p>The status of the policy state of the activity stream.</p>
7823
7838
  */
7824
- ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus | string;
7839
+ ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus;
7825
7840
  /**
7826
7841
  * @public
7827
7842
  * <p>The storage throughput for the DB instance.</p>
@@ -7858,6 +7873,11 @@ export interface DBInstance {
7858
7873
  * <p>The progress of the storage optimization operation as a percentage.</p>
7859
7874
  */
7860
7875
  PercentProgress?: string;
7876
+ /**
7877
+ * @public
7878
+ * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
7879
+ */
7880
+ DedicatedLogVolume?: boolean;
7861
7881
  }
7862
7882
  /**
7863
7883
  * @public
@@ -8415,7 +8435,7 @@ export interface CreateDBInstanceReadReplicaMessage {
8415
8435
  * <p>For RDS Custom, you must specify this parameter and set it to <code>mounted</code>. The value won't be set by default.
8416
8436
  * After replica creation, you can manage the open mode manually.</p>
8417
8437
  */
8418
- ReplicaMode?: ReplicaMode | string;
8438
+ ReplicaMode?: ReplicaMode;
8419
8439
  /**
8420
8440
  * @public
8421
8441
  * <p>The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.</p>
@@ -8525,6 +8545,11 @@ export interface CreateDBInstanceReadReplicaMessage {
8525
8545
  * </ul>
8526
8546
  */
8527
8547
  SourceDBClusterIdentifier?: string;
8548
+ /**
8549
+ * @public
8550
+ * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
8551
+ */
8552
+ DedicatedLogVolume?: boolean;
8528
8553
  }
8529
8554
  /**
8530
8555
  * @public
@@ -8755,7 +8780,7 @@ export interface UserAuthConfig {
8755
8780
  * @public
8756
8781
  * <p>The type of authentication that the proxy uses for connections from the proxy to the underlying database.</p>
8757
8782
  */
8758
- AuthScheme?: AuthScheme | string;
8783
+ AuthScheme?: AuthScheme;
8759
8784
  /**
8760
8785
  * @public
8761
8786
  * <p>The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate
@@ -8767,12 +8792,12 @@ export interface UserAuthConfig {
8767
8792
  * <p>A value that indicates whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
8768
8793
  * The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.</p>
8769
8794
  */
8770
- IAMAuth?: IAMAuthMode | string;
8795
+ IAMAuth?: IAMAuthMode;
8771
8796
  /**
8772
8797
  * @public
8773
8798
  * <p>The type of authentication the proxy uses for connections from clients.</p>
8774
8799
  */
8775
- ClientPasswordAuthType?: ClientPasswordAuthType | string;
8800
+ ClientPasswordAuthType?: ClientPasswordAuthType;
8776
8801
  }
8777
8802
  /**
8778
8803
  * @public
@@ -8804,7 +8829,7 @@ export interface CreateDBProxyRequest {
8804
8829
  * For Aurora PostgreSQL and RDS for PostgreSQL databases, specify <code>POSTGRESQL</code>. For RDS for Microsoft SQL Server, specify
8805
8830
  * <code>SQLSERVER</code>.</p>
8806
8831
  */
8807
- EngineFamily: EngineFamily | string | undefined;
8832
+ EngineFamily: EngineFamily | undefined;
8808
8833
  /**
8809
8834
  * @public
8810
8835
  * <p>The authorization mechanism that the proxy uses.</p>
@@ -8872,7 +8897,7 @@ export interface UserAuthConfigInfo {
8872
8897
  * @public
8873
8898
  * <p>The type of authentication that the proxy uses for connections from the proxy to the underlying database.</p>
8874
8899
  */
8875
- AuthScheme?: AuthScheme | string;
8900
+ AuthScheme?: AuthScheme;
8876
8901
  /**
8877
8902
  * @public
8878
8903
  * <p>The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate
@@ -8884,12 +8909,12 @@ export interface UserAuthConfigInfo {
8884
8909
  * <p>Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
8885
8910
  * The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.</p>
8886
8911
  */
8887
- IAMAuth?: IAMAuthMode | string;
8912
+ IAMAuth?: IAMAuthMode;
8888
8913
  /**
8889
8914
  * @public
8890
8915
  * <p>The type of authentication the proxy uses for connections from clients.</p>
8891
8916
  */
8892
- ClientPasswordAuthType?: ClientPasswordAuthType | string;
8917
+ ClientPasswordAuthType?: ClientPasswordAuthType;
8893
8918
  }
8894
8919
  /**
8895
8920
  * @public
@@ -8932,7 +8957,7 @@ export interface DBProxy {
8932
8957
  * proxy is ready to handle requests. Other values indicate that you must wait for
8933
8958
  * the proxy to be ready, or take some action to resolve an issue.</p>
8934
8959
  */
8935
- Status?: DBProxyStatus | string;
8960
+ Status?: DBProxyStatus;
8936
8961
  /**
8937
8962
  * @public
8938
8963
  * <p>The kinds of databases that the proxy can connect to. This value determines which database network protocol
@@ -9087,7 +9112,7 @@ export interface CreateDBProxyEndpointRequest {
9087
9112
  * or only read operations. The default is <code>READ_WRITE</code>. The only role that proxies for RDS for Microsoft SQL Server
9088
9113
  * support is <code>READ_WRITE</code>.</p>
9089
9114
  */
9090
- TargetRole?: DBProxyEndpointTargetRole | string;
9115
+ TargetRole?: DBProxyEndpointTargetRole;
9091
9116
  /**
9092
9117
  * @public
9093
9118
  * <p>A list of tags.
@@ -9144,7 +9169,7 @@ export interface DBProxyEndpoint {
9144
9169
  * endpoint is ready to handle requests. Other values indicate that you must wait for
9145
9170
  * the endpoint to be ready, or take some action to resolve an issue.</p>
9146
9171
  */
9147
- Status?: DBProxyEndpointStatus | string;
9172
+ Status?: DBProxyEndpointStatus;
9148
9173
  /**
9149
9174
  * @public
9150
9175
  * <p>Provides the VPC ID of the DB proxy endpoint.</p>
@@ -9175,7 +9200,7 @@ export interface DBProxyEndpoint {
9175
9200
  * @public
9176
9201
  * <p>A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.</p>
9177
9202
  */
9178
- TargetRole?: DBProxyEndpointTargetRole | string;
9203
+ TargetRole?: DBProxyEndpointTargetRole;
9179
9204
  /**
9180
9205
  * @public
9181
9206
  * <p>Indicates whether this endpoint is the default endpoint for the associated DB proxy.
@@ -9765,7 +9790,7 @@ export interface FailoverState {
9765
9790
  * </li>
9766
9791
  * </ul>
9767
9792
  */
9768
- Status?: FailoverStatus | string;
9793
+ Status?: FailoverStatus;
9769
9794
  /**
9770
9795
  * @public
9771
9796
  * <p>The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being demoted, and which is associated with this
@@ -9825,12 +9850,12 @@ export interface GlobalClusterMember {
9825
9850
  * @public
9826
9851
  * <p>The status of write forwarding for a secondary cluster in the global cluster.</p>
9827
9852
  */
9828
- GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
9853
+ GlobalWriteForwardingStatus?: WriteForwardingStatus;
9829
9854
  /**
9830
9855
  * @public
9831
9856
  * <p>The status of synchronization of each Aurora DB cluster in the global cluster.</p>
9832
9857
  */
9833
- SynchronizationStatus?: GlobalClusterMemberSynchronizationStatus | string;
9858
+ SynchronizationStatus?: GlobalClusterMemberSynchronizationStatus;
9834
9859
  }
9835
9860
  /**
9836
9861
  * @public
@@ -10833,6 +10858,11 @@ export interface DBInstanceAutomatedBackup {
10833
10858
  * <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
10834
10859
  */
10835
10860
  AwsBackupRecoveryPointArn?: string;
10861
+ /**
10862
+ * @public
10863
+ * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
10864
+ */
10865
+ DedicatedLogVolume?: boolean;
10836
10866
  }
10837
10867
  /**
10838
10868
  * @public
@@ -11817,7 +11847,7 @@ export interface Parameter {
11817
11847
  * @public
11818
11848
  * <p>Indicates when to apply parameter updates.</p>
11819
11849
  */
11820
- ApplyMethod?: ApplyMethod | string;
11850
+ ApplyMethod?: ApplyMethod;
11821
11851
  /**
11822
11852
  * @public
11823
11853
  * <p>The valid DB engine modes.</p>
@@ -970,12 +970,12 @@ export interface TargetHealth {
970
970
  * <code>registering</code> > <code>unavailable</code> > <code>available</code> > <code>unavailable</code> > <code>available</code>
971
971
  * </p>
972
972
  */
973
- State?: TargetState | string;
973
+ State?: TargetState;
974
974
  /**
975
975
  * @public
976
976
  * <p>The reason for the current health <code>State</code> of the RDS Proxy target.</p>
977
977
  */
978
- Reason?: TargetHealthReason | string;
978
+ Reason?: TargetHealthReason;
979
979
  /**
980
980
  * @public
981
981
  * <p>A description of the health of the RDS Proxy target.
@@ -1033,12 +1033,12 @@ export interface DBProxyTarget {
1033
1033
  * @public
1034
1034
  * <p>Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.</p>
1035
1035
  */
1036
- Type?: TargetType | string;
1036
+ Type?: TargetType;
1037
1037
  /**
1038
1038
  * @public
1039
1039
  * <p>A value that indicates whether the target of the proxy can be used for read/write or read-only operations.</p>
1040
1040
  */
1041
- Role?: TargetRole | string;
1041
+ Role?: TargetRole;
1042
1042
  /**
1043
1043
  * @public
1044
1044
  * <p>Information about the connection health of the RDS Proxy target.</p>
@@ -1862,7 +1862,7 @@ export interface DescribeEventsMessage {
1862
1862
  * @public
1863
1863
  * <p>The event source to retrieve events for. If no value is specified, all events are returned.</p>
1864
1864
  */
1865
- SourceType?: SourceType | string;
1865
+ SourceType?: SourceType;
1866
1866
  /**
1867
1867
  * @public
1868
1868
  * <p>The beginning of the time interval to retrieve events for,
@@ -1931,7 +1931,7 @@ export interface Event {
1931
1931
  * @public
1932
1932
  * <p>Specifies the source type for this event.</p>
1933
1933
  */
1934
- SourceType?: SourceType | string;
1934
+ SourceType?: SourceType;
1935
1935
  /**
1936
1936
  * @public
1937
1937
  * <p>Provides the text of this event.</p>
@@ -2120,7 +2120,7 @@ export interface DescribeExportTasksMessage {
2120
2120
  * @public
2121
2121
  * <p>The type of source for the export.</p>
2122
2122
  */
2123
- SourceType?: ExportSourceType | string;
2123
+ SourceType?: ExportSourceType;
2124
2124
  }
2125
2125
  /**
2126
2126
  * @public
@@ -2966,6 +2966,11 @@ export interface OrderableDBInstanceOption {
2966
2966
  * <p>Maximum storage throughput to provisioned IOPS ratio for a DB instance.</p>
2967
2967
  */
2968
2968
  MaxStorageThroughputPerIops?: number;
2969
+ /**
2970
+ * @public
2971
+ * <p>Indicates whether a DB instance supports using a dedicated log volume (DLV).</p>
2972
+ */
2973
+ SupportsDedicatedLogVolume?: boolean;
2969
2974
  }
2970
2975
  /**
2971
2976
  * @public
@@ -3632,6 +3637,11 @@ export interface ValidDBInstanceModificationsMessage {
3632
3637
  * <p>Valid processor features for your DB instance.</p>
3633
3638
  */
3634
3639
  ValidProcessorFeatures?: AvailableProcessorFeature[];
3640
+ /**
3641
+ * @public
3642
+ * <p>Indicates whether a DB instance supports using a dedicated log volume (DLV).</p>
3643
+ */
3644
+ SupportsDedicatedLogVolume?: boolean;
3635
3645
  }
3636
3646
  /**
3637
3647
  * @public
@@ -3903,7 +3913,7 @@ export interface ModifyActivityStreamRequest {
3903
3913
  * <p>The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is
3904
3914
  * read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.</p>
3905
3915
  */
3906
- AuditPolicyState?: AuditPolicyState | string;
3916
+ AuditPolicyState?: AuditPolicyState;
3907
3917
  }
3908
3918
  /**
3909
3919
  * @public
@@ -3923,12 +3933,12 @@ export interface ModifyActivityStreamResponse {
3923
3933
  * @public
3924
3934
  * <p>The status of the modification to the database activity stream.</p>
3925
3935
  */
3926
- Status?: ActivityStreamStatus | string;
3936
+ Status?: ActivityStreamStatus;
3927
3937
  /**
3928
3938
  * @public
3929
3939
  * <p>The mode of the database activity stream.</p>
3930
3940
  */
3931
- Mode?: ActivityStreamMode | string;
3941
+ Mode?: ActivityStreamMode;
3932
3942
  /**
3933
3943
  * @public
3934
3944
  * <p>Indicates whether engine-native audit fields are included in the database activity stream.</p>
@@ -3938,7 +3948,7 @@ export interface ModifyActivityStreamResponse {
3938
3948
  * @public
3939
3949
  * <p>The status of the modification to the policy state of the database activity stream.</p>
3940
3950
  */
3941
- PolicyStatus?: ActivityStreamPolicyStatus | string;
3951
+ PolicyStatus?: ActivityStreamPolicyStatus;
3942
3952
  }
3943
3953
  /**
3944
3954
  * @public
@@ -4123,7 +4133,7 @@ export interface ModifyCustomDBEngineVersionMessage {
4123
4133
  * <code>available</code>. To change the availability status of the CEV, it must not currently be in use by an
4124
4134
  * RDS Custom instance, snapshot, or automated backup.</p>
4125
4135
  */
4126
- Status?: CustomEngineVersionStatus | string;
4136
+ Status?: CustomEngineVersionStatus;
4127
4137
  }
4128
4138
  /**
4129
4139
  * @public
@@ -5757,7 +5767,7 @@ export interface ModifyDBInstanceMessage {
5757
5767
  * in the <i>Amazon RDS User Guide</i>.</p>
5758
5768
  * <p>This setting doesn't apply to RDS Custom DB instances.</p>
5759
5769
  */
5760
- ReplicaMode?: ReplicaMode | string;
5770
+ ReplicaMode?: ReplicaMode;
5761
5771
  /**
5762
5772
  * @public
5763
5773
  * <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p>
@@ -5784,7 +5794,7 @@ export interface ModifyDBInstanceMessage {
5784
5794
  * <code>all paused</code>, the instance pauses automation for the duration set by
5785
5795
  * <code>ResumeFullAutomationModeMinutes</code>.</p>
5786
5796
  */
5787
- AutomationMode?: AutomationMode | string;
5797
+ AutomationMode?: AutomationMode;
5788
5798
  /**
5789
5799
  * @public
5790
5800
  * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes
@@ -5924,6 +5934,11 @@ export interface ModifyDBInstanceMessage {
5924
5934
  * </ul>
5925
5935
  */
5926
5936
  Engine?: string;
5937
+ /**
5938
+ * @public
5939
+ * <p>Indicates whether the DB instance has a dedicated log volume (DLV) enabled.</p>
5940
+ */
5941
+ DedicatedLogVolume?: boolean;
5927
5942
  }
5928
5943
  /**
5929
5944
  * @public
@@ -8871,6 +8886,11 @@ export interface RestoreDBInstanceFromDBSnapshotMessage {
8871
8886
  * </note>
8872
8887
  */
8873
8888
  AllocatedStorage?: number;
8889
+ /**
8890
+ * @public
8891
+ * <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
8892
+ */
8893
+ DedicatedLogVolume?: boolean;
8874
8894
  }
8875
8895
  /**
8876
8896
  * @public
@@ -9404,6 +9424,11 @@ export interface RestoreDBInstanceFromS3Message {
9404
9424
  * has a different default KMS key for each Amazon Web Services Region.</p>
9405
9425
  */
9406
9426
  MasterUserSecretKmsKeyId?: string;
9427
+ /**
9428
+ * @public
9429
+ * <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
9430
+ */
9431
+ DedicatedLogVolume?: boolean;
9407
9432
  }
9408
9433
  /**
9409
9434
  * @public
@@ -9975,6 +10000,11 @@ export interface RestoreDBInstanceToPointInTimeMessage {
9975
10000
  * </note>
9976
10001
  */
9977
10002
  AllocatedStorage?: number;
10003
+ /**
10004
+ * @public
10005
+ * <p>Specifies whether to enable a dedicated log volume (DLV) for the DB instance.</p>
10006
+ */
10007
+ DedicatedLogVolume?: boolean;
9978
10008
  }
9979
10009
  /**
9980
10010
  * @public
@@ -10061,7 +10091,7 @@ export interface StartActivityStreamRequest {
10061
10091
  * Database events such as a change or access generate an activity stream event.
10062
10092
  * The database session can handle these events either synchronously or asynchronously.</p>
10063
10093
  */
10064
- Mode: ActivityStreamMode | string | undefined;
10094
+ Mode: ActivityStreamMode | undefined;
10065
10095
  /**
10066
10096
  * @public
10067
10097
  * <p>The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream.
@@ -10099,12 +10129,12 @@ export interface StartActivityStreamResponse {
10099
10129
  * @public
10100
10130
  * <p>The status of the database activity stream.</p>
10101
10131
  */
10102
- Status?: ActivityStreamStatus | string;
10132
+ Status?: ActivityStreamStatus;
10103
10133
  /**
10104
10134
  * @public
10105
10135
  * <p>The mode of the database activity stream.</p>
10106
10136
  */
10107
- Mode?: ActivityStreamMode | string;
10137
+ Mode?: ActivityStreamMode;
10108
10138
  /**
10109
10139
  * @public
10110
10140
  * <p>Indicates whether or not the database activity stream will start as soon as possible,
@@ -10467,7 +10497,7 @@ export interface StopActivityStreamResponse {
10467
10497
  * @public
10468
10498
  * <p>The status of the database activity stream.</p>
10469
10499
  */
10470
- Status?: ActivityStreamStatus | string;
10500
+ Status?: ActivityStreamStatus;
10471
10501
  }
10472
10502
  /**
10473
10503
  * @public