@aws-sdk/client-global-accelerator 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 (176) hide show
  1. package/dist-cjs/index.js +174 -673
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +2 -14
  4. package/dist-es/commands/AddEndpointsCommand.js +2 -14
  5. package/dist-es/commands/AdvertiseByoipCidrCommand.js +2 -14
  6. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +2 -14
  7. package/dist-es/commands/CreateAcceleratorCommand.js +2 -14
  8. package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +2 -14
  9. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +2 -14
  10. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +2 -14
  11. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +2 -14
  12. package/dist-es/commands/CreateEndpointGroupCommand.js +2 -14
  13. package/dist-es/commands/CreateListenerCommand.js +2 -14
  14. package/dist-es/commands/DeleteAcceleratorCommand.js +2 -14
  15. package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +2 -14
  16. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +2 -14
  17. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +2 -14
  18. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +2 -14
  19. package/dist-es/commands/DeleteEndpointGroupCommand.js +2 -14
  20. package/dist-es/commands/DeleteListenerCommand.js +2 -14
  21. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +2 -14
  22. package/dist-es/commands/DeprovisionByoipCidrCommand.js +2 -14
  23. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +2 -14
  24. package/dist-es/commands/DescribeAcceleratorCommand.js +2 -14
  25. package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +2 -14
  26. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +2 -14
  27. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +2 -14
  28. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +2 -14
  29. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +2 -14
  30. package/dist-es/commands/DescribeEndpointGroupCommand.js +2 -14
  31. package/dist-es/commands/DescribeListenerCommand.js +2 -14
  32. package/dist-es/commands/ListAcceleratorsCommand.js +2 -14
  33. package/dist-es/commands/ListByoipCidrsCommand.js +2 -14
  34. package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +2 -14
  35. package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +2 -14
  36. package/dist-es/commands/ListCrossAccountResourcesCommand.js +2 -14
  37. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +2 -14
  38. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +2 -14
  39. package/dist-es/commands/ListCustomRoutingListenersCommand.js +2 -14
  40. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +2 -14
  41. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +2 -14
  42. package/dist-es/commands/ListEndpointGroupsCommand.js +2 -14
  43. package/dist-es/commands/ListListenersCommand.js +2 -14
  44. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  45. package/dist-es/commands/ProvisionByoipCidrCommand.js +2 -14
  46. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +2 -14
  47. package/dist-es/commands/RemoveEndpointsCommand.js +2 -14
  48. package/dist-es/commands/TagResourceCommand.js +2 -14
  49. package/dist-es/commands/UntagResourceCommand.js +2 -14
  50. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +2 -14
  51. package/dist-es/commands/UpdateAcceleratorCommand.js +2 -14
  52. package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +2 -14
  53. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +2 -14
  54. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +2 -14
  55. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +2 -14
  56. package/dist-es/commands/UpdateEndpointGroupCommand.js +2 -14
  57. package/dist-es/commands/UpdateListenerCommand.js +2 -14
  58. package/dist-es/commands/WithdrawByoipCidrCommand.js +2 -14
  59. package/dist-es/index.js +1 -0
  60. package/dist-types/commandBuilder.d.ts +18 -0
  61. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
  62. package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
  63. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
  64. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
  65. package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
  66. package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
  67. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
  68. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
  72. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
  73. package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
  74. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
  75. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
  79. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
  80. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
  81. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
  82. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
  83. package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
  84. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
  90. package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
  91. package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
  92. package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
  93. package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
  94. package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
  95. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
  98. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
  99. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListListenersCommand.d.ts +3 -8
  102. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  103. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
  104. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
  105. package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
  106. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  107. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  108. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
  109. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
  110. package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
  111. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  112. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
  113. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
  116. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
  117. package/dist-types/index.d.ts +1 -0
  118. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  119. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
  120. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
  121. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
  122. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
  123. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
  124. package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
  125. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
  126. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
  127. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/index.d.ts +1 -0
  176. package/package.json +8 -8
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "GlobalAccelerator_V20180706", "GlobalAcceleratorClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -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 { AddCustomRoutingEndpoints$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddCustomRoutingEndpointsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "AddCustomRoutingEndpoints", {})
13
- .n("GlobalAcceleratorClient", "AddCustomRoutingEndpointsCommand")
14
- .sc(AddCustomRoutingEndpoints$)
15
- .build() {
3
+ export class AddCustomRoutingEndpointsCommand extends command(_ep0, _mw0, "AddCustomRoutingEndpoints", AddCustomRoutingEndpoints$) {
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 { AddEndpoints$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AddEndpointsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "AddEndpoints", {})
13
- .n("GlobalAcceleratorClient", "AddEndpointsCommand")
14
- .sc(AddEndpoints$)
15
- .build() {
3
+ export class AddEndpointsCommand extends command(_ep0, _mw0, "AddEndpoints", AddEndpoints$) {
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 { AdvertiseByoipCidr$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AdvertiseByoipCidrCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "AdvertiseByoipCidr", {})
13
- .n("GlobalAcceleratorClient", "AdvertiseByoipCidrCommand")
14
- .sc(AdvertiseByoipCidr$)
15
- .build() {
3
+ export class AdvertiseByoipCidrCommand extends command(_ep0, _mw0, "AdvertiseByoipCidr", AdvertiseByoipCidr$) {
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 { AllowCustomRoutingTraffic$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AllowCustomRoutingTrafficCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "AllowCustomRoutingTraffic", {})
13
- .n("GlobalAcceleratorClient", "AllowCustomRoutingTrafficCommand")
14
- .sc(AllowCustomRoutingTraffic$)
15
- .build() {
3
+ export class AllowCustomRoutingTrafficCommand extends command(_ep0, _mw0, "AllowCustomRoutingTraffic", AllowCustomRoutingTraffic$) {
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 { CreateAccelerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateAcceleratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "CreateAccelerator", {})
13
- .n("GlobalAcceleratorClient", "CreateAcceleratorCommand")
14
- .sc(CreateAccelerator$)
15
- .build() {
3
+ export class CreateAcceleratorCommand extends command(_ep0, _mw0, "CreateAccelerator", CreateAccelerator$) {
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 { CreateCrossAccountAttachment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCrossAccountAttachmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "CreateCrossAccountAttachment", {})
13
- .n("GlobalAcceleratorClient", "CreateCrossAccountAttachmentCommand")
14
- .sc(CreateCrossAccountAttachment$)
15
- .build() {
3
+ export class CreateCrossAccountAttachmentCommand extends command(_ep0, _mw0, "CreateCrossAccountAttachment", CreateCrossAccountAttachment$) {
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 { CreateCustomRoutingAccelerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCustomRoutingAcceleratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "CreateCustomRoutingAccelerator", {})
13
- .n("GlobalAcceleratorClient", "CreateCustomRoutingAcceleratorCommand")
14
- .sc(CreateCustomRoutingAccelerator$)
15
- .build() {
3
+ export class CreateCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "CreateCustomRoutingAccelerator", CreateCustomRoutingAccelerator$) {
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 { CreateCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCustomRoutingEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "CreateCustomRoutingEndpointGroup", {})
13
- .n("GlobalAcceleratorClient", "CreateCustomRoutingEndpointGroupCommand")
14
- .sc(CreateCustomRoutingEndpointGroup$)
15
- .build() {
3
+ export class CreateCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "CreateCustomRoutingEndpointGroup", CreateCustomRoutingEndpointGroup$) {
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 { CreateCustomRoutingListener$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateCustomRoutingListenerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "CreateCustomRoutingListener", {})
13
- .n("GlobalAcceleratorClient", "CreateCustomRoutingListenerCommand")
14
- .sc(CreateCustomRoutingListener$)
15
- .build() {
3
+ export class CreateCustomRoutingListenerCommand extends command(_ep0, _mw0, "CreateCustomRoutingListener", CreateCustomRoutingListener$) {
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 { CreateEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "CreateEndpointGroup", {})
13
- .n("GlobalAcceleratorClient", "CreateEndpointGroupCommand")
14
- .sc(CreateEndpointGroup$)
15
- .build() {
3
+ export class CreateEndpointGroupCommand extends command(_ep0, _mw0, "CreateEndpointGroup", CreateEndpointGroup$) {
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 { CreateListener$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateListenerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "CreateListener", {})
13
- .n("GlobalAcceleratorClient", "CreateListenerCommand")
14
- .sc(CreateListener$)
15
- .build() {
3
+ export class CreateListenerCommand extends command(_ep0, _mw0, "CreateListener", CreateListener$) {
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 { DeleteAccelerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAcceleratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeleteAccelerator", {})
13
- .n("GlobalAcceleratorClient", "DeleteAcceleratorCommand")
14
- .sc(DeleteAccelerator$)
15
- .build() {
3
+ export class DeleteAcceleratorCommand extends command(_ep0, _mw0, "DeleteAccelerator", DeleteAccelerator$) {
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 { DeleteCrossAccountAttachment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCrossAccountAttachmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeleteCrossAccountAttachment", {})
13
- .n("GlobalAcceleratorClient", "DeleteCrossAccountAttachmentCommand")
14
- .sc(DeleteCrossAccountAttachment$)
15
- .build() {
3
+ export class DeleteCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DeleteCrossAccountAttachment", DeleteCrossAccountAttachment$) {
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 { DeleteCustomRoutingAccelerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCustomRoutingAcceleratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingAccelerator", {})
13
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingAcceleratorCommand")
14
- .sc(DeleteCustomRoutingAccelerator$)
15
- .build() {
3
+ export class DeleteCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DeleteCustomRoutingAccelerator", DeleteCustomRoutingAccelerator$) {
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 { DeleteCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCustomRoutingEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
13
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
14
- .sc(DeleteCustomRoutingEndpointGroup$)
15
- .build() {
3
+ export class DeleteCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DeleteCustomRoutingEndpointGroup", DeleteCustomRoutingEndpointGroup$) {
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 { DeleteCustomRoutingListener$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCustomRoutingListenerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
13
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
14
- .sc(DeleteCustomRoutingListener$)
15
- .build() {
3
+ export class DeleteCustomRoutingListenerCommand extends command(_ep0, _mw0, "DeleteCustomRoutingListener", DeleteCustomRoutingListener$) {
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 { DeleteEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
13
- .n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
14
- .sc(DeleteEndpointGroup$)
15
- .build() {
3
+ export class DeleteEndpointGroupCommand extends command(_ep0, _mw0, "DeleteEndpointGroup", DeleteEndpointGroup$) {
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 { DeleteListener$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteListenerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeleteListener", {})
13
- .n("GlobalAcceleratorClient", "DeleteListenerCommand")
14
- .sc(DeleteListener$)
15
- .build() {
3
+ export class DeleteListenerCommand extends command(_ep0, _mw0, "DeleteListener", DeleteListener$) {
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 { DenyCustomRoutingTraffic$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DenyCustomRoutingTrafficCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
13
- .n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
14
- .sc(DenyCustomRoutingTraffic$)
15
- .build() {
3
+ export class DenyCustomRoutingTrafficCommand extends command(_ep0, _mw0, "DenyCustomRoutingTraffic", DenyCustomRoutingTraffic$) {
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 { DeprovisionByoipCidr$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeprovisionByoipCidrCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
13
- .n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
14
- .sc(DeprovisionByoipCidr$)
15
- .build() {
3
+ export class DeprovisionByoipCidrCommand extends command(_ep0, _mw0, "DeprovisionByoipCidr", DeprovisionByoipCidr$) {
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 { DescribeAcceleratorAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAcceleratorAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
13
- .n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
14
- .sc(DescribeAcceleratorAttributes$)
15
- .build() {
3
+ export class DescribeAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeAcceleratorAttributes", DescribeAcceleratorAttributes$) {
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 { DescribeAccelerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAcceleratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
13
- .n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
14
- .sc(DescribeAccelerator$)
15
- .build() {
3
+ export class DescribeAcceleratorCommand extends command(_ep0, _mw0, "DescribeAccelerator", DescribeAccelerator$) {
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 { DescribeCrossAccountAttachment$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCrossAccountAttachmentCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
13
- .n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
14
- .sc(DescribeCrossAccountAttachment$)
15
- .build() {
3
+ export class DescribeCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DescribeCrossAccountAttachment", DescribeCrossAccountAttachment$) {
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 { DescribeCustomRoutingAcceleratorAttributes$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCustomRoutingAcceleratorAttributesCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
13
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
14
- .sc(DescribeCustomRoutingAcceleratorAttributes$)
15
- .build() {
3
+ export class DescribeCustomRoutingAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAcceleratorAttributes", DescribeCustomRoutingAcceleratorAttributes$) {
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 { DescribeCustomRoutingAccelerator$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCustomRoutingAcceleratorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
13
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
14
- .sc(DescribeCustomRoutingAccelerator$)
15
- .build() {
3
+ export class DescribeCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAccelerator", DescribeCustomRoutingAccelerator$) {
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 { DescribeCustomRoutingEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCustomRoutingEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
13
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
14
- .sc(DescribeCustomRoutingEndpointGroup$)
15
- .build() {
3
+ export class DescribeCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DescribeCustomRoutingEndpointGroup", DescribeCustomRoutingEndpointGroup$) {
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 { DescribeCustomRoutingListener$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeCustomRoutingListenerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
13
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
14
- .sc(DescribeCustomRoutingListener$)
15
- .build() {
3
+ export class DescribeCustomRoutingListenerCommand extends command(_ep0, _mw0, "DescribeCustomRoutingListener", DescribeCustomRoutingListener$) {
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 { DescribeEndpointGroup$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeEndpointGroupCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
13
- .n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
14
- .sc(DescribeEndpointGroup$)
15
- .build() {
3
+ export class DescribeEndpointGroupCommand extends command(_ep0, _mw0, "DescribeEndpointGroup", DescribeEndpointGroup$) {
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 { DescribeListener$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeListenerCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "DescribeListener", {})
13
- .n("GlobalAcceleratorClient", "DescribeListenerCommand")
14
- .sc(DescribeListener$)
15
- .build() {
3
+ export class DescribeListenerCommand extends command(_ep0, _mw0, "DescribeListener", DescribeListener$) {
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 { ListAccelerators$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListAcceleratorsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "ListAccelerators", {})
13
- .n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
14
- .sc(ListAccelerators$)
15
- .build() {
3
+ export class ListAcceleratorsCommand extends command(_ep0, _mw0, "ListAccelerators", ListAccelerators$) {
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 { ListByoipCidrs$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class ListByoipCidrsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
13
- .n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
14
- .sc(ListByoipCidrs$)
15
- .build() {
3
+ export class ListByoipCidrsCommand extends command(_ep0, _mw0, "ListByoipCidrs", ListByoipCidrs$) {
16
4
  }