@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.
Files changed (86) hide show
  1. package/CHANGELOG.md +8 -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,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 { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } from "../models/models_0";
5
- export interface DescribePendingMaintenanceActionsCommandInput extends DescribePendingMaintenanceActionsMessage {
6
- }
7
- export interface DescribePendingMaintenanceActionsCommandOutput extends PendingMaintenanceActionsMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribePendingMaintenanceActionsCommand extends $Command<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: DescribePendingMaintenanceActionsCommandInput;
12
- constructor(input: DescribePendingMaintenanceActionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput>;
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
+ DescribePendingMaintenanceActionsMessage,
15
+ PendingMaintenanceActionsMessage,
16
+ } from "../models/models_0";
17
+ export interface DescribePendingMaintenanceActionsCommandInput
18
+ extends DescribePendingMaintenanceActionsMessage {}
19
+ export interface DescribePendingMaintenanceActionsCommandOutput
20
+ extends PendingMaintenanceActionsMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribePendingMaintenanceActionsCommand extends $Command<
24
+ DescribePendingMaintenanceActionsCommandInput,
25
+ DescribePendingMaintenanceActionsCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: DescribePendingMaintenanceActionsCommandInput;
29
+ constructor(input: DescribePendingMaintenanceActionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribePendingMaintenanceActionsCommandInput,
37
+ DescribePendingMaintenanceActionsCommandOutput
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 { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0";
5
- export interface FailoverDBClusterCommandInput extends FailoverDBClusterMessage {
6
- }
7
- export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class FailoverDBClusterCommand extends $Command<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: FailoverDBClusterCommandInput;
12
- constructor(input: FailoverDBClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput>;
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
+ FailoverDBClusterMessage,
15
+ FailoverDBClusterResult,
16
+ } from "../models/models_0";
17
+ export interface FailoverDBClusterCommandInput
18
+ extends FailoverDBClusterMessage {}
19
+ export interface FailoverDBClusterCommandOutput
20
+ extends FailoverDBClusterResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class FailoverDBClusterCommand extends $Command<
24
+ FailoverDBClusterCommandInput,
25
+ FailoverDBClusterCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: FailoverDBClusterCommandInput;
29
+ constructor(input: FailoverDBClusterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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 { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
14
+ export interface ListTagsForResourceCommandInput
15
+ extends ListTagsForResourceMessage {}
16
+ export interface ListTagsForResourceCommandOutput
17
+ extends TagListMessage,
18
+ __MetadataBearer {}
19
+
20
+ export declare class ListTagsForResourceCommand extends $Command<
21
+ ListTagsForResourceCommandInput,
22
+ ListTagsForResourceCommandOutput,
23
+ DocDBClientResolvedConfig
24
+ > {
25
+ readonly input: ListTagsForResourceCommandInput;
26
+ constructor(input: ListTagsForResourceCommandInput);
27
+
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DocDBClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0";
5
- export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {
6
- }
7
- export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyDBClusterCommand extends $Command<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ModifyDBClusterCommandInput;
12
- constructor(input: ModifyDBClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput>;
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
+ ModifyDBClusterMessage,
15
+ ModifyDBClusterResult,
16
+ } from "../models/models_0";
17
+ export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {}
18
+ export interface ModifyDBClusterCommandOutput
19
+ extends ModifyDBClusterResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ModifyDBClusterCommand extends $Command<
23
+ ModifyDBClusterCommandInput,
24
+ ModifyDBClusterCommandOutput,
25
+ DocDBClientResolvedConfig
26
+ > {
27
+ readonly input: ModifyDBClusterCommandInput;
28
+ constructor(input: ModifyDBClusterCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DocDBClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput>;
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 { DBClusterParameterGroupNameMessage, ModifyDBClusterParameterGroupMessage } from "../models/models_0";
5
- export interface ModifyDBClusterParameterGroupCommandInput extends ModifyDBClusterParameterGroupMessage {
6
- }
7
- export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyDBClusterParameterGroupCommand extends $Command<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ModifyDBClusterParameterGroupCommandInput;
12
- constructor(input: ModifyDBClusterParameterGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput>;
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
+ ModifyDBClusterParameterGroupMessage,
16
+ } from "../models/models_0";
17
+ export interface ModifyDBClusterParameterGroupCommandInput
18
+ extends ModifyDBClusterParameterGroupMessage {}
19
+ export interface ModifyDBClusterParameterGroupCommandOutput
20
+ extends DBClusterParameterGroupNameMessage,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyDBClusterParameterGroupCommand extends $Command<
24
+ ModifyDBClusterParameterGroupCommandInput,
25
+ ModifyDBClusterParameterGroupCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyDBClusterParameterGroupCommandInput;
29
+ constructor(input: ModifyDBClusterParameterGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyDBClusterParameterGroupCommandInput,
37
+ ModifyDBClusterParameterGroupCommandOutput
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 { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult } from "../models/models_0";
5
- export interface ModifyDBClusterSnapshotAttributeCommandInput extends ModifyDBClusterSnapshotAttributeMessage {
6
- }
7
- export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBClusterSnapshotAttributeResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ModifyDBClusterSnapshotAttributeCommandInput;
12
- constructor(input: ModifyDBClusterSnapshotAttributeCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput>;
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
+ ModifyDBClusterSnapshotAttributeMessage,
15
+ ModifyDBClusterSnapshotAttributeResult,
16
+ } from "../models/models_0";
17
+ export interface ModifyDBClusterSnapshotAttributeCommandInput
18
+ extends ModifyDBClusterSnapshotAttributeMessage {}
19
+ export interface ModifyDBClusterSnapshotAttributeCommandOutput
20
+ extends ModifyDBClusterSnapshotAttributeResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyDBClusterSnapshotAttributeCommand extends $Command<
24
+ ModifyDBClusterSnapshotAttributeCommandInput,
25
+ ModifyDBClusterSnapshotAttributeCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyDBClusterSnapshotAttributeCommandInput;
29
+ constructor(input: ModifyDBClusterSnapshotAttributeCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyDBClusterSnapshotAttributeCommandInput,
37
+ ModifyDBClusterSnapshotAttributeCommandOutput
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 { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_0";
5
- export interface ModifyDBInstanceCommandInput extends ModifyDBInstanceMessage {
6
- }
7
- export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyDBInstanceCommand extends $Command<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ModifyDBInstanceCommandInput;
12
- constructor(input: ModifyDBInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput>;
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
+ ModifyDBInstanceMessage,
15
+ ModifyDBInstanceResult,
16
+ } from "../models/models_0";
17
+ export interface ModifyDBInstanceCommandInput extends ModifyDBInstanceMessage {}
18
+ export interface ModifyDBInstanceCommandOutput
19
+ extends ModifyDBInstanceResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ModifyDBInstanceCommand extends $Command<
23
+ ModifyDBInstanceCommandInput,
24
+ ModifyDBInstanceCommandOutput,
25
+ DocDBClientResolvedConfig
26
+ > {
27
+ readonly input: ModifyDBInstanceCommandInput;
28
+ constructor(input: ModifyDBInstanceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DocDBClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput>;
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 { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_0";
5
- export interface ModifyDBSubnetGroupCommandInput extends ModifyDBSubnetGroupMessage {
6
- }
7
- export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyDBSubnetGroupCommand extends $Command<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ModifyDBSubnetGroupCommandInput;
12
- constructor(input: ModifyDBSubnetGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput>;
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
+ ModifyDBSubnetGroupMessage,
15
+ ModifyDBSubnetGroupResult,
16
+ } from "../models/models_0";
17
+ export interface ModifyDBSubnetGroupCommandInput
18
+ extends ModifyDBSubnetGroupMessage {}
19
+ export interface ModifyDBSubnetGroupCommandOutput
20
+ extends ModifyDBSubnetGroupResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyDBSubnetGroupCommand extends $Command<
24
+ ModifyDBSubnetGroupCommandInput,
25
+ ModifyDBSubnetGroupCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyDBSubnetGroupCommandInput;
29
+ constructor(input: ModifyDBSubnetGroupCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput>;
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 { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0";
5
- export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscriptionMessage {
6
- }
7
- export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyEventSubscriptionCommand extends $Command<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ModifyEventSubscriptionCommandInput;
12
- constructor(input: ModifyEventSubscriptionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput>;
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
+ ModifyEventSubscriptionMessage,
15
+ ModifyEventSubscriptionResult,
16
+ } from "../models/models_0";
17
+ export interface ModifyEventSubscriptionCommandInput
18
+ extends ModifyEventSubscriptionMessage {}
19
+ export interface ModifyEventSubscriptionCommandOutput
20
+ extends ModifyEventSubscriptionResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyEventSubscriptionCommand extends $Command<
24
+ ModifyEventSubscriptionCommandInput,
25
+ ModifyEventSubscriptionCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyEventSubscriptionCommandInput;
29
+ constructor(input: ModifyEventSubscriptionCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ModifyEventSubscriptionCommandInput,
37
+ ModifyEventSubscriptionCommandOutput
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 { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0";
5
- export interface ModifyGlobalClusterCommandInput extends ModifyGlobalClusterMessage {
6
- }
7
- export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ModifyGlobalClusterCommand extends $Command<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: ModifyGlobalClusterCommandInput;
12
- constructor(input: ModifyGlobalClusterCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput>;
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
+ ModifyGlobalClusterMessage,
15
+ ModifyGlobalClusterResult,
16
+ } from "../models/models_0";
17
+ export interface ModifyGlobalClusterCommandInput
18
+ extends ModifyGlobalClusterMessage {}
19
+ export interface ModifyGlobalClusterCommandOutput
20
+ extends ModifyGlobalClusterResult,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ModifyGlobalClusterCommand extends $Command<
24
+ ModifyGlobalClusterCommandInput,
25
+ ModifyGlobalClusterCommandOutput,
26
+ DocDBClientResolvedConfig
27
+ > {
28
+ readonly input: ModifyGlobalClusterCommandInput;
29
+ constructor(input: ModifyGlobalClusterCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: DocDBClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { RebootDBInstanceMessage, RebootDBInstanceResult } from "../models/models_0";
5
- export interface RebootDBInstanceCommandInput extends RebootDBInstanceMessage {
6
- }
7
- export interface RebootDBInstanceCommandOutput extends RebootDBInstanceResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RebootDBInstanceCommand extends $Command<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput, DocDBClientResolvedConfig> {
11
- readonly input: RebootDBInstanceCommandInput;
12
- constructor(input: RebootDBInstanceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DocDBClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput>;
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
+ RebootDBInstanceMessage,
15
+ RebootDBInstanceResult,
16
+ } from "../models/models_0";
17
+ export interface RebootDBInstanceCommandInput extends RebootDBInstanceMessage {}
18
+ export interface RebootDBInstanceCommandOutput
19
+ extends RebootDBInstanceResult,
20
+ __MetadataBearer {}
21
+
22
+ export declare class RebootDBInstanceCommand extends $Command<
23
+ RebootDBInstanceCommandInput,
24
+ RebootDBInstanceCommandOutput,
25
+ DocDBClientResolvedConfig
26
+ > {
27
+ readonly input: RebootDBInstanceCommandInput;
28
+ constructor(input: RebootDBInstanceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: DocDBClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<RebootDBInstanceCommandInput, RebootDBInstanceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }