@aws-sdk/client-rds 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/RDS.d.ts +2405 -690
- package/dist-types/ts3.4/RDSClient.d.ts +925 -210
- package/dist-types/ts3.4/commands/AddRoleToDBClusterCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AddRoleToDBInstanceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BacktrackDBClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CopyOptionGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateCustomDBEngineVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBClusterEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceReadReplicaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBSecurityGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateOptionGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteCustomDBEngineVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBParameterGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteDBSecurityGroupCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +31 -17
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DownloadDBLogFilePortionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyActivityStreamCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCertificatesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyCustomDBEngineVersionCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterEndpointCommand.d.ts +37 -18
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyEndpointCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBProxyTargetGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBSnapshotAttributeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyDBSnapshotCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ModifyOptionGroupCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PromoteReadReplicaCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PromoteReadReplicaDBClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RebootDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RegisterDBProxyTargetsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveRoleFromDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ResetDBParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromS3Command.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceFromS3Command.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RevokeDBSecurityGroupIngressCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartActivityStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +33 -18
- package/dist-types/ts3.4/commands/StopActivityStreamCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SwitchoverReadReplicaCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +137 -137
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RDSServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +2 -2
- package/dist-types/ts3.4/models/models_0.d.ts +2784 -3635
- package/dist-types/ts3.4/models/models_1.d.ts +1743 -2351
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterBacktracksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBLogFilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBParameterGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyEndpointsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBProxyTargetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSecurityGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSnapshotsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEngineDefaultParametersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeExportTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOptionGroupOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOptionGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeReservedDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSourceRegionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DownloadDBLogFilePortionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +34 -34
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +1649 -413
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +8 -8
- package/dist-types/ts3.4/waiters/waitForDBClusterAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBClusterSnapshotDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBSnapshotAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBSnapshotDeleted.d.ts +11 -7
- package/package.json +36 -36
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StopActivityStreamRequest,
|
|
10
|
+
StopActivityStreamResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
RDSClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RDSClient";
|
|
17
|
+
export interface StopActivityStreamCommandInput
|
|
18
|
+
extends StopActivityStreamRequest {}
|
|
19
|
+
export interface StopActivityStreamCommandOutput
|
|
20
|
+
extends StopActivityStreamResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopActivityStreamCommand extends $Command<
|
|
23
|
+
StopActivityStreamCommandInput,
|
|
24
|
+
StopActivityStreamCommandOutput,
|
|
25
|
+
RDSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopActivityStreamCommandInput;
|
|
28
|
+
constructor(input: StopActivityStreamCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RDSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StopActivityStreamCommandInput, StopActivityStreamCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_1";
|
|
9
|
+
import {
|
|
10
|
+
RDSClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../RDSClient";
|
|
14
|
+
export interface StopDBClusterCommandInput extends StopDBClusterMessage {}
|
|
15
|
+
export interface StopDBClusterCommandOutput
|
|
16
|
+
extends StopDBClusterResult,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class StopDBClusterCommand extends $Command<
|
|
19
|
+
StopDBClusterCommandInput,
|
|
20
|
+
StopDBClusterCommandOutput,
|
|
21
|
+
RDSClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopDBClusterCommandInput;
|
|
24
|
+
constructor(input: StopDBClusterCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: RDSClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopDBClusterCommandInput, StopDBClusterCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StopDBInstanceAutomatedBackupsReplicationMessage,
|
|
10
|
+
StopDBInstanceAutomatedBackupsReplicationResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
RDSClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RDSClient";
|
|
17
|
+
export interface StopDBInstanceAutomatedBackupsReplicationCommandInput
|
|
18
|
+
extends StopDBInstanceAutomatedBackupsReplicationMessage {}
|
|
19
|
+
export interface StopDBInstanceAutomatedBackupsReplicationCommandOutput
|
|
20
|
+
extends StopDBInstanceAutomatedBackupsReplicationResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopDBInstanceAutomatedBackupsReplicationCommand extends $Command<
|
|
23
|
+
StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
24
|
+
StopDBInstanceAutomatedBackupsReplicationCommandOutput,
|
|
25
|
+
RDSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopDBInstanceAutomatedBackupsReplicationCommandInput;
|
|
28
|
+
constructor(input: StopDBInstanceAutomatedBackupsReplicationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RDSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StopDBInstanceAutomatedBackupsReplicationCommandInput,
|
|
35
|
+
StopDBInstanceAutomatedBackupsReplicationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StopDBInstanceMessage,
|
|
10
|
+
StopDBInstanceResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
RDSClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RDSClient";
|
|
17
|
+
export interface StopDBInstanceCommandInput extends StopDBInstanceMessage {}
|
|
18
|
+
export interface StopDBInstanceCommandOutput
|
|
19
|
+
extends StopDBInstanceResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class StopDBInstanceCommand extends $Command<
|
|
22
|
+
StopDBInstanceCommandInput,
|
|
23
|
+
StopDBInstanceCommandOutput,
|
|
24
|
+
RDSClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: StopDBInstanceCommandInput;
|
|
27
|
+
constructor(input: StopDBInstanceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: RDSClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<StopDBInstanceCommandInput, StopDBInstanceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
SwitchoverReadReplicaMessage,
|
|
10
|
+
SwitchoverReadReplicaResult,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
import {
|
|
13
|
+
RDSClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RDSClient";
|
|
17
|
+
export interface SwitchoverReadReplicaCommandInput
|
|
18
|
+
extends SwitchoverReadReplicaMessage {}
|
|
19
|
+
export interface SwitchoverReadReplicaCommandOutput
|
|
20
|
+
extends SwitchoverReadReplicaResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SwitchoverReadReplicaCommand extends $Command<
|
|
23
|
+
SwitchoverReadReplicaCommandInput,
|
|
24
|
+
SwitchoverReadReplicaCommandOutput,
|
|
25
|
+
RDSClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SwitchoverReadReplicaCommandInput;
|
|
28
|
+
constructor(input: SwitchoverReadReplicaCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RDSClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
SwitchoverReadReplicaCommandInput,
|
|
35
|
+
SwitchoverReadReplicaCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
export * from "./AddRoleToDBClusterCommand";
|
|
2
|
-
export * from "./AddRoleToDBInstanceCommand";
|
|
3
|
-
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
4
|
-
export * from "./AddTagsToResourceCommand";
|
|
5
|
-
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
6
|
-
export * from "./AuthorizeDBSecurityGroupIngressCommand";
|
|
7
|
-
export * from "./BacktrackDBClusterCommand";
|
|
8
|
-
export * from "./CancelExportTaskCommand";
|
|
9
|
-
export * from "./CopyDBClusterParameterGroupCommand";
|
|
10
|
-
export * from "./CopyDBClusterSnapshotCommand";
|
|
11
|
-
export * from "./CopyDBParameterGroupCommand";
|
|
12
|
-
export * from "./CopyDBSnapshotCommand";
|
|
13
|
-
export * from "./CopyOptionGroupCommand";
|
|
14
|
-
export * from "./CreateCustomDBEngineVersionCommand";
|
|
15
|
-
export * from "./CreateDBClusterCommand";
|
|
16
|
-
export * from "./CreateDBClusterEndpointCommand";
|
|
17
|
-
export * from "./CreateDBClusterParameterGroupCommand";
|
|
18
|
-
export * from "./CreateDBClusterSnapshotCommand";
|
|
19
|
-
export * from "./CreateDBInstanceCommand";
|
|
20
|
-
export * from "./CreateDBInstanceReadReplicaCommand";
|
|
21
|
-
export * from "./CreateDBParameterGroupCommand";
|
|
22
|
-
export * from "./CreateDBProxyCommand";
|
|
23
|
-
export * from "./CreateDBProxyEndpointCommand";
|
|
24
|
-
export * from "./CreateDBSecurityGroupCommand";
|
|
25
|
-
export * from "./CreateDBSnapshotCommand";
|
|
26
|
-
export * from "./CreateDBSubnetGroupCommand";
|
|
27
|
-
export * from "./CreateEventSubscriptionCommand";
|
|
28
|
-
export * from "./CreateGlobalClusterCommand";
|
|
29
|
-
export * from "./CreateOptionGroupCommand";
|
|
30
|
-
export * from "./DeleteCustomDBEngineVersionCommand";
|
|
31
|
-
export * from "./DeleteDBClusterCommand";
|
|
32
|
-
export * from "./DeleteDBClusterEndpointCommand";
|
|
33
|
-
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
34
|
-
export * from "./DeleteDBClusterSnapshotCommand";
|
|
35
|
-
export * from "./DeleteDBInstanceAutomatedBackupCommand";
|
|
36
|
-
export * from "./DeleteDBInstanceCommand";
|
|
37
|
-
export * from "./DeleteDBParameterGroupCommand";
|
|
38
|
-
export * from "./DeleteDBProxyCommand";
|
|
39
|
-
export * from "./DeleteDBProxyEndpointCommand";
|
|
40
|
-
export * from "./DeleteDBSecurityGroupCommand";
|
|
41
|
-
export * from "./DeleteDBSnapshotCommand";
|
|
42
|
-
export * from "./DeleteDBSubnetGroupCommand";
|
|
43
|
-
export * from "./DeleteEventSubscriptionCommand";
|
|
44
|
-
export * from "./DeleteGlobalClusterCommand";
|
|
45
|
-
export * from "./DeleteOptionGroupCommand";
|
|
46
|
-
export * from "./DeregisterDBProxyTargetsCommand";
|
|
47
|
-
export * from "./DescribeAccountAttributesCommand";
|
|
48
|
-
export * from "./DescribeCertificatesCommand";
|
|
49
|
-
export * from "./DescribeDBClusterBacktracksCommand";
|
|
50
|
-
export * from "./DescribeDBClusterEndpointsCommand";
|
|
51
|
-
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
52
|
-
export * from "./DescribeDBClusterParametersCommand";
|
|
53
|
-
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
54
|
-
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
55
|
-
export * from "./DescribeDBClustersCommand";
|
|
56
|
-
export * from "./DescribeDBEngineVersionsCommand";
|
|
57
|
-
export * from "./DescribeDBInstanceAutomatedBackupsCommand";
|
|
58
|
-
export * from "./DescribeDBInstancesCommand";
|
|
59
|
-
export * from "./DescribeDBLogFilesCommand";
|
|
60
|
-
export * from "./DescribeDBParameterGroupsCommand";
|
|
61
|
-
export * from "./DescribeDBParametersCommand";
|
|
62
|
-
export * from "./DescribeDBProxiesCommand";
|
|
63
|
-
export * from "./DescribeDBProxyEndpointsCommand";
|
|
64
|
-
export * from "./DescribeDBProxyTargetGroupsCommand";
|
|
65
|
-
export * from "./DescribeDBProxyTargetsCommand";
|
|
66
|
-
export * from "./DescribeDBSecurityGroupsCommand";
|
|
67
|
-
export * from "./DescribeDBSnapshotAttributesCommand";
|
|
68
|
-
export * from "./DescribeDBSnapshotsCommand";
|
|
69
|
-
export * from "./DescribeDBSubnetGroupsCommand";
|
|
70
|
-
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
71
|
-
export * from "./DescribeEngineDefaultParametersCommand";
|
|
72
|
-
export * from "./DescribeEventCategoriesCommand";
|
|
73
|
-
export * from "./DescribeEventSubscriptionsCommand";
|
|
74
|
-
export * from "./DescribeEventsCommand";
|
|
75
|
-
export * from "./DescribeExportTasksCommand";
|
|
76
|
-
export * from "./DescribeGlobalClustersCommand";
|
|
77
|
-
export * from "./DescribeOptionGroupOptionsCommand";
|
|
78
|
-
export * from "./DescribeOptionGroupsCommand";
|
|
79
|
-
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
80
|
-
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
81
|
-
export * from "./DescribeReservedDBInstancesCommand";
|
|
82
|
-
export * from "./DescribeReservedDBInstancesOfferingsCommand";
|
|
83
|
-
export * from "./DescribeSourceRegionsCommand";
|
|
84
|
-
export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
85
|
-
export * from "./DownloadDBLogFilePortionCommand";
|
|
86
|
-
export * from "./FailoverDBClusterCommand";
|
|
87
|
-
export * from "./FailoverGlobalClusterCommand";
|
|
88
|
-
export * from "./ListTagsForResourceCommand";
|
|
89
|
-
export * from "./ModifyActivityStreamCommand";
|
|
90
|
-
export * from "./ModifyCertificatesCommand";
|
|
91
|
-
export * from "./ModifyCurrentDBClusterCapacityCommand";
|
|
92
|
-
export * from "./ModifyCustomDBEngineVersionCommand";
|
|
93
|
-
export * from "./ModifyDBClusterCommand";
|
|
94
|
-
export * from "./ModifyDBClusterEndpointCommand";
|
|
95
|
-
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
96
|
-
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
97
|
-
export * from "./ModifyDBInstanceCommand";
|
|
98
|
-
export * from "./ModifyDBParameterGroupCommand";
|
|
99
|
-
export * from "./ModifyDBProxyCommand";
|
|
100
|
-
export * from "./ModifyDBProxyEndpointCommand";
|
|
101
|
-
export * from "./ModifyDBProxyTargetGroupCommand";
|
|
102
|
-
export * from "./ModifyDBSnapshotAttributeCommand";
|
|
103
|
-
export * from "./ModifyDBSnapshotCommand";
|
|
104
|
-
export * from "./ModifyDBSubnetGroupCommand";
|
|
105
|
-
export * from "./ModifyEventSubscriptionCommand";
|
|
106
|
-
export * from "./ModifyGlobalClusterCommand";
|
|
107
|
-
export * from "./ModifyOptionGroupCommand";
|
|
108
|
-
export * from "./PromoteReadReplicaCommand";
|
|
109
|
-
export * from "./PromoteReadReplicaDBClusterCommand";
|
|
110
|
-
export * from "./PurchaseReservedDBInstancesOfferingCommand";
|
|
111
|
-
export * from "./RebootDBClusterCommand";
|
|
112
|
-
export * from "./RebootDBInstanceCommand";
|
|
113
|
-
export * from "./RegisterDBProxyTargetsCommand";
|
|
114
|
-
export * from "./RemoveFromGlobalClusterCommand";
|
|
115
|
-
export * from "./RemoveRoleFromDBClusterCommand";
|
|
116
|
-
export * from "./RemoveRoleFromDBInstanceCommand";
|
|
117
|
-
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
118
|
-
export * from "./RemoveTagsFromResourceCommand";
|
|
119
|
-
export * from "./ResetDBClusterParameterGroupCommand";
|
|
120
|
-
export * from "./ResetDBParameterGroupCommand";
|
|
121
|
-
export * from "./RestoreDBClusterFromS3Command";
|
|
122
|
-
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
123
|
-
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
124
|
-
export * from "./RestoreDBInstanceFromDBSnapshotCommand";
|
|
125
|
-
export * from "./RestoreDBInstanceFromS3Command";
|
|
126
|
-
export * from "./RestoreDBInstanceToPointInTimeCommand";
|
|
127
|
-
export * from "./RevokeDBSecurityGroupIngressCommand";
|
|
128
|
-
export * from "./StartActivityStreamCommand";
|
|
129
|
-
export * from "./StartDBClusterCommand";
|
|
130
|
-
export * from "./StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
131
|
-
export * from "./StartDBInstanceCommand";
|
|
132
|
-
export * from "./StartExportTaskCommand";
|
|
133
|
-
export * from "./StopActivityStreamCommand";
|
|
134
|
-
export * from "./StopDBClusterCommand";
|
|
135
|
-
export * from "./StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
136
|
-
export * from "./StopDBInstanceCommand";
|
|
137
|
-
export * from "./SwitchoverReadReplicaCommand";
|
|
1
|
+
export * from "./AddRoleToDBClusterCommand";
|
|
2
|
+
export * from "./AddRoleToDBInstanceCommand";
|
|
3
|
+
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
4
|
+
export * from "./AddTagsToResourceCommand";
|
|
5
|
+
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
6
|
+
export * from "./AuthorizeDBSecurityGroupIngressCommand";
|
|
7
|
+
export * from "./BacktrackDBClusterCommand";
|
|
8
|
+
export * from "./CancelExportTaskCommand";
|
|
9
|
+
export * from "./CopyDBClusterParameterGroupCommand";
|
|
10
|
+
export * from "./CopyDBClusterSnapshotCommand";
|
|
11
|
+
export * from "./CopyDBParameterGroupCommand";
|
|
12
|
+
export * from "./CopyDBSnapshotCommand";
|
|
13
|
+
export * from "./CopyOptionGroupCommand";
|
|
14
|
+
export * from "./CreateCustomDBEngineVersionCommand";
|
|
15
|
+
export * from "./CreateDBClusterCommand";
|
|
16
|
+
export * from "./CreateDBClusterEndpointCommand";
|
|
17
|
+
export * from "./CreateDBClusterParameterGroupCommand";
|
|
18
|
+
export * from "./CreateDBClusterSnapshotCommand";
|
|
19
|
+
export * from "./CreateDBInstanceCommand";
|
|
20
|
+
export * from "./CreateDBInstanceReadReplicaCommand";
|
|
21
|
+
export * from "./CreateDBParameterGroupCommand";
|
|
22
|
+
export * from "./CreateDBProxyCommand";
|
|
23
|
+
export * from "./CreateDBProxyEndpointCommand";
|
|
24
|
+
export * from "./CreateDBSecurityGroupCommand";
|
|
25
|
+
export * from "./CreateDBSnapshotCommand";
|
|
26
|
+
export * from "./CreateDBSubnetGroupCommand";
|
|
27
|
+
export * from "./CreateEventSubscriptionCommand";
|
|
28
|
+
export * from "./CreateGlobalClusterCommand";
|
|
29
|
+
export * from "./CreateOptionGroupCommand";
|
|
30
|
+
export * from "./DeleteCustomDBEngineVersionCommand";
|
|
31
|
+
export * from "./DeleteDBClusterCommand";
|
|
32
|
+
export * from "./DeleteDBClusterEndpointCommand";
|
|
33
|
+
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
34
|
+
export * from "./DeleteDBClusterSnapshotCommand";
|
|
35
|
+
export * from "./DeleteDBInstanceAutomatedBackupCommand";
|
|
36
|
+
export * from "./DeleteDBInstanceCommand";
|
|
37
|
+
export * from "./DeleteDBParameterGroupCommand";
|
|
38
|
+
export * from "./DeleteDBProxyCommand";
|
|
39
|
+
export * from "./DeleteDBProxyEndpointCommand";
|
|
40
|
+
export * from "./DeleteDBSecurityGroupCommand";
|
|
41
|
+
export * from "./DeleteDBSnapshotCommand";
|
|
42
|
+
export * from "./DeleteDBSubnetGroupCommand";
|
|
43
|
+
export * from "./DeleteEventSubscriptionCommand";
|
|
44
|
+
export * from "./DeleteGlobalClusterCommand";
|
|
45
|
+
export * from "./DeleteOptionGroupCommand";
|
|
46
|
+
export * from "./DeregisterDBProxyTargetsCommand";
|
|
47
|
+
export * from "./DescribeAccountAttributesCommand";
|
|
48
|
+
export * from "./DescribeCertificatesCommand";
|
|
49
|
+
export * from "./DescribeDBClusterBacktracksCommand";
|
|
50
|
+
export * from "./DescribeDBClusterEndpointsCommand";
|
|
51
|
+
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
52
|
+
export * from "./DescribeDBClusterParametersCommand";
|
|
53
|
+
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
54
|
+
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
55
|
+
export * from "./DescribeDBClustersCommand";
|
|
56
|
+
export * from "./DescribeDBEngineVersionsCommand";
|
|
57
|
+
export * from "./DescribeDBInstanceAutomatedBackupsCommand";
|
|
58
|
+
export * from "./DescribeDBInstancesCommand";
|
|
59
|
+
export * from "./DescribeDBLogFilesCommand";
|
|
60
|
+
export * from "./DescribeDBParameterGroupsCommand";
|
|
61
|
+
export * from "./DescribeDBParametersCommand";
|
|
62
|
+
export * from "./DescribeDBProxiesCommand";
|
|
63
|
+
export * from "./DescribeDBProxyEndpointsCommand";
|
|
64
|
+
export * from "./DescribeDBProxyTargetGroupsCommand";
|
|
65
|
+
export * from "./DescribeDBProxyTargetsCommand";
|
|
66
|
+
export * from "./DescribeDBSecurityGroupsCommand";
|
|
67
|
+
export * from "./DescribeDBSnapshotAttributesCommand";
|
|
68
|
+
export * from "./DescribeDBSnapshotsCommand";
|
|
69
|
+
export * from "./DescribeDBSubnetGroupsCommand";
|
|
70
|
+
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
71
|
+
export * from "./DescribeEngineDefaultParametersCommand";
|
|
72
|
+
export * from "./DescribeEventCategoriesCommand";
|
|
73
|
+
export * from "./DescribeEventSubscriptionsCommand";
|
|
74
|
+
export * from "./DescribeEventsCommand";
|
|
75
|
+
export * from "./DescribeExportTasksCommand";
|
|
76
|
+
export * from "./DescribeGlobalClustersCommand";
|
|
77
|
+
export * from "./DescribeOptionGroupOptionsCommand";
|
|
78
|
+
export * from "./DescribeOptionGroupsCommand";
|
|
79
|
+
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
80
|
+
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
81
|
+
export * from "./DescribeReservedDBInstancesCommand";
|
|
82
|
+
export * from "./DescribeReservedDBInstancesOfferingsCommand";
|
|
83
|
+
export * from "./DescribeSourceRegionsCommand";
|
|
84
|
+
export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
85
|
+
export * from "./DownloadDBLogFilePortionCommand";
|
|
86
|
+
export * from "./FailoverDBClusterCommand";
|
|
87
|
+
export * from "./FailoverGlobalClusterCommand";
|
|
88
|
+
export * from "./ListTagsForResourceCommand";
|
|
89
|
+
export * from "./ModifyActivityStreamCommand";
|
|
90
|
+
export * from "./ModifyCertificatesCommand";
|
|
91
|
+
export * from "./ModifyCurrentDBClusterCapacityCommand";
|
|
92
|
+
export * from "./ModifyCustomDBEngineVersionCommand";
|
|
93
|
+
export * from "./ModifyDBClusterCommand";
|
|
94
|
+
export * from "./ModifyDBClusterEndpointCommand";
|
|
95
|
+
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
96
|
+
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
97
|
+
export * from "./ModifyDBInstanceCommand";
|
|
98
|
+
export * from "./ModifyDBParameterGroupCommand";
|
|
99
|
+
export * from "./ModifyDBProxyCommand";
|
|
100
|
+
export * from "./ModifyDBProxyEndpointCommand";
|
|
101
|
+
export * from "./ModifyDBProxyTargetGroupCommand";
|
|
102
|
+
export * from "./ModifyDBSnapshotAttributeCommand";
|
|
103
|
+
export * from "./ModifyDBSnapshotCommand";
|
|
104
|
+
export * from "./ModifyDBSubnetGroupCommand";
|
|
105
|
+
export * from "./ModifyEventSubscriptionCommand";
|
|
106
|
+
export * from "./ModifyGlobalClusterCommand";
|
|
107
|
+
export * from "./ModifyOptionGroupCommand";
|
|
108
|
+
export * from "./PromoteReadReplicaCommand";
|
|
109
|
+
export * from "./PromoteReadReplicaDBClusterCommand";
|
|
110
|
+
export * from "./PurchaseReservedDBInstancesOfferingCommand";
|
|
111
|
+
export * from "./RebootDBClusterCommand";
|
|
112
|
+
export * from "./RebootDBInstanceCommand";
|
|
113
|
+
export * from "./RegisterDBProxyTargetsCommand";
|
|
114
|
+
export * from "./RemoveFromGlobalClusterCommand";
|
|
115
|
+
export * from "./RemoveRoleFromDBClusterCommand";
|
|
116
|
+
export * from "./RemoveRoleFromDBInstanceCommand";
|
|
117
|
+
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
118
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
119
|
+
export * from "./ResetDBClusterParameterGroupCommand";
|
|
120
|
+
export * from "./ResetDBParameterGroupCommand";
|
|
121
|
+
export * from "./RestoreDBClusterFromS3Command";
|
|
122
|
+
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
123
|
+
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
124
|
+
export * from "./RestoreDBInstanceFromDBSnapshotCommand";
|
|
125
|
+
export * from "./RestoreDBInstanceFromS3Command";
|
|
126
|
+
export * from "./RestoreDBInstanceToPointInTimeCommand";
|
|
127
|
+
export * from "./RevokeDBSecurityGroupIngressCommand";
|
|
128
|
+
export * from "./StartActivityStreamCommand";
|
|
129
|
+
export * from "./StartDBClusterCommand";
|
|
130
|
+
export * from "./StartDBInstanceAutomatedBackupsReplicationCommand";
|
|
131
|
+
export * from "./StartDBInstanceCommand";
|
|
132
|
+
export * from "./StartExportTaskCommand";
|
|
133
|
+
export * from "./StopActivityStreamCommand";
|
|
134
|
+
export * from "./StopDBClusterCommand";
|
|
135
|
+
export * from "./StopDBInstanceAutomatedBackupsReplicationCommand";
|
|
136
|
+
export * from "./StopDBInstanceCommand";
|
|
137
|
+
export * from "./SwitchoverReadReplicaCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./RDS";
|
|
2
|
-
export * from "./RDSClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { RDSServiceException } from "./models/RDSServiceException";
|
|
1
|
+
export * from "./RDS";
|
|
2
|
+
export * from "./RDSClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { RDSServiceException } from "./models/RDSServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class RDSServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
2
|
-
export * from "./models_1";
|
|
1
|
+
export * from "./models_0";
|
|
2
|
+
export * from "./models_1";
|