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