@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.
Files changed (86) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DocDB.d.ts +994 -270
  3. package/dist-types/ts3.4/DocDBClient.d.ts +447 -126
  4. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +33 -17
  6. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +37 -17
  10. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +38 -17
  14. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +37 -17
  17. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +37 -17
  18. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +41 -17
  19. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +37 -17
  20. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +33 -17
  21. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +41 -17
  25. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +41 -17
  30. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +37 -17
  42. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +38 -17
  46. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +41 -17
  47. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +37 -17
  49. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +41 -17
  51. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +36 -17
  52. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +41 -17
  54. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +41 -17
  55. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +37 -17
  56. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +34 -17
  57. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  58. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  59. package/dist-types/ts3.4/index.d.ts +7 -7
  60. package/dist-types/ts3.4/models/DocDBServiceException.d.ts +8 -6
  61. package/dist-types/ts3.4/models/index.d.ts +1 -1
  62. package/dist-types/ts3.4/models/models_0.d.ts +2345 -2054
  63. package/dist-types/ts3.4/pagination/DescribeCertificatesPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +11 -4
  65. package/dist-types/ts3.4/pagination/DescribeDBClusterParametersPaginator.d.ts +11 -4
  66. package/dist-types/ts3.4/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +11 -4
  67. package/dist-types/ts3.4/pagination/DescribeDBClustersPaginator.d.ts +11 -4
  68. package/dist-types/ts3.4/pagination/DescribeDBEngineVersionsPaginator.d.ts +11 -4
  69. package/dist-types/ts3.4/pagination/DescribeDBInstancesPaginator.d.ts +11 -4
  70. package/dist-types/ts3.4/pagination/DescribeDBSubnetGroupsPaginator.d.ts +11 -4
  71. package/dist-types/ts3.4/pagination/DescribeEventSubscriptionsPaginator.d.ts +11 -4
  72. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  73. package/dist-types/ts3.4/pagination/DescribeGlobalClustersPaginator.d.ts +11 -4
  74. package/dist-types/ts3.4/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +11 -4
  75. package/dist-types/ts3.4/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +11 -4
  76. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  77. package/dist-types/ts3.4/pagination/index.d.ts +14 -14
  78. package/dist-types/ts3.4/protocols/Aws_query.d.ts +641 -161
  79. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  80. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  81. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  82. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  83. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  84. package/dist-types/ts3.4/waiters/waitForDBInstanceAvailable.d.ts +13 -7
  85. package/dist-types/ts3.4/waiters/waitForDBInstanceDeleted.d.ts +13 -7
  86. package/package.json +36 -36
