@aws-sdk/client-global-accelerator 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 (188) hide show
  1. package/dist-cjs/index.js +177 -675
  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-es/runtimeConfig.browser.js +0 -2
  61. package/dist-es/runtimeConfig.js +1 -2
  62. package/dist-es/runtimeConfig.native.js +0 -2
  63. package/dist-es/runtimeConfig.shared.js +2 -0
  64. package/dist-types/commandBuilder.d.ts +18 -0
  65. package/dist-types/commands/AddCustomRoutingEndpointsCommand.d.ts +3 -8
  66. package/dist-types/commands/AddEndpointsCommand.d.ts +3 -8
  67. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +3 -8
  68. package/dist-types/commands/AllowCustomRoutingTrafficCommand.d.ts +3 -8
  69. package/dist-types/commands/CreateAcceleratorCommand.d.ts +3 -8
  70. package/dist-types/commands/CreateCrossAccountAttachmentCommand.d.ts +3 -8
  71. package/dist-types/commands/CreateCustomRoutingAcceleratorCommand.d.ts +3 -8
  72. package/dist-types/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +3 -8
  73. package/dist-types/commands/CreateCustomRoutingListenerCommand.d.ts +3 -8
  74. package/dist-types/commands/CreateEndpointGroupCommand.d.ts +3 -8
  75. package/dist-types/commands/CreateListenerCommand.d.ts +3 -8
  76. package/dist-types/commands/DeleteAcceleratorCommand.d.ts +3 -8
  77. package/dist-types/commands/DeleteCrossAccountAttachmentCommand.d.ts +3 -8
  78. package/dist-types/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +3 -8
  79. package/dist-types/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +3 -8
  80. package/dist-types/commands/DeleteCustomRoutingListenerCommand.d.ts +3 -8
  81. package/dist-types/commands/DeleteEndpointGroupCommand.d.ts +3 -8
  82. package/dist-types/commands/DeleteListenerCommand.d.ts +3 -8
  83. package/dist-types/commands/DenyCustomRoutingTrafficCommand.d.ts +3 -8
  84. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +3 -8
  85. package/dist-types/commands/DescribeAcceleratorAttributesCommand.d.ts +3 -8
  86. package/dist-types/commands/DescribeAcceleratorCommand.d.ts +3 -8
  87. package/dist-types/commands/DescribeCrossAccountAttachmentCommand.d.ts +3 -8
  88. package/dist-types/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  89. package/dist-types/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +3 -8
  90. package/dist-types/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +3 -8
  91. package/dist-types/commands/DescribeCustomRoutingListenerCommand.d.ts +3 -8
  92. package/dist-types/commands/DescribeEndpointGroupCommand.d.ts +3 -8
  93. package/dist-types/commands/DescribeListenerCommand.d.ts +3 -8
  94. package/dist-types/commands/ListAcceleratorsCommand.d.ts +3 -8
  95. package/dist-types/commands/ListByoipCidrsCommand.d.ts +3 -8
  96. package/dist-types/commands/ListCrossAccountAttachmentsCommand.d.ts +3 -8
  97. package/dist-types/commands/ListCrossAccountResourceAccountsCommand.d.ts +3 -8
  98. package/dist-types/commands/ListCrossAccountResourcesCommand.d.ts +3 -8
  99. package/dist-types/commands/ListCustomRoutingAcceleratorsCommand.d.ts +3 -8
  100. package/dist-types/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +3 -8
  101. package/dist-types/commands/ListCustomRoutingListenersCommand.d.ts +3 -8
  102. package/dist-types/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +3 -8
  103. package/dist-types/commands/ListCustomRoutingPortMappingsCommand.d.ts +3 -8
  104. package/dist-types/commands/ListEndpointGroupsCommand.d.ts +3 -8
  105. package/dist-types/commands/ListListenersCommand.d.ts +3 -8
  106. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  107. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -8
  108. package/dist-types/commands/RemoveCustomRoutingEndpointsCommand.d.ts +3 -8
  109. package/dist-types/commands/RemoveEndpointsCommand.d.ts +3 -8
  110. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  111. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  112. package/dist-types/commands/UpdateAcceleratorAttributesCommand.d.ts +3 -8
  113. package/dist-types/commands/UpdateAcceleratorCommand.d.ts +3 -8
  114. package/dist-types/commands/UpdateCrossAccountAttachmentCommand.d.ts +3 -8
  115. package/dist-types/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +3 -8
  116. package/dist-types/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +3 -8
  117. package/dist-types/commands/UpdateCustomRoutingListenerCommand.d.ts +3 -8
  118. package/dist-types/commands/UpdateEndpointGroupCommand.d.ts +3 -8
  119. package/dist-types/commands/UpdateListenerCommand.d.ts +3 -8
  120. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +3 -8
  121. package/dist-types/index.d.ts +1 -0
  122. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  123. package/dist-types/runtimeConfig.d.ts +1 -1
  124. package/dist-types/runtimeConfig.native.d.ts +1 -1
  125. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  126. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  127. package/dist-types/ts3.4/commands/AddCustomRoutingEndpointsCommand.d.ts +7 -16
  128. package/dist-types/ts3.4/commands/AddEndpointsCommand.d.ts +7 -16
  129. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +7 -16
  130. package/dist-types/ts3.4/commands/AllowCustomRoutingTrafficCommand.d.ts +7 -16
  131. package/dist-types/ts3.4/commands/CreateAcceleratorCommand.d.ts +7 -16
  132. package/dist-types/ts3.4/commands/CreateCrossAccountAttachmentCommand.d.ts +7 -16
  133. package/dist-types/ts3.4/commands/CreateCustomRoutingAcceleratorCommand.d.ts +7 -16
  134. package/dist-types/ts3.4/commands/CreateCustomRoutingEndpointGroupCommand.d.ts +7 -16
  135. package/dist-types/ts3.4/commands/CreateCustomRoutingListenerCommand.d.ts +7 -16
  136. package/dist-types/ts3.4/commands/CreateEndpointGroupCommand.d.ts +7 -16
  137. package/dist-types/ts3.4/commands/CreateListenerCommand.d.ts +7 -16
  138. package/dist-types/ts3.4/commands/DeleteAcceleratorCommand.d.ts +7 -16
  139. package/dist-types/ts3.4/commands/DeleteCrossAccountAttachmentCommand.d.ts +7 -16
  140. package/dist-types/ts3.4/commands/DeleteCustomRoutingAcceleratorCommand.d.ts +7 -16
  141. package/dist-types/ts3.4/commands/DeleteCustomRoutingEndpointGroupCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/DeleteCustomRoutingListenerCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/DeleteEndpointGroupCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/DeleteListenerCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/DenyCustomRoutingTrafficCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/DescribeAcceleratorAttributesCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/DescribeAcceleratorCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/DescribeCrossAccountAttachmentCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/DescribeCustomRoutingAcceleratorCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/DescribeCustomRoutingEndpointGroupCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/DescribeCustomRoutingListenerCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/DescribeEndpointGroupCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/DescribeListenerCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/ListAcceleratorsCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/ListByoipCidrsCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/ListCrossAccountAttachmentsCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/ListCrossAccountResourceAccountsCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/ListCrossAccountResourcesCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/ListCustomRoutingAcceleratorsCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/ListCustomRoutingEndpointGroupsCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/ListCustomRoutingListenersCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsByDestinationCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/ListCustomRoutingPortMappingsCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/ListEndpointGroupsCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/ListListenersCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/RemoveCustomRoutingEndpointsCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/RemoveEndpointsCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/UpdateAcceleratorAttributesCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/UpdateAcceleratorCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/UpdateCrossAccountAttachmentCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorAttributesCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/UpdateCustomRoutingAcceleratorCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/UpdateCustomRoutingListenerCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/UpdateEndpointGroupCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/UpdateListenerCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/index.d.ts +1 -0
  184. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  185. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  186. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  187. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  188. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultGlobalAcceleratorHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1780,6 +1782,7 @@ const getRuntimeConfig$1 = (config) => {
1780
1782
  serviceTarget: "GlobalAccelerator_V20180706",
1781
1783
  },
