@aws-sdk/client-docdb 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/DocDB.d.ts +941 -270
- package/dist-types/ts3.4/DocDBClient.d.ts +422 -126
- 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/CopyDBClusterParameterGroupCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +35 -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/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/DeleteDBClusterCommand.d.ts +35 -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/DeleteDBInstanceCommand.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/DescribeCertificatesCommand.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/DescribeDBInstancesCommand.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/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/DescribeGlobalClustersCommand.d.ts +39 -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/FailoverDBClusterCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +35 -17
- 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/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/RebootDBInstanceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +39 -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/RestoreDBClusterFromSnapshotCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +53 -53
- 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/DocDBServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1624 -2054
- package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.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/DescribeDBInstancesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.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/DescribeGlobalClustersPaginator.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/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +14 -14
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +641 -161
- 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 +2 -2
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +11 -7
- package/package.json +36 -36
|
@@ -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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveFromGlobalClusterMessage,
|
|
15
|
+
RemoveFromGlobalClusterResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveFromGlobalClusterCommandInput
|
|
18
|
+
extends RemoveFromGlobalClusterMessage {}
|
|
19
|
+
export interface RemoveFromGlobalClusterCommandOutput
|
|
20
|
+
extends RemoveFromGlobalClusterResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RemoveFromGlobalClusterCommand extends $Command<
|
|
23
|
+
RemoveFromGlobalClusterCommandInput,
|
|
24
|
+
RemoveFromGlobalClusterCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RemoveFromGlobalClusterCommandInput;
|
|
28
|
+
constructor(input: RemoveFromGlobalClusterCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RemoveFromGlobalClusterCommandInput,
|
|
35
|
+
RemoveFromGlobalClusterCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
RemoveSourceIdentifierFromSubscriptionMessage,
|
|
15
|
+
RemoveSourceIdentifierFromSubscriptionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RemoveSourceIdentifierFromSubscriptionCommandInput
|
|
18
|
+
extends RemoveSourceIdentifierFromSubscriptionMessage {}
|
|
19
|
+
export interface RemoveSourceIdentifierFromSubscriptionCommandOutput
|
|
20
|
+
extends RemoveSourceIdentifierFromSubscriptionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RemoveSourceIdentifierFromSubscriptionCommand extends $Command<
|
|
23
|
+
RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
24
|
+
RemoveSourceIdentifierFromSubscriptionCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RemoveSourceIdentifierFromSubscriptionCommandInput;
|
|
28
|
+
constructor(input: RemoveSourceIdentifierFromSubscriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RemoveSourceIdentifierFromSubscriptionCommandInput,
|
|
35
|
+
RemoveSourceIdentifierFromSubscriptionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import { RemoveTagsFromResourceMessage } from "../models/models_0";
|
|
14
|
+
export interface RemoveTagsFromResourceCommandInput
|
|
15
|
+
extends RemoveTagsFromResourceMessage {}
|
|
16
|
+
export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class RemoveTagsFromResourceCommand extends $Command<
|
|
18
|
+
RemoveTagsFromResourceCommandInput,
|
|
19
|
+
RemoveTagsFromResourceCommandOutput,
|
|
20
|
+
DocDBClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: RemoveTagsFromResourceCommandInput;
|
|
23
|
+
constructor(input: RemoveTagsFromResourceCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: DocDBClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<
|
|
29
|
+
RemoveTagsFromResourceCommandInput,
|
|
30
|
+
RemoveTagsFromResourceCommandOutput
|
|
31
|
+
>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
DBClusterParameterGroupNameMessage,
|
|
15
|
+
ResetDBClusterParameterGroupMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ResetDBClusterParameterGroupCommandInput
|
|
18
|
+
extends ResetDBClusterParameterGroupMessage {}
|
|
19
|
+
export interface ResetDBClusterParameterGroupCommandOutput
|
|
20
|
+
extends DBClusterParameterGroupNameMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class ResetDBClusterParameterGroupCommand extends $Command<
|
|
23
|
+
ResetDBClusterParameterGroupCommandInput,
|
|
24
|
+
ResetDBClusterParameterGroupCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: ResetDBClusterParameterGroupCommandInput;
|
|
28
|
+
constructor(input: ResetDBClusterParameterGroupCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
ResetDBClusterParameterGroupCommandInput,
|
|
35
|
+
ResetDBClusterParameterGroupCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
RestoreDBClusterFromSnapshotMessage,
|
|
15
|
+
RestoreDBClusterFromSnapshotResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RestoreDBClusterFromSnapshotCommandInput
|
|
18
|
+
extends RestoreDBClusterFromSnapshotMessage {}
|
|
19
|
+
export interface RestoreDBClusterFromSnapshotCommandOutput
|
|
20
|
+
extends RestoreDBClusterFromSnapshotResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RestoreDBClusterFromSnapshotCommand extends $Command<
|
|
23
|
+
RestoreDBClusterFromSnapshotCommandInput,
|
|
24
|
+
RestoreDBClusterFromSnapshotCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RestoreDBClusterFromSnapshotCommandInput;
|
|
28
|
+
constructor(input: RestoreDBClusterFromSnapshotCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RestoreDBClusterFromSnapshotCommandInput,
|
|
35
|
+
RestoreDBClusterFromSnapshotCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
RestoreDBClusterToPointInTimeMessage,
|
|
15
|
+
RestoreDBClusterToPointInTimeResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface RestoreDBClusterToPointInTimeCommandInput
|
|
18
|
+
extends RestoreDBClusterToPointInTimeMessage {}
|
|
19
|
+
export interface RestoreDBClusterToPointInTimeCommandOutput
|
|
20
|
+
extends RestoreDBClusterToPointInTimeResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RestoreDBClusterToPointInTimeCommand extends $Command<
|
|
23
|
+
RestoreDBClusterToPointInTimeCommandInput,
|
|
24
|
+
RestoreDBClusterToPointInTimeCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RestoreDBClusterToPointInTimeCommandInput;
|
|
28
|
+
constructor(input: RestoreDBClusterToPointInTimeCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RestoreDBClusterToPointInTimeCommandInput,
|
|
35
|
+
RestoreDBClusterToPointInTimeCommandOutput
|
|
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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
StartDBClusterMessage,
|
|
15
|
+
StartDBClusterResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface StartDBClusterCommandInput extends StartDBClusterMessage {}
|
|
18
|
+
export interface StartDBClusterCommandOutput
|
|
19
|
+
extends StartDBClusterResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class StartDBClusterCommand extends $Command<
|
|
22
|
+
StartDBClusterCommandInput,
|
|
23
|
+
StartDBClusterCommandOutput,
|
|
24
|
+
DocDBClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: StartDBClusterCommandInput;
|
|
27
|
+
constructor(input: StartDBClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DocDBClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<StartDBClusterCommandInput, StartDBClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 {
|
|
9
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
|
|
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
|
+
DocDBClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: StopDBClusterCommandInput;
|
|
24
|
+
constructor(input: StopDBClusterCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DocDBClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<StopDBClusterCommandInput, StopDBClusterCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
2
|
-
export * from "./AddTagsToResourceCommand";
|
|
3
|
-
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
4
|
-
export * from "./CopyDBClusterParameterGroupCommand";
|
|
5
|
-
export * from "./CopyDBClusterSnapshotCommand";
|
|
6
|
-
export * from "./CreateDBClusterCommand";
|
|
7
|
-
export * from "./CreateDBClusterParameterGroupCommand";
|
|
8
|
-
export * from "./CreateDBClusterSnapshotCommand";
|
|
9
|
-
export * from "./CreateDBInstanceCommand";
|
|
10
|
-
export * from "./CreateDBSubnetGroupCommand";
|
|
11
|
-
export * from "./CreateEventSubscriptionCommand";
|
|
12
|
-
export * from "./CreateGlobalClusterCommand";
|
|
13
|
-
export * from "./DeleteDBClusterCommand";
|
|
14
|
-
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
15
|
-
export * from "./DeleteDBClusterSnapshotCommand";
|
|
16
|
-
export * from "./DeleteDBInstanceCommand";
|
|
17
|
-
export * from "./DeleteDBSubnetGroupCommand";
|
|
18
|
-
export * from "./DeleteEventSubscriptionCommand";
|
|
19
|
-
export * from "./DeleteGlobalClusterCommand";
|
|
20
|
-
export * from "./DescribeCertificatesCommand";
|
|
21
|
-
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
22
|
-
export * from "./DescribeDBClusterParametersCommand";
|
|
23
|
-
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
24
|
-
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
25
|
-
export * from "./DescribeDBClustersCommand";
|
|
26
|
-
export * from "./DescribeDBEngineVersionsCommand";
|
|
27
|
-
export * from "./DescribeDBInstancesCommand";
|
|
28
|
-
export * from "./DescribeDBSubnetGroupsCommand";
|
|
29
|
-
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
30
|
-
export * from "./DescribeEventCategoriesCommand";
|
|
31
|
-
export * from "./DescribeEventSubscriptionsCommand";
|
|
32
|
-
export * from "./DescribeEventsCommand";
|
|
33
|
-
export * from "./DescribeGlobalClustersCommand";
|
|
34
|
-
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
35
|
-
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
36
|
-
export * from "./FailoverDBClusterCommand";
|
|
37
|
-
export * from "./ListTagsForResourceCommand";
|
|
38
|
-
export * from "./ModifyDBClusterCommand";
|
|
39
|
-
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
40
|
-
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
41
|
-
export * from "./ModifyDBInstanceCommand";
|
|
42
|
-
export * from "./ModifyDBSubnetGroupCommand";
|
|
43
|
-
export * from "./ModifyEventSubscriptionCommand";
|
|
44
|
-
export * from "./ModifyGlobalClusterCommand";
|
|
45
|
-
export * from "./RebootDBInstanceCommand";
|
|
46
|
-
export * from "./RemoveFromGlobalClusterCommand";
|
|
47
|
-
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
48
|
-
export * from "./RemoveTagsFromResourceCommand";
|
|
49
|
-
export * from "./ResetDBClusterParameterGroupCommand";
|
|
50
|
-
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
51
|
-
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
52
|
-
export * from "./StartDBClusterCommand";
|
|
53
|
-
export * from "./StopDBClusterCommand";
|
|
1
|
+
export * from "./AddSourceIdentifierToSubscriptionCommand";
|
|
2
|
+
export * from "./AddTagsToResourceCommand";
|
|
3
|
+
export * from "./ApplyPendingMaintenanceActionCommand";
|
|
4
|
+
export * from "./CopyDBClusterParameterGroupCommand";
|
|
5
|
+
export * from "./CopyDBClusterSnapshotCommand";
|
|
6
|
+
export * from "./CreateDBClusterCommand";
|
|
7
|
+
export * from "./CreateDBClusterParameterGroupCommand";
|
|
8
|
+
export * from "./CreateDBClusterSnapshotCommand";
|
|
9
|
+
export * from "./CreateDBInstanceCommand";
|
|
10
|
+
export * from "./CreateDBSubnetGroupCommand";
|
|
11
|
+
export * from "./CreateEventSubscriptionCommand";
|
|
12
|
+
export * from "./CreateGlobalClusterCommand";
|
|
13
|
+
export * from "./DeleteDBClusterCommand";
|
|
14
|
+
export * from "./DeleteDBClusterParameterGroupCommand";
|
|
15
|
+
export * from "./DeleteDBClusterSnapshotCommand";
|
|
16
|
+
export * from "./DeleteDBInstanceCommand";
|
|
17
|
+
export * from "./DeleteDBSubnetGroupCommand";
|
|
18
|
+
export * from "./DeleteEventSubscriptionCommand";
|
|
19
|
+
export * from "./DeleteGlobalClusterCommand";
|
|
20
|
+
export * from "./DescribeCertificatesCommand";
|
|
21
|
+
export * from "./DescribeDBClusterParameterGroupsCommand";
|
|
22
|
+
export * from "./DescribeDBClusterParametersCommand";
|
|
23
|
+
export * from "./DescribeDBClusterSnapshotAttributesCommand";
|
|
24
|
+
export * from "./DescribeDBClusterSnapshotsCommand";
|
|
25
|
+
export * from "./DescribeDBClustersCommand";
|
|
26
|
+
export * from "./DescribeDBEngineVersionsCommand";
|
|
27
|
+
export * from "./DescribeDBInstancesCommand";
|
|
28
|
+
export * from "./DescribeDBSubnetGroupsCommand";
|
|
29
|
+
export * from "./DescribeEngineDefaultClusterParametersCommand";
|
|
30
|
+
export * from "./DescribeEventCategoriesCommand";
|
|
31
|
+
export * from "./DescribeEventSubscriptionsCommand";
|
|
32
|
+
export * from "./DescribeEventsCommand";
|
|
33
|
+
export * from "./DescribeGlobalClustersCommand";
|
|
34
|
+
export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
35
|
+
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
36
|
+
export * from "./FailoverDBClusterCommand";
|
|
37
|
+
export * from "./ListTagsForResourceCommand";
|
|
38
|
+
export * from "./ModifyDBClusterCommand";
|
|
39
|
+
export * from "./ModifyDBClusterParameterGroupCommand";
|
|
40
|
+
export * from "./ModifyDBClusterSnapshotAttributeCommand";
|
|
41
|
+
export * from "./ModifyDBInstanceCommand";
|
|
42
|
+
export * from "./ModifyDBSubnetGroupCommand";
|
|
43
|
+
export * from "./ModifyEventSubscriptionCommand";
|
|
44
|
+
export * from "./ModifyGlobalClusterCommand";
|
|
45
|
+
export * from "./RebootDBInstanceCommand";
|
|
46
|
+
export * from "./RemoveFromGlobalClusterCommand";
|
|
47
|
+
export * from "./RemoveSourceIdentifierFromSubscriptionCommand";
|
|
48
|
+
export * from "./RemoveTagsFromResourceCommand";
|
|
49
|
+
export * from "./ResetDBClusterParameterGroupCommand";
|
|
50
|
+
export * from "./RestoreDBClusterFromSnapshotCommand";
|
|
51
|
+
export * from "./RestoreDBClusterToPointInTimeCommand";
|
|
52
|
+
export * from "./StartDBClusterCommand";
|
|
53
|
+
export * from "./StopDBClusterCommand";
|
|
@@ -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 "./DocDB";
|
|
2
|
-
export * from "./DocDBClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { DocDBServiceException } from "./models/DocDBServiceException";
|
|
1
|
+
export * from "./DocDB";
|
|
2
|
+
export * from "./DocDBClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { DocDBServiceException } from "./models/DocDBServiceException";
|
|
@@ -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 DocDBServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|