@aws-sdk/client-docdb 3.1076.0 → 3.1078.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 (185) hide show
  1. package/dist-cjs/index.js +69 -558
  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-es/runtimeConfig.browser.js +0 -2
  60. package/dist-es/runtimeConfig.js +1 -2
  61. package/dist-es/runtimeConfig.native.js +0 -2
  62. package/dist-es/runtimeConfig.shared.js +2 -0
  63. package/dist-types/commandBuilder.d.ts +22 -0
  64. package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +3 -8
  65. package/dist-types/commands/AddTagsToResourceCommand.d.ts +3 -8
  66. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +3 -8
  67. package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +3 -8
  68. package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateDBClusterCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateDBInstanceCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateGlobalClusterCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteDBClusterCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteDBInstanceCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeCertificatesCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeDBClustersCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +3 -8
  90. package/dist-types/commands/DescribeDBInstancesCommand.d.ts +3 -8
  91. package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +3 -8
  92. package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +3 -8
  93. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +3 -8
  94. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +3 -8
  95. package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
  96. package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +3 -8
  97. package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +3 -8
  98. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +3 -8
  99. package/dist-types/commands/FailoverDBClusterCommand.d.ts +3 -8
  100. package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +3 -8
  101. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  102. package/dist-types/commands/ModifyDBClusterCommand.d.ts +3 -8
  103. package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +3 -8
  104. package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +3 -8
  105. package/dist-types/commands/ModifyDBInstanceCommand.d.ts +3 -8
  106. package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -8
  107. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +3 -8
  108. package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +3 -8
  109. package/dist-types/commands/RebootDBInstanceCommand.d.ts +3 -8
  110. package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +3 -8
  111. package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +3 -8
  112. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +3 -8
  113. package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +3 -8
  114. package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +3 -8
  115. package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +3 -8
  116. package/dist-types/commands/StartDBClusterCommand.d.ts +3 -8
  117. package/dist-types/commands/StopDBClusterCommand.d.ts +3 -8
  118. package/dist-types/commands/SwitchoverGlobalClusterCommand.d.ts +3 -8
  119. package/dist-types/index.d.ts +1 -0
  120. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  121. package/dist-types/runtimeConfig.d.ts +1 -1
  122. package/dist-types/runtimeConfig.native.d.ts +1 -1
  123. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  124. package/dist-types/ts3.4/commandBuilder.d.ts +52 -0
  125. package/dist-types/ts3.4/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/AddTagsToResourceCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/ApplyPendingMaintenanceActionCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CopyDBClusterParameterGroupCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/CopyDBClusterSnapshotCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/CreateDBClusterCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/CreateDBClusterParameterGroupCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CreateDBClusterSnapshotCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/CreateDBInstanceCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CreateDBSubnetGroupCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateEventSubscriptionCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DeleteDBClusterCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeleteDBClusterParameterGroupCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DeleteDBClusterSnapshotCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DeleteDBInstanceCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteDBSubnetGroupCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteEventSubscriptionCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/FailoverDBClusterCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/FailoverGlobalClusterCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ModifyDBClusterCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ModifyDBClusterParameterGroupCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ModifyDBInstanceCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ModifyDBSubnetGroupCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ModifyEventSubscriptionCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/RebootDBInstanceCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/RemoveTagsFromResourceCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/ResetDBClusterParameterGroupCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/RestoreDBClusterFromSnapshotCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/RestoreDBClusterToPointInTimeCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/StartDBClusterCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/StopDBClusterCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/SwitchoverGlobalClusterCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/index.d.ts +1 -0
  181. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  182. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  183. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  184. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  185. package/package.json +9 -11
