@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,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeEventSubscriptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEventSubscriptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeEventSubscriptions", {})
13
- .n("DocDBClient", "DescribeEventSubscriptionsCommand")
14
- .sc(DescribeEventSubscriptions$)
15
- .build() {
3
+ export class DescribeEventSubscriptionsCommand extends command(_ep0, _mw0, "DescribeEventSubscriptions", DescribeEventSubscriptions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeEvents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEventsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeEvents", {})
13
- .n("DocDBClient", "DescribeEventsCommand")
14
- .sc(DescribeEvents$)
15
- .build() {
3
+ export class DescribeEventsCommand extends command(_ep0, _mw0, "DescribeEvents", DescribeEvents$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeGlobalClusters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeGlobalClustersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeGlobalClusters", {})
13
- .n("DocDBClient", "DescribeGlobalClustersCommand")
14
- .sc(DescribeGlobalClusters$)
15
- .build() {
3
+ export class DescribeGlobalClustersCommand extends command(_ep0, _mw0, "DescribeGlobalClusters", DescribeGlobalClusters$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeOrderableDBInstanceOptions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeOrderableDBInstanceOptionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeOrderableDBInstanceOptions", {})
13
- .n("DocDBClient", "DescribeOrderableDBInstanceOptionsCommand")
14
- .sc(DescribeOrderableDBInstanceOptions$)
15
- .build() {
3
+ export class DescribeOrderableDBInstanceOptionsCommand extends command(_ep0, _mw0, "DescribeOrderableDBInstanceOptions", DescribeOrderableDBInstanceOptions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribePendingMaintenanceActions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribePendingMaintenanceActionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribePendingMaintenanceActions", {})
13
- .n("DocDBClient", "DescribePendingMaintenanceActionsCommand")
14
- .sc(DescribePendingMaintenanceActions$)
15
- .build() {
3
+ export class DescribePendingMaintenanceActionsCommand extends command(_ep0, _mw0, "DescribePendingMaintenanceActions", DescribePendingMaintenanceActions$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { FailoverDBCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class FailoverDBClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "FailoverDBCluster", {})
13
- .n("DocDBClient", "FailoverDBClusterCommand")
14
- .sc(FailoverDBCluster$)
15
- .build() {
3
+ export class FailoverDBClusterCommand extends command(_ep0, _mw0, "FailoverDBCluster", FailoverDBCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { FailoverGlobalCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class FailoverGlobalClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "FailoverGlobalCluster", {})
13
- .n("DocDBClient", "FailoverGlobalClusterCommand")
14
- .sc(FailoverGlobalCluster$)
15
- .build() {
3
+ export class FailoverGlobalClusterCommand extends command(_ep0, _mw0, "FailoverGlobalCluster", FailoverGlobalCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ListTagsForResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListTagsForResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ListTagsForResource", {})
13
- .n("DocDBClient", "ListTagsForResourceCommand")
14
- .sc(ListTagsForResource$)
15
- .build() {
3
+ export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyDBCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyDBClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ModifyDBCluster", {})
13
- .n("DocDBClient", "ModifyDBClusterCommand")
14
- .sc(ModifyDBCluster$)
15
- .build() {
3
+ export class ModifyDBClusterCommand extends command(_ep0, _mw0, "ModifyDBCluster", ModifyDBCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyDBClusterParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyDBClusterParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ModifyDBClusterParameterGroup", {})
13
- .n("DocDBClient", "ModifyDBClusterParameterGroupCommand")
14
- .sc(ModifyDBClusterParameterGroup$)
15
- .build() {
3
+ export class ModifyDBClusterParameterGroupCommand extends command(_ep0, _mw0, "ModifyDBClusterParameterGroup", ModifyDBClusterParameterGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyDBClusterSnapshotAttribute$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyDBClusterSnapshotAttributeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ModifyDBClusterSnapshotAttribute", {})
13
- .n("DocDBClient", "ModifyDBClusterSnapshotAttributeCommand")
14
- .sc(ModifyDBClusterSnapshotAttribute$)
15
- .build() {
3
+ export class ModifyDBClusterSnapshotAttributeCommand extends command(_ep0, _mw0, "ModifyDBClusterSnapshotAttribute", ModifyDBClusterSnapshotAttribute$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyDBInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyDBInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ModifyDBInstance", {})
13
- .n("DocDBClient", "ModifyDBInstanceCommand")
14
- .sc(ModifyDBInstance$)
15
- .build() {
3
+ export class ModifyDBInstanceCommand extends command(_ep0, _mw0, "ModifyDBInstance", ModifyDBInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyDBSubnetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyDBSubnetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ModifyDBSubnetGroup", {})
13
- .n("DocDBClient", "ModifyDBSubnetGroupCommand")
14
- .sc(ModifyDBSubnetGroup$)
15
- .build() {
3
+ export class ModifyDBSubnetGroupCommand extends command(_ep0, _mw0, "ModifyDBSubnetGroup", ModifyDBSubnetGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyEventSubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyEventSubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ModifyEventSubscription", {})
13
- .n("DocDBClient", "ModifyEventSubscriptionCommand")
14
- .sc(ModifyEventSubscription$)
15
- .build() {
3
+ export class ModifyEventSubscriptionCommand extends command(_ep0, _mw0, "ModifyEventSubscription", ModifyEventSubscription$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ModifyGlobalCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ModifyGlobalClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ModifyGlobalCluster", {})
13
- .n("DocDBClient", "ModifyGlobalClusterCommand")
14
- .sc(ModifyGlobalCluster$)
15
- .build() {
3
+ export class ModifyGlobalClusterCommand extends command(_ep0, _mw0, "ModifyGlobalCluster", ModifyGlobalCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RebootDBInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RebootDBInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "RebootDBInstance", {})
13
- .n("DocDBClient", "RebootDBInstanceCommand")
14
- .sc(RebootDBInstance$)
15
- .build() {
3
+ export class RebootDBInstanceCommand extends command(_ep0, _mw0, "RebootDBInstance", RebootDBInstance$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveFromGlobalCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveFromGlobalClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "RemoveFromGlobalCluster", {})
13
- .n("DocDBClient", "RemoveFromGlobalClusterCommand")
14
- .sc(RemoveFromGlobalCluster$)
15
- .build() {
3
+ export class RemoveFromGlobalClusterCommand extends command(_ep0, _mw0, "RemoveFromGlobalCluster", RemoveFromGlobalCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveSourceIdentifierFromSubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveSourceIdentifierFromSubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "RemoveSourceIdentifierFromSubscription", {})
13
- .n("DocDBClient", "RemoveSourceIdentifierFromSubscriptionCommand")
14
- .sc(RemoveSourceIdentifierFromSubscription$)
15
- .build() {
3
+ export class RemoveSourceIdentifierFromSubscriptionCommand extends command(_ep0, _mw0, "RemoveSourceIdentifierFromSubscription", RemoveSourceIdentifierFromSubscription$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RemoveTagsFromResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RemoveTagsFromResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "RemoveTagsFromResource", {})
13
- .n("DocDBClient", "RemoveTagsFromResourceCommand")
14
- .sc(RemoveTagsFromResource$)
15
- .build() {
3
+ export class RemoveTagsFromResourceCommand extends command(_ep0, _mw0, "RemoveTagsFromResource", RemoveTagsFromResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { ResetDBClusterParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ResetDBClusterParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ResetDBClusterParameterGroup", {})
13
- .n("DocDBClient", "ResetDBClusterParameterGroupCommand")
14
- .sc(ResetDBClusterParameterGroup$)
15
- .build() {
3
+ export class ResetDBClusterParameterGroupCommand extends command(_ep0, _mw0, "ResetDBClusterParameterGroup", ResetDBClusterParameterGroup$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RestoreDBClusterFromSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RestoreDBClusterFromSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "RestoreDBClusterFromSnapshot", {})
13
- .n("DocDBClient", "RestoreDBClusterFromSnapshotCommand")
14
- .sc(RestoreDBClusterFromSnapshot$)
15
- .build() {
3
+ export class RestoreDBClusterFromSnapshotCommand extends command(_ep0, _mw0, "RestoreDBClusterFromSnapshot", RestoreDBClusterFromSnapshot$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { RestoreDBClusterToPointInTime$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class RestoreDBClusterToPointInTimeCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "RestoreDBClusterToPointInTime", {})
13
- .n("DocDBClient", "RestoreDBClusterToPointInTimeCommand")
14
- .sc(RestoreDBClusterToPointInTime$)
15
- .build() {
3
+ export class RestoreDBClusterToPointInTimeCommand extends command(_ep0, _mw0, "RestoreDBClusterToPointInTime", RestoreDBClusterToPointInTime$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StartDBCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StartDBClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "StartDBCluster", {})
13
- .n("DocDBClient", "StartDBClusterCommand")
14
- .sc(StartDBCluster$)
15
- .build() {
3
+ export class StartDBClusterCommand extends command(_ep0, _mw0, "StartDBCluster", StartDBCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { StopDBCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class StopDBClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "StopDBCluster", {})
13
- .n("DocDBClient", "StopDBClusterCommand")
14
- .sc(StopDBCluster$)
15
- .build() {
3
+ export class StopDBClusterCommand extends command(_ep0, _mw0, "StopDBCluster", StopDBCluster$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SwitchoverGlobalCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SwitchoverGlobalClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "SwitchoverGlobalCluster", {})
13
- .n("DocDBClient", "SwitchoverGlobalClusterCommand")
14
- .sc(SwitchoverGlobalCluster$)
15
- .build() {
3
+ export class SwitchoverGlobalClusterCommand extends command(_ep0, _mw0, "SwitchoverGlobalCluster", SwitchoverGlobalCluster$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./DocDBClient";
2
2
  export * from "./DocDB";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./waiters";
@@ -0,0 +1,22 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./DocDBClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
19
+ /**
20
+ * @internal
21
+ */
22
+ export declare const _mw1: (Command: any, cs: any, config: any, o: any) => import("@smithy/types").Pluggable<any, any>[];
@@ -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 { AddSourceIdentifierToSubscriptionMessage, AddSourceIdentifierToSubscriptionResult } 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 AddSourceIdentifierToSubscriptionCommandInput extends AddSource
22
19
  export interface AddSourceIdentifierToSubscriptionCommandOutput extends AddSourceIdentifierToSubscriptionResult, __MetadataBearer {
23
20
  }
24
21
  declare const AddSourceIdentifierToSubscriptionCommand_base: {
25
- new (input: AddSourceIdentifierToSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddSourceIdentifierToSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddSourceIdentifierToSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddSourceIdentifierToSubscriptionCommandInput): import("@smithy/core/client").CommandImpl<AddSourceIdentifierToSubscriptionCommandInput, AddSourceIdentifierToSubscriptionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds a source identifier to an existing event notification
@@ -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 { AddTagsToResourceMessage } 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 AddTagsToResourceCommandInput extends AddTagsToResourceMessage
22
19
  export interface AddTagsToResourceCommandOutput extends __MetadataBearer {
23
20
  }
24
21
  declare const AddTagsToResourceCommand_base: {
25
- new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: AddTagsToResourceCommandInput): import("@smithy/core/client").CommandImpl<AddTagsToResourceCommandInput, AddTagsToResourceCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Adds metadata tags to an Amazon DocumentDB resource. You can use these tags
@@ -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 { ApplyPendingMaintenanceActionMessage, ApplyPendingMaintenanceActionResult } 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 ApplyPendingMaintenanceActionCommandInput extends ApplyPendingM
22
19
  export interface ApplyPendingMaintenanceActionCommandOutput extends ApplyPendingMaintenanceActionResult, __MetadataBearer {
23
20
  }
24
21
  declare const ApplyPendingMaintenanceActionCommand_base: {
25
- new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, DocDBClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ApplyPendingMaintenanceActionCommandInput): import("@smithy/core/client").CommandImpl<ApplyPendingMaintenanceActionCommandInput, ApplyPendingMaintenanceActionCommandOutput, import("..").DocDBClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies a pending maintenance action to a resource (for example,