@aws-sdk/client-rds 3.441.0 → 3.445.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/README.md +40 -0
- package/dist-cjs/RDS.js +10 -0
- package/dist-cjs/commands/CreateTenantDatabaseCommand.js +52 -0
- package/dist-cjs/commands/DeleteTenantDatabaseCommand.js +52 -0
- package/dist-cjs/commands/DescribeDBSnapshotTenantDatabasesCommand.js +51 -0
- package/dist-cjs/commands/DescribeTenantDatabasesCommand.js +52 -0
- package/dist-cjs/commands/ModifyTenantDatabaseCommand.js +52 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +83 -20
- package/dist-cjs/models/models_1.js +37 -1
- package/dist-cjs/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +29 -0
- package/dist-cjs/pagination/DescribeTenantDatabasesPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -0
- package/dist-cjs/protocols/Aws_query.js +653 -7
- package/dist-cjs/waiters/index.js +2 -0
- package/dist-cjs/waiters/waitForTenantDatabaseAvailable.js +89 -0
- package/dist-cjs/waiters/waitForTenantDatabaseDeleted.js +39 -0
- package/dist-es/RDS.js +10 -0
- package/dist-es/commands/CreateTenantDatabaseCommand.js +48 -0
- package/dist-es/commands/DeleteTenantDatabaseCommand.js +48 -0
- package/dist-es/commands/DescribeDBSnapshotTenantDatabasesCommand.js +47 -0
- package/dist-es/commands/DescribeTenantDatabasesCommand.js +48 -0
- package/dist-es/commands/ModifyTenantDatabaseCommand.js +48 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +71 -16
- package/dist-es/models/models_1.js +32 -0
- package/dist-es/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +25 -0
- package/dist-es/pagination/DescribeTenantDatabasesPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_query.js +637 -2
- package/dist-es/waiters/index.js +2 -0
- package/dist-es/waiters/waitForTenantDatabaseAvailable.js +84 -0
- package/dist-es/waiters/waitForTenantDatabaseDeleted.js +34 -0
- package/dist-types/RDS.d.ts +35 -0
- package/dist-types/RDSClient.d.ts +7 -2
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +7 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +6 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +122 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +111 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +117 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +114 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +7 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -0
- package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +114 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +6 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +6 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +333 -388
- package/dist-types/models/models_1.d.ts +1132 -335
- package/dist-types/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +7 -0
- package/dist-types/pagination/DescribeTenantDatabasesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_query.d.ts +45 -0
- package/dist-types/ts3.4/RDS.d.ts +91 -0
- package/dist-types/ts3.4/RDSClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +97 -67
- package/dist-types/ts3.4/models/models_1.d.ts +129 -1
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/DescribeTenantDatabasesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
- package/dist-types/ts3.4/waiters/index.d.ts +2 -0
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseAvailable.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForTenantDatabaseDeleted.d.ts +11 -0
- package/dist-types/waiters/index.d.ts +2 -0
- package/dist-types/waiters/waitForTenantDatabaseAvailable.d.ts +14 -0
- package/dist-types/waiters/waitForTenantDatabaseDeleted.d.ts +14 -0
- package/package.json +4 -4
|
@@ -197,6 +197,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
197
197
|
* // StorageThroughput: Number("int"),
|
|
198
198
|
* // Engine: "STRING_VALUE",
|
|
199
199
|
* // DedicatedLogVolume: true || false,
|
|
200
|
+
* // MultiTenant: true || false,
|
|
200
201
|
* // },
|
|
201
202
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
202
203
|
* // MultiAZ: true || false,
|
|
@@ -324,6 +325,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
324
325
|
* // PercentProgress: "STRING_VALUE",
|
|
325
326
|
* // DedicatedLogVolume: true || false,
|
|
326
327
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
328
|
+
* // MultiTenant: true || false,
|
|
327
329
|
* // },
|
|
328
330
|
* // };
|
|
329
331
|
*
|
|
@@ -414,6 +416,10 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
|
|
|
414
416
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
415
417
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
416
418
|
*
|
|
419
|
+
* @throws {@link TenantDatabaseQuotaExceededFault} (client fault)
|
|
420
|
+
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
421
|
+
* account.</p>
|
|
422
|
+
*
|
|
417
423
|
* @throws {@link RDSServiceException}
|
|
418
424
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
419
425
|
*
|
|
@@ -201,6 +201,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
201
201
|
* // StorageThroughput: Number("int"),
|
|
202
202
|
* // Engine: "STRING_VALUE",
|
|
203
203
|
* // DedicatedLogVolume: true || false,
|
|
204
|
+
* // MultiTenant: true || false,
|
|
204
205
|
* // },
|
|
205
206
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
206
207
|
* // MultiAZ: true || false,
|
|
@@ -328,6 +329,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
|
|
|
328
329
|
* // PercentProgress: "STRING_VALUE",
|
|
329
330
|
* // DedicatedLogVolume: true || false,
|
|
330
331
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
332
|
+
* // MultiTenant: true || false,
|
|
331
333
|
* // },
|
|
332
334
|
* // };
|
|
333
335
|
*
|
|
@@ -197,6 +197,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
197
197
|
* // StorageThroughput: Number("int"),
|
|
198
198
|
* // Engine: "STRING_VALUE",
|
|
199
199
|
* // DedicatedLogVolume: true || false,
|
|
200
|
+
* // MultiTenant: true || false,
|
|
200
201
|
* // },
|
|
201
202
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
202
203
|
* // MultiAZ: true || false,
|
|
@@ -324,6 +325,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
324
325
|
* // PercentProgress: "STRING_VALUE",
|
|
325
326
|
* // DedicatedLogVolume: true || false,
|
|
326
327
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
328
|
+
* // MultiTenant: true || false,
|
|
327
329
|
* // },
|
|
328
330
|
* // };
|
|
329
331
|
*
|
|
@@ -419,6 +421,10 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
|
|
|
419
421
|
* @throws {@link StorageTypeNotSupportedFault} (client fault)
|
|
420
422
|
* <p>The specified <code>StorageType</code> can't be associated with the DB instance.</p>
|
|
421
423
|
*
|
|
424
|
+
* @throws {@link TenantDatabaseQuotaExceededFault} (client fault)
|
|
425
|
+
* <p>You attempted to create more tenant databases than are permitted in your Amazon Web Services
|
|
426
|
+
* account.</p>
|
|
427
|
+
*
|
|
422
428
|
* @throws {@link RDSServiceException}
|
|
423
429
|
* <p>Base exception class for all service exceptions from RDS service.</p>
|
|
424
430
|
*
|
|
@@ -81,6 +81,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
81
81
|
* // StorageThroughput: Number("int"),
|
|
82
82
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
83
83
|
* // DedicatedLogVolume: true || false,
|
|
84
|
+
* // MultiTenant: true || false,
|
|
84
85
|
* // },
|
|
85
86
|
* // };
|
|
86
87
|
*
|
|
@@ -138,6 +138,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
138
138
|
* // StorageThroughput: Number("int"),
|
|
139
139
|
* // Engine: "STRING_VALUE",
|
|
140
140
|
* // DedicatedLogVolume: true || false,
|
|
141
|
+
* // MultiTenant: true || false,
|
|
141
142
|
* // },
|
|
142
143
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
143
144
|
* // MultiAZ: true || false,
|
|
@@ -265,6 +266,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
|
|
|
265
266
|
* // PercentProgress: "STRING_VALUE",
|
|
266
267
|
* // DedicatedLogVolume: true || false,
|
|
267
268
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
269
|
+
* // MultiTenant: true || false,
|
|
268
270
|
* // },
|
|
269
271
|
* // };
|
|
270
272
|
*
|
|
@@ -78,6 +78,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
|
|
|
78
78
|
* // StorageThroughput: Number("int"),
|
|
79
79
|
* // AwsBackupRecoveryPointArn: "STRING_VALUE",
|
|
80
80
|
* // DedicatedLogVolume: true || false,
|
|
81
|
+
* // MultiTenant: true || false,
|
|
81
82
|
* // },
|
|
82
83
|
* // };
|
|
83
84
|
*
|
|
@@ -141,6 +141,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
|
|
|
141
141
|
* // StorageThroughput: Number("int"),
|
|
142
142
|
* // Engine: "STRING_VALUE",
|
|
143
143
|
* // DedicatedLogVolume: true || false,
|
|
144
|
+
* // MultiTenant: true || false,
|
|
144
145
|
* // },
|
|
145
146
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
146
147
|
* // MultiAZ: true || false,
|
|
@@ -268,6 +269,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
|
|
|
268
269
|
* // PercentProgress: "STRING_VALUE",
|
|
269
270
|
* // DedicatedLogVolume: true || false,
|
|
270
271
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
272
|
+
* // MultiTenant: true || false,
|
|
271
273
|
* // },
|
|
272
274
|
* // };
|
|
273
275
|
*
|
|
@@ -130,6 +130,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
|
|
|
130
130
|
* // StorageThroughput: Number("int"),
|
|
131
131
|
* // Engine: "STRING_VALUE",
|
|
132
132
|
* // DedicatedLogVolume: true || false,
|
|
133
|
+
* // MultiTenant: true || false,
|
|
133
134
|
* // },
|
|
134
135
|
* // LatestRestorableTime: new Date("TIMESTAMP"),
|
|
135
136
|
* // MultiAZ: true || false,
|
|
@@ -257,6 +258,7 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
|
|
|
257
258
|
* // PercentProgress: "STRING_VALUE",
|
|
258
259
|
* // DedicatedLogVolume: true || false,
|
|
259
260
|
* // IsStorageConfigUpgradeAvailable: true || false,
|
|
261
|
+
* // MultiTenant: true || false,
|
|
260
262
|
* // },
|
|
261
263
|
* // };
|
|
262
264
|
*
|
|
@@ -29,6 +29,7 @@ export * from "./CreateEventSubscriptionCommand";
|
|
|
29
29
|
export * from "./CreateGlobalClusterCommand";
|
|
30
30
|
export * from "./CreateIntegrationCommand";
|
|
31
31
|
export * from "./CreateOptionGroupCommand";
|
|
32
|
+
export * from "./CreateTenantDatabaseCommand";
|
|
32
33
|
export * from "./DeleteBlueGreenDeploymentCommand";
|
|
33
34
|
export * from "./DeleteCustomDBEngineVersionCommand";
|
|
34
35
|
export * from "./DeleteDBClusterAutomatedBackupCommand";
|
|
@@ -48,6 +49,7 @@ export * from "./DeleteEventSubscriptionCommand";
|
|
|
48
49
|
export * from "./DeleteGlobalClusterCommand";
|
|
49
50
|
export * from "./DeleteIntegrationCommand";
|
|
50
51
|
export * from "./DeleteOptionGroupCommand";
|
|
52
|
+
export * from "./DeleteTenantDatabaseCommand";
|
|
51
53
|
export * from "./DeregisterDBProxyTargetsCommand";
|
|
52
54
|
export * from "./DescribeAccountAttributesCommand";
|
|
53
55
|
export * from "./DescribeBlueGreenDeploymentsCommand";
|
|
@@ -72,6 +74,7 @@ export * from "./DescribeDBProxyTargetGroupsCommand";
|
|
|
72
74
|
export * from "./DescribeDBProxyTargetsCommand";
|
|
73
75
|
export * from "./DescribeDBSecurityGroupsCommand";
|
|
74
76
|
export * from "./DescribeDBSnapshotAttributesCommand";
|
|
77
|
+
export * from "./DescribeDBSnapshotTenantDatabasesCommand";
|
|
75
78
|
export * from "./DescribeDBSnapshotsCommand";
|
|
76
79
|
export * from "./DescribeDBSubnetGroupsCommand";
|
|
77
80
|
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
@@ -89,6 +92,7 @@ export * from "./DescribePendingMaintenanceActionsCommand";
|
|
|
89
92
|
export * from "./DescribeReservedDBInstancesCommand";
|
|
90
93
|
export * from "./DescribeReservedDBInstancesOfferingsCommand";
|
|
91
94
|
export * from "./DescribeSourceRegionsCommand";
|
|
95
|
+
export * from "./DescribeTenantDatabasesCommand";
|
|
92
96
|
export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
93
97
|
export * from "./DownloadDBLogFilePortionCommand";
|
|
94
98
|
export * from "./FailoverDBClusterCommand";
|
|
@@ -113,6 +117,7 @@ export * from "./ModifyDBSubnetGroupCommand";
|
|
|
113
117
|
export * from "./ModifyEventSubscriptionCommand";
|
|
114
118
|
export * from "./ModifyGlobalClusterCommand";
|
|
115
119
|
export * from "./ModifyOptionGroupCommand";
|
|
120
|
+
export * from "./ModifyTenantDatabaseCommand";
|
|
116
121
|
export * from "./PromoteReadReplicaCommand";
|
|
117
122
|
export * from "./PromoteReadReplicaDBClusterCommand";
|
|
118
123
|
export * from "./PurchaseReservedDBInstancesOfferingCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -58,6 +58,8 @@
|
|
|
58
58
|
export * from "./RDSClient";
|
|
59
59
|
export * from "./RDS";
|
|
60
60
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
61
|
+
export { RuntimeExtension } from "./runtimeExtensions";
|
|
62
|
+
export { RDSExtensionConfiguration } from "./extensionConfiguration";
|
|
61
63
|
export * from "./commands";
|
|
62
64
|
export * from "./pagination";
|
|
63
65
|
export * from "./waiters";
|