@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,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
|
+
DeleteDBClusterMessage,
|
|
15
|
+
DeleteDBClusterResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDBClusterCommandInput extends DeleteDBClusterMessage {}
|
|
18
|
+
export interface DeleteDBClusterCommandOutput
|
|
19
|
+
extends DeleteDBClusterResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteDBClusterCommand extends $Command<
|
|
22
|
+
DeleteDBClusterCommandInput,
|
|
23
|
+
DeleteDBClusterCommandOutput,
|
|
24
|
+
DocDBClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteDBClusterCommandInput;
|
|
27
|
+
constructor(input: DeleteDBClusterCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DocDBClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteDBClusterCommandInput, DeleteDBClusterCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -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 { DeleteDBClusterParameterGroupMessage } from "../models/models_0";
|
|
14
|
+
export interface DeleteDBClusterParameterGroupCommandInput
|
|
15
|
+
extends DeleteDBClusterParameterGroupMessage {}
|
|
16
|
+
export interface DeleteDBClusterParameterGroupCommandOutput
|
|
17
|
+
extends __MetadataBearer {}
|
|
18
|
+
export declare class DeleteDBClusterParameterGroupCommand extends $Command<
|
|
19
|
+
DeleteDBClusterParameterGroupCommandInput,
|
|
20
|
+
DeleteDBClusterParameterGroupCommandOutput,
|
|
21
|
+
DocDBClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: DeleteDBClusterParameterGroupCommandInput;
|
|
24
|
+
constructor(input: DeleteDBClusterParameterGroupCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: DocDBClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<
|
|
30
|
+
DeleteDBClusterParameterGroupCommandInput,
|
|
31
|
+
DeleteDBClusterParameterGroupCommandOutput
|
|
32
|
+
>;
|
|
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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteDBClusterSnapshotMessage,
|
|
15
|
+
DeleteDBClusterSnapshotResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDBClusterSnapshotCommandInput
|
|
18
|
+
extends DeleteDBClusterSnapshotMessage {}
|
|
19
|
+
export interface DeleteDBClusterSnapshotCommandOutput
|
|
20
|
+
extends DeleteDBClusterSnapshotResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteDBClusterSnapshotCommand extends $Command<
|
|
23
|
+
DeleteDBClusterSnapshotCommandInput,
|
|
24
|
+
DeleteDBClusterSnapshotCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDBClusterSnapshotCommandInput;
|
|
28
|
+
constructor(input: DeleteDBClusterSnapshotCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteDBClusterSnapshotCommandInput,
|
|
35
|
+
DeleteDBClusterSnapshotCommandOutput
|
|
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
|
+
DeleteDBInstanceMessage,
|
|
15
|
+
DeleteDBInstanceResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteDBInstanceCommandInput extends DeleteDBInstanceMessage {}
|
|
18
|
+
export interface DeleteDBInstanceCommandOutput
|
|
19
|
+
extends DeleteDBInstanceResult,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class DeleteDBInstanceCommand extends $Command<
|
|
22
|
+
DeleteDBInstanceCommandInput,
|
|
23
|
+
DeleteDBInstanceCommandOutput,
|
|
24
|
+
DocDBClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: DeleteDBInstanceCommandInput;
|
|
27
|
+
constructor(input: DeleteDBInstanceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: DocDBClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<DeleteDBInstanceCommandInput, DeleteDBInstanceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,31 @@
|
|
|
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 { DeleteDBSubnetGroupMessage } from "../models/models_0";
|
|
14
|
+
export interface DeleteDBSubnetGroupCommandInput
|
|
15
|
+
extends DeleteDBSubnetGroupMessage {}
|
|
16
|
+
export interface DeleteDBSubnetGroupCommandOutput extends __MetadataBearer {}
|
|
17
|
+
export declare class DeleteDBSubnetGroupCommand extends $Command<
|
|
18
|
+
DeleteDBSubnetGroupCommandInput,
|
|
19
|
+
DeleteDBSubnetGroupCommandOutput,
|
|
20
|
+
DocDBClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: DeleteDBSubnetGroupCommandInput;
|
|
23
|
+
constructor(input: DeleteDBSubnetGroupCommandInput);
|
|
24
|
+
resolveMiddleware(
|
|
25
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
26
|
+
configuration: DocDBClientResolvedConfig,
|
|
27
|
+
options?: __HttpHandlerOptions
|
|
28
|
+
): Handler<DeleteDBSubnetGroupCommandInput, DeleteDBSubnetGroupCommandOutput>;
|
|
29
|
+
private serialize;
|
|
30
|
+
private deserialize;
|
|
31
|
+
}
|
|
@@ -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
|
+
DeleteEventSubscriptionMessage,
|
|
15
|
+
DeleteEventSubscriptionResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteEventSubscriptionCommandInput
|
|
18
|
+
extends DeleteEventSubscriptionMessage {}
|
|
19
|
+
export interface DeleteEventSubscriptionCommandOutput
|
|
20
|
+
extends DeleteEventSubscriptionResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteEventSubscriptionCommand extends $Command<
|
|
23
|
+
DeleteEventSubscriptionCommandInput,
|
|
24
|
+
DeleteEventSubscriptionCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteEventSubscriptionCommandInput;
|
|
28
|
+
constructor(input: DeleteEventSubscriptionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DeleteEventSubscriptionCommandInput,
|
|
35
|
+
DeleteEventSubscriptionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -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
|
+
DocDBClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../DocDBClient";
|
|
13
|
+
import {
|
|
14
|
+
DeleteGlobalClusterMessage,
|
|
15
|
+
DeleteGlobalClusterResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteGlobalClusterCommandInput
|
|
18
|
+
extends DeleteGlobalClusterMessage {}
|
|
19
|
+
export interface DeleteGlobalClusterCommandOutput
|
|
20
|
+
extends DeleteGlobalClusterResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DeleteGlobalClusterCommand extends $Command<
|
|
23
|
+
DeleteGlobalClusterCommandInput,
|
|
24
|
+
DeleteGlobalClusterCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteGlobalClusterCommandInput;
|
|
28
|
+
constructor(input: DeleteGlobalClusterCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<DeleteGlobalClusterCommandInput, DeleteGlobalClusterCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
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
|
+
CertificateMessage,
|
|
15
|
+
DescribeCertificatesMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeCertificatesCommandInput
|
|
18
|
+
extends DescribeCertificatesMessage {}
|
|
19
|
+
export interface DescribeCertificatesCommandOutput
|
|
20
|
+
extends CertificateMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeCertificatesCommand extends $Command<
|
|
23
|
+
DescribeCertificatesCommandInput,
|
|
24
|
+
DescribeCertificatesCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeCertificatesCommandInput;
|
|
28
|
+
constructor(input: DescribeCertificatesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeCertificatesCommandInput,
|
|
35
|
+
DescribeCertificatesCommandOutput
|
|
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
|
+
DBClusterParameterGroupsMessage,
|
|
15
|
+
DescribeDBClusterParameterGroupsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBClusterParameterGroupsCommandInput
|
|
18
|
+
extends DescribeDBClusterParameterGroupsMessage {}
|
|
19
|
+
export interface DescribeDBClusterParameterGroupsCommandOutput
|
|
20
|
+
extends DBClusterParameterGroupsMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeDBClusterParameterGroupsCommand extends $Command<
|
|
23
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
24
|
+
DescribeDBClusterParameterGroupsCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDBClusterParameterGroupsCommandInput;
|
|
28
|
+
constructor(input: DescribeDBClusterParameterGroupsCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeDBClusterParameterGroupsCommandInput,
|
|
35
|
+
DescribeDBClusterParameterGroupsCommandOutput
|
|
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
|
+
DBClusterParameterGroupDetails,
|
|
15
|
+
DescribeDBClusterParametersMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBClusterParametersCommandInput
|
|
18
|
+
extends DescribeDBClusterParametersMessage {}
|
|
19
|
+
export interface DescribeDBClusterParametersCommandOutput
|
|
20
|
+
extends DBClusterParameterGroupDetails,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeDBClusterParametersCommand extends $Command<
|
|
23
|
+
DescribeDBClusterParametersCommandInput,
|
|
24
|
+
DescribeDBClusterParametersCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDBClusterParametersCommandInput;
|
|
28
|
+
constructor(input: DescribeDBClusterParametersCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeDBClusterParametersCommandInput,
|
|
35
|
+
DescribeDBClusterParametersCommandOutput
|
|
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
|
+
DescribeDBClusterSnapshotAttributesMessage,
|
|
15
|
+
DescribeDBClusterSnapshotAttributesResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBClusterSnapshotAttributesCommandInput
|
|
18
|
+
extends DescribeDBClusterSnapshotAttributesMessage {}
|
|
19
|
+
export interface DescribeDBClusterSnapshotAttributesCommandOutput
|
|
20
|
+
extends DescribeDBClusterSnapshotAttributesResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class DescribeDBClusterSnapshotAttributesCommand extends $Command<
|
|
23
|
+
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
24
|
+
DescribeDBClusterSnapshotAttributesCommandOutput,
|
|
25
|
+
DocDBClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DescribeDBClusterSnapshotAttributesCommandInput;
|
|
28
|
+
constructor(input: DescribeDBClusterSnapshotAttributesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: DocDBClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
DescribeDBClusterSnapshotAttributesCommandInput,
|
|
35
|
+
DescribeDBClusterSnapshotAttributesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|