@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
@@ -26,7 +26,7 @@ export interface DescribeDBInstanceAutomatedBackupsCommandOutput extends DBInsta
26
26
  *
27
27
  * @see {@link DescribeDBInstanceAutomatedBackupsCommandInput} for command's `input` shape.
28
28
  * @see {@link DescribeDBInstanceAutomatedBackupsCommandOutput} for command's `response` shape.
29
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
29
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
30
30
  *
31
31
  */
32
32
  export declare class DescribeDBInstanceAutomatedBackupsCommand extends $Command<DescribeDBInstanceAutomatedBackupsCommandInput, DescribeDBInstanceAutomatedBackupsCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __M
23
23
  *
24
24
  * @see {@link DescribeDBInstancesCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBInstancesCommandOutput} 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 DescribeDBInstancesCommand extends $Command<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, RDSClientResolvedConfig> {
@@ -8,6 +8,7 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo
8
8
  }
9
9
  /**
10
10
  * <p>Returns a list of DB log files for the DB instance.</p>
11
+ * <p>This command doesn't apply to RDS Custom.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -20,7 +21,7 @@ export interface DescribeDBLogFilesCommandOutput extends DescribeDBLogFilesRespo
20
21
  *
21
22
  * @see {@link DescribeDBLogFilesCommandInput} for command's `input` shape.
22
23
  * @see {@link DescribeDBLogFilesCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
25
  *
25
26
  */
26
27
  export declare class DescribeDBLogFilesCommand extends $Command<DescribeDBLogFilesCommandInput, DescribeDBLogFilesCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBParameterGroupsCommandOutput extends DBParameterGroup
23
23
  *
24
24
  * @see {@link DescribeDBParameterGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBParameterGroupsCommandOutput} 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 DescribeDBParameterGroupsCommand extends $Command<DescribeDBParameterGroupsCommandInput, DescribeDBParameterGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBParametersCommandOutput extends DBParameterGroupDetai
20
20
  *
21
21
  * @see {@link DescribeDBParametersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBParametersCommandOutput} 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 DescribeDBParametersCommand extends $Command<DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBProxiesCommandOutput extends DescribeDBProxiesRespons
20
20
  *
21
21
  * @see {@link DescribeDBProxiesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBProxiesCommandOutput} 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 DescribeDBProxiesCommand extends $Command<DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBProxyEndpointsCommandOutput extends DescribeDBProxyEn
20
20
  *
21
21
  * @see {@link DescribeDBProxyEndpointsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBProxyEndpointsCommandOutput} 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 DescribeDBProxyEndpointsCommand extends $Command<DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBProxyTargetGroupsCommandOutput extends DescribeDBProx
20
20
  *
21
21
  * @see {@link DescribeDBProxyTargetGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBProxyTargetGroupsCommandOutput} 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 DescribeDBProxyTargetGroupsCommand extends $Command<DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
2
2
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DescribeDBProxyTargetsRequest, DescribeDBProxyTargetsResponse } from "../models/models_0";
3
+ import { DescribeDBProxyTargetsRequest } from "../models/models_0";
4
+ import { DescribeDBProxyTargetsResponse } from "../models/models_1";
4
5
  import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
6
  export interface DescribeDBProxyTargetsCommandInput extends DescribeDBProxyTargetsRequest {
6
7
  }
@@ -20,7 +21,7 @@ export interface DescribeDBProxyTargetsCommandOutput extends DescribeDBProxyTarg
20
21
  *
21
22
  * @see {@link DescribeDBProxyTargetsCommandInput} for command's `input` shape.
