@aws-sdk/client-rds 3.36.1 → 3.40.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 (81) 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 +167 -28
  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 +167 -28
  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/AddRoleToDBInstanceCommand.d.ts +1 -0
  35. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +1 -2
  36. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +2 -0
  37. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +62 -0
  38. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +4 -3
  39. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -0
  40. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +55 -0
  41. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -0
  42. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
  43. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +3 -4
  44. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -0
  45. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +46 -0
  46. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +2 -1
  47. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
  48. package/dist-types/commands/RebootDBInstanceCommand.d.ts +2 -0
  49. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -0
  50. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  51. package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
  52. package/dist-types/commands/StartExportTaskCommand.d.ts +1 -0
  53. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -0
  54. package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
  55. package/dist-types/commands/index.d.ts +140 -0
  56. package/dist-types/index.d.ts +5 -181
  57. package/dist-types/models/models_0.d.ts +697 -410
  58. package/dist-types/models/models_1.d.ts +468 -137
  59. package/dist-types/pagination/index.d.ts +36 -0
  60. package/dist-types/protocols/Aws_query.d.ts +9 -0
  61. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  62. package/dist-types/runtimeConfig.d.ts +2 -0
  63. package/dist-types/runtimeConfig.native.d.ts +2 -0
  64. package/dist-types/ts3.4/RDS.d.ts +15 -0
  65. package/dist-types/ts3.4/RDSClient.d.ts +9 -2
  66. package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/index.d.ts +140 -0
  71. package/dist-types/ts3.4/index.d.ts +5 -181
  72. package/dist-types/ts3.4/models/models_0.d.ts +190 -154
  73. package/dist-types/ts3.4/models/models_1.d.ts +97 -2
  74. package/dist-types/ts3.4/pagination/index.d.ts +36 -0
  75. package/dist-types/ts3.4/protocols/Aws_query.d.ts +9 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  79. package/dist-types/ts3.4/waiters/index.d.ts +6 -0
  80. package/dist-types/waiters/index.d.ts +6 -0
  81. package/package.json +34 -34
@@ -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
@@ -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
@@ -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">
@@ -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>
@@ -0,0 +1,62 @@
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 { CreateCustomDBEngineVersionMessage, DBEngineVersion } from "../models/models_0";
4
+ import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
+ export interface CreateCustomDBEngineVersionCommandInput extends CreateCustomDBEngineVersionMessage {
6
+ }
7
+ export interface CreateCustomDBEngineVersionCommandOutput extends DBEngineVersion, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Creates a custom DB engine version (CEV). A CEV is a binary volume snapshot of a database engine and
11
+ * specific AMI. The only supported engine is Oracle Database 19c Enterprise Edition with the January 2021
12
+ * or later RU/RUR. For
13
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.preparing.manifest">
14
+ * Amazon RDS Custom requirements and limitations</a> in the <i>Amazon RDS User Guide</i>.</p>
15
+ * <p>Amazon RDS, which is a fully managed service, supplies the Amazon Machine Image (AMI) and database software.
16
+ * The Amazon RDS database software is preinstalled, so you need only select a DB engine and version, and create
17
+ * your database. With Amazon RDS Custom, you upload your database installation files in Amazon S3. For
18
+ * more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.html#custom-cev.preparing">
19
+ * Preparing to create a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
20
+ * <p>When you create a custom engine version, you specify the files in a JSON document called a CEV manifest.
21
+ * This document describes installation .zip files stored in Amazon S3. RDS Custom creates your CEV from
22
+ * the installation files that you provided. This service model is called Bring Your Own Media (BYOM).</p>
23
+ * <p>Creation takes approximately two hours. If creation fails, RDS Custom issues <code>RDS-EVENT-0196</code> with
24
+ * the message <code>Creation failed for custom engine version</code>, and includes details about the failure.
25
+ * For example, the event prints missing files. </p>
26
+ * <p>After you create the CEV, it is available for use. You can create multiple CEVs, and create multiple
27
+ * RDS Custom instances from any CEV. You can also change the status of a CEV to make it available or
28
+ * inactive.</p>
29
+ * <note>
30
+ * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
31
+ * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
32
+ * <code>CreateCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
33
+ * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
34
+ * the <code>CreateCustomDbEngineVersion</code> event.</p>
35
+ * </note>
36
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.create">
37
+ * Creating a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
38
+ * @example
39
+ * Use a bare-bones client and the command you need to make an API call.
40
+ * ```javascript
41
+ * import { RDSClient, CreateCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
42
+ * // const { RDSClient, CreateCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
43
+ * const client = new RDSClient(config);
44
+ * const command = new CreateCustomDBEngineVersionCommand(input);
45
+ * const response = await client.send(command);
46
+ * ```
47
+ *
48
+ * @see {@link CreateCustomDBEngineVersionCommandInput} for command's `input` shape.
49
+ * @see {@link CreateCustomDBEngineVersionCommandOutput} for command's `response` shape.
50
+ * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
51
+ *
52
+ */
53
+ export declare class CreateCustomDBEngineVersionCommand extends $Command<CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
54
+ readonly input: CreateCustomDBEngineVersionCommandInput;
55
+ constructor(input: CreateCustomDBEngineVersionCommandInput);
56
+ /**
57
+ * @internal
58
+ */
59
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomDBEngineVersionCommandInput, CreateCustomDBEngineVersionCommandOutput>;
60
+ private serialize;
61
+ private deserialize;
62
+ }
@@ -12,11 +12,12 @@ export interface CreateDBParameterGroupCommandOutput extends CreateDBParameterGr
12
12
  * A DB parameter group is initially created with the default parameters for the
