@aws-sdk/client-rds 3.37.0 → 3.41.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 (200) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist-cjs/RDS.js +45 -0
  3. package/dist-cjs/commands/CreateCustomDBEngineVersionCommand.js +36 -0
  4. package/dist-cjs/commands/DeleteCustomDBEngineVersionCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeDBProxyTargetsCommand.js +2 -1
  6. package/dist-cjs/commands/ModifyCustomDBEngineVersionCommand.js +37 -0
  7. package/dist-cjs/commands/index.js +143 -0
  8. package/dist-cjs/endpoints.js +166 -27
  9. package/dist-cjs/index.js +5 -181
  10. package/dist-cjs/models/models_0.js +70 -73
  11. package/dist-cjs/models/models_1.js +60 -4
  12. package/dist-cjs/pagination/index.js +39 -0
  13. package/dist-cjs/protocols/Aws_query.js +426 -6
  14. package/dist-cjs/runtimeConfig.browser.js +6 -3
  15. package/dist-cjs/runtimeConfig.js +5 -3
  16. package/dist-cjs/waiters/index.js +9 -0
  17. package/dist-es/RDS.js +45 -0
  18. package/dist-es/commands/CreateCustomDBEngineVersionCommand.js +39 -0
  19. package/dist-es/commands/DeleteCustomDBEngineVersionCommand.js +39 -0
  20. package/dist-es/commands/DescribeDBProxyTargetsCommand.js +2 -1
  21. package/dist-es/commands/ModifyCustomDBEngineVersionCommand.js +40 -0
  22. package/dist-es/commands/index.js +140 -0
  23. package/dist-es/endpoints.js +166 -27
  24. package/dist-es/index.js +5 -181
  25. package/dist-es/models/models_0.js +45 -54
  26. package/dist-es/models/models_1.js +48 -0
  27. package/dist-es/pagination/index.js +36 -0
  28. package/dist-es/protocols/Aws_query.js +431 -0
  29. package/dist-es/runtimeConfig.browser.js +3 -2
  30. package/dist-es/runtimeConfig.js +3 -3
  31. package/dist-es/waiters/index.js +6 -0
  32. package/dist-types/RDS.d.ts +103 -13
  33. package/dist-types/RDSClient.d.ts +13 -2
  34. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +1 -1
  35. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +2 -1
  36. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  37. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  38. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  39. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +1 -1
  40. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  41. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -1
  43. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -3
  44. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
  45. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +3 -1
  46. package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
  49. package/dist-types/commands/CreateDBClusterCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +5 -4
  56. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateOptionGroupCommand.d.ts +2 -1
  64. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
  65. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
  66. package/dist-types/commands/DeleteDBClusterCommand.d.ts +1 -1
  67. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
  68. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +1 -1
  69. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +1 -1
  70. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
  71. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  72. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
  74. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
  75. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
  76. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
  77. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  79. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  80. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
  81. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
  90. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  96. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +2 -1
  97. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  100. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +3 -2
  103. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  105. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  106. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  107. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
  108. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  109. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  110. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  111. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  122. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +4 -5
  123. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +2 -1
  124. package/dist-types/commands/FailoverDBClusterCommand.d.ts +1 -1
  125. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
  126. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
  127. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  128. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  129. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  130. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
  131. package/dist-types/commands/ModifyDBClusterCommand.d.ts +1 -1
  132. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
  133. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +1 -1
  134. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -1
  135. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  136. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
  137. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
  138. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
  139. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
  140. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  141. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +3 -2
  142. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
  143. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  144. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +1 -1
  145. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
  146. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +2 -2
  147. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
  149. package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -1
  150. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
  151. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
  152. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +1 -1
  153. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
  154. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  155. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
  158. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +1 -1
  159. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +1 -1
  160. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
  162. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +2 -1
  163. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
  164. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
  165. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  166. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  167. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  168. package/dist-types/commands/StartDBInstanceCommand.d.ts +2 -2
  169. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
  170. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  171. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  172. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -1
  173. package/dist-types/commands/StopDBInstanceCommand.d.ts +2 -2
  174. package/dist-types/commands/index.d.ts +140 -0
  175. package/dist-types/index.d.ts +5 -181
  176. package/dist-types/models/models_0.d.ts +697 -410
  177. package/dist-types/models/models_1.d.ts +468 -137
  178. package/dist-types/pagination/index.d.ts +36 -0
  179. package/dist-types/protocols/Aws_query.d.ts +9 -0
  180. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  181. package/dist-types/runtimeConfig.d.ts +2 -0
  182. package/dist-types/runtimeConfig.native.d.ts +2 -0
  183. package/dist-types/ts3.4/RDS.d.ts +15 -0
  184. package/dist-types/ts3.4/RDSClient.d.ts +9 -2
  185. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
  186. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
  187. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
  188. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
  189. package/dist-types/ts3.4/commands/index.d.ts +140 -0
  190. package/dist-types/ts3.4/index.d.ts +5 -181
  191. package/dist-types/ts3.4/models/models_0.d.ts +190 -154
  192. package/dist-types/ts3.4/models/models_1.d.ts +97 -2
  193. package/dist-types/ts3.4/pagination/index.d.ts +36 -0
  194. package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
  195. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  196. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  197. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  198. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  199. package/dist-types/waiters/index.d.ts +6 -0
  200. package/package.json +28 -28