22
23
  * @see {@link DescribeDBProxyTargetsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
25
  *
25
26
  */
26
27
  export declare class DescribeDBProxyTargetsCommand extends $Command<DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBSecurityGroupsCommandOutput extends DBSecurityGroupMe
23
23
  *
24
24
  * @see {@link DescribeDBSecurityGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBSecurityGroupsCommandOutput} 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 DescribeDBSecurityGroupsCommand extends $Command<DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface DescribeDBSnapshotAttributesCommandOutput extends DescribeDBSna
27
27
  *
28
28
  * @see {@link DescribeDBSnapshotAttributesCommandInput} for command's `input` shape.
29
29
  * @see {@link DescribeDBSnapshotAttributesCommandOutput} 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 DescribeDBSnapshotAttributesCommand extends $Command<DescribeDBSnapshotAttributesCommandInput, DescribeDBSnapshotAttributesCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeDBSnapshotsCommandOutput extends DBSnapshotMessage, __M
20
20
  *
21
21
  * @see {@link DescribeDBSnapshotsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeDBSnapshotsCommandOutput} 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 DescribeDBSnapshotsCommand extends $Command<DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessag
23
23
  *
24
24
  * @see {@link DescribeDBSubnetGroupsCommandInput} for command's `input` shape.
25
25
  * @see {@link DescribeDBSubnetGroupsCommandOutput} 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 DescribeDBSubnetGroupsCommand extends $Command<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeEngineDefaultClusterParametersCommandOutput extends Des
24
24
  *
25
25
  * @see {@link DescribeEngineDefaultClusterParametersCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeEngineDefaultClusterParametersCommandOutput} 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 DescribeEngineDefaultClusterParametersCommand extends $Command<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeEngineDefaultParametersCommandOutput extends DescribeEn
20
20
  *
21
21
  * @see {@link DescribeEngineDefaultParametersCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeEngineDefaultParametersCommandOutput} 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 DescribeEngineDefaultParametersCommand extends $Command<DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMes
24
24
  *
25
25
  * @see {@link DescribeEventCategoriesCommandInput} for command's `input` shape.
26
26
  * @see {@link DescribeEventCategoriesCommandOutput} 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 DescribeEventCategoriesCommand extends $Command<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface DescribeEventSubscriptionsCommandOutput extends EventSubscripti
22
22
  *
23
23
  * @see {@link DescribeEventSubscriptionsCommandInput} for command's `input` shape.
24
24
  * @see {@link DescribeEventSubscriptionsCommandOutput} 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 DescribeEventSubscriptionsCommand extends $Command<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBe
25
25
  *
26
26
  * @see {@link DescribeEventsCommandInput} for command's `input` shape.
27
27
  * @see {@link DescribeEventsCommandOutput} 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 DescribeEventsCommand extends $Command<DescribeEventsCommandInput, DescribeEventsCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeExportTasksCommandOutput extends ExportTasksMessage, __
21
21
  *
22
22
  * @see {@link DescribeExportTasksCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeExportTasksCommandOutput} for command's `response` shape.
24
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeExportTasksCommand extends $Command<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, RDSClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessa
29
29
  *
30
30
  * @see {@link DescribeGlobalClustersCommandInput} for command's `input` shape.
31
31
  * @see {@link DescribeGlobalClustersCommandOutput} 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 DescribeGlobalClustersCommand extends $Command<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeInstallationMediaCommandOutput extends InstallationMedi
21
21
  *
22
22
  * @see {@link DescribeInstallationMediaCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeInstallationMediaCommandOutput} for command's `response` shape.
24
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeInstallationMediaCommand extends $Command<DescribeInstallationMediaCommandInput, DescribeInstallationMediaCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeOptionGroupOptionsCommandOutput extends OptionGroupOpti
20
20
  *
21
21
  * @see {@link DescribeOptionGroupOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeOptionGroupOptionsCommandOutput} 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 DescribeOptionGroupOptionsCommand extends $Command<DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeOptionGroupsCommandOutput extends OptionGroups, __Metad
20
20
  *
21
21
  * @see {@link DescribeOptionGroupsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeOptionGroupsCommandOutput} 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 DescribeOptionGroupsCommand extends $Command<DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeOrderableDBInstanceOptionsCommandOutput extends Orderab
20
20
  *
21
21
  * @see {@link DescribeOrderableDBInstanceOptionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeOrderableDBInstanceOptionsCommandOutput} 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 DescribeOrderableDBInstanceOptionsCommand extends $Command<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribePendingMaintenanceActionsCommandOutput extends PendingM
20
20
  *
21
21
  * @see {@link DescribePendingMaintenanceActionsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribePendingMaintenanceActionsCommandOutput} 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 DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReservedDBInstancesCommandOutput extends ReservedDBInst
20
20
  *
21
21
  * @see {@link DescribeReservedDBInstancesCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReservedDBInstancesCommandOutput} 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 DescribeReservedDBInstancesCommand extends $Command<DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface DescribeReservedDBInstancesOfferingsCommandOutput extends Reser
20
20
  *
21
21
  * @see {@link DescribeReservedDBInstancesOfferingsCommandInput} for command's `input` shape.
22
22
  * @see {@link DescribeReservedDBInstancesOfferingsCommandOutput} 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 DescribeReservedDBInstancesOfferingsCommand extends $Command<DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface DescribeSourceRegionsCommandOutput extends SourceRegionMessage,
21
21
  *
22
22
  * @see {@link DescribeSourceRegionsCommandInput} for command's `input` shape.
23
23
  * @see {@link DescribeSourceRegionsCommandOutput} for command's `response` shape.
24
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class DescribeSourceRegionsCommand extends $Command<DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput, RDSClientResolvedConfig> {
@@ -7,11 +7,10 @@ export interface DescribeValidDBInstanceModificationsCommandInput extends Descri
7
7
  export interface DescribeValidDBInstanceModificationsCommandOutput extends DescribeValidDBInstanceModificationsResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>You can call <code>DescribeValidDBInstanceModifications</code>
11
- * to learn what modifications you can make to your DB instance.
12
- * You can use this information when you call
13
- * <code>ModifyDBInstance</code>.
10
+ * <p>You can call <code>DescribeValidDBInstanceModifications</code> to learn what modifications you can make to
11
+ * your DB instance. You can use this information when you call <code>ModifyDBInstance</code>.
14
12
  * </p>
13
+ * <p>This command doesn't apply to RDS Custom.</p>
15
14
  * @example
16
15
  * Use a bare-bones client and the command you need to make an API call.
17
16
  * ```javascript
@@ -24,7 +23,7 @@ export interface DescribeValidDBInstanceModificationsCommandOutput extends Descr
24
23
  *
25
24
  * @see {@link DescribeValidDBInstanceModificationsCommandInput} for command's `input` shape.
26
25
  * @see {@link DescribeValidDBInstanceModificationsCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
27
  *
29
28
  */
30
29
  export declare class DescribeValidDBInstanceModificationsCommand extends $Command<DescribeValidDBInstanceModificationsCommandInput, DescribeValidDBInstanceModificationsCommandOutput, RDSClientResolvedConfig> {
@@ -8,6 +8,7 @@ export interface DownloadDBLogFilePortionCommandOutput extends DownloadDBLogFile
8
8
  }
9
9
  /**
10
10
  * <p>Downloads all or a portion of the specified log file, up to 1 MB in size.</p>
11
+ * <p>This command doesn't apply to RDS Custom.</p>
11
12
  * @example
12
13
  * Use a bare-bones client and the command you need to make an API call.
13
14
  * ```javascript
@@ -20,7 +21,7 @@ export interface DownloadDBLogFilePortionCommandOutput extends DownloadDBLogFile
20
21
  *
21
22
  * @see {@link DownloadDBLogFilePortionCommandInput} for command's `input` shape.
22
23
  * @see {@link DownloadDBLogFilePortionCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
25
  *
25
26
  */
26
27
  export declare class DownloadDBLogFilePortionCommand extends $Command<DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput, RDSClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult,
33
33
  *
34
34
  * @see {@link FailoverDBClusterCommandInput} for command's `input` shape.
35
35
  * @see {@link FailoverDBClusterCommandOutput} 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 FailoverDBClusterCommand extends $Command<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalCluste
34
34
  *
35
35
  * @see {@link FailoverGlobalClusterCommandInput} for command's `input` shape.
36
36
  * @see {@link FailoverGlobalClusterCommandOutput} for command's `response` shape.
37
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class FailoverGlobalClusterCommand extends $Command<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ImportInstallationMediaCommandOutput extends InstallationMedia,
22
22
  *
23
23
  * @see {@link ImportInstallationMediaCommandInput} for command's `input` shape.
24
24
  * @see {@link ImportInstallationMediaCommandOutput} 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 ImportInstallationMediaCommand extends $Command<ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends TagListMessage, __Meta
23
23
  *
24
24
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
25
25
  * @see {@link ListTagsForResourceCommandOutput} 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 ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RDSClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface ModifyCertificatesCommandOutput extends ModifyCertificatesResul
44
44
  *
45
45
  * @see {@link ModifyCertificatesCommandInput} for command's `input` shape.
46
46
  * @see {@link ModifyCertificatesCommandOutput} for command's `response` shape.
47
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class ModifyCertificatesCommand extends $Command<ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput, RDSClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface ModifyCurrentDBClusterCapacityCommandOutput extends DBClusterCa
37
37
  *
38
38
  * @see {@link ModifyCurrentDBClusterCapacityCommandInput} for command's `input` shape.
39
39
  * @see {@link ModifyCurrentDBClusterCapacityCommandOutput} 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 ModifyCurrentDBClusterCapacityCommand extends $Command<ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput, RDSClientResolvedConfig> {
@@ -0,0 +1,46 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DBEngineVersion } from "../models/models_0";
4
+ import { ModifyCustomDBEngineVersionMessage } from "../models/models_1";
5
+ import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
6
+ export interface ModifyCustomDBEngineVersionCommandInput extends ModifyCustomDBEngineVersionMessage {
7
+ }
8
+ export interface ModifyCustomDBEngineVersionCommandOutput extends DBEngineVersion, __MetadataBearer {
9
+ }
10
+ /**
11
+ * <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling
12
+ * <code>DescribeDBEngineVersions</code>.</p>
13
+ * <note>
14
+ * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
15
+ * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
16
+ * <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
17
+ * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
18
+ * the <code>ModifyCustomDbEngineVersion</code> event.</p>
19
+ * </note>
20
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">Modifying CEV status</a>
21
+ * in the <i>Amazon RDS User Guide</i>.</p>
22
+ * @example
23
+ * Use a bare-bones client and the command you need to make an API call.
24
+ * ```javascript
25
+ * import { RDSClient, ModifyCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
26
+ * // const { RDSClient, ModifyCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
27
+ * const client = new RDSClient(config);
28
+ * const command = new ModifyCustomDBEngineVersionCommand(input);
29
+ * const response = await client.send(command);
30
+ * ```
31
+ *
32
+ * @see {@link ModifyCustomDBEngineVersionCommandInput} for command's `input` shape.
33
+ * @see {@link ModifyCustomDBEngineVersionCommandOutput} for command's `response` shape.
34
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
35
+ *
36
+ */
37
+ export declare class ModifyCustomDBEngineVersionCommand extends $Command<ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
38
+ readonly input: ModifyCustomDBEngineVersionCommandInput;
39
+ constructor(input: ModifyCustomDBEngineVersionCommandInput);
40
+ /**
41
+ * @internal
42
+ */
43
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput>;
44
+ private serialize;
45
+ private deserialize;
46
+ }
@@ -29,7 +29,7 @@ export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __M
29
29
  *
30
30
  * @see {@link ModifyDBClusterCommandInput} for command's `input` shape.
31
31
  * @see {@link ModifyDBClusterCommandOutput} 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 ModifyDBClusterCommand extends $Command<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ModifyDBClusterEndpointCommandOutput extends DBClusterEndpoint,
24
24
  *
25
25
  * @see {@link ModifyDBClusterEndpointCommandInput} for command's `input` shape.
26
26
  * @see {@link ModifyDBClusterEndpointCommandOutput} 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 ModifyDBClusterEndpointCommand extends $Command<ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -47,7 +47,7 @@ export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterPar
47
47
  *
48
48
  * @see {@link ModifyDBClusterParameterGroupCommandInput} for command's `input` shape.
49
49
  * @see {@link ModifyDBClusterParameterGroupCommandOutput} for command's `response` shape.
50
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
50
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
51
51
  *
52
52
  */
53
53
  export declare class ModifyDBClusterParameterGroupCommand extends $Command<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBC
41
41
  *
42
42
  * @see {@link ModifyDBClusterSnapshotAttributeCommandInput} for command's `input` shape.
43
43
  * @see {@link ModifyDBClusterSnapshotAttributeCommandOutput} for command's `response` shape.
44
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, _
25
25
  *
26
26
  * @see {@link ModifyDBInstanceCommandInput} for command's `input` shape.
27
27
  * @see {@link ModifyDBInstanceCommandOutput} 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 ModifyDBInstanceCommand extends $Command<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface ModifyDBParameterGroupCommandOutput extends DBParameterGroupNam
35
35
  *
36
36
  * @see {@link ModifyDBParameterGroupCommandInput} for command's `input` shape.
37
37
  * @see {@link ModifyDBParameterGroupCommandOutput} 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 ModifyDBParameterGroupCommand extends $Command<ModifyDBParameterGroupCommandInput, ModifyDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBProxyCommandOutput extends ModifyDBProxyResponse, __Met
20
20
  *
21
21
  * @see {@link ModifyDBProxyCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBProxyCommandOutput} 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 ModifyDBProxyCommand extends $Command<ModifyDBProxyCommandInput, ModifyDBProxyCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBProxyEndpointCommandOutput extends ModifyDBProxyEndpoin
20
20
  *
21
21
  * @see {@link ModifyDBProxyEndpointCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBProxyEndpointCommandOutput} 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 ModifyDBProxyEndpointCommand extends $Command<ModifyDBProxyEndpointCommandInput, ModifyDBProxyEndpointCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBProxyTargetGroupCommandOutput extends ModifyDBProxyTarg
20
20
  *
21
21
  * @see {@link ModifyDBProxyTargetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBProxyTargetGroupCommandOutput} 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 ModifyDBProxyTargetGroupCommand extends $Command<ModifyDBProxyTargetGroupCommandInput, ModifyDBProxyTargetGroupCommandOutput, RDSClientResolvedConfig> {
@@ -36,7 +36,7 @@ export interface ModifyDBSnapshotAttributeCommandOutput extends ModifyDBSnapshot
36
36
  *
37
37
  * @see {@link ModifyDBSnapshotAttributeCommandInput} for command's `input` shape.
38
38
  * @see {@link ModifyDBSnapshotAttributeCommandOutput} for command's `response` shape.
39
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
39
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
40
40
  *
41
41
  */
42
42
  export declare class ModifyDBSnapshotAttributeCommand extends $Command<ModifyDBSnapshotAttributeCommandInput, ModifyDBSnapshotAttributeCommandOutput, RDSClientResolvedConfig> {
@@ -12,7 +12,8 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
12
12
  *
13
13
  * </p>
14
14
  *
15
- * <p>Amazon RDS supports upgrading DB snapshots for MySQL, Oracle, and PostgreSQL.
15
+ * <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command
16
+ * doesn't apply to RDS Custom.
16
17
  * </p>
17
18
  * @example
18
19
  * Use a bare-bones client and the command you need to make an API call.
@@ -26,7 +27,7 @@ export interface ModifyDBSnapshotCommandOutput extends ModifyDBSnapshotResult, _
26
27
  *
27
28
  * @see {@link ModifyDBSnapshotCommandInput} for command's `input` shape.
28
29
  * @see {@link ModifyDBSnapshotCommandOutput} for command's `response` shape.
29
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
30
31
  *
31
32
  */
32
33
  export declare class ModifyDBSnapshotCommand extends $Command<ModifyDBSnapshotCommandInput, ModifyDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupRes
20
20
  *
21
21
  * @see {@link ModifyDBSubnetGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link ModifyDBSubnetGroupCommandOutput} 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 ModifyDBSubnetGroupCommand extends $Command<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscri
24
24
  *
25
25
  * @see {@link ModifyEventSubscriptionCommandInput} for command's `input` shape.
26
26
  * @see {@link ModifyEventSubscriptionCommandOutput} 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 ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, RDSClientResolvedConfig> {