@@ -0,0 +1,10 @@
1
+ import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
+ import { makeBuilder } from "@smithy/core/client";
3
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
4
+ import { commonParams } from "./endpoint/EndpointParameters";
5
+ export const command = makeBuilder(commonParams, "AmazonRDSv19", "DocDBClient", getEndpointPlugin);
6
+ export const _ep0 = {};
7
+ export const _mw0 = (Command, cs, config, o) => [];
8
+ export const _mw1 = (Command, cs, config, o) => [
9
+ getCrossRegionPresignedUrlPlugin(config),
10
+ ];
@@ -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 { AddSourceIdentifierToSubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddSourceIdentifierToSubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "AddSourceIdentifierToSubscription", {})
13
- .n("DocDBClient", "AddSourceIdentifierToSubscriptionCommand")
14
- .sc(AddSourceIdentifierToSubscription$)
15
- .build() {
3
+ export class AddSourceIdentifierToSubscriptionCommand extends command(_ep0, _mw0, "AddSourceIdentifierToSubscription", AddSourceIdentifierToSubscription$) {
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 { AddTagsToResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddTagsToResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "AddTagsToResource", {})
13
- .n("DocDBClient", "AddTagsToResourceCommand")
14
- .sc(AddTagsToResource$)
15
- .build() {
3
+ export class AddTagsToResourceCommand extends command(_ep0, _mw0, "AddTagsToResource", AddTagsToResource$) {
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 { ApplyPendingMaintenanceAction$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ApplyPendingMaintenanceActionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "ApplyPendingMaintenanceAction", {})
13
- .n("DocDBClient", "ApplyPendingMaintenanceActionCommand")
14
- .sc(ApplyPendingMaintenanceAction$)
15
- .build() {
3
+ export class ApplyPendingMaintenanceActionCommand extends command(_ep0, _mw0, "ApplyPendingMaintenanceAction", ApplyPendingMaintenanceAction$) {
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 { CopyDBClusterParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CopyDBClusterParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CopyDBClusterParameterGroup", {})
13
- .n("DocDBClient", "CopyDBClusterParameterGroupCommand")
14
- .sc(CopyDBClusterParameterGroup$)
15
- .build() {
3
+ export class CopyDBClusterParameterGroupCommand extends command(_ep0, _mw0, "CopyDBClusterParameterGroup", CopyDBClusterParameterGroup$) {
16
4
  }
@@ -1,20 +1,4 @@
1
- import { getCrossRegionPresignedUrlPlugin } from "@aws-sdk/middleware-sdk-rds";
2
- import { Command as $Command } from "@smithy/core/client";
3
- import { getEndpointPlugin } from "@smithy/core/endpoints";
4
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw1, command } from "../commandBuilder";
5
2
  import { CopyDBClusterSnapshot$ } from "../schemas/schemas_0";
6
- export { $Command };
7
- export class CopyDBClusterSnapshotCommand extends $Command
8
- .classBuilder()
9
- .ep(commonParams)
10
- .m(function (Command, cs, config, o) {
11
- return [
12
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
13
- getCrossRegionPresignedUrlPlugin(config),
14
- ];
15
- })
16
- .s("AmazonRDSv19", "CopyDBClusterSnapshot", {})
17
- .n("DocDBClient", "CopyDBClusterSnapshotCommand")
18
- .sc(CopyDBClusterSnapshot$)
19
- .build() {
3
+ export class CopyDBClusterSnapshotCommand extends command(_ep0, _mw1, "CopyDBClusterSnapshot", CopyDBClusterSnapshot$) {
20
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 { CreateDBCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDBClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CreateDBCluster", {})
13
- .n("DocDBClient", "CreateDBClusterCommand")
14
- .sc(CreateDBCluster$)
15
- .build() {
3
+ export class CreateDBClusterCommand extends command(_ep0, _mw0, "CreateDBCluster", CreateDBCluster$) {
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 { CreateDBClusterParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDBClusterParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CreateDBClusterParameterGroup", {})
13
- .n("DocDBClient", "CreateDBClusterParameterGroupCommand")
14
- .sc(CreateDBClusterParameterGroup$)
15
- .build() {
3
+ export class CreateDBClusterParameterGroupCommand extends command(_ep0, _mw0, "CreateDBClusterParameterGroup", CreateDBClusterParameterGroup$) {
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 { CreateDBClusterSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDBClusterSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CreateDBClusterSnapshot", {})
13
- .n("DocDBClient", "CreateDBClusterSnapshotCommand")
14
- .sc(CreateDBClusterSnapshot$)
15
- .build() {
3
+ export class CreateDBClusterSnapshotCommand extends command(_ep0, _mw0, "CreateDBClusterSnapshot", CreateDBClusterSnapshot$) {
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 { CreateDBInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDBInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CreateDBInstance", {})
13
- .n("DocDBClient", "CreateDBInstanceCommand")
14
- .sc(CreateDBInstance$)
15
- .build() {
3
+ export class CreateDBInstanceCommand extends command(_ep0, _mw0, "CreateDBInstance", CreateDBInstance$) {
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 { CreateDBSubnetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateDBSubnetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CreateDBSubnetGroup", {})
13
- .n("DocDBClient", "CreateDBSubnetGroupCommand")
14
- .sc(CreateDBSubnetGroup$)
15
- .build() {
3
+ export class CreateDBSubnetGroupCommand extends command(_ep0, _mw0, "CreateDBSubnetGroup", CreateDBSubnetGroup$) {
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 { CreateEventSubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateEventSubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CreateEventSubscription", {})
13
- .n("DocDBClient", "CreateEventSubscriptionCommand")
14
- .sc(CreateEventSubscription$)
15
- .build() {
3
+ export class CreateEventSubscriptionCommand extends command(_ep0, _mw0, "CreateEventSubscription", CreateEventSubscription$) {
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 { CreateGlobalCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateGlobalClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "CreateGlobalCluster", {})
13
- .n("DocDBClient", "CreateGlobalClusterCommand")
14
- .sc(CreateGlobalCluster$)
15
- .build() {
3
+ export class CreateGlobalClusterCommand extends command(_ep0, _mw0, "CreateGlobalCluster", CreateGlobalCluster$) {
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 { DeleteDBCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDBClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DeleteDBCluster", {})
13
- .n("DocDBClient", "DeleteDBClusterCommand")
14
- .sc(DeleteDBCluster$)
15
- .build() {
3
+ export class DeleteDBClusterCommand extends command(_ep0, _mw0, "DeleteDBCluster", DeleteDBCluster$) {
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 { DeleteDBClusterParameterGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDBClusterParameterGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DeleteDBClusterParameterGroup", {})
13
- .n("DocDBClient", "DeleteDBClusterParameterGroupCommand")
14
- .sc(DeleteDBClusterParameterGroup$)
15
- .build() {
3
+ export class DeleteDBClusterParameterGroupCommand extends command(_ep0, _mw0, "DeleteDBClusterParameterGroup", DeleteDBClusterParameterGroup$) {
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 { DeleteDBClusterSnapshot$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDBClusterSnapshotCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DeleteDBClusterSnapshot", {})
13
- .n("DocDBClient", "DeleteDBClusterSnapshotCommand")
14
- .sc(DeleteDBClusterSnapshot$)
15
- .build() {
3
+ export class DeleteDBClusterSnapshotCommand extends command(_ep0, _mw0, "DeleteDBClusterSnapshot", DeleteDBClusterSnapshot$) {
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 { DeleteDBInstance$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDBInstanceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DeleteDBInstance", {})
13
- .n("DocDBClient", "DeleteDBInstanceCommand")
14
- .sc(DeleteDBInstance$)
15
- .build() {
3
+ export class DeleteDBInstanceCommand extends command(_ep0, _mw0, "DeleteDBInstance", DeleteDBInstance$) {
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 { DeleteDBSubnetGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteDBSubnetGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DeleteDBSubnetGroup", {})
13
- .n("DocDBClient", "DeleteDBSubnetGroupCommand")
14
- .sc(DeleteDBSubnetGroup$)
15
- .build() {
3
+ export class DeleteDBSubnetGroupCommand extends command(_ep0, _mw0, "DeleteDBSubnetGroup", DeleteDBSubnetGroup$) {
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 { DeleteEventSubscription$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEventSubscriptionCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DeleteEventSubscription", {})
13
- .n("DocDBClient", "DeleteEventSubscriptionCommand")
14
- .sc(DeleteEventSubscription$)
15
- .build() {
3
+ export class DeleteEventSubscriptionCommand extends command(_ep0, _mw0, "DeleteEventSubscription", DeleteEventSubscription$) {
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 { DeleteGlobalCluster$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteGlobalClusterCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DeleteGlobalCluster", {})
13
- .n("DocDBClient", "DeleteGlobalClusterCommand")
14
- .sc(DeleteGlobalCluster$)
15
- .build() {
3
+ export class DeleteGlobalClusterCommand extends command(_ep0, _mw0, "DeleteGlobalCluster", DeleteGlobalCluster$) {
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 { DescribeCertificates$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCertificatesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeCertificates", {})
13
- .n("DocDBClient", "DescribeCertificatesCommand")
14
- .sc(DescribeCertificates$)
15
- .build() {
3
+ export class DescribeCertificatesCommand extends command(_ep0, _mw0, "DescribeCertificates", DescribeCertificates$) {
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 { DescribeDBClusterParameterGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBClusterParameterGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBClusterParameterGroups", {})
13
- .n("DocDBClient", "DescribeDBClusterParameterGroupsCommand")
14
- .sc(DescribeDBClusterParameterGroups$)
15
- .build() {
3
+ export class DescribeDBClusterParameterGroupsCommand extends command(_ep0, _mw0, "DescribeDBClusterParameterGroups", DescribeDBClusterParameterGroups$) {
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 { DescribeDBClusterParameters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBClusterParametersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBClusterParameters", {})
13
- .n("DocDBClient", "DescribeDBClusterParametersCommand")
14
- .sc(DescribeDBClusterParameters$)
15
- .build() {
3
+ export class DescribeDBClusterParametersCommand extends command(_ep0, _mw0, "DescribeDBClusterParameters", DescribeDBClusterParameters$) {
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 { DescribeDBClusterSnapshotAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBClusterSnapshotAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBClusterSnapshotAttributes", {})
13
- .n("DocDBClient", "DescribeDBClusterSnapshotAttributesCommand")
14
- .sc(DescribeDBClusterSnapshotAttributes$)
15
- .build() {
3
+ export class DescribeDBClusterSnapshotAttributesCommand extends command(_ep0, _mw0, "DescribeDBClusterSnapshotAttributes", DescribeDBClusterSnapshotAttributes$) {
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 { DescribeDBClusterSnapshots$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBClusterSnapshotsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBClusterSnapshots", {})
13
- .n("DocDBClient", "DescribeDBClusterSnapshotsCommand")
14
- .sc(DescribeDBClusterSnapshots$)
15
- .build() {
3
+ export class DescribeDBClusterSnapshotsCommand extends command(_ep0, _mw0, "DescribeDBClusterSnapshots", DescribeDBClusterSnapshots$) {
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 { DescribeDBClusters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBClustersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBClusters", {})
13
- .n("DocDBClient", "DescribeDBClustersCommand")
14
- .sc(DescribeDBClusters$)
15
- .build() {
3
+ export class DescribeDBClustersCommand extends command(_ep0, _mw0, "DescribeDBClusters", DescribeDBClusters$) {
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 { DescribeDBEngineVersions$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBEngineVersionsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBEngineVersions", {})
13
- .n("DocDBClient", "DescribeDBEngineVersionsCommand")
14
- .sc(DescribeDBEngineVersions$)
15
- .build() {
3
+ export class DescribeDBEngineVersionsCommand extends command(_ep0, _mw0, "DescribeDBEngineVersions", DescribeDBEngineVersions$) {
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 { DescribeDBInstances$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBInstancesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBInstances", {})
13
- .n("DocDBClient", "DescribeDBInstancesCommand")
14
- .sc(DescribeDBInstances$)
15
- .build() {
3
+ export class DescribeDBInstancesCommand extends command(_ep0, _mw0, "DescribeDBInstances", DescribeDBInstances$) {
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 { DescribeDBSubnetGroups$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeDBSubnetGroupsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeDBSubnetGroups", {})
13
- .n("DocDBClient", "DescribeDBSubnetGroupsCommand")
14
- .sc(DescribeDBSubnetGroups$)
15
- .build() {
3
+ export class DescribeDBSubnetGroupsCommand extends command(_ep0, _mw0, "DescribeDBSubnetGroups", DescribeDBSubnetGroups$) {
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 { DescribeEngineDefaultClusterParameters$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEngineDefaultClusterParametersCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeEngineDefaultClusterParameters", {})
13
- .n("DocDBClient", "DescribeEngineDefaultClusterParametersCommand")
14
- .sc(DescribeEngineDefaultClusterParameters$)
15
- .build() {
3
+ export class DescribeEngineDefaultClusterParametersCommand extends command(_ep0, _mw0, "DescribeEngineDefaultClusterParameters", DescribeEngineDefaultClusterParameters$) {
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 { DescribeEventCategories$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEventCategoriesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AmazonRDSv19", "DescribeEventCategories", {})
13
- .n("DocDBClient", "DescribeEventCategoriesCommand")
14
- .sc(DescribeEventCategories$)
15
- .build() {
3
+ export class DescribeEventCategoriesCommand extends command(_ep0, _mw0, "DescribeEventCategories", DescribeEventCategories$) {
16
4
  }