1782
1784
  serviceId: config?.serviceId ?? "Global Accelerator",
1785
+ sha256: config?.sha256 ?? Sha256,
1783
1786
  urlParser: config?.urlParser ?? parseUrl,
1784
1787
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1785
1788
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1813,7 +1816,6 @@ const getRuntimeConfig = (config) => {
1813
1816
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1814
1817
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1815
1818
  }, config),
1816
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1817
1819
  streamCollector: config?.streamCollector ?? streamCollector,
1818
1820
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1819
1821
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1901,676 +1903,176 @@ class GlobalAcceleratorClient extends Client {
1901
1903
  }
1902
1904
  }
1903
1905
 
1904
- class AddCustomRoutingEndpointsCommand extends Command
1905
- .classBuilder()
1906
- .ep(commonParams)
1907
- .m(function (Command, cs, config, o) {
1908
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1909
- })
1910
- .s("GlobalAccelerator_V20180706", "AddCustomRoutingEndpoints", {})
1911
- .n("GlobalAcceleratorClient", "AddCustomRoutingEndpointsCommand")
1912
- .sc(AddCustomRoutingEndpoints$)
1913
- .build() {
1914
- }
1915
-
1916
- class AddEndpointsCommand extends Command
1917
- .classBuilder()
1918
- .ep(commonParams)
1919
- .m(function (Command, cs, config, o) {
1920
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1921
- })
1922
- .s("GlobalAccelerator_V20180706", "AddEndpoints", {})
1923
- .n("GlobalAcceleratorClient", "AddEndpointsCommand")
1924
- .sc(AddEndpoints$)
1925
- .build() {
1926
- }
1927
-
1928
- class AdvertiseByoipCidrCommand extends Command
1929
- .classBuilder()
1930
- .ep(commonParams)
1931
- .m(function (Command, cs, config, o) {
1932
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1933
- })
1934
- .s("GlobalAccelerator_V20180706", "AdvertiseByoipCidr", {})
1935
- .n("GlobalAcceleratorClient", "AdvertiseByoipCidrCommand")
1936
- .sc(AdvertiseByoipCidr$)
1937
- .build() {
1938
- }
1939
-
1940
- class AllowCustomRoutingTrafficCommand extends Command
1941
- .classBuilder()
1942
- .ep(commonParams)
1943
- .m(function (Command, cs, config, o) {
1944
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1945
- })
1946
- .s("GlobalAccelerator_V20180706", "AllowCustomRoutingTraffic", {})
1947
- .n("GlobalAcceleratorClient", "AllowCustomRoutingTrafficCommand")
1948
- .sc(AllowCustomRoutingTraffic$)
1949
- .build() {
1950
- }
1951
-
1952
- class CreateAcceleratorCommand extends Command
1953
- .classBuilder()
1954
- .ep(commonParams)
1955
- .m(function (Command, cs, config, o) {
1956
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1957
- })
1958
- .s("GlobalAccelerator_V20180706", "CreateAccelerator", {})
1959
- .n("GlobalAcceleratorClient", "CreateAcceleratorCommand")
1960
- .sc(CreateAccelerator$)
1961
- .build() {
1962
- }
1963
-
1964
- class CreateCrossAccountAttachmentCommand extends Command
1965
- .classBuilder()
1966
- .ep(commonParams)
1967
- .m(function (Command, cs, config, o) {
1968
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1969
- })
1970
- .s("GlobalAccelerator_V20180706", "CreateCrossAccountAttachment", {})
1971
- .n("GlobalAcceleratorClient", "CreateCrossAccountAttachmentCommand")
1972
- .sc(CreateCrossAccountAttachment$)
1973
- .build() {
1974
- }
1975
-
1976
- class CreateCustomRoutingAcceleratorCommand extends Command
1977
- .classBuilder()
1978
- .ep(commonParams)
1979
- .m(function (Command, cs, config, o) {
1980
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1981
- })
1982
- .s("GlobalAccelerator_V20180706", "CreateCustomRoutingAccelerator", {})
1983
- .n("GlobalAcceleratorClient", "CreateCustomRoutingAcceleratorCommand")
1984
- .sc(CreateCustomRoutingAccelerator$)
1985
- .build() {
1986
- }
1987
-
1988
- class CreateCustomRoutingEndpointGroupCommand extends Command
1989
- .classBuilder()
1990
- .ep(commonParams)
1991
- .m(function (Command, cs, config, o) {
1992
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1993
- })
1994
- .s("GlobalAccelerator_V20180706", "CreateCustomRoutingEndpointGroup", {})
1995
- .n("GlobalAcceleratorClient", "CreateCustomRoutingEndpointGroupCommand")
1996
- .sc(CreateCustomRoutingEndpointGroup$)
1997
- .build() {
1998
- }
1999
-
2000
- class CreateCustomRoutingListenerCommand extends Command
2001
- .classBuilder()
2002
- .ep(commonParams)
2003
- .m(function (Command, cs, config, o) {
2004
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2005
- })
2006
- .s("GlobalAccelerator_V20180706", "CreateCustomRoutingListener", {})
2007
- .n("GlobalAcceleratorClient", "CreateCustomRoutingListenerCommand")
2008
- .sc(CreateCustomRoutingListener$)
2009
- .build() {
2010
- }
2011
-
2012
- class CreateEndpointGroupCommand extends Command
2013
- .classBuilder()
2014
- .ep(commonParams)
2015
- .m(function (Command, cs, config, o) {
2016
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2017
- })
2018
- .s("GlobalAccelerator_V20180706", "CreateEndpointGroup", {})
2019
- .n("GlobalAcceleratorClient", "CreateEndpointGroupCommand")
2020
- .sc(CreateEndpointGroup$)
2021
- .build() {
2022
- }
2023
-
2024
- class CreateListenerCommand extends Command
2025
- .classBuilder()
2026
- .ep(commonParams)
2027
- .m(function (Command, cs, config, o) {
2028
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2029
- })
2030
- .s("GlobalAccelerator_V20180706", "CreateListener", {})
2031
- .n("GlobalAcceleratorClient", "CreateListenerCommand")
2032
- .sc(CreateListener$)
2033
- .build() {
2034
- }
2035
-
2036
- class DeleteAcceleratorCommand extends Command
2037
- .classBuilder()
2038
- .ep(commonParams)
2039
- .m(function (Command, cs, config, o) {
2040
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2041
- })
2042
- .s("GlobalAccelerator_V20180706", "DeleteAccelerator", {})
2043
- .n("GlobalAcceleratorClient", "DeleteAcceleratorCommand")
2044
- .sc(DeleteAccelerator$)
2045
- .build() {
2046
- }
2047
-
2048
- class DeleteCrossAccountAttachmentCommand extends Command
2049
- .classBuilder()
2050
- .ep(commonParams)
2051
- .m(function (Command, cs, config, o) {
2052
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2053
- })
2054
- .s("GlobalAccelerator_V20180706", "DeleteCrossAccountAttachment", {})
2055
- .n("GlobalAcceleratorClient", "DeleteCrossAccountAttachmentCommand")
2056
- .sc(DeleteCrossAccountAttachment$)
2057
- .build() {
2058
- }
2059
-
2060
- class DeleteCustomRoutingAcceleratorCommand extends Command
2061
- .classBuilder()
2062
- .ep(commonParams)
2063
- .m(function (Command, cs, config, o) {
2064
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2065
- })
2066
- .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingAccelerator", {})
2067
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingAcceleratorCommand")
2068
- .sc(DeleteCustomRoutingAccelerator$)
2069
- .build() {
2070
- }
2071
-
2072
- class DeleteCustomRoutingEndpointGroupCommand extends Command
2073
- .classBuilder()
2074
- .ep(commonParams)
2075
- .m(function (Command, cs, config, o) {
2076
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2077
- })
2078
- .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingEndpointGroup", {})
2079
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingEndpointGroupCommand")
2080
- .sc(DeleteCustomRoutingEndpointGroup$)
2081
- .build() {
2082
- }
2083
-
2084
- class DeleteCustomRoutingListenerCommand extends Command
2085
- .classBuilder()
2086
- .ep(commonParams)
2087
- .m(function (Command, cs, config, o) {
2088
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2089
- })
2090
- .s("GlobalAccelerator_V20180706", "DeleteCustomRoutingListener", {})
2091
- .n("GlobalAcceleratorClient", "DeleteCustomRoutingListenerCommand")
2092
- .sc(DeleteCustomRoutingListener$)
2093
- .build() {
2094
- }
2095
-
2096
- class DeleteEndpointGroupCommand extends Command
2097
- .classBuilder()
2098
- .ep(commonParams)
2099
- .m(function (Command, cs, config, o) {
2100
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2101
- })
2102
- .s("GlobalAccelerator_V20180706", "DeleteEndpointGroup", {})
2103
- .n("GlobalAcceleratorClient", "DeleteEndpointGroupCommand")
2104
- .sc(DeleteEndpointGroup$)
2105
- .build() {
2106
- }
2107
-
2108
- class DeleteListenerCommand extends Command
2109
- .classBuilder()
2110
- .ep(commonParams)
2111
- .m(function (Command, cs, config, o) {
2112
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2113
- })
2114
- .s("GlobalAccelerator_V20180706", "DeleteListener", {})
2115
- .n("GlobalAcceleratorClient", "DeleteListenerCommand")
2116
- .sc(DeleteListener$)
2117
- .build() {
2118
- }
2119
-
2120
- class DenyCustomRoutingTrafficCommand extends Command
2121
- .classBuilder()
2122
- .ep(commonParams)
2123
- .m(function (Command, cs, config, o) {
2124
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2125
- })
2126
- .s("GlobalAccelerator_V20180706", "DenyCustomRoutingTraffic", {})
2127
- .n("GlobalAcceleratorClient", "DenyCustomRoutingTrafficCommand")
2128
- .sc(DenyCustomRoutingTraffic$)
2129
- .build() {
2130
- }
2131
-
2132
- class DeprovisionByoipCidrCommand extends Command
2133
- .classBuilder()
2134
- .ep(commonParams)
2135
- .m(function (Command, cs, config, o) {
2136
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2137
- })
2138
- .s("GlobalAccelerator_V20180706", "DeprovisionByoipCidr", {})
2139
- .n("GlobalAcceleratorClient", "DeprovisionByoipCidrCommand")
2140
- .sc(DeprovisionByoipCidr$)
2141
- .build() {
2142
- }
2143
-
2144
- class DescribeAcceleratorAttributesCommand extends Command
2145
- .classBuilder()
2146
- .ep(commonParams)
2147
- .m(function (Command, cs, config, o) {
2148
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2149
- })
2150
- .s("GlobalAccelerator_V20180706", "DescribeAcceleratorAttributes", {})
2151
- .n("GlobalAcceleratorClient", "DescribeAcceleratorAttributesCommand")
2152
- .sc(DescribeAcceleratorAttributes$)
2153
- .build() {
2154
- }
2155
-
2156
- class DescribeAcceleratorCommand extends Command
2157
- .classBuilder()
2158
- .ep(commonParams)
2159
- .m(function (Command, cs, config, o) {
2160
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2161
- })
2162
- .s("GlobalAccelerator_V20180706", "DescribeAccelerator", {})
2163
- .n("GlobalAcceleratorClient", "DescribeAcceleratorCommand")
2164
- .sc(DescribeAccelerator$)
2165
- .build() {
2166
- }
2167
-
2168
- class DescribeCrossAccountAttachmentCommand extends Command
2169
- .classBuilder()
2170
- .ep(commonParams)
2171
- .m(function (Command, cs, config, o) {
2172
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2173
- })
2174
- .s("GlobalAccelerator_V20180706", "DescribeCrossAccountAttachment", {})
2175
- .n("GlobalAcceleratorClient", "DescribeCrossAccountAttachmentCommand")
2176
- .sc(DescribeCrossAccountAttachment$)
2177
- .build() {
2178
- }
2179
-
2180
- class DescribeCustomRoutingAcceleratorAttributesCommand extends Command
2181
- .classBuilder()
2182
- .ep(commonParams)
2183
- .m(function (Command, cs, config, o) {
2184
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2185
- })
2186
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAcceleratorAttributes", {})
2187
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorAttributesCommand")
2188
- .sc(DescribeCustomRoutingAcceleratorAttributes$)
2189
- .build() {
2190
- }
2191
-
2192
- class DescribeCustomRoutingAcceleratorCommand extends Command
2193
- .classBuilder()
2194
- .ep(commonParams)
2195
- .m(function (Command, cs, config, o) {
2196
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2197
- })
2198
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingAccelerator", {})
2199
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingAcceleratorCommand")
2200
- .sc(DescribeCustomRoutingAccelerator$)
2201
- .build() {
2202
- }
2203
-
2204
- class DescribeCustomRoutingEndpointGroupCommand extends Command
2205
- .classBuilder()
2206
- .ep(commonParams)
2207
- .m(function (Command, cs, config, o) {
2208
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2209
- })
2210
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingEndpointGroup", {})
2211
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingEndpointGroupCommand")
2212
- .sc(DescribeCustomRoutingEndpointGroup$)
2213
- .build() {
2214
- }
2215
-
2216
- class DescribeCustomRoutingListenerCommand extends Command
2217
- .classBuilder()
2218
- .ep(commonParams)
2219
- .m(function (Command, cs, config, o) {
2220
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2221
- })
2222
- .s("GlobalAccelerator_V20180706", "DescribeCustomRoutingListener", {})
2223
- .n("GlobalAcceleratorClient", "DescribeCustomRoutingListenerCommand")
2224
- .sc(DescribeCustomRoutingListener$)
2225
- .build() {
2226
- }
2227
-
2228
- class DescribeEndpointGroupCommand extends Command
2229
- .classBuilder()
2230
- .ep(commonParams)
2231
- .m(function (Command, cs, config, o) {
2232
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2233
- })
2234
- .s("GlobalAccelerator_V20180706", "DescribeEndpointGroup", {})
2235
- .n("GlobalAcceleratorClient", "DescribeEndpointGroupCommand")
2236
- .sc(DescribeEndpointGroup$)
2237
- .build() {
2238
- }
2239
-
2240
- class DescribeListenerCommand extends Command
2241
- .classBuilder()
2242
- .ep(commonParams)
2243
- .m(function (Command, cs, config, o) {
2244
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2245
- })
2246
- .s("GlobalAccelerator_V20180706", "DescribeListener", {})
2247
- .n("GlobalAcceleratorClient", "DescribeListenerCommand")
2248
- .sc(DescribeListener$)
2249
- .build() {
2250
- }
2251
-
2252
- class ListAcceleratorsCommand extends Command
2253
- .classBuilder()
2254
- .ep(commonParams)
2255
- .m(function (Command, cs, config, o) {
2256
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2257
- })
2258
- .s("GlobalAccelerator_V20180706", "ListAccelerators", {})
2259
- .n("GlobalAcceleratorClient", "ListAcceleratorsCommand")
2260
- .sc(ListAccelerators$)
2261
- .build() {
2262
- }
2263
-
2264
- class ListByoipCidrsCommand extends Command
2265
- .classBuilder()
2266
- .ep(commonParams)
2267
- .m(function (Command, cs, config, o) {
2268
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2269
- })
2270
- .s("GlobalAccelerator_V20180706", "ListByoipCidrs", {})
2271
- .n("GlobalAcceleratorClient", "ListByoipCidrsCommand")
2272
- .sc(ListByoipCidrs$)
2273
- .build() {
2274
- }
2275
-
2276
- class ListCrossAccountAttachmentsCommand extends Command
2277
- .classBuilder()
2278
- .ep(commonParams)
2279
- .m(function (Command, cs, config, o) {
2280
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2281
- })
2282
- .s("GlobalAccelerator_V20180706", "ListCrossAccountAttachments", {})
2283
- .n("GlobalAcceleratorClient", "ListCrossAccountAttachmentsCommand")
2284
- .sc(ListCrossAccountAttachments$)
2285
- .build() {
2286
- }
2287
-
2288
- class ListCrossAccountResourceAccountsCommand extends Command
2289
- .classBuilder()
2290
- .ep(commonParams)
2291
- .m(function (Command, cs, config, o) {
2292
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2293
- })
2294
- .s("GlobalAccelerator_V20180706", "ListCrossAccountResourceAccounts", {})
2295
- .n("GlobalAcceleratorClient", "ListCrossAccountResourceAccountsCommand")
2296
- .sc(ListCrossAccountResourceAccounts$)
2297
- .build() {
2298
- }
2299
-
2300
- class ListCrossAccountResourcesCommand extends Command
2301
- .classBuilder()
2302
- .ep(commonParams)
2303
- .m(function (Command, cs, config, o) {
2304
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2305
- })
2306
- .s("GlobalAccelerator_V20180706", "ListCrossAccountResources", {})
2307
- .n("GlobalAcceleratorClient", "ListCrossAccountResourcesCommand")
2308
- .sc(ListCrossAccountResources$)
2309
- .build() {
2310
- }
2311
-
2312
- class ListCustomRoutingAcceleratorsCommand extends Command
2313
- .classBuilder()
2314
- .ep(commonParams)
2315
- .m(function (Command, cs, config, o) {
2316
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2317
- })
2318
- .s("GlobalAccelerator_V20180706", "ListCustomRoutingAccelerators", {})
2319
- .n("GlobalAcceleratorClient", "ListCustomRoutingAcceleratorsCommand")
2320
- .sc(ListCustomRoutingAccelerators$)
2321
- .build() {
2322
- }
2323
-
2324
- class ListCustomRoutingEndpointGroupsCommand extends Command
2325
- .classBuilder()
2326
- .ep(commonParams)
2327
- .m(function (Command, cs, config, o) {
2328
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2329
- })
2330
- .s("GlobalAccelerator_V20180706", "ListCustomRoutingEndpointGroups", {})
2331
- .n("GlobalAcceleratorClient", "ListCustomRoutingEndpointGroupsCommand")
2332
- .sc(ListCustomRoutingEndpointGroups$)
2333
- .build() {
2334
- }
2335
-
2336
- class ListCustomRoutingListenersCommand extends Command
2337
- .classBuilder()
2338
- .ep(commonParams)
2339
- .m(function (Command, cs, config, o) {
2340
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2341
- })
2342
- .s("GlobalAccelerator_V20180706", "ListCustomRoutingListeners", {})
2343
- .n("GlobalAcceleratorClient", "ListCustomRoutingListenersCommand")
2344
- .sc(ListCustomRoutingListeners$)
2345
- .build() {
2346
- }
2347
-
2348
- class ListCustomRoutingPortMappingsByDestinationCommand extends Command
2349
- .classBuilder()
2350
- .ep(commonParams)
2351
- .m(function (Command, cs, config, o) {
2352
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2353
- })
2354
- .s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappingsByDestination", {})
2355
- .n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsByDestinationCommand")
2356
- .sc(ListCustomRoutingPortMappingsByDestination$)
2357
- .build() {
2358
- }
2359
-
2360
- class ListCustomRoutingPortMappingsCommand extends Command
2361
- .classBuilder()
2362
- .ep(commonParams)
2363
- .m(function (Command, cs, config, o) {
2364
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2365
- })
2366
- .s("GlobalAccelerator_V20180706", "ListCustomRoutingPortMappings", {})
2367
- .n("GlobalAcceleratorClient", "ListCustomRoutingPortMappingsCommand")
2368
- .sc(ListCustomRoutingPortMappings$)
2369
- .build() {
2370
- }
2371
-
2372
- class ListEndpointGroupsCommand extends Command
2373
- .classBuilder()
2374
- .ep(commonParams)
2375
- .m(function (Command, cs, config, o) {
2376
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2377
- })
2378
- .s("GlobalAccelerator_V20180706", "ListEndpointGroups", {})
2379
- .n("GlobalAcceleratorClient", "ListEndpointGroupsCommand")
2380
- .sc(ListEndpointGroups$)
2381
- .build() {
2382
- }
2383
-
2384
- class ListListenersCommand extends Command
2385
- .classBuilder()
2386
- .ep(commonParams)
2387
- .m(function (Command, cs, config, o) {
2388
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2389
- })
2390
- .s("GlobalAccelerator_V20180706", "ListListeners", {})
2391
- .n("GlobalAcceleratorClient", "ListListenersCommand")
2392
- .sc(ListListeners$)
2393
- .build() {
2394
- }
2395
-
2396
- class ListTagsForResourceCommand extends Command
2397
- .classBuilder()
2398
- .ep(commonParams)
2399
- .m(function (Command, cs, config, o) {
2400
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2401
- })
2402
- .s("GlobalAccelerator_V20180706", "ListTagsForResource", {})
2403
- .n("GlobalAcceleratorClient", "ListTagsForResourceCommand")
2404
- .sc(ListTagsForResource$)
2405
- .build() {
2406
- }
2407
-
2408
- class ProvisionByoipCidrCommand extends Command
2409
- .classBuilder()
2410
- .ep(commonParams)
2411
- .m(function (Command, cs, config, o) {
2412
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2413
- })
2414
- .s("GlobalAccelerator_V20180706", "ProvisionByoipCidr", {})
2415
- .n("GlobalAcceleratorClient", "ProvisionByoipCidrCommand")
2416
- .sc(ProvisionByoipCidr$)
2417
- .build() {
2418
- }
2419
-
2420
- class RemoveCustomRoutingEndpointsCommand extends Command
2421
- .classBuilder()
2422
- .ep(commonParams)
2423
- .m(function (Command, cs, config, o) {
2424
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2425
- })
2426
- .s("GlobalAccelerator_V20180706", "RemoveCustomRoutingEndpoints", {})
2427
- .n("GlobalAcceleratorClient", "RemoveCustomRoutingEndpointsCommand")
2428
- .sc(RemoveCustomRoutingEndpoints$)
2429
- .build() {
2430
- }
2431
-
2432
- class RemoveEndpointsCommand extends Command
2433
- .classBuilder()
2434
- .ep(commonParams)
2435
- .m(function (Command, cs, config, o) {
2436
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2437
- })
2438
- .s("GlobalAccelerator_V20180706", "RemoveEndpoints", {})
2439
- .n("GlobalAcceleratorClient", "RemoveEndpointsCommand")
2440
- .sc(RemoveEndpoints$)
2441
- .build() {
2442
- }
2443
-
2444
- class TagResourceCommand extends Command
2445
- .classBuilder()
2446
- .ep(commonParams)
2447
- .m(function (Command, cs, config, o) {
2448
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2449
- })
2450
- .s("GlobalAccelerator_V20180706", "TagResource", {})
2451
- .n("GlobalAcceleratorClient", "TagResourceCommand")
2452
- .sc(TagResource$)
2453
- .build() {
2454
- }
2455
-
2456
- class UntagResourceCommand extends Command
2457
- .classBuilder()
2458
- .ep(commonParams)
2459
- .m(function (Command, cs, config, o) {
2460
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2461
- })
2462
- .s("GlobalAccelerator_V20180706", "UntagResource", {})
2463
- .n("GlobalAcceleratorClient", "UntagResourceCommand")
2464
- .sc(UntagResource$)
2465
- .build() {
2466
- }
2467
-
2468
- class UpdateAcceleratorAttributesCommand extends Command
2469
- .classBuilder()
2470
- .ep(commonParams)
2471
- .m(function (Command, cs, config, o) {
2472
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2473
- })
2474
- .s("GlobalAccelerator_V20180706", "UpdateAcceleratorAttributes", {})
2475
- .n("GlobalAcceleratorClient", "UpdateAcceleratorAttributesCommand")
2476
- .sc(UpdateAcceleratorAttributes$)
2477
- .build() {
2478
- }
2479
-
2480
- class UpdateAcceleratorCommand extends Command
2481
- .classBuilder()
2482
- .ep(commonParams)
2483
- .m(function (Command, cs, config, o) {
2484
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2485
- })
2486
- .s("GlobalAccelerator_V20180706", "UpdateAccelerator", {})
2487
- .n("GlobalAcceleratorClient", "UpdateAcceleratorCommand")
2488
- .sc(UpdateAccelerator$)
2489
- .build() {
2490
- }
2491
-
2492
- class UpdateCrossAccountAttachmentCommand extends Command
2493
- .classBuilder()
2494
- .ep(commonParams)
2495
- .m(function (Command, cs, config, o) {
2496
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2497
- })
2498
- .s("GlobalAccelerator_V20180706", "UpdateCrossAccountAttachment", {})
2499
- .n("GlobalAcceleratorClient", "UpdateCrossAccountAttachmentCommand")
2500
- .sc(UpdateCrossAccountAttachment$)
2501
- .build() {
2502
- }
2503
-
2504
- class UpdateCustomRoutingAcceleratorAttributesCommand extends Command
2505
- .classBuilder()
2506
- .ep(commonParams)
2507
- .m(function (Command, cs, config, o) {
2508
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2509
- })
2510
- .s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAcceleratorAttributes", {})
2511
- .n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorAttributesCommand")
2512
- .sc(UpdateCustomRoutingAcceleratorAttributes$)
2513
- .build() {
2514
- }
2515
-
2516
- class UpdateCustomRoutingAcceleratorCommand extends Command
2517
- .classBuilder()
2518
- .ep(commonParams)
2519
- .m(function (Command, cs, config, o) {
2520
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2521
- })
2522
- .s("GlobalAccelerator_V20180706", "UpdateCustomRoutingAccelerator", {})
2523
- .n("GlobalAcceleratorClient", "UpdateCustomRoutingAcceleratorCommand")
2524
- .sc(UpdateCustomRoutingAccelerator$)
2525
- .build() {
2526
- }
2527
-
2528
- class UpdateCustomRoutingListenerCommand extends Command
2529
- .classBuilder()
2530
- .ep(commonParams)
2531
- .m(function (Command, cs, config, o) {
2532
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2533
- })
2534
- .s("GlobalAccelerator_V20180706", "UpdateCustomRoutingListener", {})
2535
- .n("GlobalAcceleratorClient", "UpdateCustomRoutingListenerCommand")
2536
- .sc(UpdateCustomRoutingListener$)
2537
- .build() {
2538
- }
2539
-
2540
- class UpdateEndpointGroupCommand extends Command
2541
- .classBuilder()
2542
- .ep(commonParams)
2543
- .m(function (Command, cs, config, o) {
2544
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2545
- })
2546
- .s("GlobalAccelerator_V20180706", "UpdateEndpointGroup", {})
2547
- .n("GlobalAcceleratorClient", "UpdateEndpointGroupCommand")
2548
- .sc(UpdateEndpointGroup$)
2549
- .build() {
2550
- }
2551
-
2552
- class UpdateListenerCommand extends Command
2553
- .classBuilder()
2554
- .ep(commonParams)
2555
- .m(function (Command, cs, config, o) {
2556
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2557
- })
2558
- .s("GlobalAccelerator_V20180706", "UpdateListener", {})
2559
- .n("GlobalAcceleratorClient", "UpdateListenerCommand")
2560
- .sc(UpdateListener$)
2561
- .build() {
2562
- }
2563
-
2564
- class WithdrawByoipCidrCommand extends Command
2565
- .classBuilder()
2566
- .ep(commonParams)
2567
- .m(function (Command, cs, config, o) {
2568
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2569
- })
2570
- .s("GlobalAccelerator_V20180706", "WithdrawByoipCidr", {})
2571
- .n("GlobalAcceleratorClient", "WithdrawByoipCidrCommand")
2572
- .sc(WithdrawByoipCidr$)
2573
- .build() {
1906
+ const command = makeBuilder(commonParams, "GlobalAccelerator_V20180706", "GlobalAcceleratorClient", getEndpointPlugin);
1907
+ const _ep0 = {};
1908
+ const _mw0 = (Command, cs, config, o) => [];
1909
+
1910
+ class AddCustomRoutingEndpointsCommand extends command(_ep0, _mw0, "AddCustomRoutingEndpoints", AddCustomRoutingEndpoints$) {
1911
+ }
1912
+
1913
+ class AddEndpointsCommand extends command(_ep0, _mw0, "AddEndpoints", AddEndpoints$) {
1914
+ }
1915
+
1916
+ class AdvertiseByoipCidrCommand extends command(_ep0, _mw0, "AdvertiseByoipCidr", AdvertiseByoipCidr$) {
1917
+ }
1918
+
1919
+ class AllowCustomRoutingTrafficCommand extends command(_ep0, _mw0, "AllowCustomRoutingTraffic", AllowCustomRoutingTraffic$) {
1920
+ }
1921
+
1922
+ class CreateAcceleratorCommand extends command(_ep0, _mw0, "CreateAccelerator", CreateAccelerator$) {
1923
+ }
1924
+
1925
+ class CreateCrossAccountAttachmentCommand extends command(_ep0, _mw0, "CreateCrossAccountAttachment", CreateCrossAccountAttachment$) {
1926
+ }
1927
+
1928
+ class CreateCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "CreateCustomRoutingAccelerator", CreateCustomRoutingAccelerator$) {
1929
+ }
1930
+
1931
+ class CreateCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "CreateCustomRoutingEndpointGroup", CreateCustomRoutingEndpointGroup$) {
1932
+ }
1933
+
1934
+ class CreateCustomRoutingListenerCommand extends command(_ep0, _mw0, "CreateCustomRoutingListener", CreateCustomRoutingListener$) {
1935
+ }
1936
+
1937
+ class CreateEndpointGroupCommand extends command(_ep0, _mw0, "CreateEndpointGroup", CreateEndpointGroup$) {
1938
+ }
1939
+
1940
+ class CreateListenerCommand extends command(_ep0, _mw0, "CreateListener", CreateListener$) {
1941
+ }
1942
+
1943
+ class DeleteAcceleratorCommand extends command(_ep0, _mw0, "DeleteAccelerator", DeleteAccelerator$) {
1944
+ }
1945
+
1946
+ class DeleteCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DeleteCrossAccountAttachment", DeleteCrossAccountAttachment$) {
1947
+ }
1948
+
1949
+ class DeleteCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DeleteCustomRoutingAccelerator", DeleteCustomRoutingAccelerator$) {
1950
+ }
1951
+
1952
+ class DeleteCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DeleteCustomRoutingEndpointGroup", DeleteCustomRoutingEndpointGroup$) {
1953
+ }
1954
+
1955
+ class DeleteCustomRoutingListenerCommand extends command(_ep0, _mw0, "DeleteCustomRoutingListener", DeleteCustomRoutingListener$) {
1956
+ }
1957
+
1958
+ class DeleteEndpointGroupCommand extends command(_ep0, _mw0, "DeleteEndpointGroup", DeleteEndpointGroup$) {
1959
+ }
1960
+
1961
+ class DeleteListenerCommand extends command(_ep0, _mw0, "DeleteListener", DeleteListener$) {
1962
+ }
1963
+
1964
+ class DenyCustomRoutingTrafficCommand extends command(_ep0, _mw0, "DenyCustomRoutingTraffic", DenyCustomRoutingTraffic$) {
1965
+ }
1966
+
1967
+ class DeprovisionByoipCidrCommand extends command(_ep0, _mw0, "DeprovisionByoipCidr", DeprovisionByoipCidr$) {
1968
+ }
1969
+
1970
+ class DescribeAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeAcceleratorAttributes", DescribeAcceleratorAttributes$) {
1971
+ }
1972
+
1973
+ class DescribeAcceleratorCommand extends command(_ep0, _mw0, "DescribeAccelerator", DescribeAccelerator$) {
1974
+ }
1975
+
1976
+ class DescribeCrossAccountAttachmentCommand extends command(_ep0, _mw0, "DescribeCrossAccountAttachment", DescribeCrossAccountAttachment$) {
1977
+ }
1978
+
1979
+ class DescribeCustomRoutingAcceleratorAttributesCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAcceleratorAttributes", DescribeCustomRoutingAcceleratorAttributes$) {
1980
+ }
1981
+
1982
+ class DescribeCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "DescribeCustomRoutingAccelerator", DescribeCustomRoutingAccelerator$) {
1983
+ }
1984
+
1985
+ class DescribeCustomRoutingEndpointGroupCommand extends command(_ep0, _mw0, "DescribeCustomRoutingEndpointGroup", DescribeCustomRoutingEndpointGroup$) {
1986
+ }
1987
+
1988
+ class DescribeCustomRoutingListenerCommand extends command(_ep0, _mw0, "DescribeCustomRoutingListener", DescribeCustomRoutingListener$) {
1989
+ }
1990
+
1991
+ class DescribeEndpointGroupCommand extends command(_ep0, _mw0, "DescribeEndpointGroup", DescribeEndpointGroup$) {
1992
+ }
1993
+
1994
+ class DescribeListenerCommand extends command(_ep0, _mw0, "DescribeListener", DescribeListener$) {
1995
+ }
1996
+
1997
+ class ListAcceleratorsCommand extends command(_ep0, _mw0, "ListAccelerators", ListAccelerators$) {
1998
+ }
1999
+
2000
+ class ListByoipCidrsCommand extends command(_ep0, _mw0, "ListByoipCidrs", ListByoipCidrs$) {
2001
+ }
2002
+
2003
+ class ListCrossAccountAttachmentsCommand extends command(_ep0, _mw0, "ListCrossAccountAttachments", ListCrossAccountAttachments$) {
2004
+ }
2005
+
2006
+ class ListCrossAccountResourceAccountsCommand extends command(_ep0, _mw0, "ListCrossAccountResourceAccounts", ListCrossAccountResourceAccounts$) {
2007
+ }
2008
+
2009
+ class ListCrossAccountResourcesCommand extends command(_ep0, _mw0, "ListCrossAccountResources", ListCrossAccountResources$) {
2010
+ }
2011
+
2012
+ class ListCustomRoutingAcceleratorsCommand extends command(_ep0, _mw0, "ListCustomRoutingAccelerators", ListCustomRoutingAccelerators$) {
2013
+ }
2014
+
2015
+ class ListCustomRoutingEndpointGroupsCommand extends command(_ep0, _mw0, "ListCustomRoutingEndpointGroups", ListCustomRoutingEndpointGroups$) {
2016
+ }
2017
+
2018
+ class ListCustomRoutingListenersCommand extends command(_ep0, _mw0, "ListCustomRoutingListeners", ListCustomRoutingListeners$) {
2019
+ }
2020
+
2021
+ class ListCustomRoutingPortMappingsByDestinationCommand extends command(_ep0, _mw0, "ListCustomRoutingPortMappingsByDestination", ListCustomRoutingPortMappingsByDestination$) {
2022
+ }
2023
+
2024
+ class ListCustomRoutingPortMappingsCommand extends command(_ep0, _mw0, "ListCustomRoutingPortMappings", ListCustomRoutingPortMappings$) {
2025
+ }
2026
+
2027
+ class ListEndpointGroupsCommand extends command(_ep0, _mw0, "ListEndpointGroups", ListEndpointGroups$) {
2028
+ }
2029
+
2030
+ class ListListenersCommand extends command(_ep0, _mw0, "ListListeners", ListListeners$) {
2031
+ }
2032
+
2033
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
2034
+ }
2035
+
2036
+ class ProvisionByoipCidrCommand extends command(_ep0, _mw0, "ProvisionByoipCidr", ProvisionByoipCidr$) {
2037
+ }
2038
+
2039
+ class RemoveCustomRoutingEndpointsCommand extends command(_ep0, _mw0, "RemoveCustomRoutingEndpoints", RemoveCustomRoutingEndpoints$) {
2040
+ }
2041
+
2042
+ class RemoveEndpointsCommand extends command(_ep0, _mw0, "RemoveEndpoints", RemoveEndpoints$) {
2043
+ }
2044
+
2045
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
2046
+ }
2047
+
2048
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
2049
+ }
2050
+
2051
+ class UpdateAcceleratorAttributesCommand extends command(_ep0, _mw0, "UpdateAcceleratorAttributes", UpdateAcceleratorAttributes$) {
2052
+ }
2053
+
2054
+ class UpdateAcceleratorCommand extends command(_ep0, _mw0, "UpdateAccelerator", UpdateAccelerator$) {
2055
+ }
2056
+
2057
+ class UpdateCrossAccountAttachmentCommand extends command(_ep0, _mw0, "UpdateCrossAccountAttachment", UpdateCrossAccountAttachment$) {
2058
+ }
2059
+
2060
+ class UpdateCustomRoutingAcceleratorAttributesCommand extends command(_ep0, _mw0, "UpdateCustomRoutingAcceleratorAttributes", UpdateCustomRoutingAcceleratorAttributes$) {
2061
+ }
2062
+
2063
+ class UpdateCustomRoutingAcceleratorCommand extends command(_ep0, _mw0, "UpdateCustomRoutingAccelerator", UpdateCustomRoutingAccelerator$) {
2064
+ }
2065
+
2066
+ class UpdateCustomRoutingListenerCommand extends command(_ep0, _mw0, "UpdateCustomRoutingListener", UpdateCustomRoutingListener$) {
2067
+ }
2068
+
2069
+ class UpdateEndpointGroupCommand extends command(_ep0, _mw0, "UpdateEndpointGroup", UpdateEndpointGroup$) {
2070
+ }
2071
+
2072
+ class UpdateListenerCommand extends command(_ep0, _mw0, "UpdateListener", UpdateListener$) {
2073
+ }
2074
+
2075
+ class WithdrawByoipCidrCommand extends command(_ep0, _mw0, "WithdrawByoipCidr", WithdrawByoipCidr$) {
2574
2076
  }
2575
2077
 
2576
2078
  const paginateListAccelerators = createPaginator(GlobalAcceleratorClient, ListAcceleratorsCommand, "NextToken", "NextToken", "MaxResults");