@@ -1,17 +1,33 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { AddTagsToResourceMessage } from "../models/models_0";
5
- export interface AddTagsToResourceCommandInput extends AddTagsToResourceMessage {
6
- }
7
- export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class AddTagsToResourceCommand extends $Command<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: AddTagsToResourceCommandInput;
12
- constructor(input: AddTagsToResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResult } from "../models/models_0";
5
- export interface ApplyPendingMaintenanceActionCommandInput extends ApplyPendingMaintenanceActionMessage {
6
- }
7
- export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPendingMaintenanceActionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ApplyPendingMaintenanceActionCommand extends $Command<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ApplyPendingMaintenanceActionCommandInput;
12
- constructor(input: ApplyPendingMaintenanceActionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CopyDBClusterParameterGroupMessage, CopyDBClusterParameterGroupResult } from "../models/models_0";
5
- export interface CopyDBClusterParameterGroupCommandInput extends CopyDBClusterParameterGroupMessage {
6
- }
7
- export interface CopyDBClusterParameterGroupCommandOutput extends CopyDBClusterParameterGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CopyDBClusterParameterGroupCommand extends $Command<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CopyDBClusterParameterGroupCommandInput;
12
- constructor(input: CopyDBClusterParameterGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyDBClusterParameterGroupCommandInput, CopyDBClusterParameterGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CopyDBClusterSnapshotMessage, CopyDBClusterSnapshotResult } from "../models/models_0";
5
- export interface CopyDBClusterSnapshotCommandInput extends CopyDBClusterSnapshotMessage {
6
- }
7
- export interface CopyDBClusterSnapshotCommandOutput extends CopyDBClusterSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CopyDBClusterSnapshotCommand extends $Command<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CopyDBClusterSnapshotCommandInput;
12
- constructor(input: CopyDBClusterSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CopyDBClusterSnapshotCommandInput, CopyDBClusterSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CreateDBClusterMessage, CreateDBClusterResult } from "../models/models_0";
5
- export interface CreateDBClusterCommandInput extends CreateDBClusterMessage {
6
- }
7
- export interface CreateDBClusterCommandOutput extends CreateDBClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDBClusterCommand extends $Command<CreateDBClusterCommandInput, CreateDBClusterCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CreateDBClusterCommandInput;
12
- constructor(input: CreateDBClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBClusterCommandInput, CreateDBClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CreateDBClusterParameterGroupMessage, CreateDBClusterParameterGroupResult } from "../models/models_0";
5
- export interface CreateDBClusterParameterGroupCommandInput extends CreateDBClusterParameterGroupMessage {
6
- }
7
- export interface CreateDBClusterParameterGroupCommandOutput extends CreateDBClusterParameterGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDBClusterParameterGroupCommand extends $Command<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CreateDBClusterParameterGroupCommandInput;
12
- constructor(input: CreateDBClusterParameterGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBClusterParameterGroupCommandInput, CreateDBClusterParameterGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CreateDBClusterSnapshotMessage, CreateDBClusterSnapshotResult } from "../models/models_0";
5
- export interface CreateDBClusterSnapshotCommandInput extends CreateDBClusterSnapshotMessage {
6
- }
7
- export interface CreateDBClusterSnapshotCommandOutput extends CreateDBClusterSnapshotResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDBClusterSnapshotCommand extends $Command<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CreateDBClusterSnapshotCommandInput;
12
- constructor(input: CreateDBClusterSnapshotCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBClusterSnapshotCommandInput, CreateDBClusterSnapshotCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CreateDBInstanceMessage, CreateDBInstanceResult } from "../models/models_0";
5
- export interface CreateDBInstanceCommandInput extends CreateDBInstanceMessage {
6
- }
7
- export interface CreateDBInstanceCommandOutput extends CreateDBInstanceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDBInstanceCommand extends $Command<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CreateDBInstanceCommandInput;
12
- constructor(input: CreateDBInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBInstanceCommandInput, CreateDBInstanceCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CreateDBSubnetGroupMessage, CreateDBSubnetGroupResult } from "../models/models_0";
5
- export interface CreateDBSubnetGroupCommandInput extends CreateDBSubnetGroupMessage {
6
- }
7
- export interface CreateDBSubnetGroupCommandOutput extends CreateDBSubnetGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDBSubnetGroupCommand extends $Command<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CreateDBSubnetGroupCommandInput;
12
- constructor(input: CreateDBSubnetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDBSubnetGroupCommandInput, CreateDBSubnetGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CreateEventSubscriptionMessage, CreateEventSubscriptionResult } from "../models/models_0";
5
- export interface CreateEventSubscriptionCommandInput extends CreateEventSubscriptionMessage {
6
- }
7
- export interface CreateEventSubscriptionCommandOutput extends CreateEventSubscriptionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateEventSubscriptionCommand extends $Command<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CreateEventSubscriptionCommandInput;
12
- constructor(input: CreateEventSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEventSubscriptionCommandInput, CreateEventSubscriptionCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
- import { CreateGlobalClusterMessage, CreateGlobalClusterResult } from "../models/models_0";
5
- export interface CreateGlobalClusterCommandInput extends CreateGlobalClusterMessage {
6
- }
7
- export interface CreateGlobalClusterCommandOutput extends CreateGlobalClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateGlobalClusterCommand extends $Command<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: CreateGlobalClusterCommandInput;
12
- constructor(input: CreateGlobalClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGlobalClusterCommandInput, CreateGlobalClusterCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }