@aws-sdk/client-rds 3.428.0 → 3.430.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.
@@ -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
@@ -4869,12 +4869,12 @@ export interface DBCluster {
4869
4869
  * Database events such as a change or access generate an activity stream event.
4870
4870
  * The database session can handle these events either synchronously or asynchronously.</p>
4871
4871
  */
4872
- ActivityStreamMode?: ActivityStreamMode | string;
4872
+ ActivityStreamMode?: ActivityStreamMode;
4873
4873
  /**
4874
4874
  * @public
4875
4875
  * <p>The status of the database activity stream.</p>
4876
4876
  */
4877
- ActivityStreamStatus?: ActivityStreamStatus | string;
4877
+ ActivityStreamStatus?: ActivityStreamStatus;
4878
4878
  /**
4879
4879
  * @public
4880
4880
  * <p>The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.</p>
@@ -4912,7 +4912,7 @@ export interface DBCluster {
4912
4912
  * @public
4913
4913
  * <p>The status of write forwarding for a secondary cluster in an Aurora global database.</p>
4914
4914
  */
4915
- GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
4915
+ GlobalWriteForwardingStatus?: WriteForwardingStatus;
4916
4916
  /**
4917
4917
  * @public
4918
4918
  * <p>Indicates whether write forwarding is enabled for a secondary cluster
@@ -5060,7 +5060,7 @@ export interface DBCluster {
5060
5060
  * <p>Indicates whether an Aurora DB cluster has in-cluster write forwarding enabled, not enabled, requested, or is in the process
5061
5061
  * of enabling it.</p>
5062
5062
  */
5063
- LocalWriteForwardingStatus?: LocalWriteForwardingStatus | string;
5063
+ LocalWriteForwardingStatus?: LocalWriteForwardingStatus;
5064
5064
  /**
5065
5065
  * @public
5066
5066
  * <p>The Amazon Resource Name (ARN) of the recovery point in Amazon Web Services Backup.</p>
@@ -7256,7 +7256,7 @@ export interface PendingModifiedValues {
7256
7256
  * <code>all-paused</code>, the instance pauses automation for the duration set by
7257
7257
  * <code>--resume-full-automation-mode-minutes</code>.</p>
7258
7258
  */
7259
- AutomationMode?: AutomationMode | string;
7259
+ AutomationMode?: AutomationMode;
7260
7260
  /**
7261
7261
  * @public
7262
7262
  * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation.
@@ -7489,7 +7489,7 @@ export interface DBInstance {
7489
7489
  * <p>This attribute is only supported in RDS for Oracle.</p>
7490
7490
  * </note>
7491
7491
  */
7492
- ReplicaMode?: ReplicaMode | string;
7492
+ ReplicaMode?: ReplicaMode;
7493
7493
  /**
7494
7494
  * @public
7495
7495
  * <p>The license model information for this DB instance. This setting doesn't apply to RDS Custom DB instances.</p>
@@ -7753,7 +7753,7 @@ export interface DBInstance {
7753
7753
  * @public
7754
7754
  * <p>The status of the database activity stream.</p>
7755
7755
  */
7756
- ActivityStreamStatus?: ActivityStreamStatus | string;
7756
+ ActivityStreamStatus?: ActivityStreamStatus;
7757
7757
  /**
7758
7758
  * @public
7759
7759
  * <p>The Amazon Web Services KMS key identifier used for encrypting messages in the database activity stream.
@@ -7770,7 +7770,7 @@ export interface DBInstance {
7770
7770
  * <p>The mode of the database activity stream. Database events such as a change or access generate
7771
7771
  * an activity stream event. RDS for Oracle always handles these events asynchronously.</p>
7772
7772
  */
7773
- ActivityStreamMode?: ActivityStreamMode | string;
7773
+ ActivityStreamMode?: ActivityStreamMode;
7774
7774
  /**
7775
7775
  * @public
7776
7776
  * <p>Indicates whether engine-native audit fields are included in the database activity stream.</p>
@@ -7783,7 +7783,7 @@ export interface DBInstance {
7783
7783
  * <code>all paused</code>, the instance pauses automation for the duration set by
7784
7784
  * <code>--resume-full-automation-mode-minutes</code>.</p>
7785
7785
  */
7786
- AutomationMode?: AutomationMode | string;
7786
+ AutomationMode?: AutomationMode;
7787
7787
  /**
7788
7788
  * @public
7789
7789
  * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes full automation.
@@ -7836,7 +7836,7 @@ export interface DBInstance {
7836
7836
  * @public
7837
7837
  * <p>The status of the policy state of the activity stream.</p>
7838
7838
  */
7839
- ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus | string;
7839
+ ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus;
7840
7840
  /**
7841
7841
  * @public
7842
7842
  * <p>The storage throughput for the DB instance.</p>
@@ -8435,7 +8435,7 @@ export interface CreateDBInstanceReadReplicaMessage {
8435
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.
8436
8436
  * After replica creation, you can manage the open mode manually.</p>
8437
8437
  */
8438
- ReplicaMode?: ReplicaMode | string;
8438
+ ReplicaMode?: ReplicaMode;
8439
8439
  /**
8440
8440
  * @public
8441
8441
  * <p>The upper limit in gibibytes (GiB) to which Amazon RDS can automatically scale the storage of the DB instance.</p>
@@ -8780,7 +8780,7 @@ export interface UserAuthConfig {
8780
8780
  * @public
8781
8781
  * <p>The type of authentication that the proxy uses for connections from the proxy to the underlying database.</p>
8782
8782
  */
8783
- AuthScheme?: AuthScheme | string;
8783
+ AuthScheme?: AuthScheme;
8784
8784
  /**
8785
8785
  * @public
8786
8786
  * <p>The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate
@@ -8792,12 +8792,12 @@ export interface UserAuthConfig {
8792
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.
8793
8793
  * The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.</p>
8794
8794
  */
8795
- IAMAuth?: IAMAuthMode | string;
8795
+ IAMAuth?: IAMAuthMode;
8796
8796
  /**
8797
8797
  * @public
8798
8798
  * <p>The type of authentication the proxy uses for connections from clients.</p>
8799
8799
  */
8800
- ClientPasswordAuthType?: ClientPasswordAuthType | string;
8800
+ ClientPasswordAuthType?: ClientPasswordAuthType;
8801
8801
  }
8802
8802
  /**
8803
8803
  * @public
@@ -8829,7 +8829,7 @@ export interface CreateDBProxyRequest {
8829
8829
  * For Aurora PostgreSQL and RDS for PostgreSQL databases, specify <code>POSTGRESQL</code>. For RDS for Microsoft SQL Server, specify
8830
8830
  * <code>SQLSERVER</code>.</p>
8831
8831
  */
8832
- EngineFamily: EngineFamily | string | undefined;
8832
+ EngineFamily: EngineFamily | undefined;
8833
8833
  /**
8834
8834
  * @public
8835
8835
  * <p>The authorization mechanism that the proxy uses.</p>
@@ -8897,7 +8897,7 @@ export interface UserAuthConfigInfo {
8897
8897
  * @public
8898
8898
  * <p>The type of authentication that the proxy uses for connections from the proxy to the underlying database.</p>
8899
8899
  */
8900
- AuthScheme?: AuthScheme | string;
8900
+ AuthScheme?: AuthScheme;
8901
8901
  /**
8902
8902
  * @public
8903
8903
  * <p>The Amazon Resource Name (ARN) representing the secret that the proxy uses to authenticate
@@ -8909,12 +8909,12 @@ export interface UserAuthConfigInfo {
8909
8909
  * <p>Whether to require or disallow Amazon Web Services Identity and Access Management (IAM) authentication for connections to the proxy.
8910
8910
  * The <code>ENABLED</code> value is valid only for proxies with RDS for Microsoft SQL Server.</p>
8911
8911
  */
8912
- IAMAuth?: IAMAuthMode | string;
8912
+ IAMAuth?: IAMAuthMode;
8913
8913
  /**
8914
8914
  * @public
8915
8915
  * <p>The type of authentication the proxy uses for connections from clients.</p>
8916
8916
  */
8917
- ClientPasswordAuthType?: ClientPasswordAuthType | string;
8917
+ ClientPasswordAuthType?: ClientPasswordAuthType;
8918
8918
  }
8919
8919
  /**
8920
8920
  * @public
@@ -8957,7 +8957,7 @@ export interface DBProxy {
8957
8957
  * proxy is ready to handle requests. Other values indicate that you must wait for
8958
8958
  * the proxy to be ready, or take some action to resolve an issue.</p>
8959
8959
  */
8960
- Status?: DBProxyStatus | string;
8960
+ Status?: DBProxyStatus;
8961
8961
  /**
8962
8962
  * @public
8963
8963
  * <p>The kinds of databases that the proxy can connect to. This value determines which database network protocol
@@ -9112,7 +9112,7 @@ export interface CreateDBProxyEndpointRequest {
9112
9112
  * or only read operations. The default is <code>READ_WRITE</code>. The only role that proxies for RDS for Microsoft SQL Server
9113
9113
  * support is <code>READ_WRITE</code>.</p>
9114
9114
  */
