@aws-sdk/client-docdb 3.1077.0 → 3.1079.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 (173) hide show
  1. package/dist-cjs/index.js +66 -556
  2. package/dist-es/commandBuilder.js +10 -0
  3. package/dist-es/commands/AddSourceIdentifierToSubscriptionCommand.js +2 -14
  4. package/dist-es/commands/AddTagsToResourceCommand.js +2 -14
  5. package/dist-es/commands/ApplyPendingMaintenanceActionCommand.js +2 -14
  6. package/dist-es/commands/CopyDBClusterParameterGroupCommand.js +2 -14
  7. package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -18
  8. package/dist-es/commands/CreateDBClusterCommand.js +2 -14
  9. package/dist-es/commands/CreateDBClusterParameterGroupCommand.js +2 -14
  10. package/dist-es/commands/CreateDBClusterSnapshotCommand.js +2 -14
  11. package/dist-es/commands/CreateDBInstanceCommand.js +2 -14
  12. package/dist-es/commands/CreateDBSubnetGroupCommand.js +2 -14
  13. package/dist-es/commands/CreateEventSubscriptionCommand.js +2 -14
  14. package/dist-es/commands/CreateGlobalClusterCommand.js +2 -14
  15. package/dist-es/commands/DeleteDBClusterCommand.js +2 -14
  16. package/dist-es/commands/DeleteDBClusterParameterGroupCommand.js +2 -14
  17. package/dist-es/commands/DeleteDBClusterSnapshotCommand.js +2 -14
  18. package/dist-es/commands/DeleteDBInstanceCommand.js +2 -14
  19. package/dist-es/commands/DeleteDBSubnetGroupCommand.js +2 -14
  20. package/dist-es/commands/DeleteEventSubscriptionCommand.js +2 -14
  21. package/dist-es/commands/DeleteGlobalClusterCommand.js +2 -14
  22. package/dist-es/commands/DescribeCertificatesCommand.js +2 -14
  23. package/dist-es/commands/DescribeDBClusterParameterGroupsCommand.js +2 -14
  24. package/dist-es/commands/DescribeDBClusterParametersCommand.js +2 -14
  25. package/dist-es/commands/DescribeDBClusterSnapshotAttributesCommand.js +2 -14
  26. package/dist-es/commands/DescribeDBClusterSnapshotsCommand.js +2 -14
  27. package/dist-es/commands/DescribeDBClustersCommand.js +2 -14
  28. package/dist-es/commands/DescribeDBEngineVersionsCommand.js +2 -14
  29. package/dist-es/commands/DescribeDBInstancesCommand.js +2 -14
  30. package/dist-es/commands/DescribeDBSubnetGroupsCommand.js +2 -14
  31. package/dist-es/commands/DescribeEngineDefaultClusterParametersCommand.js +2 -14
  32. package/dist-es/commands/DescribeEventCategoriesCommand.js +2 -14
  33. package/dist-es/commands/DescribeEventSubscriptionsCommand.js +2 -14
  34. package/dist-es/commands/DescribeEventsCommand.js +2 -14
  35. package/dist-es/commands/DescribeGlobalClustersCommand.js +2 -14
  36. package/dist-es/commands/DescribeOrderableDBInstanceOptionsCommand.js +2 -14
  37. package/dist-es/commands/DescribePendingMaintenanceActionsCommand.js +2 -14
  38. package/dist-es/commands/FailoverDBClusterCommand.js +2 -14
  39. package/dist-es/commands/FailoverGlobalClusterCommand.js +2 -14
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  41. package/dist-es/commands/ModifyDBClusterCommand.js +2 -14
  42. package/dist-es/commands/ModifyDBClusterParameterGroupCommand.js +2 -14
  43. package/dist-es/commands/ModifyDBClusterSnapshotAttributeCommand.js +2 -14
  44. package/dist-es/commands/ModifyDBInstanceCommand.js +2 -14
  45. package/dist-es/commands/ModifyDBSubnetGroupCommand.js +2 -14
  46. package/dist-es/commands/ModifyEventSubscriptionCommand.js +2 -14
  47. package/dist-es/commands/ModifyGlobalClusterCommand.js +2 -14
  48. package/dist-es/commands/RebootDBInstanceCommand.js +2 -14
  49. package/dist-es/commands/RemoveFromGlobalClusterCommand.js +2 -14
  50. package/dist-es/commands/RemoveSourceIdentifierFromSubscriptionCommand.js +2 -14
  51. package/dist-es/commands/RemoveTagsFromResourceCommand.js +2 -14
  52. package/dist-es/commands/ResetDBClusterParameterGroupCommand.js +2 -14
  53. package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -14
  54. package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -14
  55. package/dist-es/commands/StartDBClusterCommand.js +2 -14
  56. package/dist-es/commands/StopDBClusterCommand.js +2 -14
  57. package/dist-es/commands/SwitchoverGlobalClusterCommand.js +2 -14
  58. package/dist-es/index.js +1 -0
  59. package/dist-types/commandBuilder.d.ts +22 -0
  60. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +3 -8
  61. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -8
  63. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -8
  64. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -8
  79. package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -8
  80. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -8
  90. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -8
  91. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  92. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -8
  93. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +3 -8
  94. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -8
  95. package/dist-types/commands/FailoverDBClusterCommand.d.ts +3 -8
  96. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +3 -8
  97. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  98. package/dist-types/commands/ModifyDBClusterCommand.d.ts +3 -8
  99. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -8
  100. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +3 -8
  101. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +3 -8
  102. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -8
  103. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -8
  104. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +3 -8
  105. package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -8
  106. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +3 -8
  107. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +3 -8
  108. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
  109. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -8
  110. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -8
  111. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -8
  112. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -8
  113. package/dist-types/commands/StopDBClusterCommand.d.ts +3 -8
  114. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +3 -8
  115. package/dist-types/index.d.ts +1 -0
  116. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  117. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +7 -16
  118. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
  119. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/index.d.ts +1 -0
  173. package/package.json +9 -9
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DBClusterParameterGroupsMessage,
10
4
  DescribeDBClusterParameterGroupsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBClusterParameterGroupsCommandInput
15
8
  extends DescribeDBClusterParameterGroupsMessage {}
16
9
  export interface DescribeDBClusterParameterGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBClusterParameterGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBClusterParameterGroupsCommandInput,
24
17
  DescribeDBClusterParameterGroupsCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeDBClusterParameterGroupsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBClusterParameterGroupsCommandInput,
33
26
  DescribeDBClusterParameterGroupsCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBClusterParameterGroupsCommand extends DescribeDBClusterParameterGroupsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DBClusterParameterGroupDetails,
10
4
  DescribeDBClusterParametersMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBClusterParametersCommandInput
15
8
  extends DescribeDBClusterParametersMessage {}
16
9
  export interface DescribeDBClusterParametersCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBClusterParametersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBClusterParametersCommandInput,
24
17
  DescribeDBClusterParametersCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDBClusterParametersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBClusterParametersCommandInput,
33
26
  DescribeDBClusterParametersCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBClusterParametersCommand extends DescribeDBClusterParametersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DescribeDBClusterSnapshotAttributesMessage,
10
4
  DescribeDBClusterSnapshotAttributesResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBClusterSnapshotAttributesCommandInput
15
8
  extends DescribeDBClusterSnapshotAttributesMessage {}
16
9
  export interface DescribeDBClusterSnapshotAttributesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBClusterSnapshotAttributesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBClusterSnapshotAttributesCommandInput,
24
17
  DescribeDBClusterSnapshotAttributesCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeDBClusterSnapshotAttributesCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBClusterSnapshotAttributesCommandInput,
33
26
  DescribeDBClusterSnapshotAttributesCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBClusterSnapshotAttributesCommand extends DescribeDBClusterSnapshotAttributesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DBClusterSnapshotMessage,
10
4
  DescribeDBClusterSnapshotsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBClusterSnapshotsCommandInput
15
8
  extends DescribeDBClusterSnapshotsMessage {}
16
9
  export interface DescribeDBClusterSnapshotsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBClusterSnapshotsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBClusterSnapshotsCommandInput,
24
17
  DescribeDBClusterSnapshotsCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeDBClusterSnapshotsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBClusterSnapshotsCommandInput,
33
26
  DescribeDBClusterSnapshotsCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBClusterSnapshotsCommand extends DescribeDBClusterSnapshotsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DBClusterMessage,
10
4
  DescribeDBClustersMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBClustersCommandInput
15
8
  extends DescribeDBClustersMessage {}
16
9
  export interface DescribeDBClustersCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBClustersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBClustersCommandInput,
24
17
  DescribeDBClustersCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeDBClustersCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBClustersCommandInput,
33
26
  DescribeDBClustersCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBClustersCommand extends DescribeDBClustersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DBEngineVersionMessage,
10
4
  DescribeDBEngineVersionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBEngineVersionsCommandInput
15
8
  extends DescribeDBEngineVersionsMessage {}
16
9
  export interface DescribeDBEngineVersionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBEngineVersionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBEngineVersionsCommandInput,
24
17
  DescribeDBEngineVersionsCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeDBEngineVersionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBEngineVersionsCommandInput,
33
26
  DescribeDBEngineVersionsCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBEngineVersionsCommand extends DescribeDBEngineVersionsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DBInstanceMessage,
