@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,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 { RemoveTagsFromResourceMessage } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface RemoveTagsFromResourceCommandInput
12
5
  extends RemoveTagsFromResourceMessage {}
13
6
  export interface RemoveTagsFromResourceCommandOutput extends __MetadataBearer {}
@@ -17,22 +10,20 @@ declare const RemoveTagsFromResourceCommand_base: {
17
10
  ): import("@smithy/core/client").CommandImpl<
18
11
  RemoveTagsFromResourceCommandInput,
19
12
  RemoveTagsFromResourceCommandOutput,
20
- DocDBClientResolvedConfig,
21
- ServiceInputTypes,
22
- ServiceOutputTypes
13
+ import("..").DocDBClientResolvedConfig,
14
+ import("..").ServiceInputTypes,
15
+ import("..").ServiceOutputTypes
23
16
  >;
24
17
  new (
25
18
  input: RemoveTagsFromResourceCommandInput
26
19
  ): import("@smithy/core/client").CommandImpl<
27
20
  RemoveTagsFromResourceCommandInput,
28
21
  RemoveTagsFromResourceCommandOutput,
29
- DocDBClientResolvedConfig,
30
- ServiceInputTypes,
31
- ServiceOutputTypes
22
+ import("..").DocDBClientResolvedConfig,
23
+ import("..").ServiceInputTypes,
24
+ import("..").ServiceOutputTypes
32
25
  >;
33
- getEndpointParameterInstructions(): {
34
- [x: string]: unknown;
35
- };
26
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
36
27
  };
37
28
  export declare class RemoveTagsFromResourceCommand extends RemoveTagsFromResourceCommand_base {
38
29
  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
  DBClusterParameterGroupNameMessage,
10
4
  ResetDBClusterParameterGroupMessage,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ResetDBClusterParameterGroupCommandInput
15
8
  extends ResetDBClusterParameterGroupMessage {}
16
9
  export interface ResetDBClusterParameterGroupCommandOutput
@@ -22,22 +15,20 @@ declare const ResetDBClusterParameterGroupCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ResetDBClusterParameterGroupCommandInput,
24
17
  ResetDBClusterParameterGroupCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ResetDBClusterParameterGroupCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ResetDBClusterParameterGroupCommandInput,
33
26
  ResetDBClusterParameterGroupCommandOutput,
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 ResetDBClusterParameterGroupCommand extends ResetDBClusterParameterGroupCommand_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
  RestoreDBClusterFromSnapshotMessage,
10
4
  RestoreDBClusterFromSnapshotResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RestoreDBClusterFromSnapshotCommandInput
15
8
  extends RestoreDBClusterFromSnapshotMessage {}
16
9
  export interface RestoreDBClusterFromSnapshotCommandOutput
@@ -22,22 +15,20 @@ declare const RestoreDBClusterFromSnapshotCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RestoreDBClusterFromSnapshotCommandInput,
24
17
  RestoreDBClusterFromSnapshotCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RestoreDBClusterFromSnapshotCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RestoreDBClusterFromSnapshotCommandInput,
33
26
  RestoreDBClusterFromSnapshotCommandOutput,
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 RestoreDBClusterFromSnapshotCommand extends RestoreDBClusterFromSnapshotCommand_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
  RestoreDBClusterToPointInTimeMessage,
10
4
  RestoreDBClusterToPointInTimeResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface RestoreDBClusterToPointInTimeCommandInput
15
8
  extends RestoreDBClusterToPointInTimeMessage {}
16
9
  export interface RestoreDBClusterToPointInTimeCommandOutput
@@ -22,22 +15,20 @@ declare const RestoreDBClusterToPointInTimeCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  RestoreDBClusterToPointInTimeCommandInput,
24
17
  RestoreDBClusterToPointInTimeCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: RestoreDBClusterToPointInTimeCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  RestoreDBClusterToPointInTimeCommandInput,
33
26
  RestoreDBClusterToPointInTimeCommandOutput,
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 RestoreDBClusterToPointInTimeCommand extends RestoreDBClusterToPointInTimeCommand_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
  StartDBClusterMessage,
10
4
  StartDBClusterResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface StartDBClusterCommandInput extends StartDBClusterMessage {}
15
8
  export interface StartDBClusterCommandOutput
16
9
  extends StartDBClusterResult,
@@ -21,22 +14,20 @@ declare const StartDBClusterCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  StartDBClusterCommandInput,
23
16
  StartDBClusterCommandOutput,
24
- DocDBClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").DocDBClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: StartDBClusterCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  StartDBClusterCommandInput,
32
25
  StartDBClusterCommandOutput,
33
- DocDBClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").DocDBClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class StartDBClusterCommand extends StartDBClusterCommand_base {
42
33
  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 { StopDBClusterMessage, StopDBClusterResult } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface StopDBClusterCommandInput extends StopDBClusterMessage {}
12
5
  export interface StopDBClusterCommandOutput
13
6
  extends StopDBClusterResult,
@@ -18,22 +11,20 @@ declare const StopDBClusterCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  StopDBClusterCommandInput,
20
13
  StopDBClusterCommandOutput,
21
- DocDBClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").DocDBClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: StopDBClusterCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  StopDBClusterCommandInput,
29
22
  StopDBClusterCommandOutput,
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 StopDBClusterCommand extends StopDBClusterCommand_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
  SwitchoverGlobalClusterMessage,
10
4
  SwitchoverGlobalClusterResult,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SwitchoverGlobalClusterCommandInput
15
8
  extends SwitchoverGlobalClusterMessage {}
16
9
  export interface SwitchoverGlobalClusterCommandOutput
@@ -22,22 +15,20 @@ declare const SwitchoverGlobalClusterCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SwitchoverGlobalClusterCommandInput,
24
17
  SwitchoverGlobalClusterCommandOutput,
25
- DocDBClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").DocDBClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SwitchoverGlobalClusterCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SwitchoverGlobalClusterCommandInput,
33
26
  SwitchoverGlobalClusterCommandOutput,
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 SwitchoverGlobalClusterCommand extends SwitchoverGlobalClusterCommand_base {
43
34
  protected static __types: {
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
4
4
  export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { DocDBExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
+ export { Command as $Command } from "@smithy/core/client";
7
8
  export * from "./schemas/schemas_0";
8
9
  export * from "./pagination";
9
10
  export * from "./waiters";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-docdb",
3
3
  "description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
4
- "version": "3.1077.0",
4
+ "version": "3.1079.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -19,14 +19,14 @@
19
19
  "module": "./dist-es/index.js",
20
20
  "sideEffects": false,
21
21
  "dependencies": {
22
- "@aws-sdk/core": "^3.974.25",
23
- "@aws-sdk/credential-provider-node": "^3.972.60",
24
- "@aws-sdk/middleware-sdk-rds": "^3.972.39",
25
- "@aws-sdk/types": "^3.973.14",
26
- "@smithy/core": "^3.28.0",
27
- "@smithy/fetch-http-handler": "^5.6.1",
28
- "@smithy/node-http-handler": "^4.9.1",
29
- "@smithy/types": "^4.15.0",
22
+ "@aws-sdk/core": "^3.974.27",
23
+ "@aws-sdk/credential-provider-node": "^3.972.62",
24
+ "@aws-sdk/middleware-sdk-rds": "^3.972.41",
25
+ "@aws-sdk/types": "^3.973.15",
26
+ "@smithy/core": "^3.29.0",
27
+ "@smithy/fetch-http-handler": "^5.6.2",
28
+ "@smithy/node-http-handler": "^4.9.2",
29
+ "@smithy/types": "^4.15.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {