@aws-sdk/client-rds 3.298.0 → 3.300.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 (152) hide show
  1. package/dist-cjs/models/models_0.js +16 -3
  2. package/dist-cjs/protocols/Aws_query.js +19 -0
  3. package/dist-es/models/models_0.js +12 -0
  4. package/dist-es/protocols/Aws_query.js +20 -1
  5. package/dist-types/RDS.d.ts +7 -4
  6. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +5 -0
  7. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +5 -0
  8. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +4 -0
  9. package/dist-types/commands/AddTagsToResourceCommand.d.ts +9 -0
  10. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +5 -0
  11. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +7 -0
  12. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +6 -0
  13. package/dist-types/commands/CancelExportTaskCommand.d.ts +3 -0
  14. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +11 -0
  15. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +13 -0
  16. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +11 -0
  17. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +16 -0
  18. package/dist-types/commands/CopyOptionGroupCommand.d.ts +11 -0
  19. package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +13 -0
  20. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +19 -0
  21. package/dist-types/commands/CreateDBClusterCommand.d.ts +76 -0
  22. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +17 -0
  23. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +11 -0
  24. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +10 -0
  25. package/dist-types/commands/CreateDBInstanceCommand.d.ts +73 -0
  26. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +53 -0
  27. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +11 -0
  28. package/dist-types/commands/CreateDBProxyCommand.d.ts +30 -0
  29. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +17 -0
  30. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +10 -0
  31. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +10 -0
  32. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +13 -0
  33. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +18 -0
  34. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +9 -0
  35. package/dist-types/commands/CreateOptionGroupCommand.d.ts +12 -0
  36. package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +4 -0
  37. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +4 -0
  38. package/dist-types/commands/DeleteDBClusterCommand.d.ts +5 -0
  39. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +3 -0
  40. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -0
  41. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -0
  42. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +4 -0
  43. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +6 -0
  44. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +3 -0
  45. package/dist-types/commands/DeleteDBProxyCommand.d.ts +3 -0
  46. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +3 -0
  47. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +3 -0
  48. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -0
  49. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -0
  50. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -0
  51. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -0
  52. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +3 -0
  53. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +10 -0
  54. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -0
  55. package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +13 -0
  56. package/dist-types/commands/DescribeCertificatesCommand.d.ts +13 -0
  57. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +14 -0
  58. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +14 -0
  59. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +13 -0
  60. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +14 -0
  61. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -0
  62. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +17 -0
  63. package/dist-types/commands/DescribeDBClustersCommand.d.ts +14 -0
  64. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +19 -0
  65. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +15 -0
  66. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +13 -0
  67. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +16 -0
  68. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +13 -0
  69. package/dist-types/commands/DescribeDBParametersCommand.d.ts +15 -2
  70. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +13 -0
  71. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +14 -0
  72. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +14 -0
  73. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +14 -0
  74. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +13 -0
  75. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +3 -0
  76. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +18 -0
  77. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +13 -0
  78. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +13 -0
  79. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +13 -0
  80. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +11 -0
  81. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +13 -0
  82. package/dist-types/commands/DescribeEventsCommand.d.ts +20 -0
  83. package/dist-types/commands/DescribeExportTasksCommand.d.ts +15 -0
  84. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +13 -0
  85. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +14 -0
  86. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +15 -0
  87. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +18 -0
  88. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +13 -0
  89. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +20 -0
  90. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +18 -0
  91. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +13 -0
  92. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +3 -0
  93. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +6 -0
  94. package/dist-types/commands/FailoverDBClusterCommand.d.ts +4 -0
  95. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +4 -0
  96. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  97. package/dist-types/commands/ModifyActivityStreamCommand.d.ts +4 -0
  98. package/dist-types/commands/ModifyCertificatesCommand.d.ts +4 -0
  99. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +6 -0
  100. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +6 -0
  101. package/dist-types/commands/ModifyDBClusterCommand.d.ts +60 -0
  102. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +10 -0
  103. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +20 -0
  104. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +10 -0
  105. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +70 -0
  106. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +20 -0
  107. package/dist-types/commands/ModifyDBProxyCommand.d.ts +21 -0
  108. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +7 -0
  109. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +14 -0
  110. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +10 -0
  111. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +5 -0
  112. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +7 -0
  113. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +9 -0
  114. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +7 -0
  115. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +33 -0
  116. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +5 -0
  117. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +3 -0
  118. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +11 -0
  119. package/dist-types/commands/RebootDBClusterCommand.d.ts +3 -0
  120. package/dist-types/commands/RebootDBInstanceCommand.d.ts +4 -0
  121. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +10 -0
  122. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +4 -0
  123. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +5 -0
  124. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +5 -0
  125. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +4 -0
  126. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
  127. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +21 -0
  128. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +21 -0
  129. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +52 -2
  130. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +51 -0
  131. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +48 -0
  132. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +51 -0
  133. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +66 -0
  134. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +55 -0
  135. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +7 -0
  136. package/dist-types/commands/StartActivityStreamCommand.d.ts +7 -0
  137. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -0
  138. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -0
  139. package/dist-types/commands/StartDBInstanceCommand.d.ts +3 -0
  140. package/dist-types/commands/StartExportTaskCommand.d.ts +13 -2
  141. package/dist-types/commands/StopActivityStreamCommand.d.ts +4 -0
  142. package/dist-types/commands/StopDBClusterCommand.d.ts +3 -0
  143. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +3 -0
  144. package/dist-types/commands/StopDBInstanceCommand.d.ts +4 -0
  145. package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +4 -0
  146. package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +3 -0
  147. package/dist-types/models/models_0.d.ts +48 -68
  148. package/dist-types/models/models_1.d.ts +67 -35
  149. package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +4 -2
  150. package/dist-types/ts3.4/models/models_0.d.ts +10 -4
  151. package/dist-types/ts3.4/models/models_1.d.ts +4 -0
  152. package/package.json +13 -13