9115
- TargetRole?: DBProxyEndpointTargetRole | string;
9115
+ TargetRole?: DBProxyEndpointTargetRole;
9116
9116
  /**
9117
9117
  * @public
9118
9118
  * <p>A list of tags.
@@ -9169,7 +9169,7 @@ export interface DBProxyEndpoint {
9169
9169
  * endpoint is ready to handle requests. Other values indicate that you must wait for
9170
9170
  * the endpoint to be ready, or take some action to resolve an issue.</p>
9171
9171
  */
9172
- Status?: DBProxyEndpointStatus | string;
9172
+ Status?: DBProxyEndpointStatus;
9173
9173
  /**
9174
9174
  * @public
9175
9175
  * <p>Provides the VPC ID of the DB proxy endpoint.</p>
@@ -9200,7 +9200,7 @@ export interface DBProxyEndpoint {
9200
9200
  * @public
9201
9201
  * <p>A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.</p>
9202
9202
  */
9203
- TargetRole?: DBProxyEndpointTargetRole | string;
9203
+ TargetRole?: DBProxyEndpointTargetRole;
9204
9204
  /**
9205
9205
  * @public
9206
9206
  * <p>Indicates whether this endpoint is the default endpoint for the associated DB proxy.
@@ -9790,7 +9790,7 @@ export interface FailoverState {
9790
9790
  * </li>
9791
9791
  * </ul>
9792
9792
  */
9793
- Status?: FailoverStatus | string;
9793
+ Status?: FailoverStatus;
9794
9794
  /**
9795
9795
  * @public
9796
9796
  * <p>The Amazon Resource Name (ARN) of the Aurora DB cluster that is currently being demoted, and which is associated with this
@@ -9850,12 +9850,12 @@ export interface GlobalClusterMember {
9850
9850
  * @public
9851
9851
  * <p>The status of write forwarding for a secondary cluster in the global cluster.</p>
9852
9852
  */
9853
- GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
9853
+ GlobalWriteForwardingStatus?: WriteForwardingStatus;
9854
9854
  /**
9855
9855
  * @public
9856
9856
  * <p>The status of synchronization of each Aurora DB cluster in the global cluster.</p>
9857
9857
  */
9858
- SynchronizationStatus?: GlobalClusterMemberSynchronizationStatus | string;
9858
+ SynchronizationStatus?: GlobalClusterMemberSynchronizationStatus;
9859
9859
  }
9860
9860
  /**
9861
9861
  * @public
@@ -11847,7 +11847,7 @@ export interface Parameter {
11847
11847
  * @public
11848
11848
  * <p>Indicates when to apply parameter updates.</p>
11849
11849
  */
11850
- ApplyMethod?: ApplyMethod | string;
11850
+ ApplyMethod?: ApplyMethod;
11851
11851
  /**
11852
11852
  * @public
11853
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
@@ -3913,7 +3913,7 @@ export interface ModifyActivityStreamRequest {
3913
3913
  * <p>The audit policy state. When a policy is unlocked, it is read/write. When it is locked, it is
3914
3914
  * read-only. You can edit your audit policy only when the activity stream is unlocked or stopped.</p>
3915
3915
  */
3916
- AuditPolicyState?: AuditPolicyState | string;
3916
+ AuditPolicyState?: AuditPolicyState;
3917
3917
  }
3918
3918
  /**
3919
3919
  * @public
@@ -3933,12 +3933,12 @@ export interface ModifyActivityStreamResponse {
3933
3933
  * @public
3934
3934
  * <p>The status of the modification to the database activity stream.</p>
3935
3935
  */
3936
- Status?: ActivityStreamStatus | string;
3936
+ Status?: ActivityStreamStatus;
3937
3937
  /**
3938
3938
  * @public
3939
3939
  * <p>The mode of the database activity stream.</p>
3940
3940
  */
3941
- Mode?: ActivityStreamMode | string;
3941
+ Mode?: ActivityStreamMode;
3942
3942
  /**
3943
3943
  * @public
3944
3944
  * <p>Indicates whether engine-native audit fields are included in the database activity stream.</p>
@@ -3948,7 +3948,7 @@ export interface ModifyActivityStreamResponse {
3948
3948
  * @public
3949
3949
  * <p>The status of the modification to the policy state of the database activity stream.</p>
3950
3950
  */
3951
- PolicyStatus?: ActivityStreamPolicyStatus | string;
3951
+ PolicyStatus?: ActivityStreamPolicyStatus;
3952
3952
  }