13
13
  * database engine used by the DB instance. To provide custom values for any of the
14
14
  * parameters, you must modify the group after creating it using
15
- * <i>ModifyDBParameterGroup</i>. Once you've created a DB parameter group, you need to
16
- * associate it with your DB instance using <i>ModifyDBInstance</i>. When you associate
15
+ * <code>ModifyDBParameterGroup</code>. Once you've created a DB parameter group, you need to
16
+ * associate it with your DB instance using <code>ModifyDBInstance</code>. When you associate
17
17
  * a new DB parameter group with a running DB instance, you need to reboot the DB
18
18
  * instance without failover for the new DB parameter group and associated settings to take effect.
19
- * </p>
19
+ * </p>
20
+ * <p>This command doesn't apply to RDS Custom.</p>
20
21
  * <important>
21
22
  * <p>After you create a DB parameter group, you should wait at least 5 minutes
22
23
  * before creating your first DB instance that uses that DB parameter group as the default parameter
@@ -8,6 +8,7 @@ export interface CreateOptionGroupCommandOutput extends CreateOptionGroupResult,
8
8
  }
9
9
  /**
10
10
  * <p>Creates a new option group. You can create up to 20 option groups.</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
@@ -0,0 +1,55 @@
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, DeleteCustomDBEngineVersionMessage } from "../models/models_0";
4
+ import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
+ export interface DeleteCustomDBEngineVersionCommandInput extends DeleteCustomDBEngineVersionMessage {
6
+ }
7
+ export interface DeleteCustomDBEngineVersionCommandOutput extends DBEngineVersion, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>Deletes a custom engine version. To run this command, make sure you meet the following prerequisites:</p>
11
+ * <ul>
12
+ * <li>
13
+ * <p>The CEV must not be the default for RDS Custom. If it is, change the default
14
+ * before running this command.</p>
15
+ * </li>
16
+ * <li>
17
+ * <p>The CEV must not be associated with an RDS Custom DB instance, RDS Custom instance snapshot,
18
+ * or automated backup of your RDS Custom instance.</p>
19
+ * </li>
20
+ * </ul>
21
+ * <p>Typically, deletion takes a few minutes.</p>
22
+ * <note>
23
+ * <p>The MediaImport service that imports files from Amazon S3 to create CEVs isn't integrated with
24
+ * Amazon Web Services CloudTrail. If you turn on data logging for Amazon RDS in CloudTrail, calls to the
25
+ * <code>DeleteCustomDbEngineVersion</code> event aren't logged. However, you might see calls from the
26
+ * API gateway that accesses your Amazon S3 bucket. These calls originate from the MediaImport service for
27
+ * the <code>DeleteCustomDbEngineVersion</code> event.</p>
28
+ * </note>
29
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/custom-cev.html#custom-cev.delete">
30
+ * Deleting a CEV</a> in the <i>Amazon RDS User Guide</i>.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { RDSClient, DeleteCustomDBEngineVersionCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
+ * // const { RDSClient, DeleteCustomDBEngineVersionCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
+ * const client = new RDSClient(config);
37
+ * const command = new DeleteCustomDBEngineVersionCommand(input);
38
+ * const response = await client.send(command);
39
+ * ```
40
+ *
41
+ * @see {@link DeleteCustomDBEngineVersionCommandInput} for command's `input` shape.
42
+ * @see {@link DeleteCustomDBEngineVersionCommandOutput} for command's `response` shape.
43
+ * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
44
+ *
45
+ */
46
+ export declare class DeleteCustomDBEngineVersionCommand extends $Command<DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput, RDSClientResolvedConfig> {
47
+ readonly input: DeleteCustomDBEngineVersionCommandInput;
48
+ constructor(input: DeleteCustomDBEngineVersionCommandInput);
49
+ /**
50
+ * @internal
51
+ */
52
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomDBEngineVersionCommandInput, DeleteCustomDBEngineVersionCommandOutput>;
53
+ private serialize;
54
+ private deserialize;
55
+ }
@@ -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
@@ -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
  }
@@ -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
@@ -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