@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
@@ -13,6 +13,7 @@ import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } f
13
13
  import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "./commands/CopyDBSnapshotCommand";
14
14
  import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "./commands/CopyOptionGroupCommand";
15
15
  import { CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput } from "./commands/CreateCustomAvailabilityZoneCommand";
16
+ import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "./commands/CreateCustomDBEngineVersionCommand";
16
17
  import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
17
18
  import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "./commands/CreateDBClusterEndpointCommand";
18
19
  import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "./commands/CreateDBClusterParameterGroupCommand";
@@ -29,6 +30,7 @@ import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutp
29
30
  import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
30
31
  import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "./commands/CreateOptionGroupCommand";
31
32
  import { DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput } from "./commands/DeleteCustomAvailabilityZoneCommand";
33
+ import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "./commands/DeleteCustomDBEngineVersionCommand";
32
34
  import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
33
35
  import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "./commands/DeleteDBClusterEndpointCommand";
34
36
  import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "./commands/DeleteDBClusterParameterGroupCommand";
@@ -93,6 +95,7 @@ import { ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutp
93
95
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
94
96
  import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
95
97
  import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
98
+ import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "./commands/ModifyCustomDBEngineVersionCommand";
96
99
  import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "./commands/ModifyDBClusterCommand";
97
100
  import { ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput } from "./commands/ModifyDBClusterEndpointCommand";
98
101
  import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "./commands/ModifyDBClusterParameterGroupCommand";
@@ -213,6 +216,7 @@ export declare class RDS extends RDSClient {
213
216
  * <note>
214
217
  * <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p>
215
218
  * </note>
219
+ * <p>This command doesn't apply to RDS Custom.</p>
216
220
  */
217
221
  addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<AddRoleToDBInstanceCommandOutput>;
218
222
  addRoleToDBInstance(args: AddRoleToDBInstanceCommandInput, cb: (err: any, data?: AddRoleToDBInstanceCommandOutput) => void): void;
@@ -310,7 +314,7 @@ export declare class RDS extends RDSClient {
310
314
  * <ul>
311
315
  * <li>
312
316
  * <p>
313
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB
317
+ * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of the DB
314
318
  * cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the <code>CopyDBClusterSnapshot</code>
315
319
  * action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
316
320
  * </li>
@@ -327,7 +331,6 @@ export declare class RDS extends RDSClient {
327
331
  * </li>
328
332
  * </ul>
329
333
  * <p>To learn how to generate a Signature Version 4 signed request, see
330
- *
331
334
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
332
335
  * Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
333
336
  * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">
@@ -378,6 +381,8 @@ export declare class RDS extends RDSClient {
378
381
  * where you call the <code>CopyDBSnapshot</code> action is the destination Amazon Web Services Region for the
379
382
  * DB snapshot copy. </p>
380
383
  *
384
+ * <p>This command doesn't apply to RDS Custom.</p>
385
+ *
381
386
  * <p>For more information about copying snapshots, see
382
387
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide.</i>
383
388
  * </p>
@@ -402,6 +407,39 @@ export declare class RDS extends RDSClient {
402
407
  createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomAvailabilityZoneCommandOutput>;
403
408
  createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
404
409
  createCustomAvailabilityZone(args: CreateCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomAvailabilityZoneCommandOutput) => void): void;
410
+ /**
411
+ * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and
412
+ * specific AMI. The only supported engine is Oracle Database 19c Enterprise Edition with the January 2021
413
+ * or later RU/RUR. For
414
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">
415
+ * Amazon RDS Custom requirements and limitations</a> in the <i>Amazon RDS User Guide</i>.</p>
416
+ * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
417
+ * The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
418
+ * your database. With Amazon RDS Custom, you upload your database installation files in Amazon S3. For
419
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.html#custom-cev.preparing">
420
+ * Preparing to create a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
421
+ * <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
422
+ * This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from
423
+ * the installation files that you provided. This service model is called Bring Your Own Media (BYOM).</p>
424
+ * <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
425
+ * the message <code>Creation failed for custom engine version</code>, and includes details about the failure.
426
+ * For example, the event prints missing files. </p>
427
+ * <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
428
+ * RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or
429
+ * inactive.</p>
430
+ * <note>
431
+ * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
432
+ * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
433
+ * <code>CreateCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
434
+ * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
435
+ * the <code>CreateCustomDbEngineVersion</code> event.</p>
436
+ * </note>
437
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.create">
438
+ * Creating a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
439
+ */
440
+ createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomDBEngineVersionCommandOutput>;
441
+ createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void): void;
442
+ createCustomDBEngineVersion(args: CreateCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomDBEngineVersionCommandOutput) => void): void;
405
443
  /**
406
444
  * <p>Creates a new Amazon Aurora DB cluster.</p>
407
445
  * <p>You can use the <code>ReplicationSourceIdentifier</code> parameter to create the DB
@@ -512,11 +550,12 @@ export declare class RDS extends RDSClient {
512
550
  * A DB parameter group is initially created with the default parameters for the
513
551
  * database engine used by the DB instance. To provide custom values for any of the
514
552
  * parameters, you must modify the group after creating it using
515
- * <i>ModifyDBParameterGroup</i>. Once you've created a DB parameter group, you need to
516
- * associate it with your DB instance using <i>ModifyDBInstance</i>. When you associate
553
+ * <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to
554
+ * associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate
517
555
  * a new DB parameter group with a running DB instance, you need to reboot the DB
518
556
  * instance without failover for the new DB parameter group and associated settings to take effect.
519
- * </p>
557
+ * </p>
558
+ * <p>This command doesn't apply to RDS Custom.</p>
520
559
  * <important>
521
560
  * <p>After you create a DB parameter group, you should wait at least 5 minutes
522
561
  * before creating your first DB instance that uses that DB parameter group as the default parameter
@@ -622,6 +661,7 @@ export declare class RDS extends RDSClient {
622
661
  createGlobalCluster(args: CreateGlobalClusterCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateGlobalClusterCommandOutput) => void): void;
623
662
  /**
624
663
  * <p>Creates a new option group. You can create up to 20 option groups.</p>
664
+ * <p>This command doesn't apply to RDS Custom.</p>
625
665
  */
626
666
  createOptionGroup(args: CreateOptionGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateOptionGroupCommandOutput>;
627
667
  createOptionGroup(args: CreateOptionGroupCommandInput, cb: (err: any, data?: CreateOptionGroupCommandOutput) => void): void;
@@ -637,6 +677,32 @@ export declare class RDS extends RDSClient {
637
677
  deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomAvailabilityZoneCommandOutput>;
638
678
  deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, cb: (err: any, data?: DeleteCustomAvailabilityZoneCommandOutput) => void): void;
639
679
  deleteCustomAvailabilityZone(args: DeleteCustomAvailabilityZoneCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomAvailabilityZoneCommandOutput) => void): void;
680
+ /**
681
+ * <p>Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:</p>
682
+ * <ul>
683
+ * <li>
684
+ * <p>The CEV must not be the default for RDS Custom. If it is, change the default
685
+ * before running this command.</p>
686
+ * </li>
687
+ * <li>
688
+ * <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
689
+ * or automated backup of your RDS Custom instance.</p>
690
+ * </li>
691
+ * </ul>
692
+ * <p>Typically, deletion takes a few minutes.</p>
693
+ * <note>
694
+ * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
695
+ * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
696
+ * <code>DeleteCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
697
+ * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
698
+ * the <code>DeleteCustomDbEngineVersion</code> event.</p>
699
+ * </note>
700
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
701
+ * Deleting a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
702
+ */
703
+ deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomDBEngineVersionCommandOutput>;
704
+ deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void): void;
705
+ deleteCustomDBEngineVersion(args: DeleteCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomDBEngineVersionCommandOutput) => void): void;
640
706
  /**
641
707
  * <p>The DeleteDBCluster action deletes a previously provisioned DB cluster.
642
708
  * When you delete a DB cluster, all automated backups for that DB cluster are deleted and can't be recovered.
@@ -961,6 +1027,7 @@ export declare class RDS extends RDSClient {
961
1027
  describeDBInstances(args: DescribeDBInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDBInstancesCommandOutput) => void): void;
962
1028
  /**
963
1029
  * <p>Returns a list of DB log files for the DB instance.</p>
1030
+ * <p>This command doesn't apply to RDS Custom.</p>
964
1031
  */
965
1032
  describeDBLogFiles(args: DescribeDBLogFilesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDBLogFilesCommandOutput>;
966
1033
  describeDBLogFiles(args: DescribeDBLogFilesCommandInput, cb: (err: any, data?: DescribeDBLogFilesCommandOutput) => void): void;
@@ -1159,17 +1226,17 @@ export declare class RDS extends RDSClient {
1159
1226
  describeSourceRegions(args: DescribeSourceRegionsCommandInput, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
1160
1227
  describeSourceRegions(args: DescribeSourceRegionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSourceRegionsCommandOutput) => void): void;
1161
1228
  /**
1162
- * <p>You can call <code>DescribeValidDBInstanceModifications</code>
1163
- * to learn what modifications you can make to your DB instance.
1164
- * You can use this information when you call
1165
- * <code>ModifyDBInstance</code>.
1229
+ * <p>You can call <code>DescribeValidDBInstanceModifications</code> to learn what modifications you can make to
1230
+ * your DB instance. You can use this information when you call <code>ModifyDBInstance</code>.
1166
1231
  * </p>
1232
+ * <p>This command doesn't apply to RDS Custom.</p>
1167
1233
  */
1168
1234
  describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeValidDBInstanceModificationsCommandOutput>;
1169
1235
  describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
1170
1236
  describeValidDBInstanceModifications(args: DescribeValidDBInstanceModificationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeValidDBInstanceModificationsCommandOutput) => void): void;
1171
1237
  /**
1172
1238
  * <p>Downloads all or a portion of the specified log file, up to 1 MB in size.</p>
1239
+ * <p>This command doesn't apply to RDS Custom.</p>
1173
1240
  */
1174
1241
  downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, options?: __HttpHandlerOptions): Promise<DownloadDBLogFilePortionCommandOutput>;
1175
1242
  downloadDBLogFilePortion(args: DownloadDBLogFilePortionCommandInput, cb: (err: any, data?: DownloadDBLogFilePortionCommandOutput) => void): void;
@@ -1282,6 +1349,22 @@ export declare class RDS extends RDSClient {
1282
1349
  modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCurrentDBClusterCapacityCommandOutput>;
1283
1350
  modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
1284
1351
  modifyCurrentDBClusterCapacity(args: ModifyCurrentDBClusterCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCurrentDBClusterCapacityCommandOutput) => void): void;
1352
+ /**
1353
+ * <p>Modifies the status of a custom engine version (CEV). You can find CEVs to modify by calling
1354
+ * <code>DescribeDBEngineVersions</code>.</p>
1355
+ * <note>
1356
+ * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
1357
+ * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
1358
+ * <code>ModifyCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
1359
+ * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
1360
+ * the <code>ModifyCustomDbEngineVersion</code> event.</p>
1361
+ * </note>
1362
+ * <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>
1363
+ * in the <i>Amazon RDS User Guide</i>.</p>
1364
+ */
1365
+ modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyCustomDBEngineVersionCommandOutput>;
1366
+ modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void): void;
1367
+ modifyCustomDBEngineVersion(args: ModifyCustomDBEngineVersionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyCustomDBEngineVersionCommandOutput) => void): void;
1285
1368
  /**
1286
1369
  * <p>Modify a setting for an Amazon Aurora DB cluster.
1287
1370
  * You can change one
@@ -1422,7 +1505,8 @@ export declare class RDS extends RDSClient {
1422
1505
  *
1423
1506
  * </p>
1424
1507
  *
1425
- * <p>Amazon RDS supports upgrading DB snapshots for MySQL, Oracle, and PostgreSQL.
1508
+ * <p>Amazon RDS supports upgrading DB snapshots for MySQL, PostgreSQL, and Oracle. This command
1509
+ * doesn't apply to RDS Custom.
1426
1510
  * </p>
1427
1511
  */
