@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.
Files changed (103) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/RDS.js +10 -0
  3. package/dist-cjs/commands/CreateTenantDatabaseCommand.js +52 -0
  4. package/dist-cjs/commands/DeleteTenantDatabaseCommand.js +52 -0
  5. package/dist-cjs/commands/DescribeDBSnapshotTenantDatabasesCommand.js +51 -0
  6. package/dist-cjs/commands/DescribeTenantDatabasesCommand.js +52 -0
  7. package/dist-cjs/commands/ModifyTenantDatabaseCommand.js +52 -0
  8. package/dist-cjs/commands/index.js +5 -0
  9. package/dist-cjs/models/models_0.js +83 -20
  10. package/dist-cjs/models/models_1.js +37 -1
  11. package/dist-cjs/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +29 -0
  12. package/dist-cjs/pagination/DescribeTenantDatabasesPaginator.js +29 -0
  13. package/dist-cjs/pagination/index.js +2 -0
  14. package/dist-cjs/protocols/Aws_query.js +653 -7
  15. package/dist-cjs/waiters/index.js +2 -0
  16. package/dist-cjs/waiters/waitForTenantDatabaseAvailable.js +89 -0
  17. package/dist-cjs/waiters/waitForTenantDatabaseDeleted.js +39 -0
  18. package/dist-es/RDS.js +10 -0
  19. package/dist-es/commands/CreateTenantDatabaseCommand.js +48 -0
  20. package/dist-es/commands/DeleteTenantDatabaseCommand.js +48 -0
  21. package/dist-es/commands/DescribeDBSnapshotTenantDatabasesCommand.js +47 -0
  22. package/dist-es/commands/DescribeTenantDatabasesCommand.js +48 -0
  23. package/dist-es/commands/ModifyTenantDatabaseCommand.js +48 -0
  24. package/dist-es/commands/index.js +5 -0
  25. package/dist-es/models/models_0.js +71 -16
  26. package/dist-es/models/models_1.js +32 -0
  27. package/dist-es/pagination/DescribeDBSnapshotTenantDatabasesPaginator.js +25 -0
  28. package/dist-es/pagination/DescribeTenantDatabasesPaginator.js +25 -0
  29. package/dist-es/pagination/index.js +2 -0
  30. package/dist-es/protocols/Aws_query.js +637 -2
  31. package/dist-es/waiters/index.js +2 -0
  32. package/dist-es/waiters/waitForTenantDatabaseAvailable.js +84 -0
  33. package/dist-es/waiters/waitForTenantDatabaseDeleted.js +34 -0
  34. package/dist-types/RDS.d.ts +35 -0
  35. package/dist-types/RDSClient.d.ts +7 -2
  36. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -0
  37. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -0
  38. package/dist-types/commands/CreateDBInstanceCommand.d.ts +7 -0
  39. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +6 -0
  40. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -0
  41. package/dist-types/commands/CreateTenantDatabaseCommand.d.ts +122 -0
  42. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -0
  43. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +2 -0
  44. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -0
  45. package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +111 -0
  46. package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -1
  47. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  50. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -0
  51. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +2 -0
  52. package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +117 -0
  53. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -0
  54. package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +114 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  56. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +7 -0
  57. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -0
  58. package/dist-types/commands/ModifyTenantDatabaseCommand.d.ts +114 -0
  59. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -0
  60. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
  61. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
  62. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +6 -0
  63. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -0
  64. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +6 -0
  65. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  66. package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -0
  67. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  68. package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -0
  69. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +2 -0
  70. package/dist-types/commands/index.d.ts +5 -0
  71. package/dist-types/index.d.ts +2 -0
  72. package/dist-types/models/models_0.d.ts +333 -388
  73. package/dist-types/models/models_1.d.ts +1132 -335
  74. package/dist-types/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +7 -0
  75. package/dist-types/pagination/DescribeTenantDatabasesPaginator.d.ts +7 -0
  76. package/dist-types/pagination/index.d.ts +2 -0
  77. package/dist-types/protocols/Aws_query.d.ts +45 -0
  78. package/dist-types/ts3.4/RDS.d.ts +91 -0
  79. package/dist-types/ts3.4/RDSClient.d.ts +30 -0
  80. package/dist-types/ts3.4/commands/CreateTenantDatabaseCommand.d.ts +42 -0
  81. package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +42 -0
  82. package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +2 -4
  83. package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +42 -0
  87. package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +42 -0
  88. package/dist-types/ts3.4/commands/ModifyTenantDatabaseCommand.d.ts +42 -0
  89. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  90. package/dist-types/ts3.4/index.d.ts +2 -0
  91. package/dist-types/ts3.4/models/models_0.d.ts +97 -67
  92. package/dist-types/ts3.4/models/models_1.d.ts +129 -1
  93. package/dist-types/ts3.4/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +11 -0
  94. package/dist-types/ts3.4/pagination/DescribeTenantDatabasesPaginator.d.ts +11 -0
  95. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  96. package/dist-types/ts3.4/protocols/Aws_query.d.ts +60 -0
  97. package/dist-types/ts3.4/waiters/index.d.ts +2 -0
  98. package/dist-types/ts3.4/waiters/waitForTenantDatabaseAvailable.d.ts +11 -0
  99. package/dist-types/ts3.4/waiters/waitForTenantDatabaseDeleted.d.ts +11 -0
  100. package/dist-types/waiters/index.d.ts +2 -0
  101. package/dist-types/waiters/waitForTenantDatabaseAvailable.d.ts +14 -0
  102. package/dist-types/waiters/waitForTenantDatabaseDeleted.d.ts +14 -0
  103. 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";
@@ -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";