@@ -30,6 +30,12 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
30
30
  * import { RDSClient, StartDBInstanceAutomatedBackupsReplicationCommand } from "@aws-sdk/client-rds"; // ES Modules import
31
31
  * // const { RDSClient, StartDBInstanceAutomatedBackupsReplicationCommand } = require("@aws-sdk/client-rds"); // CommonJS import
32
32
  * const client = new RDSClient(config);
33
+ * const input = {
34
+ * SourceDBInstanceArn: "STRING_VALUE", // required
35
+ * BackupRetentionPeriod: Number("int"),
36
+ * KmsKeyId: "STRING_VALUE",
37
+ * PreSignedUrl: "STRING_VALUE",
38
+ * };
33
39
  * const command = new StartDBInstanceAutomatedBackupsReplicationCommand(input);
34
40
  * const response = await client.send(command);
35
41
  * ```
@@ -35,6 +35,9 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
35
35
  * import { RDSClient, StartDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
36
36
  * // const { RDSClient, StartDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
37
37
  * const client = new RDSClient(config);
38
+ * const input = {
39
+ * DBInstanceIdentifier: "STRING_VALUE", // required
40
+ * };
38
41
  * const command = new StartDBInstanceCommand(input);
39
42
  * const response = await client.send(command);
40
43
  * ```
@@ -27,10 +27,10 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
27
27
  * <p>For more information on exporting DB snapshot data, see
28
28
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ExportSnapshot.html">Exporting DB snapshot
29
29
  * data to Amazon S3</a> in the <i>Amazon RDS User Guide</i>
30
- * or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/aurora-export-snapshot.html">Exporting DB
30
+ * or <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-export-snapshot.html">Exporting DB
31
31
  * cluster snapshot data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
32
32
  * <p>For more information on exporting DB cluster data, see
33
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/export-cluster-data.html">Exporting DB
33
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/export-cluster-data.html">Exporting DB
34
34
  * cluster data to Amazon S3</a> in the <i>Amazon Aurora User Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -38,6 +38,17 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
38
38
  * import { RDSClient, StartExportTaskCommand } from "@aws-sdk/client-rds"; // ES Modules import
39
39
  * // const { RDSClient, StartExportTaskCommand } = require("@aws-sdk/client-rds"); // CommonJS import
40
40
  * const client = new RDSClient(config);
41
+ * const input = {
42
+ * ExportTaskIdentifier: "STRING_VALUE", // required
43
+ * SourceArn: "STRING_VALUE", // required
44
+ * S3BucketName: "STRING_VALUE", // required
45
+ * IamRoleArn: "STRING_VALUE", // required
46
+ * KmsKeyId: "STRING_VALUE", // required
47
+ * S3Prefix: "STRING_VALUE",
48
+ * ExportOnly: [
49
+ * "STRING_VALUE",
50
+ * ],
51
+ * };
41
52
  * const command = new StartExportTaskCommand(input);
42
53
  * const response = await client.send(command);
43
54
  * ```
@@ -34,6 +34,10 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
34
34
  * import { RDSClient, StopActivityStreamCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
35
  * // const { RDSClient, StopActivityStreamCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
36
  * const client = new RDSClient(config);
37
+ * const input = {
38
+ * ResourceArn: "STRING_VALUE", // required
39
+ * ApplyImmediately: true || false,
40
+ * };
37
41
  * const command = new StopActivityStreamCommand(input);
38
42
  * const response = await client.send(command);
39
43
  * ```
@@ -34,6 +34,9 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
34
34
  * import { RDSClient, StopDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
35
35
  * // const { RDSClient, StopDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
36
36
  * const client = new RDSClient(config);
37
+ * const input = {
38
+ * DBClusterIdentifier: "STRING_VALUE", // required
39
+ * };
37
40
  * const command = new StopDBClusterCommand(input);
38
41
  * const response = await client.send(command);
39
42
  * ```
@@ -30,6 +30,9 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
30
30
  * import { RDSClient, StopDBInstanceAutomatedBackupsReplicationCommand } from "@aws-sdk/client-rds"; // ES Modules import
31
31
  * // const { RDSClient, StopDBInstanceAutomatedBackupsReplicationCommand } = require("@aws-sdk/client-rds"); // CommonJS import
32
32
  * const client = new RDSClient(config);
33
+ * const input = {
34
+ * SourceDBInstanceArn: "STRING_VALUE", // required
35
+ * };
33
36
  * const command = new StopDBInstanceAutomatedBackupsReplicationCommand(input);
34
37
  * const response = await client.send(command);
35
38
  * ```
@@ -37,6 +37,10 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
37
37
  * import { RDSClient, StopDBInstanceCommand } from "@aws-sdk/client-rds"; // ES Modules import
38
38
  * // const { RDSClient, StopDBInstanceCommand } = require("@aws-sdk/client-rds"); // CommonJS import
39
39
  * const client = new RDSClient(config);
40
+ * const input = {
41
+ * DBInstanceIdentifier: "STRING_VALUE", // required
42
+ * DBSnapshotIdentifier: "STRING_VALUE",
43
+ * };
40
44
  * const command = new StopDBInstanceCommand(input);
41
45
  * const response = await client.send(command);
42
46
  * ```
@@ -33,6 +33,10 @@ export interface SwitchoverBlueGreenDeploymentCommandOutput extends SwitchoverBl
33
33
  * import { RDSClient, SwitchoverBlueGreenDeploymentCommand } from "@aws-sdk/client-rds"; // ES Modules import
34
34
  * // const { RDSClient, SwitchoverBlueGreenDeploymentCommand } = require("@aws-sdk/client-rds"); // CommonJS import
35
35
  * const client = new RDSClient(config);
36
+ * const input = {
37
+ * BlueGreenDeploymentIdentifier: "STRING_VALUE", // required
38
+ * SwitchoverTimeout: Number("int"),
39
+ * };
36
40
  * const command = new SwitchoverBlueGreenDeploymentCommand(input);
37
41
  * const response = await client.send(command);
38
42
  * ```
@@ -27,6 +27,9 @@ export interface SwitchoverReadReplicaCommandOutput extends SwitchoverReadReplic
27
27
  * import { RDSClient, SwitchoverReadReplicaCommand } from "@aws-sdk/client-rds"; // ES Modules import
28
28
  * // const { RDSClient, SwitchoverReadReplicaCommand } = require("@aws-sdk/client-rds"); // CommonJS import
29
29
  * const client = new RDSClient(config);
30
+ * const input = {
31
+ * DBInstanceIdentifier: "STRING_VALUE", // required
32
+ * };
30
33
  * const command = new SwitchoverReadReplicaCommand(input);
31
34
  * const response = await client.send(command);
32
35
  * ```
@@ -2396,11 +2396,11 @@ export interface CreateBlueGreenDeploymentRequest {
2396
2396
  /**
2397
2397
  * @public
2398
2398
  * <p>Contains the details about a blue/green deployment.</p>
2399
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS Blue/Green Deployments
2400
- * for database updates</a> in the <i>Amazon RDS User Guide</i> and
2401
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">
2402
- * Using Amazon RDS Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
2403
- * User Guide</i>.</p>
2399
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/blue-green-deployments.html">Using Amazon RDS
2400
+ * Blue/Green Deployments for database updates</a> in the <i>Amazon RDS User
2401
+ * Guide</i> and <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/blue-green-deployments.html">Using Amazon RDS
2402
+ * Blue/Green Deployments for database updates</a> in the <i>Amazon Aurora
2403
+ * User Guide</i>.</p>
2404
2404
  */
2405
2405
  export interface SwitchoverDetail {
2406
2406
  /**
@@ -2417,24 +2417,35 @@ export interface SwitchoverDetail {
2417
2417
  * <ul>
2418
2418
  * <li>
2419
2419
  * <p>
2420
- * <code>preparing-for-switchover</code> - The resource is being prepared to switch over.</p>
2420
+ * <code>PROVISIONING</code> - The resource is being prepared to switch
2421
+ * over.</p>
2421
2422
  * </li>
2422
2423
  * <li>
2423
2424
  * <p>
2424
- * <code>ready-for-switchover</code> - The resource is ready to switch
2425
+ * <code>AVAILABLE</code> - The resource is ready to switch over.</p>
2426
+ * </li>
2427
+ * <li>
2428
+ * <p>
2429
+ * <code>SWITCHOVER_IN_PROGRESS</code> - The resource is being switched
2425
2430
  * over.</p>
2426
2431
  * </li>
2427
2432
  * <li>
2428
2433
  * <p>
2429
- * <code>switchover-in-progress</code> - The resource is being switched over.</p>
2434
+ * <code>SWITCHOVER_COMPLETED</code> - The resource has been switched
2435
+ * over.</p>
2430
2436
  * </li>
2431
2437
  * <li>
2432
2438
  * <p>
2433
- * <code>switchover-completed</code> - The resource has been switched over.</p>
2439
+ * <code>SWITCHOVER_FAILED</code> - The resource attempted to switch over but
2440
+ * failed.</p>
2434
2441
  * </li>
2435
2442
  * <li>
2436
2443
  * <p>
2437
- * <code>switchover-failed</code> - The resource attempted to switch over but failed.</p>
2444
+ * <code>MISSING_SOURCE</code> - The source resource has been deleted.</p>
2445
+ * </li>
2446
+ * <li>
2447
+ * <p>
2448
+ * <code>MISSING_TARGET</code> - The target resource has been deleted.</p>
2438
2449
  * </li>
2439
2450
  * </ul>
2440
2451
  */
@@ -2647,6 +2658,18 @@ export declare class SourceDatabaseNotSupportedFault extends __BaseException {
2647
2658
  */
2648
2659
  constructor(opts: __ExceptionOptionType<SourceDatabaseNotSupportedFault, __BaseException>);
2649
2660
  }
2661
+ /**
2662
+ * @public
2663
+ * <p>An error occurred while trying to create the CEV.</p>
2664
+ */
2665
+ export declare class CreateCustomDBEngineVersionFault extends __BaseException {
2666
+ readonly name: "CreateCustomDBEngineVersionFault";
2667
+ readonly $fault: "client";
2668
+ /**
2669
+ * @internal
2670
+ */
2671
+ constructor(opts: __ExceptionOptionType<CreateCustomDBEngineVersionFault, __BaseException>);
2672
+ }
2650
2673
  /**
2651
2674
  * @public
2652
2675
  */
@@ -3178,11 +3201,8 @@ export interface CreateDBClusterMessage {
3178
3201
  * <ul>
3179
3202
  * <li>
3180
3203
  * <p>
3181
- * <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
3182
- * </li>
3183
- * <li>
3184
- * <p>
3185
- * <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
3204
+ * <code>aurora-mysql</code>
3205
+ * </p>
3186
3206
  * </li>
3187
3207
  * <li>
3188
3208
  * <p>
@@ -3205,14 +3225,13 @@ export interface CreateDBClusterMessage {
3205
3225
  Engine: string | undefined;
3206
3226
  /**
3207
3227
  * <p>The version number of the database engine to use.</p>
3208
- * <p>To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:</p>
3209
- * <p>
3210
- * <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
3211
- * </p>
3212
- * <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
3228
+ * <p>To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible),
3229
+ * use the following command:</p>
3213
3230
  * <p>
3214
3231
  * <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
3215
3232
  * </p>
3233
+ * <p>You can supply either <code>5.7</code> or <code>8.0</code> to use the default engine version for Aurora MySQL version 2 or
3234
+ * version 3, respectively.</p>
3216
3235
  * <p>To list all of the available engine versions for Aurora PostgreSQL, use the following command:</p>
3217
3236
  * <p>
3218
3237
  * <code>aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"</code>
@@ -3228,7 +3247,7 @@ export interface CreateDBClusterMessage {
3228
3247
  * <p>
3229
3248
  * <b>Aurora MySQL</b>
3230
3249
  * </p>
3231
- * <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html">MySQL on Amazon RDS Versions</a> in the
3250
+ * <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html">Database engine updates for Amazon Aurora MySQL</a> in the
3232
3251
  * <i>Amazon Aurora User Guide</i>.</p>
3233
3252
  * <p>
3234
3253
  * <b>Aurora PostgreSQL</b>
@@ -3238,13 +3257,11 @@ export interface CreateDBClusterMessage {
3238
3257
  * <p>
3239
3258
  * <b>MySQL</b>
3240
3259
  * </p>
3241
- * <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
3242
- * <i>Amazon RDS User Guide</i>.</p>
3260
+ * <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">Amazon RDS for MySQL</a> in the <i>Amazon RDS User Guide</i>.</p>
3243
3261
  * <p>
3244
3262
  * <b>PostgreSQL</b>
3245
3263
  * </p>
3246
- * <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
3247
- * <i>Amazon RDS User Guide</i>.</p>
3264
+ * <p>For information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL</a> in the <i>Amazon RDS User Guide</i>.</p>
3248
3265
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
3249
3266
  */
3250
3267
  EngineVersion?: string;
@@ -3480,16 +3497,8 @@ export interface CreateDBClusterMessage {
3480
3497
  */
3481
3498
  EnableCloudwatchLogsExports?: string[];
3482
3499
  /**
3483
- * <p>The DB engine mode of the DB cluster, either <code>provisioned</code>, <code>serverless</code>,
3484
- * <code>parallelquery</code>, <code>global</code>, or <code>multimaster</code>.</p>
3485
- * <p>The <code>parallelquery</code> engine mode isn't required for Aurora MySQL version 1.23 and higher 1.x versions,
3486
- * and version 2.09 and higher 2.x versions.</p>
3487
- * <p>The <code>global</code> engine mode isn't required for Aurora MySQL version 1.22 and higher 1.x versions,
3488
- * and <code>global</code> engine mode isn't required for any 2.x versions.</p>
3489
- * <p>The <code>multimaster</code> engine mode only applies for DB clusters created with Aurora MySQL version 5.6.10a.</p>
3500
+ * <p>The DB engine mode of the DB cluster, either <code>provisioned</code> or <code>serverless</code>.</p>
3490
3501
  * <p>The <code>serverless</code> engine mode only applies for Aurora Serverless v1 DB clusters.</p>
3491
- * <p>For Aurora PostgreSQL, the <code>global</code> engine mode isn't required, and both the <code>parallelquery</code>
3492
- * and the <code>multimaster</code> engine modes currently aren't supported.</p>
3493
3502
  * <p>Limitations and requirements apply to some DB engine modes. For more information, see the
3494
3503
  * following sections in the <i>Amazon Aurora User Guide</i>:</p>
3495
3504
  * <ul>
@@ -3507,19 +3516,13 @@ export interface CreateDBClusterMessage {
3507
3516
  * </li>
3508
3517
  * <li>
3509
3518
  * <p>
3510
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations">Limitations of Parallel Query</a>
3519
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations">Limitations of parallel query</a>
3511
3520
  * </p>
3512
3521
  * </li>
3513
3522
  * <li>
3514
3523
  * <p>
3515
3524
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations">Limitations of
3516
- * Aurora Global Databases</a>
3517
- * </p>
3518
- * </li>
3519
- * <li>
3520
- * <p>
3521
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-multi-master.html#aurora-multi-master-limitations">Limitations of
3522
- * Multi-Master Clusters</a>
3525
+ * Aurora global databases</a>
3523
3526
  * </p>
3524
3527
  * </li>
3525
3528
  * </ul>
@@ -3613,9 +3616,8 @@ export interface CreateDBClusterMessage {
3613
3616
  /**
3614
3617
  * <p>The amount of Provisioned IOPS (input/output operations per second) to be initially allocated
3615
3618
  * for each DB instance in the Multi-AZ DB cluster.</p>
3616
- * <p>For information about valid IOPS values, see
3617
- * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Amazon RDS Provisioned IOPS storage</a>
3618
- * in the <i>Amazon RDS User Guide</i>.</p>
3619
+ * <p>For information about valid IOPS values, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS">Provisioned IOPS storage</a> in the <i>Amazon RDS
3620
+ * User Guide</i>.</p>
3619
3621
  * <p>This setting is required to create a Multi-AZ DB cluster.</p>
3620
3622
  * <p>Constraints: Must be a multiple between .5 and 50 of the storage amount for the DB cluster.</p>
3621
3623
  * <p>Valid for: Multi-AZ DB clusters only</p>
@@ -8745,8 +8747,7 @@ export interface GlobalCluster {
8745
8747
  */
8746
8748
  DeletionProtection?: boolean;
8747
8749
  /**
8748
- * <p>The list of cluster IDs for secondary clusters within the global database cluster. Currently limited to
8749
- * 1 item.</p>
8750
+ * <p>The list of primary and secondary clusters within the global database cluster.</p>
8750
8751
  */
8751
8752
  GlobalClusterMembers?: GlobalClusterMember[];
8752
8753
  /**
@@ -10615,10 +10616,6 @@ export interface DescribeDBEngineVersionsMessage {
10615
10616
  * <ul>
10616
10617
  * <li>
10617
10618
  * <p>
10618
- * <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
10619
- * </li>
10620
- * <li>
10621
- * <p>
10622
10619
  * <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
10623
10620
  * </li>
10624
10621
  * <li>
@@ -11118,20 +11115,3 @@ export interface DescribeDBParameterGroupsMessage {
11118
11115
  */
11119
11116
  Marker?: string;
11120
11117
  }
11121
- /**
11122
- * @public
11123
- * <p>Contains the result of a successful invocation of the <code>DescribeDBParameters</code> action.</p>
11124
- */
11125
- export interface DBParameterGroupDetails {
11126
- /**
11127
- * <p>A list of <code>Parameter</code> values.</p>
11128
- */
11129
- Parameters?: Parameter[];
11130
- /**
11131
- * <p>An optional pagination token provided by a previous request.
11132
- * If this parameter is specified, the response includes
11133
- * only records beyond the marker,
11134
- * up to the value specified by <code>MaxRecords</code>.</p>
11135
- */
11136
- Marker?: string;
11137
- }
@@ -1,6 +1,23 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ActivityStreamMode, ActivityStreamPolicyStatus, ActivityStreamStatus, AutomationMode, AvailabilityZone, BlueGreenDeployment, Certificate, DBCluster, DBClusterSnapshotAttributesResult, DBInstance, DBInstanceAutomatedBackup, DBProxy, DBProxyEndpoint, DBSecurityGroup, DBSnapshot, DBSubnetGroup, EventSubscription, ExportSourceType, ExportTask, Filter, GlobalCluster, OptionGroup, OptionSetting, Parameter, ProcessorFeature, ReplicaMode, ResourcePendingMaintenanceActions, ScalingConfiguration, ServerlessV2ScalingConfiguration, Tag, UserAuthConfig } from "./models_0";
3
3
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
4
+ /**
5
+ * @public
6
+ * <p>Contains the result of a successful invocation of the <code>DescribeDBParameters</code> action.</p>
7
+ */
8
+ export interface DBParameterGroupDetails {
9
+ /**
10
+ * <p>A list of <code>Parameter</code> values.</p>
11
+ */
12
+ Parameters?: Parameter[];
13
+ /**
14
+ * <p>An optional pagination token provided by a previous request.
15
+ * If this parameter is specified, the response includes
16
+ * only records beyond the marker,
17
+ * up to the value specified by <code>MaxRecords</code>.</p>
18
+ */
19
+ Marker?: string;
20
+ }
4
21
  /**
5
22
  * @public
6
23
  */
@@ -1837,10 +1854,6 @@ export interface DescribeOrderableDBInstanceOptionsMessage {
1837
1854
  * <ul>
1838
1855
  * <li>
1839
1856
  * <p>
1840
- * <code>aurora</code> (for MySQL 5.6-compatible Aurora)</p>
1841
- * </li>
1842
- * <li>
1843
- * <p>
1844
1857
  * <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
1845
1858
  * </li>
1846
1859
  * <li>
@@ -3351,11 +3364,8 @@ export interface ModifyDBClusterMessage {
3351
3364
  * <p>The version number of the database engine to which you want to upgrade.
3352
3365
  * Changing this parameter results in an outage. The change is applied during
3353
3366
  * the next maintenance window unless <code>ApplyImmediately</code> is enabled.</p>
3354
- * <p>To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:</p>
3355
- * <p>
3356
- * <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
3357
- * </p>
3358
- * <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
3367
+ * <p>To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (MySQL 8.0-compatible),
3368
+ * use the following command:</p>
3359
3369
  * <p>
3360
3370
  * <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
3361
3371
  * </p>
@@ -5759,25 +5769,20 @@ export interface RestoreDBClusterFromS3Message {
5759
5769
  DBSubnetGroupName?: string;
5760
5770
  /**
5761
5771
  * <p>The name of the database engine to be used for this DB cluster.</p>
5762
- * <p>Valid Values: <code>aurora</code> (for MySQL 5.6-compatible Aurora) and <code>aurora-mysql</code>
5763
- * (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
5772
+ * <p>Valid Values: <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora)</p>
5764
5773
  */
5765
5774
  Engine: string | undefined;
5766
5775
  /**
5767
5776
  * <p>The version number of the database engine to use.</p>
5768
- * <p>To list all of the available engine versions for <code>aurora</code> (for MySQL 5.6-compatible Aurora), use the following command:</p>
5769
- * <p>
5770
- * <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
5771
- * </p>
5772
- * <p>To list all of the available engine versions for <code>aurora-mysql</code> (for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora), use the following command:</p>
5777
+ * <p>To list all of the available engine versions for <code>aurora-mysql</code> (MySQL 5.7-compatible and MySQL 8.0-compatible
5778
+ * Aurora), use the following command:</p>
5773
5779
  * <p>
5774
5780
  * <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
5775
5781
  * </p>
5776
5782
  * <p>
5777
5783
  * <b>Aurora MySQL</b>
5778
5784
  * </p>
5779
- * <p>Example: <code>5.6.10a</code>, <code>5.6.mysql_aurora.1.19.2</code>, <code>5.7.mysql_aurora.2.07.1</code>,
5780
- * <code>8.0.mysql_aurora.3.02.0</code>
5785
+ * <p>Examples: <code>5.7.mysql_aurora.2.07.1</code>, <code>8.0.mysql_aurora.3.02.0</code>
5781
5786
  * </p>
5782
5787
  */
5783
5788
  EngineVersion?: string;
@@ -5942,10 +5947,6 @@ export interface RestoreDBClusterFromS3Message {
5942
5947
  * <b>Aurora MySQL</b>
5943
5948
  * </p>
5944
5949
  * <p>Possible values are <code>audit</code>, <code>error</code>, <code>general</code>, and <code>slowquery</code>.</p>
5945
- * <p>
5946
- * <b>Aurora PostgreSQL</b>
5947
- * </p>
5948
- * <p>Possible value is <code>postgresql</code>.</p>
5949
5950
  * <p>For more information about exporting CloudWatch Logs for Amazon Aurora, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_LogAccess.html#USER_LogAccess.Procedural.UploadtoCloudWatch">Publishing Database Logs to Amazon CloudWatch Logs</a> in the <i>Amazon Aurora User Guide</i>.</p>
5950
5951
  */
5951
5952
  EnableCloudwatchLogsExports?: string[];
@@ -6134,11 +6135,8 @@ export interface RestoreDBClusterFromSnapshotMessage {
6134
6135
  */
6135
6136
  Engine: string | undefined;
6136
6137
  /**
6137
- * <p>The version of the database engine to use for the new DB cluster.</p>
6138
- * <p>To list all of the available engine versions for MySQL 5.6-compatible Aurora, use the following command:</p>
6139
- * <p>
6140
- * <code>aws rds describe-db-engine-versions --engine aurora --query "DBEngineVersions[].EngineVersion"</code>
6141
- * </p>
6138
+ * <p>The version of the database engine to use for the new DB cluster. If you don't specify an engine version, the default version
6139
+ * for the database engine in the Amazon Web Services Region is used.</p>
6142
6140
  * <p>To list all of the available engine versions for MySQL 5.7-compatible and MySQL 8.0-compatible Aurora, use the following command:</p>
6143
6141
  * <p>
6144
6142
  * <code>aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"</code>
@@ -6158,24 +6156,24 @@ export interface RestoreDBClusterFromSnapshotMessage {
6158
6156
  * <p>
6159
6157
  * <b>Aurora MySQL</b>
6160
6158
  * </p>
6161
- * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html">MySQL on Amazon RDS Versions</a> in the
6162
- * <i>Amazon Aurora User Guide</i>.</p>
6159
+ * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html">Database
6160
+ * engine updates for Amazon Aurora MySQL</a> in the <i>Amazon Aurora User Guide</i>.</p>
6163
6161
  * <p>
6164
6162
  * <b>Aurora PostgreSQL</b>
6165
6163
  * </p>
6166
- * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html">Amazon Aurora PostgreSQL releases and engine versions</a> in the
6167
- * <i>Amazon Aurora User Guide</i>.</p>
6164
+ * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html">Amazon
6165
+ * Aurora PostgreSQL releases and engine versions</a> in the <i>Amazon Aurora User Guide</i>.</p>
6168
6166
  * <p>
6169
6167
  * <b>MySQL</b>
6170
6168
  * </p>
6171
- * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">MySQL on Amazon RDS Versions</a> in the
6172
- * <i>Amazon RDS User Guide.</i>
6169
+ * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt">Amazon
6170
+ * RDS for MySQL</a> in the <i>Amazon RDS User Guide.</i>
6173
6171
  * </p>
6174
6172
  * <p>
6175
6173
  * <b>PostgreSQL</b>
6176
6174
  * </p>
6177
- * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon RDS for PostgreSQL versions and extensions</a> in the
6178
- * <i>Amazon RDS User Guide.</i>
6175
+ * <p>See <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts">Amazon
6176
+ * RDS for PostgreSQL versions and extensions</a> in the <i>Amazon RDS User Guide.</i>
6179
6177
  * </p>
6180
6178
  * <p>Valid for: Aurora DB clusters and Multi-AZ DB clusters</p>
6181
6179
  */
@@ -8482,6 +8480,40 @@ export interface StartExportTaskMessage {
8482
8480
  /**
8483
8481
  * <p>The name of the IAM role to use for writing to the Amazon S3 bucket
8484
8482
  * when exporting a snapshot or cluster.</p>
8483
+ * <p>In the IAM policy attached to your IAM role, include the following required actions to allow the transfer of files from Amazon
8484
+ * RDS or Amazon Aurora to an S3 bucket:</p>
8485
+ * <ul>
8486
+ * <li>
8487
+ * <p>s3:PutObject*</p>
8488
+ * </li>
8489
+ * <li>
8490
+ * <p>s3:GetObject*</p>
8491
+ * </li>
8492
+ * <li>
8493
+ * <p>s3:ListBucket</p>
8494
+ * </li>
8495
+ * <li>
8496
+ * <p>s3:DeleteObject*</p>
8497
+ * </li>
8498
+ * <li>
8499
+ * <p>s3:GetBucketLocation </p>
8500
+ * </li>
8501
+ * </ul>
8502
+ * <p>In the policy, include the resources to identify the S3 bucket and objects in the bucket. The following list of resources shows
8503
+ * the Amazon Resource Name (ARN) format for accessing S3:</p>
8504
+ * <ul>
8505
+ * <li>
8506
+ * <p>
8507
+ * <code>arn:aws:s3:::<i>your-s3-bucket</i>
8508
+ * </code>
8509
+ * </p>
8510
+ * </li>
8511
+ * <li>
8512
+ * <p>
8513
+ * <code>arn:aws:s3:::<i>your-s3-bucket</i>/*</code>
8514
+ * </p>
8515
+ * </li>
8516
+ * </ul>
8485
8517
  */
8486
8518
  IamRoleArn: string | undefined;
8487
8519
  /**
@@ -6,8 +6,10 @@ import {
6
6
  MetadataBearer as __MetadataBearer,
7
7
  MiddlewareStack,
8
8
  } from "@aws-sdk/types";
9
- import { DBParameterGroupDetails } from "../models/models_0";
10
- import { DescribeDBParametersMessage } from "../models/models_1";
9
+ import {
10
+ DBParameterGroupDetails,
11
+ DescribeDBParametersMessage,
12
+ } from "../models/models_1";
11
13
  import {
12
14
  RDSClientResolvedConfig,
13
15
  ServiceInputTypes,
@@ -691,6 +691,16 @@ export declare class SourceDatabaseNotSupportedFault extends __BaseException {
691
691
  >
692
692
  );
693
693
  }
694
+ export declare class CreateCustomDBEngineVersionFault extends __BaseException {
695
+ readonly name: "CreateCustomDBEngineVersionFault";
696
+ readonly $fault: "client";
697
+ constructor(
698
+ opts: __ExceptionOptionType<
699
+ CreateCustomDBEngineVersionFault,
700
+ __BaseException
701
+ >
702
+ );
703
+ }
694
704
  export interface CreateCustomDBEngineVersionMessage {
695
705
  Engine: string | undefined;
696
706
  EngineVersion: string | undefined;
@@ -2316,7 +2326,3 @@ export interface DescribeDBParameterGroupsMessage {
2316
2326
  MaxRecords?: number;
2317
2327
  Marker?: string;
2318
2328
  }
2319
- export interface DBParameterGroupDetails {
2320
- Parameters?: Parameter[];
2321
- Marker?: string;
2322
- }
@@ -33,6 +33,10 @@ import {
33
33
  UserAuthConfig,
34
34
  } from "./models_0";
35
35
  import { RDSServiceException as __BaseException } from "./RDSServiceException";
36
+ export interface DBParameterGroupDetails {
37
+ Parameters?: Parameter[];
38
+ Marker?: string;
39
+ }
36
40
  export interface DescribeDBParametersMessage {
37
41
  DBParameterGroupName: string | undefined;
38
42
  Source?: string;