@aws-sdk/client-docdb 3.169.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 +8 -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,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
|
+
DBClusterSnapshotMessage,
|
|
15
|
+
DescribeDBClusterSnapshotsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBClusterSnapshotsCommandInput
|
|
18
|
+
extends DescribeDBClusterSnapshotsMessage {}
|
|
19
|
+
export interface DescribeDBClusterSnapshotsCommandOutput
|
|
20
|
+
extends DBClusterSnapshotMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDBClusterSnapshotsCommand extends $Command<
|
|
24
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
25
|
+
DescribeDBClusterSnapshotsCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDBClusterSnapshotsCommandInput;
|
|
29
|
+
constructor(input: DescribeDBClusterSnapshotsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDBClusterSnapshotsCommandInput,
|
|
37
|
+
DescribeDBClusterSnapshotsCommandOutput
|
|
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
|
+
DBClusterMessage,
|
|
15
|
+
DescribeDBClustersMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBClustersCommandInput
|
|
18
|
+
extends DescribeDBClustersMessage {}
|
|
19
|
+
export interface DescribeDBClustersCommandOutput
|
|
20
|
+
extends DBClusterMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDBClustersCommand extends $Command<
|
|
24
|
+
DescribeDBClustersCommandInput,
|
|
25
|
+
DescribeDBClustersCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDBClustersCommandInput;
|
|
29
|
+
constructor(input: DescribeDBClustersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput>;
|
|
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
|
+
DBEngineVersionMessage,
|
|
15
|
+
DescribeDBEngineVersionsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBEngineVersionsCommandInput
|
|
18
|
+
extends DescribeDBEngineVersionsMessage {}
|
|
19
|
+
export interface DescribeDBEngineVersionsCommandOutput
|
|
20
|
+
extends DBEngineVersionMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDBEngineVersionsCommand extends $Command<
|
|
24
|
+
DescribeDBEngineVersionsCommandInput,
|
|
25
|
+
DescribeDBEngineVersionsCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDBEngineVersionsCommandInput;
|
|
29
|
+
constructor(input: DescribeDBEngineVersionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDBEngineVersionsCommandInput,
|
|
37
|
+
DescribeDBEngineVersionsCommandOutput
|
|
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
|
+
DBInstanceMessage,
|
|
15
|
+
DescribeDBInstancesMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBInstancesCommandInput
|
|
18
|
+
extends DescribeDBInstancesMessage {}
|
|
19
|
+
export interface DescribeDBInstancesCommandOutput
|
|
20
|
+
extends DBInstanceMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDBInstancesCommand extends $Command<
|
|
24
|
+
DescribeDBInstancesCommandInput,
|
|
25
|
+
DescribeDBInstancesCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDBInstancesCommandInput;
|
|
29
|
+
constructor(input: DescribeDBInstancesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput>;
|
|
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
|
+
DBSubnetGroupMessage,
|
|
15
|
+
DescribeDBSubnetGroupsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeDBSubnetGroupsCommandInput
|
|
18
|
+
extends DescribeDBSubnetGroupsMessage {}
|
|
19
|
+
export interface DescribeDBSubnetGroupsCommandOutput
|
|
20
|
+
extends DBSubnetGroupMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeDBSubnetGroupsCommand extends $Command<
|
|
24
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
25
|
+
DescribeDBSubnetGroupsCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeDBSubnetGroupsCommandInput;
|
|
29
|
+
constructor(input: DescribeDBSubnetGroupsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeDBSubnetGroupsCommandInput,
|
|
37
|
+
DescribeDBSubnetGroupsCommandOutput
|
|
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
|
+
DescribeEngineDefaultClusterParametersMessage,
|
|
15
|
+
DescribeEngineDefaultClusterParametersResult,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEngineDefaultClusterParametersCommandInput
|
|
18
|
+
extends DescribeEngineDefaultClusterParametersMessage {}
|
|
19
|
+
export interface DescribeEngineDefaultClusterParametersCommandOutput
|
|
20
|
+
extends DescribeEngineDefaultClusterParametersResult,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEngineDefaultClusterParametersCommand extends $Command<
|
|
24
|
+
DescribeEngineDefaultClusterParametersCommandInput,
|
|
25
|
+
DescribeEngineDefaultClusterParametersCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEngineDefaultClusterParametersCommandInput;
|
|
29
|
+
constructor(input: DescribeEngineDefaultClusterParametersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEngineDefaultClusterParametersCommandInput,
|
|
37
|
+
DescribeEngineDefaultClusterParametersCommandOutput
|
|
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
|
+
DescribeEventCategoriesMessage,
|
|
15
|
+
EventCategoriesMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventCategoriesCommandInput
|
|
18
|
+
extends DescribeEventCategoriesMessage {}
|
|
19
|
+
export interface DescribeEventCategoriesCommandOutput
|
|
20
|
+
extends EventCategoriesMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEventCategoriesCommand extends $Command<
|
|
24
|
+
DescribeEventCategoriesCommandInput,
|
|
25
|
+
DescribeEventCategoriesCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEventCategoriesCommandInput;
|
|
29
|
+
constructor(input: DescribeEventCategoriesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEventCategoriesCommandInput,
|
|
37
|
+
DescribeEventCategoriesCommandOutput
|
|
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
|
+
DescribeEventSubscriptionsMessage,
|
|
15
|
+
EventSubscriptionsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventSubscriptionsCommandInput
|
|
18
|
+
extends DescribeEventSubscriptionsMessage {}
|
|
19
|
+
export interface DescribeEventSubscriptionsCommandOutput
|
|
20
|
+
extends EventSubscriptionsMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEventSubscriptionsCommand extends $Command<
|
|
24
|
+
DescribeEventSubscriptionsCommandInput,
|
|
25
|
+
DescribeEventSubscriptionsCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEventSubscriptionsCommandInput;
|
|
29
|
+
constructor(input: DescribeEventSubscriptionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEventSubscriptionsCommandInput,
|
|
37
|
+
DescribeEventSubscriptionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -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 { DescribeEventsMessage, EventsMessage } from "../models/models_0";
|
|
14
|
+
export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
|
|
15
|
+
export interface DescribeEventsCommandOutput
|
|
16
|
+
extends EventsMessage,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DescribeEventsCommand extends $Command<
|
|
20
|
+
DescribeEventsCommandInput,
|
|
21
|
+
DescribeEventsCommandOutput,
|
|
22
|
+
DocDBClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DescribeEventsCommandInput;
|
|
25
|
+
constructor(input: DescribeEventsCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: DocDBClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DescribeEventsCommandInput, DescribeEventsCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DescribeGlobalClustersMessage,
|
|
15
|
+
GlobalClustersMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeGlobalClustersCommandInput
|
|
18
|
+
extends DescribeGlobalClustersMessage {}
|
|
19
|
+
export interface DescribeGlobalClustersCommandOutput
|
|
20
|
+
extends GlobalClustersMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeGlobalClustersCommand extends $Command<
|
|
24
|
+
DescribeGlobalClustersCommandInput,
|
|
25
|
+
DescribeGlobalClustersCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeGlobalClustersCommandInput;
|
|
29
|
+
constructor(input: DescribeGlobalClustersCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeGlobalClustersCommandInput,
|
|
37
|
+
DescribeGlobalClustersCommandOutput
|
|
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
|
+
DescribeOrderableDBInstanceOptionsMessage,
|
|
15
|
+
OrderableDBInstanceOptionsMessage,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeOrderableDBInstanceOptionsCommandInput
|
|
18
|
+
extends DescribeOrderableDBInstanceOptionsMessage {}
|
|
19
|
+
export interface DescribeOrderableDBInstanceOptionsCommandOutput
|
|
20
|
+
extends OrderableDBInstanceOptionsMessage,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeOrderableDBInstanceOptionsCommand extends $Command<
|
|
24
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
25
|
+
DescribeOrderableDBInstanceOptionsCommandOutput,
|
|
26
|
+
DocDBClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeOrderableDBInstanceOptionsCommandInput;
|
|
29
|
+
constructor(input: DescribeOrderableDBInstanceOptionsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: DocDBClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeOrderableDBInstanceOptionsCommandInput,
|
|
37
|
+
DescribeOrderableDBInstanceOptionsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|