3953
3953
  /**
3954
3954
  * @public
@@ -4133,7 +4133,7 @@ export interface ModifyCustomDBEngineVersionMessage {
4133
4133
  * <code>available</code>. To change the availability status of the CEV, it must not currently be in use by an
4134
4134
  * RDS Custom instance, snapshot, or automated backup.</p>
4135
4135
  */
4136
- Status?: CustomEngineVersionStatus | string;
4136
+ Status?: CustomEngineVersionStatus;
4137
4137
  }
4138
4138
  /**
4139
4139
  * @public
@@ -5767,7 +5767,7 @@ export interface ModifyDBInstanceMessage {
5767
5767
  * in the <i>Amazon RDS User Guide</i>.</p>
5768
5768
  * <p>This setting doesn't apply to RDS Custom DB instances.</p>
5769
5769
  */
5770
- ReplicaMode?: ReplicaMode | string;
5770
+ ReplicaMode?: ReplicaMode;
5771
5771
  /**
5772
5772
  * @public
5773
5773
  * <p>Specifies whether to enable a customer-owned IP address (CoIP) for an RDS on Outposts DB instance.</p>
@@ -5794,7 +5794,7 @@ export interface ModifyDBInstanceMessage {
5794
5794
  * <code>all paused</code>, the instance pauses automation for the duration set by
5795
5795
  * <code>ResumeFullAutomationModeMinutes</code>.</p>
5796
5796
  */
5797
- AutomationMode?: AutomationMode | string;
5797
+ AutomationMode?: AutomationMode;
5798
5798
  /**
5799
5799
  * @public
5800
5800
  * <p>The number of minutes to pause the automation. When the time period ends, RDS Custom resumes
@@ -10091,7 +10091,7 @@ export interface StartActivityStreamRequest {
10091
10091
  * Database events such as a change or access generate an activity stream event.
10092
10092
  * The database session can handle these events either synchronously or asynchronously.</p>
10093
10093
  */
10094
- Mode: ActivityStreamMode | string | undefined;
10094
+ Mode: ActivityStreamMode | undefined;
10095
10095
  /**
10096
10096
  * @public
10097
10097
  * <p>The Amazon Web Services KMS key identifier for encrypting messages in the database activity stream.
@@ -10129,12 +10129,12 @@ export interface StartActivityStreamResponse {
10129
10129
  * @public
10130
10130
  * <p>The status of the database activity stream.</p>
10131
10131
  */
10132
- Status?: ActivityStreamStatus | string;
10132
+ Status?: ActivityStreamStatus;
10133
10133
  /**
10134
10134
  * @public
10135
10135
  * <p>The mode of the database activity stream.</p>
10136
10136
  */
10137
- Mode?: ActivityStreamMode | string;
10137
+ Mode?: ActivityStreamMode;
10138
10138
  /**
10139
10139
  * @public
10140
10140
  * <p>Indicates whether or not the database activity stream will start as soon as possible,
@@ -10497,7 +10497,7 @@ export interface StopActivityStreamResponse {
10497
10497
  * @public
10498
10498
  * <p>The status of the database activity stream.</p>
10499
10499
  */
10500
- Status?: ActivityStreamStatus | string;
10500
+ Status?: ActivityStreamStatus;
10501
10501
  }
