@aws-sdk/client-rds 3.899.0 → 3.900.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.
- package/dist-cjs/index.js +822 -506
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
- package/dist-es/commands/CreateDBClusterCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
- package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
- package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
- package/dist-es/commands/StartDBClusterCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceCommand.js +2 -1
- package/dist-es/commands/StopDBClusterCommand.js +2 -1
- package/dist-es/commands/StopDBInstanceCommand.js +2 -1
- package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
- package/dist-es/models/models_0.js +182 -100
- package/dist-es/models/models_1.js +135 -3
- package/dist-es/protocols/Aws_query.js +303 -303
- package/dist-types/RDS.d.ts +0 -3
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
- package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
- package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
- package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
- package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
- package/dist-types/models/models_0.d.ts +677 -601
- package/dist-types/models/models_1.d.ts +390 -258
- package/dist-types/ts3.4/RDS.d.ts +0 -3
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +191 -141
- package/dist-types/ts3.4/models/models_1.d.ts +137 -39
- package/package.json +1 -1
|
@@ -60,7 +60,6 @@ declare const StopDBInstanceCommand_base: {
|
|
|
60
60
|
* // DBInstanceClass: "STRING_VALUE",
|
|
61
61
|
* // Engine: "STRING_VALUE",
|
|
62
62
|
* // DBInstanceStatus: "STRING_VALUE",
|
|
63
|
-
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
64
63
|
* // MasterUsername: "STRING_VALUE",
|
|
65
64
|
* // DBName: "STRING_VALUE",
|
|
66
65
|
* // Endpoint: { // Endpoint
|
|
@@ -124,6 +123,7 @@ declare const StopDBInstanceCommand_base: {
|
|
|
124
123
|
* // EngineVersion: "STRING_VALUE",
|
|
125
124
|
* // LicenseModel: "STRING_VALUE",
|
|
126
125
|
* // Iops: Number("int"),
|
|
126
|
+
* // StorageThroughput: Number("int"),
|
|
127
127
|
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
128
128
|
* // StorageType: "STRING_VALUE",
|
|
129
129
|
* // CACertificateIdentifier: "STRING_VALUE",
|
|
@@ -142,13 +142,12 @@ declare const StopDBInstanceCommand_base: {
|
|
|
142
142
|
* // Value: "STRING_VALUE",
|
|
143
143
|
* // },
|
|
144
144
|
* // ],
|
|
145
|
-
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
146
145
|
* // AutomationMode: "full" || "all-paused",
|
|
147
146
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
148
|
-
* // StorageThroughput: Number("int"),
|
|
149
|
-
* // Engine: "STRING_VALUE",
|
|
150
|
-
* // DedicatedLogVolume: true || false,
|
|
151
147
|
* // MultiTenant: true || false,
|
|
148
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
149
|
+
* // DedicatedLogVolume: true || false,
|
|
150
|
+
* // Engine: "STRING_VALUE",
|
|
152
151
|
* // },
|
|
153
152
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
154
153
|
* // MultiAZ: true || false,
|
|
@@ -164,6 +163,7 @@ declare const StopDBInstanceCommand_base: {
|
|
|
164
163
|
* // ReplicaMode: "open-read-only" || "mounted",
|
|
165
164
|
* // LicenseModel: "STRING_VALUE",
|
|
166
165
|
* // Iops: Number("int"),
|
|
166
|
+
* // StorageThroughput: Number("int"),
|
|
167
167
|
* // OptionGroupMemberships: [ // OptionGroupMembershipList
|
|
168
168
|
* // { // OptionGroupMembership
|
|
169
169
|
* // OptionGroupName: "STRING_VALUE",
|
|
@@ -244,40 +244,40 @@ declare const StopDBInstanceCommand_base: {
|
|
|
244
244
|
* // Value: "STRING_VALUE",
|
|
245
245
|
* // },
|
|
246
246
|
* // ],
|
|
247
|
-
* //
|
|
248
|
-
* //
|
|
249
|
-
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
250
|
-
* // },
|
|
251
|
-
* // ],
|
|
247
|
+
* // AutomationMode: "full" || "all-paused",
|
|
248
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
252
249
|
* // CustomerOwnedIpEnabled: true || false,
|
|
253
|
-
* //
|
|
250
|
+
* // NetworkType: "STRING_VALUE",
|
|
254
251
|
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
255
252
|
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
256
253
|
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
257
254
|
* // ActivityStreamMode: "sync" || "async",
|
|
258
255
|
* // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
|
|
259
|
-
* //
|
|
260
|
-
* //
|
|
261
|
-
* //
|
|
256
|
+
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
257
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
258
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
259
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
260
|
+
* // },
|
|
261
|
+
* // ],
|
|
262
262
|
* // BackupTarget: "STRING_VALUE",
|
|
263
|
-
* //
|
|
263
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
264
|
+
* // CustomIamInstanceProfile: "STRING_VALUE",
|
|
264
265
|
* // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
|
|
265
|
-
* //
|
|
266
|
+
* // CertificateDetails: { // CertificateDetails
|
|
267
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
268
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
269
|
+
* // },
|
|
266
270
|
* // DBSystemId: "STRING_VALUE",
|
|
267
271
|
* // MasterUserSecret: { // MasterUserSecret
|
|
268
272
|
* // SecretArn: "STRING_VALUE",
|
|
269
273
|
* // SecretStatus: "STRING_VALUE",
|
|
270
274
|
* // KmsKeyId: "STRING_VALUE",
|
|
271
275
|
* // },
|
|
272
|
-
* // CertificateDetails: { // CertificateDetails
|
|
273
|
-
* // CAIdentifier: "STRING_VALUE",
|
|
274
|
-
* // ValidTill: new Date("TIMESTAMP"),
|
|
275
|
-
* // },
|
|
276
276
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
277
277
|
* // PercentProgress: "STRING_VALUE",
|
|
278
|
+
* // MultiTenant: true || false,
|
|
278
279
|
* // DedicatedLogVolume: true || false,
|
|
279
280
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
280
|
-
* // MultiTenant: true || false,
|
|
281
281
|
* // EngineLifecycleSupport: "STRING_VALUE",
|
|
282
282
|
* // },
|
|
283
283
|
* // };
|
|
@@ -48,7 +48,6 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
48
48
|
* // DBInstanceClass: "STRING_VALUE",
|
|
49
49
|
* // Engine: "STRING_VALUE",
|
|
50
50
|
* // DBInstanceStatus: "STRING_VALUE",
|
|
51
|
-
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
52
51
|
* // MasterUsername: "STRING_VALUE",
|
|
53
52
|
* // DBName: "STRING_VALUE",
|
|
54
53
|
* // Endpoint: { // Endpoint
|
|
@@ -112,6 +111,7 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
112
111
|
* // EngineVersion: "STRING_VALUE",
|
|
113
112
|
* // LicenseModel: "STRING_VALUE",
|
|
114
113
|
* // Iops: Number("int"),
|
|
114
|
+
* // StorageThroughput: Number("int"),
|
|
115
115
|
* // DBInstanceIdentifier: "STRING_VALUE",
|
|
116
116
|
* // StorageType: "STRING_VALUE",
|
|
117
117
|
* // CACertificateIdentifier: "STRING_VALUE",
|
|
@@ -130,13 +130,12 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
130
130
|
* // Value: "STRING_VALUE",
|
|
131
131
|
* // },
|
|
132
132
|
* // ],
|
|
133
|
-
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
134
133
|
* // AutomationMode: "full" || "all-paused",
|
|
135
134
|
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
136
|
-
* // StorageThroughput: Number("int"),
|
|
137
|
-
* // Engine: "STRING_VALUE",
|
|
138
|
-
* // DedicatedLogVolume: true || false,
|
|
139
135
|
* // MultiTenant: true || false,
|
|
136
|
+
* // IAMDatabaseAuthenticationEnabled: true || false,
|
|
137
|
+
* // DedicatedLogVolume: true || false,
|
|
138
|
+
* // Engine: "STRING_VALUE",
|
|
140
139
|
* // },
|
|
141
140
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
142
141
|
* // MultiAZ: true || false,
|
|
@@ -152,6 +151,7 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
152
151
|
* // ReplicaMode: "open-read-only" || "mounted",
|
|
153
152
|
* // LicenseModel: "STRING_VALUE",
|
|
154
153
|
* // Iops: Number("int"),
|
|
154
|
+
* // StorageThroughput: Number("int"),
|
|
155
155
|
* // OptionGroupMemberships: [ // OptionGroupMembershipList
|
|
156
156
|
* // { // OptionGroupMembership
|
|
157
157
|
* // OptionGroupName: "STRING_VALUE",
|
|
@@ -232,40 +232,40 @@ declare const SwitchoverReadReplicaCommand_base: {
|
|
|
232
232
|
* // Value: "STRING_VALUE",
|
|
233
233
|
* // },
|
|
234
234
|
* // ],
|
|
235
|
-
* //
|
|
236
|
-
* //
|
|
237
|
-
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
238
|
-
* // },
|
|
239
|
-
* // ],
|
|
235
|
+
* // AutomationMode: "full" || "all-paused",
|
|
236
|
+
* // ResumeFullAutomationModeTime: new Date("TIMESTAMP"),
|
|
240
237
|
* // CustomerOwnedIpEnabled: true || false,
|
|
241
|
-
* //
|
|
238
|
+
* // NetworkType: "STRING_VALUE",
|
|
242
239
|
* // ActivityStreamStatus: "stopped" || "starting" || "started" || "stopping",
|
|
243
240
|
* // ActivityStreamKmsKeyId: "STRING_VALUE",
|
|
244
241
|
* // ActivityStreamKinesisStreamName: "STRING_VALUE",
|
|
245
242
|
* // ActivityStreamMode: "sync" || "async",
|
|
246
243
|
* // ActivityStreamEngineNativeAuditFieldsIncluded: true || false,
|
|
247
|
-
* //
|
|
248
|
-
* //
|
|
249
|
-
* //
|
|
244
|
+
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
245
|
+
* // DBInstanceAutomatedBackupsReplications: [ // DBInstanceAutomatedBackupsReplicationList
|
|
246
|
+
* // { // DBInstanceAutomatedBackupsReplication
|
|
247
|
+
* // DBInstanceAutomatedBackupsArn: "STRING_VALUE",
|
|
248
|
+
* // },
|
|
249
|
+
* // ],
|
|
250
250
|
* // BackupTarget: "STRING_VALUE",
|
|
251
|
-
* //
|
|
251
|
+
* // AutomaticRestartTime: new Date("TIMESTAMP"),
|
|
252
|
+
* // CustomIamInstanceProfile: "STRING_VALUE",
|
|
252
253
|
* // ActivityStreamPolicyStatus: "locked" || "unlocked" || "locking-policy" || "unlocking-policy",
|
|
253
|
-
* //
|
|
254
|
+
* // CertificateDetails: { // CertificateDetails
|
|
255
|
+
* // CAIdentifier: "STRING_VALUE",
|
|
256
|
+
* // ValidTill: new Date("TIMESTAMP"),
|
|
257
|
+
* // },
|
|
254
258
|
* // DBSystemId: "STRING_VALUE",
|
|
255
259
|
* // MasterUserSecret: { // MasterUserSecret
|
|
256
260
|
* // SecretArn: "STRING_VALUE",
|
|
257
261
|
* // SecretStatus: "STRING_VALUE",
|
|
258
262
|
* // KmsKeyId: "STRING_VALUE",
|
|
259
263
|
* // },
|
|
260
|
-
* // CertificateDetails: { // CertificateDetails
|
|
261
|
-
* // CAIdentifier: "STRING_VALUE",
|
|
262
|
-
* // ValidTill: new Date("TIMESTAMP"),
|
|
263
|
-
* // },
|
|
264
264
|
* // ReadReplicaSourceDBClusterIdentifier: "STRING_VALUE",
|
|
265
265
|
* // PercentProgress: "STRING_VALUE",
|
|
266
|
+
* // MultiTenant: true || false,
|
|
266
267
|
* // DedicatedLogVolume: true || false,
|
|
267
268
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
268
|
-
* // MultiTenant: true || false,
|
|
269
269
|
* // EngineLifecycleSupport: "STRING_VALUE",
|
|
270
270
|
* // },
|
|
271
271
|
* // };
|