@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DBClusterMessage, DescribeDBClustersMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDBClustersCommandInput extends DescribeDBClustersMessag
22
19
  export interface DescribeDBClustersCommandOutput extends DBClusterMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDBClustersCommand_base: {
25
- new (input: DescribeDBClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDBClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDBClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeDBClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBClustersCommandInput, DescribeDBClustersCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about provisioned Amazon DocumentDB clusters. This API
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DBEngineVersionMessage, DescribeDBEngineVersionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDBEngineVersionsCommandInput extends DescribeDBEngineVe
22
19
  export interface DescribeDBEngineVersionsCommandOutput extends DBEngineVersionMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDBEngineVersionsCommand_base: {
25
- new (input: DescribeDBEngineVersionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDBEngineVersionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDBEngineVersionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeDBEngineVersionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBEngineVersionsCommandInput, DescribeDBEngineVersionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of the available engines.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DBInstanceMessage, DescribeDBInstancesMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDBInstancesCommandInput extends DescribeDBInstancesMess
22
19
  export interface DescribeDBInstancesCommandOutput extends DBInstanceMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDBInstancesCommand_base: {
25
- new (input: DescribeDBInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDBInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDBInstancesCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeDBInstancesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBInstancesCommandInput, DescribeDBInstancesCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about provisioned Amazon DocumentDB instances. This API supports pagination.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DBSubnetGroupMessage, DescribeDBSubnetGroupsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeDBSubnetGroupsCommandInput extends DescribeDBSubnetGrou
22
19
  export interface DescribeDBSubnetGroupsCommandOutput extends DBSubnetGroupMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeDBSubnetGroupsCommand_base: {
25
- new (input: DescribeDBSubnetGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeDBSubnetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeDBSubnetGroupsCommandInput): import("@smithy/core/client").CommandImpl<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeDBSubnetGroupsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of <code>DBSubnetGroup</code> descriptions. If a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DescribeEngineDefaultClusterParametersMessage, DescribeEngineDefaultClusterParametersResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEngineDefaultClusterParametersCommandInput extends Desc
22
19
  export interface DescribeEngineDefaultClusterParametersCommandOutput extends DescribeEngineDefaultClusterParametersResult, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEngineDefaultClusterParametersCommand_base: {
25
- new (input: DescribeEngineDefaultClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeEngineDefaultClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEngineDefaultClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeEngineDefaultClusterParametersCommandInput): import("@smithy/core/client").CommandImpl<DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the default engine and system parameter information for the cluster database
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DescribeEventCategoriesMessage, EventCategoriesMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEventCategoriesCommandInput extends DescribeEventCatego
22
19
  export interface DescribeEventCategoriesCommandOutput extends EventCategoriesMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEventCategoriesCommand_base: {
25
- new (input: DescribeEventCategoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEventCategoriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEventCategoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEventCategoriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Displays a list of categories for all event source types, or, if specified, for a
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DescribeEventSubscriptionsMessage, EventSubscriptionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEventSubscriptionsCommandInput extends DescribeEventSub
22
19
  export interface DescribeEventSubscriptionsCommandOutput extends EventSubscriptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEventSubscriptionsCommand_base: {
25
- new (input: DescribeEventSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEventSubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEventSubscriptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEventSubscriptionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all the subscription descriptions for a customer account. The description for a subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>, <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>, <code>CreationTime</code>, and <code>Status</code>.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DescribeEventsMessage, EventsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeEventsCommandInput extends DescribeEventsMessage {
22
19
  export interface DescribeEventsCommandOutput extends EventsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeEventsCommand_base: {
25
- new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns events related to instances, security groups, snapshots, and DB parameter groups for the past 14 days. You can obtain events specific to a particular DB instance, security group, snapshot, or parameter group by providing the name as a parameter. By default, the events of the past hour are returned.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DescribeGlobalClustersMessage, GlobalClustersMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeGlobalClustersCommandInput extends DescribeGlobalCluste
22
19
  export interface DescribeGlobalClustersCommandOutput extends GlobalClustersMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeGlobalClustersCommand_base: {
25
- new (input: DescribeGlobalClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeGlobalClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeGlobalClustersCommandInput): import("@smithy/core/client").CommandImpl<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeGlobalClustersCommandInput]): import("@smithy/core/client").CommandImpl<DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns information about Amazon DocumentDB global clusters. This API supports pagination.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DescribeOrderableDBInstanceOptionsMessage, OrderableDBInstanceOptionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribeOrderableDBInstanceOptionsCommandInput extends Describe
22
19
  export interface DescribeOrderableDBInstanceOptionsCommandOutput extends OrderableDBInstanceOptionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeOrderableDBInstanceOptionsCommand_base: {
25
- new (input: DescribeOrderableDBInstanceOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeOrderableDBInstanceOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeOrderableDBInstanceOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeOrderableDBInstanceOptionsCommandInput): import("@smithy/core/client").CommandImpl<DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of orderable instance options for the specified engine.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DescribePendingMaintenanceActionsMessage, PendingMaintenanceActionsMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface DescribePendingMaintenanceActionsCommandInput extends DescribeP
22
19
  export interface DescribePendingMaintenanceActionsCommandOutput extends PendingMaintenanceActionsMessage, __MetadataBearer {
23
20
  }
24
21
  declare const DescribePendingMaintenanceActionsCommand_base: {
25
- new (input: DescribePendingMaintenanceActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribePendingMaintenanceActionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribePendingMaintenanceActionsCommandInput): import("@smithy/core/client").CommandImpl<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribePendingMaintenanceActionsCommandInput]): import("@smithy/core/client").CommandImpl<DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns a list of resources (for example, instances) that have at least one pending
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { FailoverDBClusterMessage, FailoverDBClusterResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface FailoverDBClusterCommandInput extends FailoverDBClusterMessage
22
19
  export interface FailoverDBClusterCommandOutput extends FailoverDBClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const FailoverDBClusterCommand_base: {
25
- new (input: FailoverDBClusterCommandInput): import("@smithy/core/client").CommandImpl<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [FailoverDBClusterCommandInput]): import("@smithy/core/client").CommandImpl<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: FailoverDBClusterCommandInput): import("@smithy/core/client").CommandImpl<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [FailoverDBClusterCommandInput]): import("@smithy/core/client").CommandImpl<FailoverDBClusterCommandInput, FailoverDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Forces a failover for a cluster.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { FailoverGlobalClusterMessage, FailoverGlobalClusterResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface FailoverGlobalClusterCommandInput extends FailoverGlobalCluster
22
19
  export interface FailoverGlobalClusterCommandOutput extends FailoverGlobalClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const FailoverGlobalClusterCommand_base: {
25
- new (input: FailoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: FailoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: FailoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: FailoverGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<FailoverGlobalClusterCommandInput, FailoverGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Promotes the specified secondary DB cluster to be the primary DB cluster in the global cluster when failing over a global cluster occurs.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { ListTagsForResourceMessage, TagListMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceMess
22
19
  export interface ListTagsForResourceCommandOutput extends TagListMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Lists all tags on an Amazon DocumentDB resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { ModifyDBClusterMessage, ModifyDBClusterResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyDBClusterCommandInput extends ModifyDBClusterMessage {
22
19
  export interface ModifyDBClusterCommandOutput extends ModifyDBClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyDBClusterCommand_base: {
25
- new (input: ModifyDBClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyDBClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyDBClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyDBClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterCommandInput, ModifyDBClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies a setting for an Amazon DocumentDB cluster. You can change one or more database
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { DBClusterParameterGroupNameMessage, ModifyDBClusterParameterGroupMessage } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyDBClusterParameterGroupCommandInput extends ModifyDBClust
22
19
  export interface ModifyDBClusterParameterGroupCommandOutput extends DBClusterParameterGroupNameMessage, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyDBClusterParameterGroupCommand_base: {
25
- new (input: ModifyDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyDBClusterParameterGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterParameterGroupCommandInput, ModifyDBClusterParameterGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p> Modifies the parameters of a cluster parameter group. To modify more than one
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { ModifyDBClusterSnapshotAttributeMessage, ModifyDBClusterSnapshotAttributeResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyDBClusterSnapshotAttributeCommandInput extends ModifyDBCl
22
19
  export interface ModifyDBClusterSnapshotAttributeCommandOutput extends ModifyDBClusterSnapshotAttributeResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyDBClusterSnapshotAttributeCommand_base: {
25
- new (input: ModifyDBClusterSnapshotAttributeCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyDBClusterSnapshotAttributeCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyDBClusterSnapshotAttributeCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyDBClusterSnapshotAttributeCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBClusterSnapshotAttributeCommandInput, ModifyDBClusterSnapshotAttributeCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { ModifyDBInstanceMessage, ModifyDBInstanceResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyDBInstanceCommandInput extends ModifyDBInstanceMessage {
22
19
  export interface ModifyDBInstanceCommandOutput extends ModifyDBInstanceResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyDBInstanceCommand_base: {
25
- new (input: ModifyDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyDBInstanceCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBInstanceCommandInput, ModifyDBInstanceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies settings for an instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { ModifyDBSubnetGroupMessage, ModifyDBSubnetGroupResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyDBSubnetGroupCommandInput extends ModifyDBSubnetGroupMess
22
19
  export interface ModifyDBSubnetGroupCommandOutput extends ModifyDBSubnetGroupResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyDBSubnetGroupCommand_base: {
25
- new (input: ModifyDBSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyDBSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyDBSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyDBSubnetGroupCommandInput): import("@smithy/core/client").CommandImpl<ModifyDBSubnetGroupCommandInput, ModifyDBSubnetGroupCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies an existing subnet group. subnet groups must contain at least one subnet in at least two Availability Zones in the Amazon Web Services Region.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscrip
22
19
  export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyEventSubscriptionCommand_base: {
25
- new (input: ModifyEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyEventSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<ModifyEventSubscriptionCommandInput, ModifyEventSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modifies an existing Amazon DocumentDB event notification subscription.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DocDBClient";
4
2
  import type { ModifyGlobalClusterMessage, ModifyGlobalClusterResult } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ModifyGlobalClusterCommandInput extends ModifyGlobalClusterMess
22
19
  export interface ModifyGlobalClusterCommandOutput extends ModifyGlobalClusterResult, __MetadataBearer {
23
20
  }
24
21
  declare const ModifyGlobalClusterCommand_base: {
25
- new (input: ModifyGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ModifyGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ModifyGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ModifyGlobalClusterCommandInput): import("@smithy/core/client").CommandImpl<ModifyGlobalClusterCommandInput, ModifyGlobalClusterCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Modify a setting for an Amazon DocumentDB global cluster. You can change one or more configuration parameters (for example: deletion protection), or the global cluster identifier by specifying these parameters and the new values in the request.</p>