10502
10502
  /**
10503
10503
  * @public
@@ -315,7 +315,7 @@ export interface ExportTask {
315
315
  TotalExtractedDataInGB?: number;
316
316
  FailureCause?: string;
317
317
  WarningMessage?: string;
318
- SourceType?: ExportSourceType | string;
318
+ SourceType?: ExportSourceType;
319
319
  }
320
320
  export declare class ExportTaskNotFoundFault extends __BaseException {
321
321
  readonly name: "ExportTaskNotFoundFault";
@@ -998,15 +998,15 @@ export interface DBCluster {
998
998
  ScalingConfigurationInfo?: ScalingConfigurationInfo;
999
999
  DeletionProtection?: boolean;
1000
1000
  HttpEndpointEnabled?: boolean;
1001
- ActivityStreamMode?: ActivityStreamMode | string;
1002
- ActivityStreamStatus?: ActivityStreamStatus | string;
1001
+ ActivityStreamMode?: ActivityStreamMode;
1002
+ ActivityStreamStatus?: ActivityStreamStatus;
1003
1003
  ActivityStreamKmsKeyId?: string;
1004
1004
  ActivityStreamKinesisStreamName?: string;
1005
1005
  CopyTagsToSnapshot?: boolean;
1006
1006
  CrossAccountClone?: boolean;
1007
1007
  DomainMemberships?: DomainMembership[];
1008
1008
  TagList?: Tag[];
1009
- GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
1009
+ GlobalWriteForwardingStatus?: WriteForwardingStatus;
1010
1010
  GlobalWriteForwardingRequested?: boolean;
1011
1011
  PendingModifiedValues?: ClusterPendingModifiedValues;
1012
1012
  DBClusterInstanceClass?: string;
@@ -1024,7 +1024,7 @@ export interface DBCluster {
1024
1024
  DBSystemId?: string;
1025
1025
  MasterUserSecret?: MasterUserSecret;
1026
1026
  IOOptimizedNextAllowedModificationTime?: Date;
1027
- LocalWriteForwardingStatus?: LocalWriteForwardingStatus | string;
1027
+ LocalWriteForwardingStatus?: LocalWriteForwardingStatus;
1028
1028
  AwsBackupRecoveryPointArn?: string;
1029
1029
  }
1030
1030
  export interface CreateDBClusterResult {
@@ -1321,7 +1321,7 @@ export interface PendingModifiedValues {
1321
1321
  PendingCloudwatchLogsExports?: PendingCloudwatchLogsExports;
1322
1322
  ProcessorFeatures?: ProcessorFeature[];
1323
1323
  IAMDatabaseAuthenticationEnabled?: boolean;
1324
- AutomationMode?: AutomationMode | string;
1324
+ AutomationMode?: AutomationMode;
1325
1325
  ResumeFullAutomationModeTime?: Date;
1326
1326
  StorageThroughput?: number;
1327
1327
  Engine?: string;
@@ -1365,7 +1365,7 @@ export interface DBInstance {
1365
1365
  ReadReplicaSourceDBInstanceIdentifier?: string;
1366
1366
  ReadReplicaDBInstanceIdentifiers?: string[];
1367
1367
  ReadReplicaDBClusterIdentifiers?: string[];
1368
- ReplicaMode?: ReplicaMode | string;
1368
+ ReplicaMode?: ReplicaMode;
1369
1369
  LicenseModel?: string;
1370
1370
  Iops?: number;
1371
1371
  OptionGroupMemberships?: OptionGroupMembership[];
@@ -1404,17 +1404,17 @@ export interface DBInstance {
1404
1404
  DBInstanceAutomatedBackupsReplications?: DBInstanceAutomatedBackupsReplication[];
1405
1405
  CustomerOwnedIpEnabled?: boolean;
1406
1406
  AwsBackupRecoveryPointArn?: string;
1407
- ActivityStreamStatus?: ActivityStreamStatus | string;
1407
+ ActivityStreamStatus?: ActivityStreamStatus;
1408
1408
  ActivityStreamKmsKeyId?: string;
1409
1409
  ActivityStreamKinesisStreamName?: string;
1410
- ActivityStreamMode?: ActivityStreamMode | string;
1410
+ ActivityStreamMode?: ActivityStreamMode;
1411
1411
  ActivityStreamEngineNativeAuditFieldsIncluded?: boolean;
1412
- AutomationMode?: AutomationMode | string;
1412
+ AutomationMode?: AutomationMode;
1413
1413
  ResumeFullAutomationModeTime?: Date;
1414
1414
  CustomIamInstanceProfile?: string;
1415
1415
  BackupTarget?: string;
1416
1416
  NetworkType?: string;
1417
- ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus | string;
1417
+ ActivityStreamPolicyStatus?: ActivityStreamPolicyStatus;
1418
1418
  StorageThroughput?: number;
1419
1419
  DBSystemId?: string;
1420
1420
  MasterUserSecret?: MasterUserSecret;
@@ -1502,7 +1502,7 @@ export interface CreateDBInstanceReadReplicaMessage {
1502
1502
  DomainOu?: string;
1503
1503
  DomainAuthSecretArn?: string;
1504
1504
  DomainDnsIps?: string[];
1505
- ReplicaMode?: ReplicaMode | string;
1505
+ ReplicaMode?: ReplicaMode;
1506
1506
  MaxAllocatedStorage?: number;
1507
1507
  CustomIamInstanceProfile?: string;
1508
1508
  NetworkType?: string;
@@ -1559,10 +1559,10 @@ export type IAMAuthMode = (typeof IAMAuthMode)[keyof typeof IAMAuthMode];
1559
1559
  export interface UserAuthConfig {
1560
1560
  Description?: string;
1561
1561
  UserName?: string;
1562
- AuthScheme?: AuthScheme | string;
1562
+ AuthScheme?: AuthScheme;
1563
1563
  SecretArn?: string;
1564
- IAMAuth?: IAMAuthMode | string;
1565
- ClientPasswordAuthType?: ClientPasswordAuthType | string;
1564
+ IAMAuth?: IAMAuthMode;
1565
+ ClientPasswordAuthType?: ClientPasswordAuthType;
1566
1566
  }
1567
1567
  export declare const EngineFamily: {
1568
1568
  readonly MYSQL: "MYSQL";
@@ -1572,7 +1572,7 @@ export declare const EngineFamily: {
1572
1572
  export type EngineFamily = (typeof EngineFamily)[keyof typeof EngineFamily];
1573
1573
  export interface CreateDBProxyRequest {
1574
1574
  DBProxyName: string | undefined;
1575
- EngineFamily: EngineFamily | string | undefined;
1575
+ EngineFamily: EngineFamily | undefined;
1576
1576
  Auth: UserAuthConfig[] | undefined;
1577
1577
  RoleArn: string | undefined;
1578
1578
  VpcSubnetIds: string[] | undefined;
@@ -1585,10 +1585,10 @@ export interface CreateDBProxyRequest {
1585
1585
  export interface UserAuthConfigInfo {
1586
1586
  Description?: string;
1587
1587
  UserName?: string;
1588
- AuthScheme?: AuthScheme | string;
1588
+ AuthScheme?: AuthScheme;
1589
1589
  SecretArn?: string;
1590
- IAMAuth?: IAMAuthMode | string;
1591
- ClientPasswordAuthType?: ClientPasswordAuthType | string;
1590
+ IAMAuth?: IAMAuthMode;
1591
+ ClientPasswordAuthType?: ClientPasswordAuthType;
1592
1592
  }
1593
1593
  export declare const DBProxyStatus: {
1594
1594
  readonly AVAILABLE: "available";
@@ -1605,7 +1605,7 @@ export type DBProxyStatus = (typeof DBProxyStatus)[keyof typeof DBProxyStatus];
1605
1605
  export interface DBProxy {
1606
1606
  DBProxyName?: string;
1607
1607
  DBProxyArn?: string;
1608
- Status?: DBProxyStatus | string;
1608
+ Status?: DBProxyStatus;
1609
1609
  EngineFamily?: string;
1610
1610
  VpcId?: string;
1611
1611
  VpcSecurityGroupIds?: string[];
@@ -1647,7 +1647,7 @@ export interface CreateDBProxyEndpointRequest {
1647
1647
  DBProxyEndpointName: string | undefined;
1648
1648
  VpcSubnetIds: string[] | undefined;
1649
1649
  VpcSecurityGroupIds?: string[];
1650
- TargetRole?: DBProxyEndpointTargetRole | string;
1650
+ TargetRole?: DBProxyEndpointTargetRole;
1651
1651
  Tags?: Tag[];
1652
1652
  }
1653
1653
  export declare const DBProxyEndpointStatus: {
@@ -1664,13 +1664,13 @@ export interface DBProxyEndpoint {
1664
1664
  DBProxyEndpointName?: string;
1665
1665
  DBProxyEndpointArn?: string;
1666
1666
  DBProxyName?: string;
1667
- Status?: DBProxyEndpointStatus | string;
1667
+ Status?: DBProxyEndpointStatus;
1668
1668
  VpcId?: string;
1669
1669
  VpcSecurityGroupIds?: string[];
1670
1670
  VpcSubnetIds?: string[];
1671
1671
  Endpoint?: string;
1672
1672
  CreatedDate?: Date;
1673
- TargetRole?: DBProxyEndpointTargetRole | string;
1673
+ TargetRole?: DBProxyEndpointTargetRole;
1674
1674
  IsDefault?: boolean;
1675
1675
  }
1676
1676
  export interface CreateDBProxyEndpointResponse {
@@ -1862,7 +1862,7 @@ export declare const FailoverStatus: {
1862
1862
  export type FailoverStatus =
1863
1863
  (typeof FailoverStatus)[keyof typeof FailoverStatus];
1864
1864
  export interface FailoverState {
1865
- Status?: FailoverStatus | string;
1865
+ Status?: FailoverStatus;
1866
1866
  FromDbClusterArn?: string;
1867
1867
  ToDbClusterArn?: string;
1868
1868
  IsDataLossAllowed?: boolean;
@@ -1877,8 +1877,8 @@ export interface GlobalClusterMember {
1877
1877
  DBClusterArn?: string;
1878
1878
  Readers?: string[];
1879
1879
  IsWriter?: boolean;
1880
- GlobalWriteForwardingStatus?: WriteForwardingStatus | string;
1881
- SynchronizationStatus?: GlobalClusterMemberSynchronizationStatus | string;
1880
+ GlobalWriteForwardingStatus?: WriteForwardingStatus;
1881
+ SynchronizationStatus?: GlobalClusterMemberSynchronizationStatus;
1882
1882
  }
1883
1883
  export interface GlobalCluster {
1884
1884
  GlobalClusterIdentifier?: string;
@@ -2360,7 +2360,7 @@ export interface Parameter {
2360
2360
  AllowedValues?: string;
2361
2361
  IsModifiable?: boolean;
2362
2362
  MinimumEngineVersion?: string;
2363
- ApplyMethod?: ApplyMethod | string;
2363
+ ApplyMethod?: ApplyMethod;
2364
2364
  SupportedEngineModes?: string[];
2365
2365
  }
2366
2366
  export interface DBClusterParameterGroupDetails {
@@ -185,8 +185,8 @@ export declare const TargetState: {
185
185
  };
186
186
  export type TargetState = (typeof TargetState)[keyof typeof TargetState];
187
187
  export interface TargetHealth {
188
- State?: TargetState | string;
189
- Reason?: TargetHealthReason | string;
188
+ State?: TargetState;
189
+ Reason?: TargetHealthReason;
190
190
  Description?: string;
191
191
  }
192
192
  export declare const TargetType: {
@@ -201,8 +201,8 @@ export interface DBProxyTarget {
201
201
  TrackedClusterId?: string;
202
202
  RdsResourceId?: string;
203
203
  Port?: number;
204
- Type?: TargetType | string;
205
- Role?: TargetRole | string;
204
+ Type?: TargetType;
205
+ Role?: TargetRole;
206
206
  TargetHealth?: TargetHealth;
207
207
  }
208
208
  export interface DescribeDBProxyTargetsResponse {
@@ -306,7 +306,7 @@ export declare const SourceType: {
306
306
  export type SourceType = (typeof SourceType)[keyof typeof SourceType];
307
307
  export interface DescribeEventsMessage {
308
308
  SourceIdentifier?: string;
309
- SourceType?: SourceType | string;
309
+ SourceType?: SourceType;
310
310
  StartTime?: Date;
311
311
  EndTime?: Date;
312
312
  Duration?: number;
@@ -317,7 +317,7 @@ export interface DescribeEventsMessage {
317
317
  }
318
318
  export interface Event {
319
319
  SourceIdentifier?: string;
320
- SourceType?: SourceType | string;
320
+ SourceType?: SourceType;
321
321
  Message?: string;
322
322
  EventCategories?: string[];
323
323
  Date?: Date;
@@ -343,7 +343,7 @@ export interface DescribeExportTasksMessage {
343
343
  Filters?: Filter[];
344
344
  Marker?: string;
345
345
  MaxRecords?: number;
346
- SourceType?: ExportSourceType | string;
346
+ SourceType?: ExportSourceType;
347
347
  }
348
348
  export interface ExportTasksMessage {
349
349
  Marker?: string;
@@ -667,15 +667,15 @@ export type AuditPolicyState =
667
667
  (typeof AuditPolicyState)[keyof typeof AuditPolicyState];
668
668
  export interface ModifyActivityStreamRequest {
669
669
  ResourceArn?: string;
670
- AuditPolicyState?: AuditPolicyState | string;
670
+ AuditPolicyState?: AuditPolicyState;
671
671
  }
672
672
  export interface ModifyActivityStreamResponse {
673
673
  KmsKeyId?: string;
674
674
  KinesisStreamName?: string;
675
- Status?: ActivityStreamStatus | string;
676
- Mode?: ActivityStreamMode | string;
675
+ Status?: ActivityStreamStatus;
676
+ Mode?: ActivityStreamMode;
677
677
  EngineNativeAuditFieldsIncluded?: boolean;
678
- PolicyStatus?: ActivityStreamPolicyStatus | string;
678
+ PolicyStatus?: ActivityStreamPolicyStatus;
679
679
  }
680
680
  export interface ModifyCertificatesMessage {
681
681
  CertificateIdentifier?: string;
@@ -715,7 +715,7 @@ export interface ModifyCustomDBEngineVersionMessage {
715
715
  Engine: string | undefined;
716
716
  EngineVersion: string | undefined;
717
717
  Description?: string;
718
- Status?: CustomEngineVersionStatus | string;
718
+ Status?: CustomEngineVersionStatus;
719
719
  }
720
720
  export interface CloudwatchLogsExportConfiguration {
721
721
  EnableLogTypes?: string[];
@@ -866,10 +866,10 @@ export interface ModifyDBInstanceMessage {
866
866
  DeletionProtection?: boolean;
867
867
  MaxAllocatedStorage?: number;
868
868
  CertificateRotationRestart?: boolean;
869
- ReplicaMode?: ReplicaMode | string;
869
+ ReplicaMode?: ReplicaMode;
870
870
  EnableCustomerOwnedIp?: boolean;
871
871
  AwsBackupRecoveryPointArn?: string;
872
- AutomationMode?: AutomationMode | string;
872
+ AutomationMode?: AutomationMode;
873
873
  ResumeFullAutomationModeMinutes?: number;
874
874
  NetworkType?: string;
875
875
  StorageThroughput?: number;
@@ -1431,7 +1431,7 @@ export interface RevokeDBSecurityGroupIngressResult {
1431
1431
  }
1432
1432
  export interface StartActivityStreamRequest {
1433
1433
  ResourceArn: string | undefined;
1434
- Mode: ActivityStreamMode | string | undefined;
1434
+ Mode: ActivityStreamMode | undefined;
1435
1435
  KmsKeyId: string | undefined;
1436
1436
  ApplyImmediately?: boolean;
1437
1437
  EngineNativeAuditFieldsIncluded?: boolean;
@@ -1439,8 +1439,8 @@ export interface StartActivityStreamRequest {
1439
1439
  export interface StartActivityStreamResponse {
1440
1440
  KmsKeyId?: string;
1441
1441
  KinesisStreamName?: string;
1442
- Status?: ActivityStreamStatus | string;
1443
- Mode?: ActivityStreamMode | string;
1442
+ Status?: ActivityStreamStatus;
1443
+ Mode?: ActivityStreamMode;
1444
1444
  ApplyImmediately?: boolean;
1445
1445
  EngineNativeAuditFieldsIncluded?: boolean;
1446
1446
  }
@@ -1516,7 +1516,7 @@ export interface StopActivityStreamRequest {
1516
1516
  export interface StopActivityStreamResponse {
1517
1517
  KmsKeyId?: string;
1518
1518
  KinesisStreamName?: string;
1519
- Status?: ActivityStreamStatus | string;
1519
+ Status?: ActivityStreamStatus;
1520
1520
  }
1521
1521
  export interface StopDBClusterMessage {
1522
1522
  DBClusterIdentifier: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-rds",
3
3
  "description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.430.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,29 +21,29 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.430.0",
25
+ "@aws-sdk/credential-provider-node": "3.430.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
- "@aws-sdk/middleware-sdk-rds": "3.428.0",
29
+ "@aws-sdk/middleware-sdk-rds": "3.430.0",
30
30
  "@aws-sdk/middleware-signing": "3.428.0",
31
31
  "@aws-sdk/middleware-user-agent": "3.428.0",
32
- "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/region-config-resolver": "3.430.0",
33
33
  "@aws-sdk/types": "3.428.0",
34
34
  "@aws-sdk/util-endpoints": "3.428.0",
35
35
  "@aws-sdk/util-user-agent-browser": "3.428.0",
36
- "@aws-sdk/util-user-agent-node": "3.428.0",
37
- "@smithy/config-resolver": "^2.0.14",
36
+ "@aws-sdk/util-user-agent-node": "3.430.0",
37
+ "@smithy/config-resolver": "^2.0.15",
38
38
  "@smithy/fetch-http-handler": "^2.2.3",
39
39
  "@smithy/hash-node": "^2.0.11",
40
40
  "@smithy/invalid-dependency": "^2.0.11",
41
41
  "@smithy/middleware-content-length": "^2.0.13",
42
- "@smithy/middleware-endpoint": "^2.1.0",
43
- "@smithy/middleware-retry": "^2.0.16",
42
+ "@smithy/middleware-endpoint": "^2.1.2",
43
+ "@smithy/middleware-retry": "^2.0.17",
44
44
  "@smithy/middleware-serde": "^2.0.11",
45
45
  "@smithy/middleware-stack": "^2.0.5",
46
- "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-config-provider": "^2.1.2",
47
47
  "@smithy/node-http-handler": "^2.1.7",
48
48
  "@smithy/protocol-http": "^3.0.7",
49
49
  "@smithy/smithy-client": "^2.1.11",
@@ -53,7 +53,7 @@
53
53
  "@smithy/util-body-length-browser": "^2.0.0",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
55
  "@smithy/util-defaults-mode-browser": "^2.0.15",
56
- "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-defaults-mode-node": "^2.0.20",
57
57
  "@smithy/util-retry": "^2.0.4",
58
58
  "@smithy/util-utf8": "^2.0.0",
59
59
  "@smithy/util-waiter": "^2.0.11",