@aws-sdk/client-rds 3.40.0 → 3.45.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 (168) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/dist-cjs/RDS.js +15 -0
  3. package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
  4. package/dist-cjs/commands/index.js +1 -0
  5. package/dist-cjs/endpoints.js +10 -1
  6. package/dist-cjs/models/models_1.js +14 -2
  7. package/dist-cjs/protocols/Aws_query.js +248 -4
  8. package/dist-es/RDS.js +15 -0
  9. package/dist-es/commands/RebootDBClusterCommand.js +39 -0
  10. package/dist-es/commands/index.js +1 -0
  11. package/dist-es/endpoints.js +10 -1
  12. package/dist-es/models/models_1.js +8 -0
  13. package/dist-es/protocols/Aws_query.js +250 -0
  14. package/dist-types/RDS.d.ts +199 -118
  15. package/dist-types/RDSClient.d.ts +3 -2
  16. package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -7
  17. package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
  18. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
  19. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  20. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
  21. package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -2
  22. package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
  23. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  24. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -4
  25. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +12 -8
  26. package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
  27. package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -1
  28. package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +6 -10
  31. package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -9
  32. package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
  33. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -6
  34. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +9 -5
  35. package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
  46. package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
  47. package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
  48. package/dist-types/commands/DeleteDBClusterCommand.d.ts +7 -4
  49. package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -3
  51. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -3
  52. package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
  53. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
  62. package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
  63. package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -2
  69. package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -3
  71. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +7 -3
  72. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -4
  73. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +8 -4
  74. package/dist-types/commands/DescribeDBClustersCommand.d.ts +10 -5
  75. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
  82. package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
  83. package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
  84. package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
  85. package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
  86. package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
  87. package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
  88. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
  89. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -2
  90. package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
  91. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
  92. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
  93. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  94. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  95. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -2
  96. package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
  97. package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
  98. package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
  99. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -2
  100. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
  101. package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
  102. package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
  103. package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
  104. package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
  105. package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
  106. package/dist-types/commands/FailoverDBClusterCommand.d.ts +17 -9
  107. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
  108. package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
  109. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  110. package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
  111. package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
  112. package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -2
  113. package/dist-types/commands/ModifyDBClusterCommand.d.ts +12 -8
  114. package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
  115. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +10 -6
  116. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -4
  117. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
  118. package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
  119. package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
  120. package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
  121. package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
  122. package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
  123. package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
  124. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
  125. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
  126. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
  127. package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
  128. package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
  129. package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -4
  130. package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
  131. package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
  132. package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
  133. package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
  134. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
  135. package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -5
  136. package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
  137. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
  138. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
  139. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -5
  140. package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
  141. package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -2
  142. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -6
  143. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -5
  144. package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
  145. package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
  146. package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
  147. package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
  148. package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
  149. package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
  150. package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  151. package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
  152. package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
  153. package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
  154. package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
  155. package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
  156. package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
  157. package/dist-types/commands/index.d.ts +1 -0
  158. package/dist-types/models/models_0.d.ts +477 -170
  159. package/dist-types/models/models_1.d.ts +670 -122
  160. package/dist-types/protocols/Aws_query.d.ts +3 -0
  161. package/dist-types/ts3.4/RDS.d.ts +5 -0
  162. package/dist-types/ts3.4/RDSClient.d.ts +3 -2
  163. package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
  164. package/dist-types/ts3.4/commands/index.d.ts +1 -0
  165. package/dist-types/ts3.4/models/models_0.d.ts +50 -0
  166. package/dist-types/ts3.4/models/models_1.d.ts +58 -0
  167. package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
  168. package/package.json +7 -7