1428
1512
  modifyDBSnapshot(args: ModifyDBSnapshotCommandInput, options?: __HttpHandlerOptions): Promise<ModifyDBSnapshotCommandOutput>;
@@ -1501,7 +1585,7 @@ export declare class RDS extends RDSClient {
1501
1585
  * promotion.</p>
1502
1586
  * </li>
1503
1587
  * <li>
1504
- * <p>This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.</p>
1588
+ * <p>This command doesn't apply to Aurora MySQL, Aurora PostgreSQL, or RDS Custom.</p>
1505
1589
  * </li>
1506
1590
  * </ul>
1507
1591
  *
@@ -1538,6 +1622,8 @@ export declare class RDS extends RDSClient {
1538
1622
  *
1539
1623
  * <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>
1540
1624
  * </p>
1625
+ *
1626
+ * <p>This command doesn't apply to RDS Custom.</p>
1541
1627
  */
1542
1628
  rebootDBInstance(args: RebootDBInstanceCommandInput, options?: __HttpHandlerOptions): Promise<RebootDBInstanceCommandOutput>;
1543
1629
  rebootDBInstance(args: RebootDBInstanceCommandInput, cb: (err: any, data?: RebootDBInstanceCommandOutput) => void): void;
@@ -1735,6 +1821,7 @@ export declare class RDS extends RDSClient {
1735
1821
  * 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>
1736
1822
  * in the <i>Amazon RDS User Guide.</i>
1737
1823
  * </p>
1824
+ * <p>This command doesn't apply to RDS Custom.</p>
1738
1825
  */
1739
1826
  restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, options?: __HttpHandlerOptions): Promise<RestoreDBInstanceFromS3CommandOutput>;
1740
1827
  restoreDBInstanceFromS3(args: RestoreDBInstanceFromS3CommandInput, cb: (err: any, data?: RestoreDBInstanceFromS3CommandOutput) => void): void;
@@ -1796,7 +1883,7 @@ export declare class RDS extends RDSClient {
1796
1883
  *
1797
1884
  * <note>
1798
1885
  * <p>
1799
- * This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
1886
+ * This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
1800
1887
  * For Aurora DB clusters, use <code>StartDBCluster</code> instead.
1801
1888
  * </p>
1802
1889
  * </note>
@@ -1806,6 +1893,7 @@ export declare class RDS extends RDSClient {
1806
1893
  startDBInstance(args: StartDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDBInstanceCommandOutput) => void): void;
1807
1894
  /**
1808
1895
  * <p>Enables replication of automated backups to a different Amazon Web Services Region.</p>
1896
+ * <p>This command doesn't apply to RDS Custom.</p>
1809
1897
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1810
1898
  * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
1811
1899
  * </p>
@@ -1817,6 +1905,7 @@ export declare class RDS extends RDSClient {
1817
1905
  * <p>Starts an export of a snapshot to Amazon S3.
1818
1906
  * The provided IAM role must have access to the S3 bucket.
1819
1907
  * </p>
1908
+ * <p>This command doesn't apply to RDS Custom.</p>
1820
1909
  */
1821
1910
  startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
1822
1911
  startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
@@ -1864,7 +1953,7 @@ export declare class RDS extends RDSClient {
1864
1953
  *
1865
1954
  * <note>
1866
1955
  * <p>
1867
- * This command doesn't apply to Aurora MySQL and Aurora PostgreSQL.
1956
+ * This command doesn't apply to RDS Custom, Aurora MySQL, and Aurora PostgreSQL.
1868
1957
  * For Aurora clusters, use <code>StopDBCluster</code> instead.
1869
1958
  * </p>
1870
1959
  * </note>
@@ -1874,6 +1963,7 @@ export declare class RDS extends RDSClient {
1874
1963
  stopDBInstance(args: StopDBInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDBInstanceCommandOutput) => void): void;
1875
1964
  /**
1876
1965
  * <p>Stops automated backup replication for a DB instance.</p>
1966
+ * <p>This command doesn't apply to RDS Custom.</p>
1877
1967
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html">
1878
1968
  * Replicating Automated Backups to Another Amazon Web Services Region</a> in the <i>Amazon RDS User Guide.</i>
1879
1969
  * </p>
@@ -20,6 +20,7 @@ import { CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput } f
20
20
  import { CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput } from "./commands/CopyDBSnapshotCommand";
21
21
  import { CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput } from "./commands/CopyOptionGroupCommand";
22
22
  import { CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput } from "./commands/CreateCustomAvailabilityZoneCommand";
23
+ import { CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput } from "./commands/CreateCustomDBEngineVersionCommand";
23
24
  import { CreateDBClusterCommandInput, CreateDBClusterCommandOutput } from "./commands/CreateDBClusterCommand";
24
25
  import { CreateDBClusterEndpointCommandInput, CreateDBClusterEndpointCommandOutput } from "./commands/CreateDBClusterEndpointCommand";
25
26
  import { CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput } from "./commands/CreateDBClusterParameterGroupCommand";
@@ -36,6 +37,7 @@ import { CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutp
36
37
  import { CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput } from "./commands/CreateGlobalClusterCommand";
37
38
  import { CreateOptionGroupCommandInput, CreateOptionGroupCommandOutput } from "./commands/CreateOptionGroupCommand";
38
39
  import { DeleteCustomAvailabilityZoneCommandInput, DeleteCustomAvailabilityZoneCommandOutput } from "./commands/DeleteCustomAvailabilityZoneCommand";
40
+ import { DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput } from "./commands/DeleteCustomDBEngineVersionCommand";
39
41
  import { DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput } from "./commands/DeleteDBClusterCommand";
40
42
  import { DeleteDBClusterEndpointCommandInput, DeleteDBClusterEndpointCommandOutput } from "./commands/DeleteDBClusterEndpointCommand";
41
43
  import { DeleteDBClusterParameterGroupCommandInput, DeleteDBClusterParameterGroupCommandOutput } from "./commands/DeleteDBClusterParameterGroupCommand";
@@ -100,6 +102,7 @@ import { ImportInstallationMediaCommandInput, ImportInstallationMediaCommandOutp
100
102
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
101
103
  import { ModifyCertificatesCommandInput, ModifyCertificatesCommandOutput } from "./commands/ModifyCertificatesCommand";
102
104
  import { ModifyCurrentDBClusterCapacityCommandInput, ModifyCurrentDBClusterCapacityCommandOutput } from "./commands/ModifyCurrentDBClusterCapacityCommand";
105
+ import { ModifyCustomDBEngineVersionCommandInput, ModifyCustomDBEngineVersionCommandOutput } from "./commands/ModifyCustomDBEngineVersionCommand";
103
106
  import { ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput } from "./commands/ModifyDBClusterCommand";
104
107
  import { ModifyDBClusterEndpointCommandInput, ModifyDBClusterEndpointCommandOutput } from "./commands/ModifyDBClusterEndpointCommand";
105
108
  import { ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput } from "./commands/ModifyDBClusterParameterGroupCommand";
@@ -143,8 +146,8 @@ import { StopActivityStreamCommandInput, StopActivityStreamCommandOutput } from
143
146
  import { StopDBClusterCommandInput, StopDBClusterCommandOutput } from "./commands/StopDBClusterCommand";
144
147
  import { StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput } from "./commands/StopDBInstanceAutomatedBackupsReplicationCommand";
145
148
  import { StopDBInstanceCommandInput, StopDBInstanceCommandOutput } from "./commands/StopDBInstanceCommand";
146
- export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomAvailabilityZoneCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomAvailabilityZoneCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteInstallationMediaCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeCustomAvailabilityZonesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeInstallationMediaCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ImportInstallationMediaCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
147
- export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomAvailabilityZoneCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomAvailabilityZoneCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteInstallationMediaCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeCustomAvailabilityZonesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeInstallationMediaCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ImportInstallationMediaCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
149
+ export declare type ServiceInputTypes = AddRoleToDBClusterCommandInput | AddRoleToDBInstanceCommandInput | AddSourceIdentifierToSubscriptionCommandInput | AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | AuthorizeDBSecurityGroupIngressCommandInput | BacktrackDBClusterCommandInput | CancelExportTaskCommandInput | CopyDBClusterParameterGroupCommandInput | CopyDBClusterSnapshotCommandInput | CopyDBParameterGroupCommandInput | CopyDBSnapshotCommandInput | CopyOptionGroupCommandInput | CreateCustomAvailabilityZoneCommandInput | CreateCustomDBEngineVersionCommandInput | CreateDBClusterCommandInput | CreateDBClusterEndpointCommandInput | CreateDBClusterParameterGroupCommandInput | CreateDBClusterSnapshotCommandInput | CreateDBInstanceCommandInput | CreateDBInstanceReadReplicaCommandInput | CreateDBParameterGroupCommandInput | CreateDBProxyCommandInput | CreateDBProxyEndpointCommandInput | CreateDBSecurityGroupCommandInput | CreateDBSnapshotCommandInput | CreateDBSubnetGroupCommandInput | CreateEventSubscriptionCommandInput | CreateGlobalClusterCommandInput | CreateOptionGroupCommandInput | DeleteCustomAvailabilityZoneCommandInput | DeleteCustomDBEngineVersionCommandInput | DeleteDBClusterCommandInput | DeleteDBClusterEndpointCommandInput | DeleteDBClusterParameterGroupCommandInput | DeleteDBClusterSnapshotCommandInput | DeleteDBInstanceAutomatedBackupCommandInput | DeleteDBInstanceCommandInput | DeleteDBParameterGroupCommandInput | DeleteDBProxyCommandInput | DeleteDBProxyEndpointCommandInput | DeleteDBSecurityGroupCommandInput | DeleteDBSnapshotCommandInput | DeleteDBSubnetGroupCommandInput | DeleteEventSubscriptionCommandInput | DeleteGlobalClusterCommandInput | DeleteInstallationMediaCommandInput | DeleteOptionGroupCommandInput | DeregisterDBProxyTargetsCommandInput | DescribeAccountAttributesCommandInput | DescribeCertificatesCommandInput | DescribeCustomAvailabilityZonesCommandInput | DescribeDBClusterBacktracksCommandInput | DescribeDBClusterEndpointsCommandInput | DescribeDBClusterParameterGroupsCommandInput | DescribeDBClusterParametersCommandInput | DescribeDBClusterSnapshotAttributesCommandInput | DescribeDBClusterSnapshotsCommandInput | DescribeDBClustersCommandInput | DescribeDBEngineVersionsCommandInput | DescribeDBInstanceAutomatedBackupsCommandInput | DescribeDBInstancesCommandInput | DescribeDBLogFilesCommandInput | DescribeDBParameterGroupsCommandInput | DescribeDBParametersCommandInput | DescribeDBProxiesCommandInput | DescribeDBProxyEndpointsCommandInput | DescribeDBProxyTargetGroupsCommandInput | DescribeDBProxyTargetsCommandInput | DescribeDBSecurityGroupsCommandInput | DescribeDBSnapshotAttributesCommandInput | DescribeDBSnapshotsCommandInput | DescribeDBSubnetGroupsCommandInput | DescribeEngineDefaultClusterParametersCommandInput | DescribeEngineDefaultParametersCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeExportTasksCommandInput | DescribeGlobalClustersCommandInput | DescribeInstallationMediaCommandInput | DescribeOptionGroupOptionsCommandInput | DescribeOptionGroupsCommandInput | DescribeOrderableDBInstanceOptionsCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeReservedDBInstancesCommandInput | DescribeReservedDBInstancesOfferingsCommandInput | DescribeSourceRegionsCommandInput | DescribeValidDBInstanceModificationsCommandInput | DownloadDBLogFilePortionCommandInput | FailoverDBClusterCommandInput | FailoverGlobalClusterCommandInput | ImportInstallationMediaCommandInput | ListTagsForResourceCommandInput | ModifyCertificatesCommandInput | ModifyCurrentDBClusterCapacityCommandInput | ModifyCustomDBEngineVersionCommandInput | ModifyDBClusterCommandInput | ModifyDBClusterEndpointCommandInput | ModifyDBClusterParameterGroupCommandInput | ModifyDBClusterSnapshotAttributeCommandInput | ModifyDBInstanceCommandInput | ModifyDBParameterGroupCommandInput | ModifyDBProxyCommandInput | ModifyDBProxyEndpointCommandInput | ModifyDBProxyTargetGroupCommandInput | ModifyDBSnapshotAttributeCommandInput | ModifyDBSnapshotCommandInput | ModifyDBSubnetGroupCommandInput | ModifyEventSubscriptionCommandInput | ModifyGlobalClusterCommandInput | ModifyOptionGroupCommandInput | PromoteReadReplicaCommandInput | PromoteReadReplicaDBClusterCommandInput | PurchaseReservedDBInstancesOfferingCommandInput | RebootDBInstanceCommandInput | RegisterDBProxyTargetsCommandInput | RemoveFromGlobalClusterCommandInput | RemoveRoleFromDBClusterCommandInput | RemoveRoleFromDBInstanceCommandInput | RemoveSourceIdentifierFromSubscriptionCommandInput | RemoveTagsFromResourceCommandInput | ResetDBClusterParameterGroupCommandInput | ResetDBParameterGroupCommandInput | RestoreDBClusterFromS3CommandInput | RestoreDBClusterFromSnapshotCommandInput | RestoreDBClusterToPointInTimeCommandInput | RestoreDBInstanceFromDBSnapshotCommandInput | RestoreDBInstanceFromS3CommandInput | RestoreDBInstanceToPointInTimeCommandInput | RevokeDBSecurityGroupIngressCommandInput | StartActivityStreamCommandInput | StartDBClusterCommandInput | StartDBInstanceAutomatedBackupsReplicationCommandInput | StartDBInstanceCommandInput | StartExportTaskCommandInput | StopActivityStreamCommandInput | StopDBClusterCommandInput | StopDBInstanceAutomatedBackupsReplicationCommandInput | StopDBInstanceCommandInput;
150
+ export declare type ServiceOutputTypes = AddRoleToDBClusterCommandOutput | AddRoleToDBInstanceCommandOutput | AddSourceIdentifierToSubscriptionCommandOutput | AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | AuthorizeDBSecurityGroupIngressCommandOutput | BacktrackDBClusterCommandOutput | CancelExportTaskCommandOutput | CopyDBClusterParameterGroupCommandOutput | CopyDBClusterSnapshotCommandOutput | CopyDBParameterGroupCommandOutput | CopyDBSnapshotCommandOutput | CopyOptionGroupCommandOutput | CreateCustomAvailabilityZoneCommandOutput | CreateCustomDBEngineVersionCommandOutput | CreateDBClusterCommandOutput | CreateDBClusterEndpointCommandOutput | CreateDBClusterParameterGroupCommandOutput | CreateDBClusterSnapshotCommandOutput | CreateDBInstanceCommandOutput | CreateDBInstanceReadReplicaCommandOutput | CreateDBParameterGroupCommandOutput | CreateDBProxyCommandOutput | CreateDBProxyEndpointCommandOutput | CreateDBSecurityGroupCommandOutput | CreateDBSnapshotCommandOutput | CreateDBSubnetGroupCommandOutput | CreateEventSubscriptionCommandOutput | CreateGlobalClusterCommandOutput | CreateOptionGroupCommandOutput | DeleteCustomAvailabilityZoneCommandOutput | DeleteCustomDBEngineVersionCommandOutput | DeleteDBClusterCommandOutput | DeleteDBClusterEndpointCommandOutput | DeleteDBClusterParameterGroupCommandOutput | DeleteDBClusterSnapshotCommandOutput | DeleteDBInstanceAutomatedBackupCommandOutput | DeleteDBInstanceCommandOutput | DeleteDBParameterGroupCommandOutput | DeleteDBProxyCommandOutput | DeleteDBProxyEndpointCommandOutput | DeleteDBSecurityGroupCommandOutput | DeleteDBSnapshotCommandOutput | DeleteDBSubnetGroupCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteGlobalClusterCommandOutput | DeleteInstallationMediaCommandOutput | DeleteOptionGroupCommandOutput | DeregisterDBProxyTargetsCommandOutput | DescribeAccountAttributesCommandOutput | DescribeCertificatesCommandOutput | DescribeCustomAvailabilityZonesCommandOutput | DescribeDBClusterBacktracksCommandOutput | DescribeDBClusterEndpointsCommandOutput | DescribeDBClusterParameterGroupsCommandOutput | DescribeDBClusterParametersCommandOutput | DescribeDBClusterSnapshotAttributesCommandOutput | DescribeDBClusterSnapshotsCommandOutput | DescribeDBClustersCommandOutput | DescribeDBEngineVersionsCommandOutput | DescribeDBInstanceAutomatedBackupsCommandOutput | DescribeDBInstancesCommandOutput | DescribeDBLogFilesCommandOutput | DescribeDBParameterGroupsCommandOutput | DescribeDBParametersCommandOutput | DescribeDBProxiesCommandOutput | DescribeDBProxyEndpointsCommandOutput | DescribeDBProxyTargetGroupsCommandOutput | DescribeDBProxyTargetsCommandOutput | DescribeDBSecurityGroupsCommandOutput | DescribeDBSnapshotAttributesCommandOutput | DescribeDBSnapshotsCommandOutput | DescribeDBSubnetGroupsCommandOutput | DescribeEngineDefaultClusterParametersCommandOutput | DescribeEngineDefaultParametersCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeExportTasksCommandOutput | DescribeGlobalClustersCommandOutput | DescribeInstallationMediaCommandOutput | DescribeOptionGroupOptionsCommandOutput | DescribeOptionGroupsCommandOutput | DescribeOrderableDBInstanceOptionsCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeReservedDBInstancesCommandOutput | DescribeReservedDBInstancesOfferingsCommandOutput | DescribeSourceRegionsCommandOutput | DescribeValidDBInstanceModificationsCommandOutput | DownloadDBLogFilePortionCommandOutput | FailoverDBClusterCommandOutput | FailoverGlobalClusterCommandOutput | ImportInstallationMediaCommandOutput | ListTagsForResourceCommandOutput | ModifyCertificatesCommandOutput | ModifyCurrentDBClusterCapacityCommandOutput | ModifyCustomDBEngineVersionCommandOutput | ModifyDBClusterCommandOutput | ModifyDBClusterEndpointCommandOutput | ModifyDBClusterParameterGroupCommandOutput | ModifyDBClusterSnapshotAttributeCommandOutput | ModifyDBInstanceCommandOutput | ModifyDBParameterGroupCommandOutput | ModifyDBProxyCommandOutput | ModifyDBProxyEndpointCommandOutput | ModifyDBProxyTargetGroupCommandOutput | ModifyDBSnapshotAttributeCommandOutput | ModifyDBSnapshotCommandOutput | ModifyDBSubnetGroupCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyGlobalClusterCommandOutput | ModifyOptionGroupCommandOutput | PromoteReadReplicaCommandOutput | PromoteReadReplicaDBClusterCommandOutput | PurchaseReservedDBInstancesOfferingCommandOutput | RebootDBInstanceCommandOutput | RegisterDBProxyTargetsCommandOutput | RemoveFromGlobalClusterCommandOutput | RemoveRoleFromDBClusterCommandOutput | RemoveRoleFromDBInstanceCommandOutput | RemoveSourceIdentifierFromSubscriptionCommandOutput | RemoveTagsFromResourceCommandOutput | ResetDBClusterParameterGroupCommandOutput | ResetDBParameterGroupCommandOutput | RestoreDBClusterFromS3CommandOutput | RestoreDBClusterFromSnapshotCommandOutput | RestoreDBClusterToPointInTimeCommandOutput | RestoreDBInstanceFromDBSnapshotCommandOutput | RestoreDBInstanceFromS3CommandOutput | RestoreDBInstanceToPointInTimeCommandOutput | RevokeDBSecurityGroupIngressCommandOutput | StartActivityStreamCommandOutput | StartDBClusterCommandOutput | StartDBInstanceAutomatedBackupsReplicationCommandOutput | StartDBInstanceCommandOutput | StartExportTaskCommandOutput | StopActivityStreamCommandOutput | StopDBClusterCommandOutput | StopDBInstanceAutomatedBackupsReplicationCommandOutput | StopDBInstanceCommandOutput;
148
151
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
149
152
  /**
150
153
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
@@ -213,6 +216,14 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
213
216
  * Optional logger for logging debug/info/warn/error.
214
217
  */
215
218
  logger?: __Logger;
219
+ /**
220
+ * Enables IPv6/IPv4 dualstack endpoint.
221
+ */
222
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
223
+ /**
224
+ * Enables FIPS compatible endpoints.
225
+ */
226
+ useFipsEndpoint?: boolean | __Provider<boolean>;
216
227
  /**
217
228
  * Unique service identifier.
218
229
  * @internal
@@ -25,7 +25,7 @@ export interface AddRoleToDBClusterCommandOutput extends __MetadataBearer {
25
25
  *
26
26
  * @see {@link AddRoleToDBClusterCommandInput} for command's `input` shape.
27
27
  * @see {@link AddRoleToDBClusterCommandOutput} 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 AddRoleToDBClusterCommand extends $Command<AddRoleToDBClusterCommandInput, AddRoleToDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -11,6 +11,7 @@ export interface AddRoleToDBInstanceCommandOutput extends __MetadataBearer {
11
11
  * <note>
12
12
  * <p>To add a role to a DB instance, the status of the DB instance must be <code>available</code>.</p>
13
13
  * </note>
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 AddRoleToDBInstanceCommandOutput extends __MetadataBearer {
23
24
  *
24
25
  * @see {@link AddRoleToDBInstanceCommandInput} for command's `input` shape.
25
26
  * @see {@link AddRoleToDBInstanceCommandOutput} 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 AddRoleToDBInstanceCommand extends $Command<AddRoleToDBInstanceCommandInput, AddRoleToDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourc
20
20
  *
21
21
  * @see {@link AddSourceIdentifierToSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link AddSourceIdentifierToSubscriptionCommandOutput} 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 AddSourceIdentifierToSubscriptionCommand extends $Command<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
22
22
  *
23
23
  * @see {@link AddTagsToResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link AddTagsToResourceCommandOutput} 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 AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPending
20
20
  *
21
21
  * @see {@link ApplyPendingMaintenanceActionCommandInput} for command's `input` shape.
22
22
  * @see {@link ApplyPendingMaintenanceActionCommandOutput} 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 ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, RDSClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface AuthorizeDBSecurityGroupIngressCommandOutput extends AuthorizeD
31
31
  *
32
32
  * @see {@link AuthorizeDBSecurityGroupIngressCommandInput} for command's `input` shape.
33
33
  * @see {@link AuthorizeDBSecurityGroupIngressCommandOutput} for command's `response` shape.
34
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
34
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
35
35
  *
36
36
  */
37
37
  export declare class AuthorizeDBSecurityGroupIngressCommand extends $Command<AuthorizeDBSecurityGroupIngressCommandInput, AuthorizeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface BacktrackDBClusterCommandOutput extends DBClusterBacktrack, __M
28
28
  *
29
29
  * @see {@link BacktrackDBClusterCommandInput} for command's `input` shape.
30
30
  * @see {@link BacktrackDBClusterCommandOutput} 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 BacktrackDBClusterCommand extends $Command<BacktrackDBClusterCommandInput, BacktrackDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface CancelExportTaskCommandOutput extends ExportTask, __MetadataBea
22
22
  *
23
23
  * @see {@link CancelExportTaskCommandInput} for command's `input` shape.
24
24
  * @see {@link CancelExportTaskCommandOutput} 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 CancelExportTaskCommand extends $Command<CancelExportTaskCommandInput, CancelExportTaskCommandOutput, RDSClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterP
23
23
  *
24
24
  * @see {@link CopyDBClusterParameterGroupCommandInput} for command's `input` shape.
25
25
  * @see {@link CopyDBClusterParameterGroupCommandOutput} 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 CopyDBClusterParameterGroupCommand extends $Command<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -31,7 +31,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
31
31
  * <ul>
32
32
  * <li>
33
33
  * <p>
34
- * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the customer master key (CMK) to use to encrypt the copy of the DB
34
+ * <code>KmsKeyId</code> - The Amazon Web Services KMS key identifier for the KMS key to use to encrypt the copy of the DB
35
35
  * cluster snapshot in the destination Amazon Web Services Region. This is the same identifier for both the <code>CopyDBClusterSnapshot</code>
36
36
  * action that is called in the destination Amazon Web Services Region, and the action contained in the pre-signed URL.</p>
37
37
  * </li>
@@ -48,7 +48,6 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
48
48
  * </li>
49
49
  * </ul>
50
50
  * <p>To learn how to generate a Signature Version 4 signed request, see
51
- *
52
51
  * <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-query-string-auth.html">
53
52
  * Authenticating Requests: Using Query Parameters (Amazon Web Services Signature Version 4)</a> and
54
53
  * <a href="https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html">
@@ -94,7 +93,7 @@ export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapsho
94
93
  *
95
94
  * @see {@link CopyDBClusterSnapshotCommandInput} for command's `input` shape.
96
95
  * @see {@link CopyDBClusterSnapshotCommandOutput} for command's `response` shape.
97
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
96
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
98
97
  *
99
98
  */
100
99
  export declare class CopyDBClusterSnapshotCommand extends $Command<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CopyDBParameterGroupCommandOutput extends CopyDBParameterGroupR
20
20
  *
21
21
  * @see {@link CopyDBParameterGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link CopyDBParameterGroupCommandOutput} 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 CopyDBParameterGroupCommand extends $Command<CopyDBParameterGroupCommandInput, CopyDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -13,6 +13,8 @@ export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __Met
13
13
  * where you call the <code>CopyDBSnapshot</code> action is the destination Amazon Web Services Region for the
14
14
  * DB snapshot copy. </p>
15
15
  *
16
+ * <p>This command doesn't apply to RDS Custom.</p>
17
+ *
16
18
  * <p>For more information about copying snapshots, see
17
19
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_CopySnapshot.html#USER_CopyDBSnapshot">Copying a DB Snapshot</a> in the <i>Amazon RDS User Guide.</i>
18
20
  * </p>
@@ -28,7 +30,7 @@ export interface CopyDBSnapshotCommandOutput extends CopyDBSnapshotResult, __Met
28
30
  *
29
31
  * @see {@link CopyDBSnapshotCommandInput} for command's `input` shape.
30
32
  * @see {@link CopyDBSnapshotCommandOutput} for command's `response` shape.
31
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
32
34
  *
33
35
  */
34
36
  export declare class CopyDBSnapshotCommand extends $Command<CopyDBSnapshotCommandInput, CopyDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface CopyOptionGroupCommandOutput extends CopyOptionGroupResult, __M
20
20
  *
21
21
  * @see {@link CopyOptionGroupCommandInput} for command's `input` shape.
22
22
  * @see {@link CopyOptionGroupCommandOutput} 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 CopyOptionGroupCommand extends $Command<CopyOptionGroupCommandInput, CopyOptionGroupCommandOutput, RDSClientResolvedConfig> {
@@ -25,7 +25,7 @@ export interface CreateCustomAvailabilityZoneCommandOutput extends CreateCustomA
25
25
  *
26
26
  * @see {@link CreateCustomAvailabilityZoneCommandInput} for command's `input` shape.
27
27
  * @see {@link CreateCustomAvailabilityZoneCommandOutput} 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 CreateCustomAvailabilityZoneCommand extends $Command<CreateCustomAvailabilityZoneCommandInput, CreateCustomAvailabilityZoneCommandOutput, RDSClientResolvedConfig> {