10
4
  DescribeDBInstancesMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBInstancesCommandInput
15
8
  extends DescribeDBInstancesMessage {}
16
9
  export interface DescribeDBInstancesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBInstancesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBInstancesCommandInput,
24
17
  DescribeDBInstancesCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeDBInstancesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBInstancesCommandInput,
33
26
  DescribeDBInstancesCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBInstancesCommand extends DescribeDBInstancesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DBSubnetGroupMessage,
10
4
  DescribeDBSubnetGroupsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeDBSubnetGroupsCommandInput
15
8
  extends DescribeDBSubnetGroupsMessage {}
16
9
  export interface DescribeDBSubnetGroupsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeDBSubnetGroupsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeDBSubnetGroupsCommandInput,
24
17
  DescribeDBSubnetGroupsCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeDBSubnetGroupsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeDBSubnetGroupsCommandInput,
33
26
  DescribeDBSubnetGroupsCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeDBSubnetGroupsCommand extends DescribeDBSubnetGroupsCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DescribeEngineDefaultClusterParametersMessage,
10
4
  DescribeEngineDefaultClusterParametersResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEngineDefaultClusterParametersCommandInput
15
8
  extends DescribeEngineDefaultClusterParametersMessage {}
16
9
  export interface DescribeEngineDefaultClusterParametersCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEngineDefaultClusterParametersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEngineDefaultClusterParametersCommandInput,
24
17
  DescribeEngineDefaultClusterParametersCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeEngineDefaultClusterParametersCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEngineDefaultClusterParametersCommandInput,
33
26
  DescribeEngineDefaultClusterParametersCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeEngineDefaultClusterParametersCommand extends DescribeEngineDefaultClusterParametersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DescribeEventCategoriesMessage,
10
4
  EventCategoriesMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEventCategoriesCommandInput
15
8
  extends DescribeEventCategoriesMessage {}
16
9
  export interface DescribeEventCategoriesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEventCategoriesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEventCategoriesCommandInput,
24
17
  DescribeEventCategoriesCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEventCategoriesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEventCategoriesCommandInput,
33
26
  DescribeEventCategoriesCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeEventCategoriesCommand extends DescribeEventCategoriesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DescribeEventSubscriptionsMessage,
10
4
  EventSubscriptionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeEventSubscriptionsCommandInput
15
8
  extends DescribeEventSubscriptionsMessage {}
16
9
  export interface DescribeEventSubscriptionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeEventSubscriptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeEventSubscriptionsCommandInput,
24
17
  DescribeEventSubscriptionsCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeEventSubscriptionsCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeEventSubscriptionsCommandInput,
33
26
  DescribeEventSubscriptionsCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeEventSubscriptionsCommand extends DescribeEventSubscriptionsCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface DescribeEventsCommandInput extends DescribeEventsMessage {}
12
5
  export interface DescribeEventsCommandOutput
13
6
  extends EventsMessage,
@@ -18,22 +11,20 @@ declare const DescribeEventsCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  DescribeEventsCommandInput,
20
13
  DescribeEventsCommandOutput,
21
- DocDBClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DocDBClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  ...[input]: [] | [DescribeEventsCommandInput]
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  DescribeEventsCommandInput,
29
22
  DescribeEventsCommandOutput,
30
- DocDBClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").DocDBClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
39
30
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DescribeGlobalClustersMessage,
10
4
  GlobalClustersMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeGlobalClustersCommandInput
15
8
  extends DescribeGlobalClustersMessage {}
16
9
  export interface DescribeGlobalClustersCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeGlobalClustersCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeGlobalClustersCommandInput,
24
17
  DescribeGlobalClustersCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeGlobalClustersCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeGlobalClustersCommandInput,
33
26
  DescribeGlobalClustersCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeGlobalClustersCommand extends DescribeGlobalClustersCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- DocDBClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../DocDBClient";
8
2
  import {
9
3
  DescribeOrderableDBInstanceOptionsMessage,
10
4
  OrderableDBInstanceOptionsMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeOrderableDBInstanceOptionsCommandInput
15
8
  extends DescribeOrderableDBInstanceOptionsMessage {}
16
9
  export interface DescribeOrderableDBInstanceOptionsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeOrderableDBInstanceOptionsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeOrderableDBInstanceOptionsCommandInput,
24
17
  DescribeOrderableDBInstanceOptionsCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeOrderableDBInstanceOptionsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeOrderableDBInstanceOptionsCommandInput,
33
26
  DescribeOrderableDBInstanceOptionsCommandOutput,
34
- DocDBClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").DocDBClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeOrderableDBInstanceOptionsCommand extends DescribeOrderableDBInstanceOptionsCommand_base {
43
34
  protected static __types: {