@@ -0,0 +1,52 @@
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 { RebootDBClusterMessage, RebootDBClusterResult } from "../models/models_1";
4
+ import { RDSClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RDSClient";
5
+ export interface RebootDBClusterCommandInput extends RebootDBClusterMessage {
6
+ }
7
+ export interface RebootDBClusterCommandOutput extends RebootDBClusterResult, __MetadataBearer {
8
+ }
9
+ /**
10
+ * <p>You might need to reboot your DB cluster, usually for maintenance reasons.
11
+ * For example, if you make certain modifications,
12
+ * or if you change the DB cluster parameter group associated with the DB cluster,
13
+ * reboot the DB cluster for the changes to take effect.
14
+ * </p>
15
+ *
16
+ * <p>Rebooting a DB cluster restarts the database engine service. Rebooting a DB
17
+ * cluster results in a momentary outage, during which the DB cluster status is set to rebooting.
18
+ * </p>
19
+ *
20
+ * <p>Use this operation only for a non-Aurora Multi-AZ DB cluster.
21
+ * The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
22
+ *
23
+ * <p>For more information on Multi-AZ DB clusters, see
24
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
25
+ * Multi-AZ deployments with two readable standby DB instances</a> in the
26
+ * <i>Amazon RDS User Guide.</i>
27
+ * </p>
28
+ * @example
29
+ * Use a bare-bones client and the command you need to make an API call.
30
+ * ```javascript
31
+ * import { RDSClient, RebootDBClusterCommand } from "@aws-sdk/client-rds"; // ES Modules import
32
+ * // const { RDSClient, RebootDBClusterCommand } = require("@aws-sdk/client-rds"); // CommonJS import
33
+ * const client = new RDSClient(config);
34
+ * const command = new RebootDBClusterCommand(input);
35
+ * const response = await client.send(command);
36
+ * ```
37
+ *
38
+ * @see {@link RebootDBClusterCommandInput} for command's `input` shape.
39
+ * @see {@link RebootDBClusterCommandOutput} for command's `response` shape.
40
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
41
+ *
42
+ */
43
+ export declare class RebootDBClusterCommand extends $Command<RebootDBClusterCommandInput, RebootDBClusterCommandOutput, RDSClientResolvedConfig> {
44
+ readonly input: RebootDBClusterCommandInput;
45
+ constructor(input: RebootDBClusterCommandInput);
46
+ /**
47
+ * @internal
48
+ */
49
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RDSClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootDBClusterCommandInput, RebootDBClusterCommandOutput>;
50
+ private serialize;
51
+ private deserialize;
52
+ }
@@ -33,7 +33,7 @@ export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, _
33
33
  *
34
34
  * @see {@link RebootDBInstanceCommandInput} for command's `input` shape.
35
35
  * @see {@link RebootDBInstanceCommandOutput} for command's `response` shape.
36
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class RebootDBInstanceCommand extends $Command<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RegisterDBProxyTargetsCommandOutput extends RegisterDBProxyTarg
20
20
  *
21
21
  * @see {@link RegisterDBProxyTargetsCommandInput} for command's `input` shape.
22
22
  * @see {@link RegisterDBProxyTargetsCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RegisterDBProxyTargetsCommand extends $Command<RegisterDBProxyTargetsCommandInput, RegisterDBProxyTargetsCommandOutput, RDSClientResolvedConfig> {
@@ -10,7 +10,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
10
10
  * <p>
11
11
  * Detaches an Aurora secondary cluster from an Aurora global database cluster. The cluster becomes a
12
12
  * standalone cluster with read-write capability instead of being read-only and receiving data from a
13
- * primary cluster in a different region.
13
+ * primary cluster in a different Region.
14
14
  * </p>
15
15
  * <note>
16
16
  * <p>This action only applies to Aurora DB clusters.</p>
@@ -27,7 +27,7 @@ export interface RemoveFromGlobalClusterCommandOutput extends RemoveFromGlobalCl
27
27
  *
28
28
  * @see {@link RemoveFromGlobalClusterCommandInput} for command's `input` shape.
29
29
  * @see {@link RemoveFromGlobalClusterCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class RemoveFromGlobalClusterCommand extends $Command<RemoveFromGlobalClusterCommandInput, RemoveFromGlobalClusterCommandOutput, RDSClientResolvedConfig> {
@@ -7,11 +7,18 @@ export interface RemoveRoleFromDBClusterCommandInput extends RemoveRoleFromDBClu
7
7
  export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Disassociates an Amazon Web Services Identity and Access Management (IAM) role from an Amazon Aurora DB cluster.
11
- * For more information, see <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.html">Authorizing Amazon Aurora MySQL
12
- * to Access Other Amazon Web Services Services on Your Behalf </a> in the <i>Amazon Aurora User Guide</i>.</p>
10
+ * <p>Removes the asssociation of an Amazon Web Services Identity and Access Management (IAM) role from a
11
+ * DB cluster.</p>
12
+ * <p>For more information on Amazon Aurora DB clusters, see
13
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
14
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
15
+ * </p>
16
+ * <p>For more information on Multi-AZ DB clusters, see
17
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
18
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
19
+ * </p>
13
20
  * <note>
14
- * <p>This action only applies to Aurora DB clusters.</p>
21
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
15
22
  * </note>
16
23
  * @example
17
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,7 +32,7 @@ export interface RemoveRoleFromDBClusterCommandOutput extends __MetadataBearer {
25
32
  *
26
33
  * @see {@link RemoveRoleFromDBClusterCommandInput} for command's `input` shape.
27
34
  * @see {@link RemoveRoleFromDBClusterCommandOutput} for command's `response` shape.
28
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
29
36
  *
30
37
  */
31
38
  export declare class RemoveRoleFromDBClusterCommand extends $Command<RemoveRoleFromDBClusterCommandInput, RemoveRoleFromDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveRoleFromDBInstanceCommandOutput extends __MetadataBearer
20
20
  *
21
21
  * @see {@link RemoveRoleFromDBInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveRoleFromDBInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveRoleFromDBInstanceCommand extends $Command<RemoveRoleFromDBInstanceCommandInput, RemoveRoleFromDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RemoveSourceIdentifierFromSubscriptionCommandOutput extends Rem
20
20
  *
21
21
  * @see {@link RemoveSourceIdentifierFromSubscriptionCommandInput} for command's `input` shape.
22
22
  * @see {@link RemoveSourceIdentifierFromSubscriptionCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RemoveSourceIdentifierFromSubscriptionCommand extends $Command<RemoveSourceIdentifierFromSubscriptionCommandInput, RemoveSourceIdentifierFromSubscriptionCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {
24
24
  *
25
25
  * @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
26
26
  * @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, RDSClientResolvedConfig> {
@@ -19,13 +19,16 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
19
19
  * are set to <code>pending-reboot</code> to take effect on the next DB instance restart
20
20
  * or <code>RebootDBInstance</code> request. You must call <code>RebootDBInstance</code> for every
21
21
  * DB instance in your DB cluster that you want the updated static parameter to apply to.</p>
22
- *
23
- * <p>For more information on Amazon Aurora, see
22
+ * <p>For more information on Amazon Aurora DB clusters, see
24
23
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
25
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
24
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
25
+ * </p>
26
+ * <p>For more information on Multi-AZ DB clusters, see
27
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
28
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
26
29
  * </p>
27
30
  * <note>
28
- * <p>This action only applies to Aurora DB clusters.</p>
31
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
29
32
  * </note>
30
33
  * @example
31
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -39,7 +42,7 @@ export interface ResetDBClusterParameterGroupCommandOutput extends DBClusterPara
39
42
  *
40
43
  * @see {@link ResetDBClusterParameterGroupCommandInput} for command's `input` shape.
41
44
  * @see {@link ResetDBClusterParameterGroupCommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
46
  *
44
47
  */
45
48
  export declare class ResetDBClusterParameterGroupCommand extends $Command<ResetDBClusterParameterGroupCommandInput, ResetDBClusterParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -27,7 +27,7 @@ export interface ResetDBParameterGroupCommandOutput extends DBParameterGroupName
27
27
  *
28
28
  * @see {@link ResetDBParameterGroupCommandInput} for command's `input` shape.
29
29
  * @see {@link ResetDBParameterGroupCommandOutput} for command's `response` shape.
30
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
30
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
31
31
  *
32
32
  */
33
33
  export declare class ResetDBParameterGroupCommand extends $Command<ResetDBParameterGroupCommandInput, ResetDBParameterGroupCommandOutput, RDSClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
21
21
  * </note>
22
22
  * <p>For more information on Amazon Aurora, see
23
23
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
24
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
24
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
25
25
  * </p>
26
26
  * <note>
27
27
  * <p>This action only applies to Aurora DB clusters. The source DB engine must be
@@ -39,7 +39,7 @@ export interface RestoreDBClusterFromS3CommandOutput extends RestoreDBClusterFro
39
39
  *
40
40
  * @see {@link RestoreDBClusterFromS3CommandInput} for command's `input` shape.
41
41
  * @see {@link RestoreDBClusterFromS3CommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
42
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
43
  *
44
44
  */
45
45
  export declare class RestoreDBClusterFromS3Command extends $Command<RestoreDBClusterFromS3CommandInput, RestoreDBClusterFromS3CommandOutput, RDSClientResolvedConfig> {
@@ -7,8 +7,7 @@ export interface RestoreDBClusterFromSnapshotCommandInput extends RestoreDBClust
7
7
  export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClusterFromSnapshotResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot. This action
11
- * only applies to Aurora DB clusters.</p>
10
+ * <p>Creates a new DB cluster from a DB snapshot or DB cluster snapshot.</p>
12
11
  * <p>The target DB cluster is created from the source snapshot with a default
13
12
  * configuration. If you don't specify a security group, the new DB cluster is
14
13
  * associated with the default security group.</p>
@@ -20,12 +19,16 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
20
19
  * the <code>RestoreDBClusterFromSnapshot</code> action has completed and the DB
21
20
  * cluster is available.</p>
22
21
  * </note>
23
- * <p>For more information on Amazon Aurora, see
22
+ * <p>For more information on Amazon Aurora DB clusters, see
24
23
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
25
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
24
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
25
+ * </p>
26
+ * <p>For more information on Multi-AZ DB clusters, see
27
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
28
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
26
29
  * </p>
27
30
  * <note>
28
- * <p>This action only applies to Aurora DB clusters.</p>
31
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
29
32
  * </note>
30
33
  * @example
31
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -39,7 +42,7 @@ export interface RestoreDBClusterFromSnapshotCommandOutput extends RestoreDBClus
39
42
  *
40
43
  * @see {@link RestoreDBClusterFromSnapshotCommandInput} for command's `input` shape.
41
44
  * @see {@link RestoreDBClusterFromSnapshotCommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
45
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
46
  *
44
47
  */
45
48
  export declare class RestoreDBClusterFromSnapshotCommand extends $Command<RestoreDBClusterFromSnapshotCommandInput, RestoreDBClusterFromSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -13,19 +13,23 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
13
13
  * source DB cluster with the same configuration as the original DB cluster, except that
14
14
  * the new DB cluster is created with the default DB security group. </p>
15
15
  * <note>
16
- * <p>This action only restores the DB cluster, not the DB instances for that DB
16
+ * <p>For Aurora, this action only restores the DB cluster, not the DB instances for that DB
17
17
  * cluster. You must invoke the <code>CreateDBInstance</code> action to create DB
18
18
  * instances for the restored DB cluster, specifying the identifier of the restored DB
19
19
  * cluster in <code>DBClusterIdentifier</code>. You can create DB instances only after
20
20
  * the <code>RestoreDBClusterToPointInTime</code> action has completed and the DB
21
21
  * cluster is available.</p>
22
22
  * </note>
23
- * <p>For more information on Amazon Aurora, see
23
+ * <p>For more information on Amazon Aurora DB clusters, see
24
24
  * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/CHAP_AuroraOverview.html">
25
- * What Is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
25
+ * What is Amazon Aurora?</a> in the <i>Amazon Aurora User Guide.</i>
26
+ * </p>
27
+ * <p>For more information on Multi-AZ DB clusters, see
28
+ * <a href="https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/multi-az-db-clusters-concepts.html">
29
+ * Multi-AZ deployments with two readable standby DB instances</a> in the <i>Amazon RDS User Guide.</i>
26
30
  * </p>
27
31
  * <note>
28
- * <p>This action only applies to Aurora DB clusters.</p>
32
+ * <p>The Multi-AZ DB clusters feature is in preview and is subject to change.</p>
29
33
  * </note>
30
34
  * @example
31
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -39,7 +43,7 @@ export interface RestoreDBClusterToPointInTimeCommandOutput extends RestoreDBClu
39
43
  *
40
44
  * @see {@link RestoreDBClusterToPointInTimeCommandInput} for command's `input` shape.
41
45
  * @see {@link RestoreDBClusterToPointInTimeCommandOutput} for command's `response` shape.
42
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
43
47
  *
44
48
  */
45
49
  export declare class RestoreDBClusterToPointInTimeCommand extends $Command<RestoreDBClusterToPointInTimeCommandInput, RestoreDBClusterToPointInTimeCommandOutput, RDSClientResolvedConfig> {
@@ -33,7 +33,7 @@ export interface RestoreDBInstanceFromDBSnapshotCommandOutput extends RestoreDBI
33
33
  *
34
34
  * @see {@link RestoreDBInstanceFromDBSnapshotCommandInput} for command's `input` shape.
35
35
  * @see {@link RestoreDBInstanceFromDBSnapshotCommandOutput} for command's `response` shape.
36
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
36
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
37
37
  *
38
38
  */
39
39
  export declare class RestoreDBInstanceFromDBSnapshotCommand extends $Command<RestoreDBInstanceFromDBSnapshotCommandInput, RestoreDBInstanceFromDBSnapshotCommandOutput, RDSClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface RestoreDBInstanceFromS3CommandOutput extends RestoreDBInstanceF
28
28
  *
29
29
  * @see {@link RestoreDBInstanceFromS3CommandInput} for command's `input` shape.
30
30
  * @see {@link RestoreDBInstanceFromS3CommandOutput} for command's `response` shape.
31
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class RestoreDBInstanceFromS3Command extends $Command<RestoreDBInstanceFromS3CommandInput, RestoreDBInstanceFromS3CommandOutput, RDSClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface RestoreDBInstanceToPointInTimeCommandOutput extends RestoreDBIn
29
29
  *
30
30
  * @see {@link RestoreDBInstanceToPointInTimeCommandInput} for command's `input` shape.
31
31
  * @see {@link RestoreDBInstanceToPointInTimeCommandOutput} for command's `response` shape.
32
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class RestoreDBInstanceToPointInTimeCommand extends $Command<RestoreDBInstanceToPointInTimeCommandInput, RestoreDBInstanceToPointInTimeCommandOutput, RDSClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface RevokeDBSecurityGroupIngressCommandOutput extends RevokeDBSecur
20
20
  *
21
21
  * @see {@link RevokeDBSecurityGroupIngressCommandInput} for command's `input` shape.
22
22
  * @see {@link RevokeDBSecurityGroupIngressCommandOutput} for command's `response` shape.
23
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class RevokeDBSecurityGroupIngressCommand extends $Command<RevokeDBSecurityGroupIngressCommandInput, RevokeDBSecurityGroupIngressCommandOutput, RDSClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface StartActivityStreamCommandOutput extends StartActivityStreamRes
22
22
  *
23
23
  * @see {@link StartActivityStreamCommandInput} for command's `input` shape.
24
24
  * @see {@link StartActivityStreamCommandOutput} for command's `response` shape.
25
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class StartActivityStreamCommand extends $Command<StartActivityStreamCommandInput, StartActivityStreamCommandOutput, RDSClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface StartDBClusterCommandOutput extends StartDBClusterResult, __Met
29
29
  *
30
30
  * @see {@link StartDBClusterCommandInput} for command's `input` shape.
31
31
  * @see {@link StartDBClusterCommandOutput} for command's `response` shape.
32
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class StartDBClusterCommand extends $Command<StartDBClusterCommandInput, StartDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StartDBInstanceAutomatedBackupsReplicationCommandOutput extends
24
24
  *
25
25
  * @see {@link StartDBInstanceAutomatedBackupsReplicationCommandInput} for command's `input` shape.
26
26
  * @see {@link StartDBInstanceAutomatedBackupsReplicationCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StartDBInstanceAutomatedBackupsReplicationCommand extends $Command<StartDBInstanceAutomatedBackupsReplicationCommandInput, StartDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig> {
@@ -35,7 +35,7 @@ export interface StartDBInstanceCommandOutput extends StartDBInstanceResult, __M
35
35
  *
36
36
  * @see {@link StartDBInstanceCommandInput} for command's `input` shape.
37
37
  * @see {@link StartDBInstanceCommandOutput} for command's `response` shape.
38
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
38
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
39
39
  *
40
40
  */
41
41
  export declare class StartDBInstanceCommand extends $Command<StartDBInstanceCommandInput, StartDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StartExportTaskCommandOutput extends ExportTask, __MetadataBear
24
24
  *
25
25
  * @see {@link StartExportTaskCommandInput} for command's `input` shape.
26
26
  * @see {@link StartExportTaskCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StopActivityStreamCommandOutput extends StopActivityStreamRespo
24
24
  *
25
25
  * @see {@link StopActivityStreamCommandInput} for command's `input` shape.
26
26
  * @see {@link StopActivityStreamCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StopActivityStreamCommand extends $Command<StopActivityStreamCommandInput, StopActivityStreamCommandOutput, RDSClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface StopDBClusterCommandOutput extends StopDBClusterResult, __Metad
32
32
  *
33
33
  * @see {@link StopDBClusterCommandInput} for command's `input` shape.
34
34
  * @see {@link StopDBClusterCommandOutput} for command's `response` shape.
35
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class StopDBClusterCommand extends $Command<StopDBClusterCommandInput, StopDBClusterCommandOutput, RDSClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput extends
24
24
  *
25
25
  * @see {@link StopDBInstanceAutomatedBackupsReplicationCommandInput} for command's `input` shape.
26
26
  * @see {@link StopDBInstanceAutomatedBackupsReplicationCommandOutput} for command's `response` shape.
27
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command<StopDBInstanceAutomatedBackupsReplicationCommandInput, StopDBInstanceAutomatedBackupsReplicationCommandOutput, RDSClientResolvedConfig> {
@@ -37,7 +37,7 @@ export interface StopDBInstanceCommandOutput extends StopDBInstanceResult, __Met
37
37
  *
38
38
  * @see {@link StopDBInstanceCommandInput} for command's `input` shape.
39
39
  * @see {@link StopDBInstanceCommandOutput} for command's `response` shape.
40
- * @see {@link RDSClientResolvedConfig | config} for command's `input` shape.
40
+ * @see {@link RDSClientResolvedConfig | config} for RDSClient's `config` shape.
41
41
  *
42
42
  */
43
43
  export declare class StopDBInstanceCommand extends $Command<StopDBInstanceCommandInput, StopDBInstanceCommandOutput, RDSClientResolvedConfig> {
@@ -113,6 +113,7 @@ export * from "./ModifyOptionGroupCommand";
113
113
  export * from "./PromoteReadReplicaCommand";
114
114
  export * from "./PromoteReadReplicaDBClusterCommand";
115
115
  export * from "./PurchaseReservedDBInstancesOfferingCommand";
116
+ export * from "./RebootDBClusterCommand";
116
117
  export * from "./RebootDBInstanceCommand";
117
118
  export * from "./RegisterDBProxyTargetsCommand";
118
119
  export * from "./RemoveFromGlobalClusterCommand";