@@ -28,7 +28,7 @@ export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterRes
28
28
  *
29
29
  * @see {@link ModifyGlobalClusterCommandInput} for command's `input` shape.
30
30
  * @see {@link ModifyGlobalClusterCommandOutput} for command's `response` shape.
31
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyOptionGroupCommandOutput extends ModifyOptionGroupResult,
20
20
  *
21
21
  * @see {@link ModifyOptionGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyOptionGroupCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ModifyOptionGroupCommand extends $Command<ModifyOptionGroupCommandInput, ModifyOptionGroupCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
21
21
  * promotion.</p>
22
22
  * </li>
23
23
  * <li>
24
- * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.</p>
24
+ * <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p>
25
25
  * </li>
26
26
  * </ul>
27
27
  *
@@ -38,7 +38,7 @@ export interface PromoteReadReplicaCommandOutput extends PromoteReadReplicaResul
38
38
  *
39
39
  * @see {@link PromoteReadReplicaCommandInput} for command's `input` shape.
40
40
  * @see {@link PromoteReadReplicaCommandOutput} for command's `response` shape.
41
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
41
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
42
42
  *
43
43
  */
44
44
  export declare class PromoteReadReplicaCommand extends $Command<PromoteReadReplicaCommandInput, PromoteReadReplicaCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface PromoteReadReplicaDBClusterCommandOutput extends PromoteReadRep
23
23
  *
24
24
  * @see {@link PromoteReadReplicaDBClusterCommandInput} for command's `input` shape.
25
25
  * @see {@link PromoteReadReplicaDBClusterCommandOutput} for command's `response` shape.
26
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class PromoteReadReplicaDBClusterCommand extends $Command<PromoteReadReplicaDBClusterCommandInput, PromoteReadReplicaDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface PurchaseReservedDBInstancesOfferingCommandOutput extends Purcha
20
20
  *
21
21
  * @see {@link PurchaseReservedDBInstancesOfferingCommandInput} for command's `input` shape.
22
22
  * @see {@link PurchaseReservedDBInstancesOfferingCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class PurchaseReservedDBInstancesOfferingCommand extends $Command<PurchaseReservedDBInstancesOfferingCommandInput, PurchaseReservedDBInstancesOfferingCommandOutput, RDSClientResolvedConfig> {
@@ -19,6 +19,8 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
19
19
  *
20
20
  * <p>For more information about rebooting, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_RebootInstance.html">Rebooting a DB Instance</a> in the <i>Amazon RDS User Guide.</i>
21
21
  * </p>
22
+ *
23
+ * <p>This command doesn't apply to RDS Custom.</p>
22
24
  * @example
23
25
  * Use a bare-bones client and the command you need to make an API call.
24
26
  * ```javascript
@@ -31,7 +33,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
31
33
  *
32
34
  * @see {@link RebootDBInstanceCommandInput} for command's `input` shape.
33
35
  * @see {@link RebootDBInstanceCommandOutput} for command's `response` shape.
34
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
35
37
  *
36
38
  */
37
39
  export declare class RebootDBInstanceCommand extends $Command<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
20
20
  *
21
21
  * @see {@link RegisterDBProxyTargetsCommandInput} for command's `input` shape.
22
22
  * @see {@link RegisterDBProxyTargetsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RegisterDBProxyTargetsCommand extends $Command<RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
27
27
  *
28
28
  * @see {@link RemoveFromGlobalClusterCommandInput} for command's `input` shape.
29
29
  * @see {@link RemoveFromGlobalClusterCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class RemoveFromGlobalClusterCommand extends $Command<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link RemoveRoleFromDBClusterCommandInput} for command's `input` shape.
27
27
  * @see {@link RemoveRoleFromDBClusterCommandOutput} for command's `response` shape.
28
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
28
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
29
29
  *
30
30
  */
31
31
  export declare class RemoveRoleFromDBClusterCommand extends $Command<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveRoleFromDBInstanceCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link RemoveRoleFromDBInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveRoleFromDBInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveRoleFromDBInstanceCommand extends $Command<RemoveRoleFromDBInstanceCommandInput, RemoveRoleFromDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
20
20
  *
21
21
  * @see {@link RemoveSourceIdentifierFromSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveSourceIdentifierFromSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveSourceIdentifierFromSubscriptionCommand extends $Command<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
26
26
  * @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, RDSClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
39
39
  *
40
40
  * @see {@link ResetDBClusterParameterGroupCommandInput} for command's `input` shape.
41
41
  * @see {@link ResetDBClusterParameterGroupCommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class ResetDBClusterParameterGroupCommand extends $Command<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName
27
27
  *
28
28
  * @see {@link ResetDBParameterGroupCommandInput} for command's `input` shape.
29
29
  * @see {@link ResetDBParameterGroupCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ResetDBParameterGroupCommand extends $Command<ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
39
39
  *
40
40
  * @see {@link RestoreDBClusterFromS3CommandInput} for command's `input` shape.
41
41
  * @see {@link RestoreDBClusterFromS3CommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class RestoreDBClusterFromS3Command extends $Command<RestoreDBClusterFromS3CommandInput, RestoreDBClusterFromS3CommandOutput, RDSClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
39
39
  *
40
40
  * @see {@link RestoreDBClusterFromSnapshotCommandInput} for command's `input` shape.
41
41
  * @see {@link RestoreDBClusterFromSnapshotCommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class RestoreDBClusterFromSnapshotCommand extends $Command<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -39,7 +39,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
39
39
  *
40
40
  * @see {@link RestoreDBClusterToPointInTimeCommandInput} for command's `input` shape.
41
41
  * @see {@link RestoreDBClusterToPointInTimeCommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class RestoreDBClusterToPointInTimeCommand extends $Command<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, RDSClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
33
33
  *
34
34
  * @see {@link RestoreDBInstanceFromDBSnapshotCommandInput} for command's `input` shape.
35
35
  * @see {@link RestoreDBInstanceFromDBSnapshotCommandOutput} for command's `response` shape.
36
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class RestoreDBInstanceFromDBSnapshotCommand extends $Command<RestoreDBInstanceFromDBSnapshotCommandInput, RestoreDBInstanceFromDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -15,6 +15,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
15
15
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.html">Importing Data into an Amazon RDS MySQL DB Instance</a>
16
16
  * in the <i>Amazon RDS User Guide.</i>
17
17
  * </p>
18
+ * <p>This command doesn't apply to RDS Custom.</p>
18
19
  * @example
19
20
  * Use a bare-bones client and the command you need to make an API call.
20
21
  * ```javascript
@@ -27,7 +28,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
27
28
  *
28
29
  * @see {@link RestoreDBInstanceFromS3CommandInput} for command's `input` shape.
29
30
  * @see {@link RestoreDBInstanceFromS3CommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
32
  *
32
33
  */
33
34
  export declare class RestoreDBInstanceFromS3Command extends $Command<RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput, RDSClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
29
29
  *
30
30
  * @see {@link RestoreDBInstanceToPointInTimeCommandInput} for command's `input` shape.
31
31
  * @see {@link RestoreDBInstanceToPointInTimeCommandOutput} for command's `response` shape.
32
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class RestoreDBInstanceToPointInTimeCommand extends $Command<RestoreDBInstanceToPointInTimeCommandInput, RestoreDBInstanceToPointInTimeCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RevokeDBSecurityGroupIngressCommandOutput extends RevokeDBSecur
20
20
  *
21
21
  * @see {@link RevokeDBSecurityGroupIngressCommandInput} for command's `input` shape.
22
22
  * @see {@link RevokeDBSecurityGroupIngressCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RevokeDBSecurityGroupIngressCommand extends $Command<RevokeDBSecurityGroupIngressCommandInput, RevokeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartActivityStreamCommandOutput extends StartActivityStreamRes
22
22
  *
23
23
  * @see {@link StartActivityStreamCommandInput} for command's `input` shape.
24
24
  * @see {@link StartActivityStreamCommandOutput} for command's `response` shape.
25
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartActivityStreamCommand extends $Command<StartActivityStreamCommandInput, StartActivityStreamCommandOutput, RDSClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
29
29
  *
30
30
  * @see {@link StartDBClusterCommandInput} for command's `input` shape.
31
31
  * @see {@link StartDBClusterCommandOutput} for command's `response` shape.
32
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class StartDBClusterCommand extends $Command<StartDBClusterCommandInput, StartDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -8,6 +8,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
8
8
  }
9
9
  /**
10
10
  * <p>Enables replication of automated backups to a different Amazon Web Services Region.</p>
11
+ * <p>This command doesn't apply to RDS Custom.</p>
11
12
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
12
13
  * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
13
14
  * </p>
@@ -23,7 +24,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
23
24
  *
24
25
  * @see {@link StartDBInstanceAutomatedBackupsReplicationCommandInput} for command's `input` shape.
25
26
  * @see {@link StartDBInstanceAutomatedBackupsReplicationCommandOutput} for command's `response` shape.
26
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
27
28
  *
28
29
  */
29
30
  export declare class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command<StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig> {
@@ -19,7 +19,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
19
19
  *
20
20
  * <note>
21
21
  * <p>
22
- * This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
22
+ * This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
23
23
  * For Aurora DB clusters, use <code>StartDBCluster</code> instead.
24
24
  * </p>
25
25
  * </note>
@@ -35,7 +35,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
35
35
  *
36
36
  * @see {@link StartDBInstanceCommandInput} for command's `input` shape.
37
37
  * @see {@link StartDBInstanceCommandOutput} for command's `response` shape.
38
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class StartDBInstanceCommand extends $Command<StartDBInstanceCommandInput, StartDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -11,6 +11,7 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
11
11
  * <p>Starts an export of a snapshot to Amazon S3.
12
12
  * The provided IAM role must have access to the S3 bucket.
13
13
  * </p>
14
+ * <p>This command doesn't apply to RDS Custom.</p>
14
15
  * @example
15
16
  * Use a bare-bones client and the command you need to make an API call.
16
17
  * ```javascript
@@ -23,7 +24,7 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
23
24
  *
24
25
  * @see {@link StartExportTaskCommandInput} for command's `input` shape.
25
26
  * @see {@link StartExportTaskCommandOutput} for command's `response` shape.
26
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
27
28
  *
28
29
  */
29
30
  export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
24
24
  *
25
25
  * @see {@link StopActivityStreamCommandInput} for command's `input` shape.
26
26
  * @see {@link StopActivityStreamCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StopActivityStreamCommand extends $Command<StopActivityStreamCommandInput, StopActivityStreamCommandOutput, RDSClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
32
32
  *
33
33
  * @see {@link StopDBClusterCommandInput} for command's `input` shape.
34
34
  * @see {@link StopDBClusterCommandOutput} for command's `response` shape.
35
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class StopDBClusterCommand extends $Command<StopDBClusterCommandInput, StopDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -8,6 +8,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
8
8
  }
9
9
  /**
10
10
  * <p>Stops automated backup replication for a DB instance.</p>
11
+ * <p>This command doesn't apply to RDS Custom.</p>
11
12
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
12
13
  * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
13
14
  * </p>
@@ -23,7 +24,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
23
24
  *
24
25
  * @see {@link StopDBInstanceAutomatedBackupsReplicationCommandInput} for command's `input` shape.
25
26
  * @see {@link StopDBInstanceAutomatedBackupsReplicationCommandOutput} for command's `response` shape.
26
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
27
28
  *
28
29
  */
29
30
  export declare class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command<StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
21
21
  *
22
22
  * <note>
23
23
  * <p>
24
- * This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
24
+ * This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
25
25
  * For Aurora clusters, use <code>StopDBCluster</code> instead.
26
26
  * </p>
27
27
  * </note>
@@ -37,7 +37,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
37
37
  *
38
38
  * @see {@link StopDBInstanceCommandInput} for command's `input` shape.
39
39
  * @see {@link StopDBInstanceCommandOutput} for command's `response` shape.
40
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class StopDBInstanceCommand extends $Command<StopDBInstanceCommandInput, StopDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -0,0 +1,140 @@
1
+ export * from "./AddRoleToDBClusterCommand";
2
+ export * from "./AddRoleToDBInstanceCommand";
3
+ export * from "./AddSourceIdentifierToSubscriptionCommand";
4
+ export * from "./AddTagsToResourceCommand";
5
+ export * from "./ApplyPendingMaintenanceActionCommand";
6
+ export * from "./AuthorizeDBSecurityGroupIngressCommand";
7
+ export * from "./BacktrackDBClusterCommand";
8
+ export * from "./CancelExportTaskCommand";
9
+ export * from "./CopyDBClusterParameterGroupCommand";
10
+ export * from "./CopyDBClusterSnapshotCommand";
11
+ export * from "./CopyDBParameterGroupCommand";
12
+ export * from "./CopyDBSnapshotCommand";
13
+ export * from "./CopyOptionGroupCommand";
14
+ export * from "./CreateCustomAvailabilityZoneCommand";
15
+ export * from "./CreateCustomDBEngineVersionCommand";
16
+ export * from "./CreateDBClusterCommand";
17
+ export * from "./CreateDBClusterEndpointCommand";
18
+ export * from "./CreateDBClusterParameterGroupCommand";
19
+ export * from "./CreateDBClusterSnapshotCommand";
20
+ export * from "./CreateDBInstanceCommand";
21
+ export * from "./CreateDBInstanceReadReplicaCommand";
22
+ export * from "./CreateDBParameterGroupCommand";
23
+ export * from "./CreateDBProxyCommand";
24
+ export * from "./CreateDBProxyEndpointCommand";
25
+ export * from "./CreateDBSecurityGroupCommand";
26
+ export * from "./CreateDBSnapshotCommand";
27
+ export * from "./CreateDBSubnetGroupCommand";
28
+ export * from "./CreateEventSubscriptionCommand";
29
+ export * from "./CreateGlobalClusterCommand";
30
+ export * from "./CreateOptionGroupCommand";
31
+ export * from "./DeleteCustomAvailabilityZoneCommand";
32
+ export * from "./DeleteCustomDBEngineVersionCommand";
33
+ export * from "./DeleteDBClusterCommand";
34
+ export * from "./DeleteDBClusterEndpointCommand";
35
+ export * from "./DeleteDBClusterParameterGroupCommand";
36
+ export * from "./DeleteDBClusterSnapshotCommand";
37
+ export * from "./DeleteDBInstanceAutomatedBackupCommand";
38
+ export * from "./DeleteDBInstanceCommand";
39
+ export * from "./DeleteDBParameterGroupCommand";
40
+ export * from "./DeleteDBProxyCommand";
41
+ export * from "./DeleteDBProxyEndpointCommand";
42
+ export * from "./DeleteDBSecurityGroupCommand";
43
+ export * from "./DeleteDBSnapshotCommand";
44
+ export * from "./DeleteDBSubnetGroupCommand";
45
+ export * from "./DeleteEventSubscriptionCommand";
46
+ export * from "./DeleteGlobalClusterCommand";
47
+ export * from "./DeleteInstallationMediaCommand";
48
+ export * from "./DeleteOptionGroupCommand";
49
+ export * from "./DeregisterDBProxyTargetsCommand";
50
+ export * from "./DescribeAccountAttributesCommand";
51
+ export * from "./DescribeCertificatesCommand";
52
+ export * from "./DescribeCustomAvailabilityZonesCommand";
53
+ export * from "./DescribeDBClusterBacktracksCommand";
54
+ export * from "./DescribeDBClusterEndpointsCommand";
55
+ export * from "./DescribeDBClusterParameterGroupsCommand";
56
+ export * from "./DescribeDBClusterParametersCommand";
57
+ export * from "./DescribeDBClusterSnapshotAttributesCommand";
58
+ export * from "./DescribeDBClusterSnapshotsCommand";
59
+ export * from "./DescribeDBClustersCommand";
60
+ export * from "./DescribeDBEngineVersionsCommand";
61
+ export * from "./DescribeDBInstanceAutomatedBackupsCommand";
62
+ export * from "./DescribeDBInstancesCommand";
63
+ export * from "./DescribeDBLogFilesCommand";
64
+ export * from "./DescribeDBParameterGroupsCommand";
65
+ export * from "./DescribeDBParametersCommand";
66
+ export * from "./DescribeDBProxiesCommand";
67
+ export * from "./DescribeDBProxyEndpointsCommand";
68
+ export * from "./DescribeDBProxyTargetGroupsCommand";
69
+ export * from "./DescribeDBProxyTargetsCommand";
70
+ export * from "./DescribeDBSecurityGroupsCommand";
71
+ export * from "./DescribeDBSnapshotAttributesCommand";
72
+ export * from "./DescribeDBSnapshotsCommand";
73
+ export * from "./DescribeDBSubnetGroupsCommand";
74
+ export * from "./DescribeEngineDefaultClusterParametersCommand";
75
+ export * from "./DescribeEngineDefaultParametersCommand";
76
+ export * from "./DescribeEventCategoriesCommand";
77
+ export * from "./DescribeEventSubscriptionsCommand";
78
+ export * from "./DescribeEventsCommand";
79
+ export * from "./DescribeExportTasksCommand";
80
+ export * from "./DescribeGlobalClustersCommand";
81
+ export * from "./DescribeInstallationMediaCommand";
82
+ export * from "./DescribeOptionGroupOptionsCommand";
83
+ export * from "./DescribeOptionGroupsCommand";
84
+ export * from "./DescribeOrderableDBInstanceOptionsCommand";
85
+ export * from "./DescribePendingMaintenanceActionsCommand";
86
+ export * from "./DescribeReservedDBInstancesCommand";
87
+ export * from "./DescribeReservedDBInstancesOfferingsCommand";
88
+ export * from "./DescribeSourceRegionsCommand";
89
+ export * from "./DescribeValidDBInstanceModificationsCommand";
90
+ export * from "./DownloadDBLogFilePortionCommand";
91
+ export * from "./FailoverDBClusterCommand";
92
+ export * from "./FailoverGlobalClusterCommand";
93
+ export * from "./ImportInstallationMediaCommand";
94
+ export * from "./ListTagsForResourceCommand";
95
+ export * from "./ModifyCertificatesCommand";
96
+ export * from "./ModifyCurrentDBClusterCapacityCommand";
97
+ export * from "./ModifyCustomDBEngineVersionCommand";
98
+ export * from "./ModifyDBClusterCommand";
99
+ export * from "./ModifyDBClusterEndpointCommand";
100
+ export * from "./ModifyDBClusterParameterGroupCommand";
101
+ export * from "./ModifyDBClusterSnapshotAttributeCommand";
102
+ export * from "./ModifyDBInstanceCommand";
103
+ export * from "./ModifyDBParameterGroupCommand";
104
+ export * from "./ModifyDBProxyCommand";
105
+ export * from "./ModifyDBProxyEndpointCommand";
106
+ export * from "./ModifyDBProxyTargetGroupCommand";
107
+ export * from "./ModifyDBSnapshotAttributeCommand";
108
+ export * from "./ModifyDBSnapshotCommand";
109
+ export * from "./ModifyDBSubnetGroupCommand";
110
+ export * from "./ModifyEventSubscriptionCommand";
111
+ export * from "./ModifyGlobalClusterCommand";
112
+ export * from "./ModifyOptionGroupCommand";
113
+ export * from "./PromoteReadReplicaCommand";
114
+ export * from "./PromoteReadReplicaDBClusterCommand";
115
+ export * from "./PurchaseReservedDBInstancesOfferingCommand";
116
+ export * from "./RebootDBInstanceCommand";
117
+ export * from "./RegisterDBProxyTargetsCommand";
118
+ export * from "./RemoveFromGlobalClusterCommand";
119
+ export * from "./RemoveRoleFromDBClusterCommand";
120
+ export * from "./RemoveRoleFromDBInstanceCommand";
121
+ export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
122
+ export * from "./RemoveTagsFromResourceCommand";
123
+ export * from "./ResetDBClusterParameterGroupCommand";
124
+ export * from "./ResetDBParameterGroupCommand";
125
+ export * from "./RestoreDBClusterFromS3Command";
126
+ export * from "./RestoreDBClusterFromSnapshotCommand";
127
+ export * from "./RestoreDBClusterToPointInTimeCommand";
128
+ export * from "./RestoreDBInstanceFromDBSnapshotCommand";
129
+ export * from "./RestoreDBInstanceFromS3Command";
130
+ export * from "./RestoreDBInstanceToPointInTimeCommand";
131
+ export * from "./RevokeDBSecurityGroupIngressCommand";
132
+ export * from "./StartActivityStreamCommand";
133
+ export * from "./StartDBClusterCommand";
134
+ export * from "./StartDBInstanceAutomatedBackupsReplicationCommand";
135
+ export * from "./StartDBInstanceCommand";
136
+ export * from "./StartExportTaskCommand";
137
+ export * from "./StopActivityStreamCommand";
138
+ export * from "./StopDBClusterCommand";
139
+ export * from "./StopDBInstanceAutomatedBackupsReplicationCommand";
140
+ export * from "./StopDBInstanceCommand";