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