@aws-sdk/client-docdb 3.168.0 → 3.170.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 +994 -270
- package/dist-types/ts3.4/DocDBClient.d.ts +447 -126
- package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2345 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -7
- package/package.json +36 -36
|
@@ -1,17 +1,33 @@
|
|
|
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 { AddTagsToResourceMessage } from "../models/models_0";
|
|
14
|
+
export interface AddTagsToResourceCommandInput
|
|
15
|
+
extends AddTagsToResourceMessage {}
|
|
16
|
+
export interface AddTagsToResourceCommandOutput extends __MetadataBearer {}
|
|
17
|
+
|
|
18
|
+
export declare class AddTagsToResourceCommand extends $Command<
|
|
19
|
+
AddTagsToResourceCommandInput,
|
|
20
|
+
AddTagsToResourceCommandOutput,
|
|
21
|
+
DocDBClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: AddTagsToResourceCommandInput;
|
|
24
|
+
constructor(input: AddTagsToResourceCommandInput);
|
|
25
|
+
|
|
26
|
+
resolveMiddleware(
|
|
27
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
+
configuration: DocDBClientResolvedConfig,
|
|
29
|
+
options?: __HttpHandlerOptions
|
|
30
|
+
): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
|
|
31
|
+
private serialize;
|
|
32
|
+
private deserialize;
|
|
33
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
ApplyPendingMaintenanceActionMessage,
|
|
15
|
+
ApplyPendingMaintenanceActionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface ApplyPendingMaintenanceActionCommandInput
|
|
18
|
+
extends ApplyPendingMaintenanceActionMessage {}
|
|
19
|
+
export interface ApplyPendingMaintenanceActionCommandOutput
|
|
20
|
+
extends ApplyPendingMaintenanceActionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class ApplyPendingMaintenanceActionCommand extends $Command<
|
|
24
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
25
|
+
ApplyPendingMaintenanceActionCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: ApplyPendingMaintenanceActionCommandInput;
|
|
29
|
+
constructor(input: ApplyPendingMaintenanceActionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
ApplyPendingMaintenanceActionCommandInput,
|
|
37
|
+
ApplyPendingMaintenanceActionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CopyDBClusterParameterGroupMessage,
|
|
15
|
+
CopyDBClusterParameterGroupResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CopyDBClusterParameterGroupCommandInput
|
|
18
|
+
extends CopyDBClusterParameterGroupMessage {}
|
|
19
|
+
export interface CopyDBClusterParameterGroupCommandOutput
|
|
20
|
+
extends CopyDBClusterParameterGroupResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CopyDBClusterParameterGroupCommand extends $Command<
|
|
24
|
+
CopyDBClusterParameterGroupCommandInput,
|
|
25
|
+
CopyDBClusterParameterGroupCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CopyDBClusterParameterGroupCommandInput;
|
|
29
|
+
constructor(input: CopyDBClusterParameterGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CopyDBClusterParameterGroupCommandInput,
|
|
37
|
+
CopyDBClusterParameterGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CopyDBClusterSnapshotMessage,
|
|
15
|
+
CopyDBClusterSnapshotResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CopyDBClusterSnapshotCommandInput
|
|
18
|
+
extends CopyDBClusterSnapshotMessage {}
|
|
19
|
+
export interface CopyDBClusterSnapshotCommandOutput
|
|
20
|
+
extends CopyDBClusterSnapshotResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CopyDBClusterSnapshotCommand extends $Command<
|
|
24
|
+
CopyDBClusterSnapshotCommandInput,
|
|
25
|
+
CopyDBClusterSnapshotCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CopyDBClusterSnapshotCommandInput;
|
|
29
|
+
constructor(input: CopyDBClusterSnapshotCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CopyDBClusterSnapshotCommandInput,
|
|
37
|
+
CopyDBClusterSnapshotCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
CreateDBClusterMessage,
|
|
15
|
+
CreateDBClusterResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {}
|
|
18
|
+
export interface CreateDBClusterCommandOutput
|
|
19
|
+
extends CreateDBClusterResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDBClusterCommand extends $Command<
|
|
23
|
+
CreateDBClusterCommandInput,
|
|
24
|
+
CreateDBClusterCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDBClusterCommandInput;
|
|
28
|
+
constructor(input: CreateDBClusterCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DocDBClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDBClusterCommandInput, CreateDBClusterCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CreateDBClusterParameterGroupMessage,
|
|
15
|
+
CreateDBClusterParameterGroupResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDBClusterParameterGroupCommandInput
|
|
18
|
+
extends CreateDBClusterParameterGroupMessage {}
|
|
19
|
+
export interface CreateDBClusterParameterGroupCommandOutput
|
|
20
|
+
extends CreateDBClusterParameterGroupResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDBClusterParameterGroupCommand extends $Command<
|
|
24
|
+
CreateDBClusterParameterGroupCommandInput,
|
|
25
|
+
CreateDBClusterParameterGroupCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDBClusterParameterGroupCommandInput;
|
|
29
|
+
constructor(input: CreateDBClusterParameterGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDBClusterParameterGroupCommandInput,
|
|
37
|
+
CreateDBClusterParameterGroupCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CreateDBClusterSnapshotMessage,
|
|
15
|
+
CreateDBClusterSnapshotResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDBClusterSnapshotCommandInput
|
|
18
|
+
extends CreateDBClusterSnapshotMessage {}
|
|
19
|
+
export interface CreateDBClusterSnapshotCommandOutput
|
|
20
|
+
extends CreateDBClusterSnapshotResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDBClusterSnapshotCommand extends $Command<
|
|
24
|
+
CreateDBClusterSnapshotCommandInput,
|
|
25
|
+
CreateDBClusterSnapshotCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDBClusterSnapshotCommandInput;
|
|
29
|
+
constructor(input: CreateDBClusterSnapshotCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateDBClusterSnapshotCommandInput,
|
|
37
|
+
CreateDBClusterSnapshotCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
CreateDBInstanceMessage,
|
|
15
|
+
CreateDBInstanceResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDBInstanceCommandInput extends CreateDBInstanceMessage {}
|
|
18
|
+
export interface CreateDBInstanceCommandOutput
|
|
19
|
+
extends CreateDBInstanceResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDBInstanceCommand extends $Command<
|
|
23
|
+
CreateDBInstanceCommandInput,
|
|
24
|
+
CreateDBInstanceCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDBInstanceCommandInput;
|
|
28
|
+
constructor(input: CreateDBInstanceCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: DocDBClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
CreateDBSubnetGroupMessage,
|
|
15
|
+
CreateDBSubnetGroupResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateDBSubnetGroupCommandInput
|
|
18
|
+
extends CreateDBSubnetGroupMessage {}
|
|
19
|
+
export interface CreateDBSubnetGroupCommandOutput
|
|
20
|
+
extends CreateDBSubnetGroupResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateDBSubnetGroupCommand extends $Command<
|
|
24
|
+
CreateDBSubnetGroupCommandInput,
|
|
25
|
+
CreateDBSubnetGroupCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateDBSubnetGroupCommandInput;
|
|
29
|
+
constructor(input: CreateDBSubnetGroupCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
CreateEventSubscriptionMessage,
|
|
15
|
+
CreateEventSubscriptionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateEventSubscriptionCommandInput
|
|
18
|
+
extends CreateEventSubscriptionMessage {}
|
|
19
|
+
export interface CreateEventSubscriptionCommandOutput
|
|
20
|
+
extends CreateEventSubscriptionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateEventSubscriptionCommand extends $Command<
|
|
24
|
+
CreateEventSubscriptionCommandInput,
|
|
25
|
+
CreateEventSubscriptionCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateEventSubscriptionCommandInput;
|
|
29
|
+
constructor(input: CreateEventSubscriptionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateEventSubscriptionCommandInput,
|
|
37
|
+
CreateEventSubscriptionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
CreateGlobalClusterMessage,
|
|
15
|
+
CreateGlobalClusterResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateGlobalClusterCommandInput
|
|
18
|
+
extends CreateGlobalClusterMessage {}
|
|
19
|
+
export interface CreateGlobalClusterCommandOutput
|
|
20
|
+
extends CreateGlobalClusterResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateGlobalClusterCommand extends $Command<
|
|
24
|
+
CreateGlobalClusterCommandInput,
|
|
25
|
+
CreateGlobalClusterCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateGlobalClusterCommandInput;
|
|
29
|
+
constructor(input: CreateGlobalClusterCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|