@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.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/RDS.js +15 -0
- package/dist-cjs/commands/RebootDBClusterCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/endpoints.js +10 -1
- package/dist-cjs/models/models_1.js +14 -2
- package/dist-cjs/protocols/Aws_query.js +248 -4
- package/dist-es/RDS.js +15 -0
- package/dist-es/commands/RebootDBClusterCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/endpoints.js +10 -1
- package/dist-es/models/models_1.js +8 -0
- package/dist-es/protocols/Aws_query.js +250 -0
- package/dist-types/RDS.d.ts +199 -118
- package/dist-types/RDSClient.d.ts +3 -2
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +2 -7
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +2 -2
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +1 -4
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +12 -8
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +6 -10
- package/dist-types/commands/CreateDBClusterCommand.d.ts +12 -9
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +4 -4
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +12 -6
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +9 -5
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomAvailabilityZoneCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +7 -4
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -3
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomAvailabilityZonesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +7 -3
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -4
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +8 -4
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +10 -5
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +2 -2
- package/dist-types/commands/DescribeInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +2 -2
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +17 -9
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +1 -1
- package/dist-types/commands/ImportInstallationMediaCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +1 -1
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +12 -8
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +10 -6
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +1 -4
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +1 -1
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +1 -4
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +1 -1
- package/dist-types/commands/RebootDBClusterCommand.d.ts +52 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +12 -5
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +1 -1
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +8 -5
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +2 -2
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +9 -6
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +9 -5
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +1 -1
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +1 -1
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +1 -1
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StartDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StopDBClusterCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +1 -1
- package/dist-types/commands/StopDBInstanceCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +477 -170
- package/dist-types/models/models_1.d.ts +670 -122
- package/dist-types/protocols/Aws_query.d.ts +3 -0
- package/dist-types/ts3.4/RDS.d.ts +5 -0
- package/dist-types/ts3.4/RDSClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +50 -0
- package/dist-types/ts3.4/models/models_1.d.ts +58 -0
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +3 -0
- 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
|
|
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
|
|
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
|
|
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
|
|
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>
|
|
11
|
-
*
|
|
12
|
-
*
|
|
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>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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>
|
|
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
|
|
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>
|
|
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
|
|
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>
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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";
|