@aws-sdk/client-direct-connect 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 (209) hide show
  1. package/dist-cjs/index.js +198 -759
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -14
  4. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +2 -14
  5. package/dist-es/commands/AllocateHostedConnectionCommand.js +2 -14
  6. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -14
  7. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +2 -14
  8. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +2 -14
  9. package/dist-es/commands/AssociateConnectionWithLagCommand.js +2 -14
  10. package/dist-es/commands/AssociateHostedConnectionCommand.js +2 -14
  11. package/dist-es/commands/AssociateMacSecKeyCommand.js +2 -14
  12. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +2 -14
  13. package/dist-es/commands/ConfirmConnectionCommand.js +2 -14
  14. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +2 -14
  15. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -14
  16. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -14
  17. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -14
  18. package/dist-es/commands/CreateBGPPeerCommand.js +2 -14
  19. package/dist-es/commands/CreateConnectionCommand.js +2 -14
  20. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -14
  21. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -14
  22. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +2 -14
  23. package/dist-es/commands/CreateInterconnectCommand.js +2 -14
  24. package/dist-es/commands/CreateLagCommand.js +2 -14
  25. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +2 -14
  26. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +2 -14
  27. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +2 -14
  28. package/dist-es/commands/DeleteBGPPeerCommand.js +2 -14
  29. package/dist-es/commands/DeleteConnectionCommand.js +2 -14
  30. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -14
  31. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -14
  32. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +2 -14
  33. package/dist-es/commands/DeleteInterconnectCommand.js +2 -14
  34. package/dist-es/commands/DeleteLagCommand.js +2 -14
  35. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +2 -14
  36. package/dist-es/commands/DescribeConnectionLoaCommand.js +2 -14
  37. package/dist-es/commands/DescribeConnectionsCommand.js +2 -14
  38. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +2 -14
  39. package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -14
  40. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -14
  41. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -14
  42. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -14
  43. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +2 -14
  44. package/dist-es/commands/DescribeHostedConnectionsCommand.js +2 -14
  45. package/dist-es/commands/DescribeInterconnectLoaCommand.js +2 -14
  46. package/dist-es/commands/DescribeInterconnectsCommand.js +2 -14
  47. package/dist-es/commands/DescribeLagsCommand.js +2 -14
  48. package/dist-es/commands/DescribeLoaCommand.js +2 -14
  49. package/dist-es/commands/DescribeLocationsCommand.js +2 -14
  50. package/dist-es/commands/DescribeRouterConfigurationCommand.js +2 -14
  51. package/dist-es/commands/DescribeTagsCommand.js +2 -14
  52. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -14
  53. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +2 -14
  54. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +2 -14
  55. package/dist-es/commands/DisassociateMacSecKeyCommand.js +2 -14
  56. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -14
  57. package/dist-es/commands/StartBgpFailoverTestCommand.js +2 -14
  58. package/dist-es/commands/StopBgpFailoverTestCommand.js +2 -14
  59. package/dist-es/commands/TagResourceCommand.js +2 -14
  60. package/dist-es/commands/UntagResourceCommand.js +2 -14
  61. package/dist-es/commands/UpdateConnectionCommand.js +2 -14
  62. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -14
  63. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +2 -14
  64. package/dist-es/commands/UpdateLagCommand.js +2 -14
  65. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -14
  66. package/dist-es/index.js +1 -0
  67. package/dist-es/runtimeConfig.browser.js +0 -2
  68. package/dist-es/runtimeConfig.js +1 -2
  69. package/dist-es/runtimeConfig.native.js +0 -2
  70. package/dist-es/runtimeConfig.shared.js +2 -0
  71. package/dist-types/commandBuilder.d.ts +18 -0
  72. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
  73. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +3 -8
  74. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +3 -8
  75. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +3 -8
  76. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -8
  77. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -8
  78. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +3 -8
  79. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +3 -8
  80. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +3 -8
  81. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +3 -8
  82. package/dist-types/commands/ConfirmConnectionCommand.d.ts +3 -8
  83. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +3 -8
  84. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +3 -8
  85. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +3 -8
  86. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +3 -8
  87. package/dist-types/commands/CreateBGPPeerCommand.d.ts +3 -8
  88. package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
  89. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +3 -8
  90. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
  91. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -8
  92. package/dist-types/commands/CreateInterconnectCommand.d.ts +3 -8
  93. package/dist-types/commands/CreateLagCommand.d.ts +3 -8
  94. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +3 -8
  95. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +3 -8
  96. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +3 -8
  97. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +3 -8
  98. package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
  99. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +3 -8
  100. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +3 -8
  101. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +3 -8
  102. package/dist-types/commands/DeleteInterconnectCommand.d.ts +3 -8
  103. package/dist-types/commands/DeleteLagCommand.d.ts +3 -8
  104. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +3 -8
  105. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +3 -8
  106. package/dist-types/commands/DescribeConnectionsCommand.d.ts +3 -8
  107. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +3 -8
  108. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +3 -8
  109. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +3 -8
  110. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +3 -8
  111. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +3 -8
  112. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +3 -8
  113. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +3 -8
  114. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +3 -8
  115. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +3 -8
  116. package/dist-types/commands/DescribeLagsCommand.d.ts +3 -8
  117. package/dist-types/commands/DescribeLoaCommand.d.ts +3 -8
  118. package/dist-types/commands/DescribeLocationsCommand.d.ts +3 -8
  119. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +3 -8
  120. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
  121. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +3 -8
  122. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +3 -8
  123. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +3 -8
  124. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +3 -8
  125. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +3 -8
  126. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +3 -8
  127. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +3 -8
  128. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  129. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  130. package/dist-types/commands/UpdateConnectionCommand.d.ts +3 -8
  131. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +3 -8
  132. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +3 -8
  133. package/dist-types/commands/UpdateLagCommand.d.ts +3 -8
  134. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +3 -8
  135. package/dist-types/index.d.ts +1 -0
  136. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  137. package/dist-types/runtimeConfig.d.ts +1 -1
  138. package/dist-types/runtimeConfig.native.d.ts +1 -1
  139. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  140. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  141. package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
  142. package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +7 -16
  143. package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +7 -16
  144. package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +7 -16
  145. package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +7 -16
  146. package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +7 -16
  147. package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +7 -16
  148. package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +7 -16
  149. package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +7 -16
  150. package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +7 -16
  151. package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +7 -16
  152. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +7 -16
  153. package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +7 -16
  154. package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +7 -16
  155. package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +7 -16
  156. package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +7 -16
  157. package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
  158. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +7 -16
  159. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
  160. package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +7 -16
  161. package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +7 -16
  162. package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +7 -16
  163. package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +7 -16
  164. package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +7 -16
  165. package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +7 -16
  166. package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +7 -16
  167. package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
  168. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +7 -16
  169. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +7 -16
  170. package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +7 -16
  171. package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +7 -16
  172. package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +7 -16
  173. package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +7 -16
  174. package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +7 -16
  175. package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +7 -16
  176. package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +7 -16
  177. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +7 -16
  178. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +7 -16
  179. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +7 -16
  180. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +7 -16
  181. package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +7 -16
  182. package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +7 -16
  183. package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +7 -16
  184. package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +7 -16
  185. package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +7 -16
  186. package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +7 -16
  187. package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +7 -16
  188. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +7 -16
  189. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
  190. package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +7 -16
  191. package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +7 -16
  192. package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +7 -16
  193. package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +7 -16
  194. package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +7 -16
  195. package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +7 -16
  196. package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +7 -16
  197. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  198. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  199. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +7 -16
  200. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +7 -16
  201. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +7 -16
  202. package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +7 -16
  203. package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +7 -16
  204. package/dist-types/ts3.4/index.d.ts +1 -0
  205. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  206. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  207. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  208. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  209. 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 } = 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 defaultDirectConnectHttpAuthSchemeParametersProvider = 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
 
@@ -1534,6 +1536,7 @@ const getRuntimeConfig$1 = (config) => {
1534
1536
  serviceTarget: "OvertureService",
1535
1537
  },
1536
1538
  serviceId: config?.serviceId ?? "Direct Connect",
1539
+ sha256: config?.sha256 ?? Sha256,
1537
1540
  urlParser: config?.urlParser ?? parseUrl,
1538
1541
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1539
1542
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1567,7 +1570,6 @@ const getRuntimeConfig = (config) => {
1567
1570
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1568
1571
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1569
1572
  }, config),
1570
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1571
1573
  streamCollector: config?.streamCollector ?? streamCollector,
1572
1574
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1573
1575
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1655,760 +1657,197 @@ class DirectConnectClient extends Client {
1655
1657
  }
1656
1658
  }
1657
1659
 
1658
- class AcceptDirectConnectGatewayAssociationProposalCommand extends Command
1659
- .classBuilder()
1660
- .ep(commonParams)
1661
- .m(function (Command, cs, config, o) {
1662
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1663
- })
1664
- .s("OvertureService", "AcceptDirectConnectGatewayAssociationProposal", {})
1665
- .n("DirectConnectClient", "AcceptDirectConnectGatewayAssociationProposalCommand")
1666
- .sc(AcceptDirectConnectGatewayAssociationProposal$)
1667
- .build() {
1668
- }
1669
-
1670
- class AllocateConnectionOnInterconnectCommand extends Command
1671
- .classBuilder()
1672
- .ep(commonParams)
1673
- .m(function (Command, cs, config, o) {
1674
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1675
- })
1676
- .s("OvertureService", "AllocateConnectionOnInterconnect", {})
1677
- .n("DirectConnectClient", "AllocateConnectionOnInterconnectCommand")
1678
- .sc(AllocateConnectionOnInterconnect$)
1679
- .build() {
1680
- }
1681
-
1682
- class AllocateHostedConnectionCommand extends Command
1683
- .classBuilder()
1684
- .ep(commonParams)
1685
- .m(function (Command, cs, config, o) {
1686
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1687
- })
1688
- .s("OvertureService", "AllocateHostedConnection", {})
1689
- .n("DirectConnectClient", "AllocateHostedConnectionCommand")
1690
- .sc(AllocateHostedConnection$)
1691
- .build() {
1692
- }
1693
-
1694
- class AllocatePrivateVirtualInterfaceCommand extends Command
1695
- .classBuilder()
1696
- .ep(commonParams)
1697
- .m(function (Command, cs, config, o) {
1698
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1699
- })
1700
- .s("OvertureService", "AllocatePrivateVirtualInterface", {})
1701
- .n("DirectConnectClient", "AllocatePrivateVirtualInterfaceCommand")
1702
- .sc(AllocatePrivateVirtualInterface$)
1703
- .build() {
1704
- }
1705
-
1706
- class AllocatePublicVirtualInterfaceCommand extends Command
1707
- .classBuilder()
1708
- .ep(commonParams)
1709
- .m(function (Command, cs, config, o) {
1710
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1711
- })
1712
- .s("OvertureService", "AllocatePublicVirtualInterface", {})
1713
- .n("DirectConnectClient", "AllocatePublicVirtualInterfaceCommand")
1714
- .sc(AllocatePublicVirtualInterface$)
1715
- .build() {
1716
- }
1717
-
1718
- class AllocateTransitVirtualInterfaceCommand extends Command
1719
- .classBuilder()
1720
- .ep(commonParams)
1721
- .m(function (Command, cs, config, o) {
1722
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1723
- })
1724
- .s("OvertureService", "AllocateTransitVirtualInterface", {})
1725
- .n("DirectConnectClient", "AllocateTransitVirtualInterfaceCommand")
1726
- .sc(AllocateTransitVirtualInterface$)
1727
- .build() {
1728
- }
1729
-
1730
- class AssociateConnectionWithLagCommand extends Command
1731
- .classBuilder()
1732
- .ep(commonParams)
1733
- .m(function (Command, cs, config, o) {
1734
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1735
- })
1736
- .s("OvertureService", "AssociateConnectionWithLag", {})
1737
- .n("DirectConnectClient", "AssociateConnectionWithLagCommand")
1738
- .sc(AssociateConnectionWithLag$)
1739
- .build() {
1740
- }
1741
-
1742
- class AssociateHostedConnectionCommand extends Command
1743
- .classBuilder()
1744
- .ep(commonParams)
1745
- .m(function (Command, cs, config, o) {
1746
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1747
- })
1748
- .s("OvertureService", "AssociateHostedConnection", {})
1749
- .n("DirectConnectClient", "AssociateHostedConnectionCommand")
1750
- .sc(AssociateHostedConnection$)
1751
- .build() {
1752
- }
1753
-
1754
- class AssociateMacSecKeyCommand extends Command
1755
- .classBuilder()
1756
- .ep(commonParams)
1757
- .m(function (Command, cs, config, o) {
1758
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1759
- })
1760
- .s("OvertureService", "AssociateMacSecKey", {})
1761
- .n("DirectConnectClient", "AssociateMacSecKeyCommand")
1762
- .sc(AssociateMacSecKey$)
1763
- .build() {
1764
- }
1765
-
1766
- class AssociateVirtualInterfaceCommand extends Command
1767
- .classBuilder()
1768
- .ep(commonParams)
1769
- .m(function (Command, cs, config, o) {
1770
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1771
- })
1772
- .s("OvertureService", "AssociateVirtualInterface", {})
1773
- .n("DirectConnectClient", "AssociateVirtualInterfaceCommand")
1774
- .sc(AssociateVirtualInterface$)
1775
- .build() {
1776
- }
1777
-
1778
- class ConfirmConnectionCommand extends Command
1779
- .classBuilder()
1780
- .ep(commonParams)
1781
- .m(function (Command, cs, config, o) {
1782
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1783
- })
1784
- .s("OvertureService", "ConfirmConnection", {})
1785
- .n("DirectConnectClient", "ConfirmConnectionCommand")
1786
- .sc(ConfirmConnection$)
1787
- .build() {
1788
- }
1789
-
1790
- class ConfirmCustomerAgreementCommand extends Command
1791
- .classBuilder()
1792
- .ep(commonParams)
1793
- .m(function (Command, cs, config, o) {
1794
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1795
- })
1796
- .s("OvertureService", "ConfirmCustomerAgreement", {})
1797
- .n("DirectConnectClient", "ConfirmCustomerAgreementCommand")
1798
- .sc(ConfirmCustomerAgreement$)
1799
- .build() {
1800
- }
1801
-
1802
- class ConfirmPrivateVirtualInterfaceCommand extends Command
1803
- .classBuilder()
1804
- .ep(commonParams)
1805
- .m(function (Command, cs, config, o) {
1806
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1807
- })
1808
- .s("OvertureService", "ConfirmPrivateVirtualInterface", {})
1809
- .n("DirectConnectClient", "ConfirmPrivateVirtualInterfaceCommand")
1810
- .sc(ConfirmPrivateVirtualInterface$)
1811
- .build() {
1812
- }
1813
-
1814
- class ConfirmPublicVirtualInterfaceCommand extends Command
1815
- .classBuilder()
1816
- .ep(commonParams)
1817
- .m(function (Command, cs, config, o) {
1818
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1819
- })
1820
- .s("OvertureService", "ConfirmPublicVirtualInterface", {})
1821
- .n("DirectConnectClient", "ConfirmPublicVirtualInterfaceCommand")
1822
- .sc(ConfirmPublicVirtualInterface$)
1823
- .build() {
1824
- }
1825
-
1826
- class ConfirmTransitVirtualInterfaceCommand extends Command
1827
- .classBuilder()
1828
- .ep(commonParams)
1829
- .m(function (Command, cs, config, o) {
1830
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1831
- })
1832
- .s("OvertureService", "ConfirmTransitVirtualInterface", {})
1833
- .n("DirectConnectClient", "ConfirmTransitVirtualInterfaceCommand")
1834
- .sc(ConfirmTransitVirtualInterface$)
1835
- .build() {
1836
- }
1837
-
1838
- class CreateBGPPeerCommand extends Command
1839
- .classBuilder()
1840
- .ep(commonParams)
1841
- .m(function (Command, cs, config, o) {
1842
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1843
- })
1844
- .s("OvertureService", "CreateBGPPeer", {})
1845
- .n("DirectConnectClient", "CreateBGPPeerCommand")
1846
- .sc(CreateBGPPeer$)
1847
- .build() {
1848
- }
1849
-
1850
- class CreateConnectionCommand extends Command
1851
- .classBuilder()
1852
- .ep(commonParams)
1853
- .m(function (Command, cs, config, o) {
1854
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1855
- })
1856
- .s("OvertureService", "CreateConnection", {})
1857
- .n("DirectConnectClient", "CreateConnectionCommand")
1858
- .sc(CreateConnection$)
1859
- .build() {
1860
- }
1861
-
1862
- class CreateDirectConnectGatewayAssociationCommand extends Command
1863
- .classBuilder()
1864
- .ep(commonParams)
1865
- .m(function (Command, cs, config, o) {
1866
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1867
- })
1868
- .s("OvertureService", "CreateDirectConnectGatewayAssociation", {})
1869
- .n("DirectConnectClient", "CreateDirectConnectGatewayAssociationCommand")
1870
- .sc(CreateDirectConnectGatewayAssociation$)
1871
- .build() {
1872
- }
1873
-
1874
- class CreateDirectConnectGatewayAssociationProposalCommand extends Command
1875
- .classBuilder()
1876
- .ep(commonParams)
1877
- .m(function (Command, cs, config, o) {
1878
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1879
- })
1880
- .s("OvertureService", "CreateDirectConnectGatewayAssociationProposal", {})
1881
- .n("DirectConnectClient", "CreateDirectConnectGatewayAssociationProposalCommand")
1882
- .sc(CreateDirectConnectGatewayAssociationProposal$)
1883
- .build() {
1884
- }
1885
-
1886
- class CreateDirectConnectGatewayCommand extends Command
1887
- .classBuilder()
1888
- .ep(commonParams)
1889
- .m(function (Command, cs, config, o) {
1890
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1891
- })
1892
- .s("OvertureService", "CreateDirectConnectGateway", {})
1893
- .n("DirectConnectClient", "CreateDirectConnectGatewayCommand")
1894
- .sc(CreateDirectConnectGateway$)
1895
- .build() {
1896
- }
1897
-
1898
- class CreateInterconnectCommand extends Command
1899
- .classBuilder()
1900
- .ep(commonParams)
1901
- .m(function (Command, cs, config, o) {
1902
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1903
- })
1904
- .s("OvertureService", "CreateInterconnect", {})
1905
- .n("DirectConnectClient", "CreateInterconnectCommand")
1906
- .sc(CreateInterconnect$)
1907
- .build() {
1908
- }
1909
-
1910
- class CreateLagCommand extends Command
1911
- .classBuilder()
1912
- .ep(commonParams)
1913
- .m(function (Command, cs, config, o) {
1914
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1915
- })
1916
- .s("OvertureService", "CreateLag", {})
1917
- .n("DirectConnectClient", "CreateLagCommand")
1918
- .sc(CreateLag$)
1919
- .build() {
1920
- }
1921
-
1922
- class CreatePrivateVirtualInterfaceCommand extends Command
1923
- .classBuilder()
1924
- .ep(commonParams)
1925
- .m(function (Command, cs, config, o) {
1926
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1927
- })
1928
- .s("OvertureService", "CreatePrivateVirtualInterface", {})
1929
- .n("DirectConnectClient", "CreatePrivateVirtualInterfaceCommand")
1930
- .sc(CreatePrivateVirtualInterface$)
1931
- .build() {
1932
- }
1933
-
1934
- class CreatePublicVirtualInterfaceCommand extends Command
1935
- .classBuilder()
1936
- .ep(commonParams)
1937
- .m(function (Command, cs, config, o) {
1938
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1939
- })
1940
- .s("OvertureService", "CreatePublicVirtualInterface", {})
1941
- .n("DirectConnectClient", "CreatePublicVirtualInterfaceCommand")
1942
- .sc(CreatePublicVirtualInterface$)
1943
- .build() {
1944
- }
1945
-
1946
- class CreateTransitVirtualInterfaceCommand extends Command
1947
- .classBuilder()
1948
- .ep(commonParams)
1949
- .m(function (Command, cs, config, o) {
1950
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1951
- })
1952
- .s("OvertureService", "CreateTransitVirtualInterface", {})
1953
- .n("DirectConnectClient", "CreateTransitVirtualInterfaceCommand")
1954
- .sc(CreateTransitVirtualInterface$)
1955
- .build() {
1956
- }
1957
-
1958
- class DeleteBGPPeerCommand extends Command
1959
- .classBuilder()
1960
- .ep(commonParams)
1961
- .m(function (Command, cs, config, o) {
1962
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1963
- })
1964
- .s("OvertureService", "DeleteBGPPeer", {})
1965
- .n("DirectConnectClient", "DeleteBGPPeerCommand")
1966
- .sc(DeleteBGPPeer$)
1967
- .build() {
1968
- }
1969
-
1970
- class DeleteConnectionCommand extends Command
1971
- .classBuilder()
1972
- .ep(commonParams)
1973
- .m(function (Command, cs, config, o) {
1974
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1975
- })
1976
- .s("OvertureService", "DeleteConnection", {})
1977
- .n("DirectConnectClient", "DeleteConnectionCommand")
1978
- .sc(DeleteConnection$)
1979
- .build() {
1980
- }
1981
-
1982
- class DeleteDirectConnectGatewayAssociationCommand extends Command
1983
- .classBuilder()
1984
- .ep(commonParams)
1985
- .m(function (Command, cs, config, o) {
1986
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1987
- })
1988
- .s("OvertureService", "DeleteDirectConnectGatewayAssociation", {})
1989
- .n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationCommand")
1990
- .sc(DeleteDirectConnectGatewayAssociation$)
1991
- .build() {
1992
- }
1993
-
1994
- class DeleteDirectConnectGatewayAssociationProposalCommand extends Command
1995
- .classBuilder()
1996
- .ep(commonParams)
1997
- .m(function (Command, cs, config, o) {
1998
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1999
- })
2000
- .s("OvertureService", "DeleteDirectConnectGatewayAssociationProposal", {})
2001
- .n("DirectConnectClient", "DeleteDirectConnectGatewayAssociationProposalCommand")
2002
- .sc(DeleteDirectConnectGatewayAssociationProposal$)
2003
- .build() {
2004
- }
2005
-
2006
- class DeleteDirectConnectGatewayCommand extends Command
2007
- .classBuilder()
2008
- .ep(commonParams)
2009
- .m(function (Command, cs, config, o) {
2010
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2011
- })
2012
- .s("OvertureService", "DeleteDirectConnectGateway", {})
2013
- .n("DirectConnectClient", "DeleteDirectConnectGatewayCommand")
2014
- .sc(DeleteDirectConnectGateway$)
2015
- .build() {
2016
- }
2017
-
2018
- class DeleteInterconnectCommand extends Command
2019
- .classBuilder()
2020
- .ep(commonParams)
2021
- .m(function (Command, cs, config, o) {
2022
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2023
- })
2024
- .s("OvertureService", "DeleteInterconnect", {})
2025
- .n("DirectConnectClient", "DeleteInterconnectCommand")
2026
- .sc(DeleteInterconnect$)
2027
- .build() {
2028
- }
2029
-
2030
- class DeleteLagCommand extends Command
2031
- .classBuilder()
2032
- .ep(commonParams)
2033
- .m(function (Command, cs, config, o) {
2034
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2035
- })
2036
- .s("OvertureService", "DeleteLag", {})
2037
- .n("DirectConnectClient", "DeleteLagCommand")
2038
- .sc(DeleteLag$)
2039
- .build() {
2040
- }
2041
-
2042
- class DeleteVirtualInterfaceCommand extends Command
2043
- .classBuilder()
2044
- .ep(commonParams)
2045
- .m(function (Command, cs, config, o) {
2046
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2047
- })
2048
- .s("OvertureService", "DeleteVirtualInterface", {})
2049
- .n("DirectConnectClient", "DeleteVirtualInterfaceCommand")
2050
- .sc(DeleteVirtualInterface$)
2051
- .build() {
2052
- }
2053
-
2054
- class DescribeConnectionLoaCommand extends Command
2055
- .classBuilder()
2056
- .ep(commonParams)
2057
- .m(function (Command, cs, config, o) {
2058
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2059
- })
2060
- .s("OvertureService", "DescribeConnectionLoa", {})
2061
- .n("DirectConnectClient", "DescribeConnectionLoaCommand")
2062
- .sc(DescribeConnectionLoa$)
2063
- .build() {
2064
- }
2065
-
2066
- class DescribeConnectionsCommand extends Command
2067
- .classBuilder()
2068
- .ep(commonParams)
2069
- .m(function (Command, cs, config, o) {
2070
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2071
- })
2072
- .s("OvertureService", "DescribeConnections", {})
2073
- .n("DirectConnectClient", "DescribeConnectionsCommand")
2074
- .sc(DescribeConnections$)
2075
- .build() {
2076
- }
2077
-
2078
- class DescribeConnectionsOnInterconnectCommand extends Command
2079
- .classBuilder()
2080
- .ep(commonParams)
2081
- .m(function (Command, cs, config, o) {
2082
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2083
- })
2084
- .s("OvertureService", "DescribeConnectionsOnInterconnect", {})
2085
- .n("DirectConnectClient", "DescribeConnectionsOnInterconnectCommand")
2086
- .sc(DescribeConnectionsOnInterconnect$)
2087
- .build() {
2088
- }
2089
-
2090
- class DescribeCustomerMetadataCommand extends Command
2091
- .classBuilder()
2092
- .ep(commonParams)
2093
- .m(function (Command, cs, config, o) {
2094
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2095
- })
2096
- .s("OvertureService", "DescribeCustomerMetadata", {})
2097
- .n("DirectConnectClient", "DescribeCustomerMetadataCommand")
2098
- .sc(DescribeCustomerMetadata$)
2099
- .build() {
2100
- }
2101
-
2102
- class DescribeDirectConnectGatewayAssociationProposalsCommand extends Command
2103
- .classBuilder()
2104
- .ep(commonParams)
2105
- .m(function (Command, cs, config, o) {
2106
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2107
- })
2108
- .s("OvertureService", "DescribeDirectConnectGatewayAssociationProposals", {})
2109
- .n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationProposalsCommand")
2110
- .sc(DescribeDirectConnectGatewayAssociationProposals$)
2111
- .build() {
2112
- }
2113
-
2114
- class DescribeDirectConnectGatewayAssociationsCommand extends Command
2115
- .classBuilder()
2116
- .ep(commonParams)
2117
- .m(function (Command, cs, config, o) {
2118
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2119
- })
2120
- .s("OvertureService", "DescribeDirectConnectGatewayAssociations", {})
2121
- .n("DirectConnectClient", "DescribeDirectConnectGatewayAssociationsCommand")
2122
- .sc(DescribeDirectConnectGatewayAssociations$)
2123
- .build() {
2124
- }
2125
-
2126
- class DescribeDirectConnectGatewayAttachmentsCommand extends Command
2127
- .classBuilder()
2128
- .ep(commonParams)
2129
- .m(function (Command, cs, config, o) {
2130
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2131
- })
2132
- .s("OvertureService", "DescribeDirectConnectGatewayAttachments", {})
2133
- .n("DirectConnectClient", "DescribeDirectConnectGatewayAttachmentsCommand")
2134
- .sc(DescribeDirectConnectGatewayAttachments$)
2135
- .build() {
2136
- }
2137
-
2138
- class DescribeDirectConnectGatewaysCommand extends Command
2139
- .classBuilder()
2140
- .ep(commonParams)
2141
- .m(function (Command, cs, config, o) {
2142
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2143
- })
2144
- .s("OvertureService", "DescribeDirectConnectGateways", {})
2145
- .n("DirectConnectClient", "DescribeDirectConnectGatewaysCommand")
2146
- .sc(DescribeDirectConnectGateways$)
2147
- .build() {
2148
- }
2149
-
2150
- class DescribeHostedConnectionsCommand extends Command
2151
- .classBuilder()
2152
- .ep(commonParams)
2153
- .m(function (Command, cs, config, o) {
2154
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2155
- })
2156
- .s("OvertureService", "DescribeHostedConnections", {})
2157
- .n("DirectConnectClient", "DescribeHostedConnectionsCommand")
2158
- .sc(DescribeHostedConnections$)
2159
- .build() {
2160
- }
2161
-
2162
- class DescribeInterconnectLoaCommand extends Command
2163
- .classBuilder()
2164
- .ep(commonParams)
2165
- .m(function (Command, cs, config, o) {
2166
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2167
- })
2168
- .s("OvertureService", "DescribeInterconnectLoa", {})
2169
- .n("DirectConnectClient", "DescribeInterconnectLoaCommand")
2170
- .sc(DescribeInterconnectLoa$)
2171
- .build() {
2172
- }
2173
-
2174
- class DescribeInterconnectsCommand extends Command
2175
- .classBuilder()
2176
- .ep(commonParams)
2177
- .m(function (Command, cs, config, o) {
2178
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2179
- })
2180
- .s("OvertureService", "DescribeInterconnects", {})
2181
- .n("DirectConnectClient", "DescribeInterconnectsCommand")
2182
- .sc(DescribeInterconnects$)
2183
- .build() {
2184
- }
2185
-
2186
- class DescribeLagsCommand extends Command
2187
- .classBuilder()
2188
- .ep(commonParams)
2189
- .m(function (Command, cs, config, o) {
2190
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2191
- })
2192
- .s("OvertureService", "DescribeLags", {})
2193
- .n("DirectConnectClient", "DescribeLagsCommand")
2194
- .sc(DescribeLags$)
2195
- .build() {
2196
- }
2197
-
2198
- class DescribeLoaCommand extends Command
2199
- .classBuilder()
2200
- .ep(commonParams)
2201
- .m(function (Command, cs, config, o) {
2202
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2203
- })
2204
- .s("OvertureService", "DescribeLoa", {})
2205
- .n("DirectConnectClient", "DescribeLoaCommand")
2206
- .sc(DescribeLoa$)
2207
- .build() {
2208
- }
2209
-
2210
- class DescribeLocationsCommand extends Command
2211
- .classBuilder()
2212
- .ep(commonParams)
2213
- .m(function (Command, cs, config, o) {
2214
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2215
- })
2216
- .s("OvertureService", "DescribeLocations", {})
2217
- .n("DirectConnectClient", "DescribeLocationsCommand")
2218
- .sc(DescribeLocations$)
2219
- .build() {
2220
- }
2221
-
2222
- class DescribeRouterConfigurationCommand extends Command
2223
- .classBuilder()
2224
- .ep(commonParams)
2225
- .m(function (Command, cs, config, o) {
2226
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2227
- })
2228
- .s("OvertureService", "DescribeRouterConfiguration", {})
2229
- .n("DirectConnectClient", "DescribeRouterConfigurationCommand")
2230
- .sc(DescribeRouterConfiguration$)
2231
- .build() {
2232
- }
2233
-
2234
- class DescribeTagsCommand extends Command
2235
- .classBuilder()
2236
- .ep(commonParams)
2237
- .m(function (Command, cs, config, o) {
2238
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2239
- })
2240
- .s("OvertureService", "DescribeTags", {})
2241
- .n("DirectConnectClient", "DescribeTagsCommand")
2242
- .sc(DescribeTags$)
2243
- .build() {
2244
- }
2245
-
2246
- class DescribeVirtualGatewaysCommand extends Command
2247
- .classBuilder()
2248
- .ep(commonParams)
2249
- .m(function (Command, cs, config, o) {
2250
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2251
- })
2252
- .s("OvertureService", "DescribeVirtualGateways", {})
2253
- .n("DirectConnectClient", "DescribeVirtualGatewaysCommand")
2254
- .sc(DescribeVirtualGateways$)
2255
- .build() {
2256
- }
2257
-
2258
- class DescribeVirtualInterfacesCommand extends Command
2259
- .classBuilder()
2260
- .ep(commonParams)
2261
- .m(function (Command, cs, config, o) {
2262
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2263
- })
2264
- .s("OvertureService", "DescribeVirtualInterfaces", {})
2265
- .n("DirectConnectClient", "DescribeVirtualInterfacesCommand")
2266
- .sc(DescribeVirtualInterfaces$)
2267
- .build() {
2268
- }
2269
-
2270
- class DisassociateConnectionFromLagCommand extends Command
2271
- .classBuilder()
2272
- .ep(commonParams)
2273
- .m(function (Command, cs, config, o) {
2274
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2275
- })
2276
- .s("OvertureService", "DisassociateConnectionFromLag", {})
2277
- .n("DirectConnectClient", "DisassociateConnectionFromLagCommand")
2278
- .sc(DisassociateConnectionFromLag$)
2279
- .build() {
2280
- }
2281
-
2282
- class DisassociateMacSecKeyCommand extends Command
2283
- .classBuilder()
2284
- .ep(commonParams)
2285
- .m(function (Command, cs, config, o) {
2286
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2287
- })
2288
- .s("OvertureService", "DisassociateMacSecKey", {})
2289
- .n("DirectConnectClient", "DisassociateMacSecKeyCommand")
2290
- .sc(DisassociateMacSecKey$)
2291
- .build() {
2292
- }
2293
-
2294
- class ListVirtualInterfaceTestHistoryCommand extends Command
2295
- .classBuilder()
2296
- .ep(commonParams)
2297
- .m(function (Command, cs, config, o) {
2298
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2299
- })
2300
- .s("OvertureService", "ListVirtualInterfaceTestHistory", {})
2301
- .n("DirectConnectClient", "ListVirtualInterfaceTestHistoryCommand")
2302
- .sc(ListVirtualInterfaceTestHistory$)
2303
- .build() {
2304
- }
2305
-
2306
- class StartBgpFailoverTestCommand extends Command
2307
- .classBuilder()
2308
- .ep(commonParams)
2309
- .m(function (Command, cs, config, o) {
2310
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2311
- })
2312
- .s("OvertureService", "StartBgpFailoverTest", {})
2313
- .n("DirectConnectClient", "StartBgpFailoverTestCommand")
2314
- .sc(StartBgpFailoverTest$)
2315
- .build() {
2316
- }
2317
-
2318
- class StopBgpFailoverTestCommand extends Command
2319
- .classBuilder()
2320
- .ep(commonParams)
2321
- .m(function (Command, cs, config, o) {
2322
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2323
- })
2324
- .s("OvertureService", "StopBgpFailoverTest", {})
2325
- .n("DirectConnectClient", "StopBgpFailoverTestCommand")
2326
- .sc(StopBgpFailoverTest$)
2327
- .build() {
2328
- }
2329
-
2330
- class TagResourceCommand extends Command
2331
- .classBuilder()
2332
- .ep(commonParams)
2333
- .m(function (Command, cs, config, o) {
2334
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2335
- })
2336
- .s("OvertureService", "TagResource", {})
2337
- .n("DirectConnectClient", "TagResourceCommand")
2338
- .sc(TagResource$)
2339
- .build() {
2340
- }
2341
-
2342
- class UntagResourceCommand extends Command
2343
- .classBuilder()
2344
- .ep(commonParams)
2345
- .m(function (Command, cs, config, o) {
2346
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2347
- })
2348
- .s("OvertureService", "UntagResource", {})
2349
- .n("DirectConnectClient", "UntagResourceCommand")
2350
- .sc(UntagResource$)
2351
- .build() {
2352
- }
2353
-
2354
- class UpdateConnectionCommand extends Command
2355
- .classBuilder()
2356
- .ep(commonParams)
2357
- .m(function (Command, cs, config, o) {
2358
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2359
- })
2360
- .s("OvertureService", "UpdateConnection", {})
2361
- .n("DirectConnectClient", "UpdateConnectionCommand")
2362
- .sc(UpdateConnection$)
2363
- .build() {
2364
- }
2365
-
2366
- class UpdateDirectConnectGatewayAssociationCommand extends Command
2367
- .classBuilder()
2368
- .ep(commonParams)
2369
- .m(function (Command, cs, config, o) {
2370
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2371
- })
2372
- .s("OvertureService", "UpdateDirectConnectGatewayAssociation", {})
2373
- .n("DirectConnectClient", "UpdateDirectConnectGatewayAssociationCommand")
2374
- .sc(UpdateDirectConnectGatewayAssociation$)
2375
- .build() {
2376
- }
2377
-
2378
- class UpdateDirectConnectGatewayCommand extends Command
2379
- .classBuilder()
2380
- .ep(commonParams)
2381
- .m(function (Command, cs, config, o) {
2382
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2383
- })
2384
- .s("OvertureService", "UpdateDirectConnectGateway", {})
2385
- .n("DirectConnectClient", "UpdateDirectConnectGatewayCommand")
2386
- .sc(UpdateDirectConnectGateway$)
2387
- .build() {
2388
- }
2389
-
2390
- class UpdateLagCommand extends Command
2391
- .classBuilder()
2392
- .ep(commonParams)
2393
- .m(function (Command, cs, config, o) {
2394
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2395
- })
2396
- .s("OvertureService", "UpdateLag", {})
2397
- .n("DirectConnectClient", "UpdateLagCommand")
2398
- .sc(UpdateLag$)
2399
- .build() {
2400
- }
2401
-
2402
- class UpdateVirtualInterfaceAttributesCommand extends Command
2403
- .classBuilder()
2404
- .ep(commonParams)
2405
- .m(function (Command, cs, config, o) {
2406
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2407
- })
2408
- .s("OvertureService", "UpdateVirtualInterfaceAttributes", {})
2409
- .n("DirectConnectClient", "UpdateVirtualInterfaceAttributesCommand")
2410
- .sc(UpdateVirtualInterfaceAttributes$)
2411
- .build() {
1660
+ const command = makeBuilder(commonParams, "OvertureService", "DirectConnectClient", getEndpointPlugin);
1661
+ const _ep0 = {};
1662
+ const _mw0 = (Command, cs, config, o) => [];
1663
+
1664
+ class AcceptDirectConnectGatewayAssociationProposalCommand extends command(_ep0, _mw0, "AcceptDirectConnectGatewayAssociationProposal", AcceptDirectConnectGatewayAssociationProposal$) {
1665
+ }
1666
+
1667
+ class AllocateConnectionOnInterconnectCommand extends command(_ep0, _mw0, "AllocateConnectionOnInterconnect", AllocateConnectionOnInterconnect$) {
1668
+ }
1669
+
1670
+ class AllocateHostedConnectionCommand extends command(_ep0, _mw0, "AllocateHostedConnection", AllocateHostedConnection$) {
1671
+ }
1672
+
1673
+ class AllocatePrivateVirtualInterfaceCommand extends command(_ep0, _mw0, "AllocatePrivateVirtualInterface", AllocatePrivateVirtualInterface$) {
1674
+ }
1675
+
1676
+ class AllocatePublicVirtualInterfaceCommand extends command(_ep0, _mw0, "AllocatePublicVirtualInterface", AllocatePublicVirtualInterface$) {
1677
+ }
1678
+
1679
+ class AllocateTransitVirtualInterfaceCommand extends command(_ep0, _mw0, "AllocateTransitVirtualInterface", AllocateTransitVirtualInterface$) {
1680
+ }
1681
+
1682
+ class AssociateConnectionWithLagCommand extends command(_ep0, _mw0, "AssociateConnectionWithLag", AssociateConnectionWithLag$) {
1683
+ }
1684
+
1685
+ class AssociateHostedConnectionCommand extends command(_ep0, _mw0, "AssociateHostedConnection", AssociateHostedConnection$) {
1686
+ }
1687
+
1688
+ class AssociateMacSecKeyCommand extends command(_ep0, _mw0, "AssociateMacSecKey", AssociateMacSecKey$) {
1689
+ }
1690
+
1691
+ class AssociateVirtualInterfaceCommand extends command(_ep0, _mw0, "AssociateVirtualInterface", AssociateVirtualInterface$) {
1692
+ }
1693
+
1694
+ class ConfirmConnectionCommand extends command(_ep0, _mw0, "ConfirmConnection", ConfirmConnection$) {
1695
+ }
1696
+
1697
+ class ConfirmCustomerAgreementCommand extends command(_ep0, _mw0, "ConfirmCustomerAgreement", ConfirmCustomerAgreement$) {
1698
+ }
1699
+
1700
+ class ConfirmPrivateVirtualInterfaceCommand extends command(_ep0, _mw0, "ConfirmPrivateVirtualInterface", ConfirmPrivateVirtualInterface$) {
1701
+ }
1702
+
1703
+ class ConfirmPublicVirtualInterfaceCommand extends command(_ep0, _mw0, "ConfirmPublicVirtualInterface", ConfirmPublicVirtualInterface$) {
1704
+ }
1705
+
1706
+ class ConfirmTransitVirtualInterfaceCommand extends command(_ep0, _mw0, "ConfirmTransitVirtualInterface", ConfirmTransitVirtualInterface$) {
1707
+ }
1708
+
1709
+ class CreateBGPPeerCommand extends command(_ep0, _mw0, "CreateBGPPeer", CreateBGPPeer$) {
1710
+ }
1711
+
1712
+ class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
1713
+ }
1714
+
1715
+ class CreateDirectConnectGatewayAssociationCommand extends command(_ep0, _mw0, "CreateDirectConnectGatewayAssociation", CreateDirectConnectGatewayAssociation$) {
1716
+ }
1717
+
1718
+ class CreateDirectConnectGatewayAssociationProposalCommand extends command(_ep0, _mw0, "CreateDirectConnectGatewayAssociationProposal", CreateDirectConnectGatewayAssociationProposal$) {
1719
+ }
1720
+
1721
+ class CreateDirectConnectGatewayCommand extends command(_ep0, _mw0, "CreateDirectConnectGateway", CreateDirectConnectGateway$) {
1722
+ }
1723
+
1724
+ class CreateInterconnectCommand extends command(_ep0, _mw0, "CreateInterconnect", CreateInterconnect$) {
1725
+ }
1726
+
1727
+ class CreateLagCommand extends command(_ep0, _mw0, "CreateLag", CreateLag$) {
1728
+ }
1729
+
1730
+ class CreatePrivateVirtualInterfaceCommand extends command(_ep0, _mw0, "CreatePrivateVirtualInterface", CreatePrivateVirtualInterface$) {
1731
+ }
1732
+
1733
+ class CreatePublicVirtualInterfaceCommand extends command(_ep0, _mw0, "CreatePublicVirtualInterface", CreatePublicVirtualInterface$) {
1734
+ }
1735
+
1736
+ class CreateTransitVirtualInterfaceCommand extends command(_ep0, _mw0, "CreateTransitVirtualInterface", CreateTransitVirtualInterface$) {
1737
+ }
1738
+
1739
+ class DeleteBGPPeerCommand extends command(_ep0, _mw0, "DeleteBGPPeer", DeleteBGPPeer$) {
1740
+ }
1741
+
1742
+ class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
1743
+ }
1744
+
1745
+ class DeleteDirectConnectGatewayAssociationCommand extends command(_ep0, _mw0, "DeleteDirectConnectGatewayAssociation", DeleteDirectConnectGatewayAssociation$) {
1746
+ }
1747
+
1748
+ class DeleteDirectConnectGatewayAssociationProposalCommand extends command(_ep0, _mw0, "DeleteDirectConnectGatewayAssociationProposal", DeleteDirectConnectGatewayAssociationProposal$) {
1749
+ }
1750
+
1751
+ class DeleteDirectConnectGatewayCommand extends command(_ep0, _mw0, "DeleteDirectConnectGateway", DeleteDirectConnectGateway$) {
1752
+ }
1753
+
1754
+ class DeleteInterconnectCommand extends command(_ep0, _mw0, "DeleteInterconnect", DeleteInterconnect$) {
1755
+ }
1756
+
1757
+ class DeleteLagCommand extends command(_ep0, _mw0, "DeleteLag", DeleteLag$) {
1758
+ }
1759
+
1760
+ class DeleteVirtualInterfaceCommand extends command(_ep0, _mw0, "DeleteVirtualInterface", DeleteVirtualInterface$) {
1761
+ }
1762
+
1763
+ class DescribeConnectionLoaCommand extends command(_ep0, _mw0, "DescribeConnectionLoa", DescribeConnectionLoa$) {
1764
+ }
1765
+
1766
+ class DescribeConnectionsCommand extends command(_ep0, _mw0, "DescribeConnections", DescribeConnections$) {
1767
+ }
1768
+
1769
+ class DescribeConnectionsOnInterconnectCommand extends command(_ep0, _mw0, "DescribeConnectionsOnInterconnect", DescribeConnectionsOnInterconnect$) {
1770
+ }
1771
+
1772
+ class DescribeCustomerMetadataCommand extends command(_ep0, _mw0, "DescribeCustomerMetadata", DescribeCustomerMetadata$) {
1773
+ }
1774
+
1775
+ class DescribeDirectConnectGatewayAssociationProposalsCommand extends command(_ep0, _mw0, "DescribeDirectConnectGatewayAssociationProposals", DescribeDirectConnectGatewayAssociationProposals$) {
1776
+ }
1777
+
1778
+ class DescribeDirectConnectGatewayAssociationsCommand extends command(_ep0, _mw0, "DescribeDirectConnectGatewayAssociations", DescribeDirectConnectGatewayAssociations$) {
1779
+ }
1780
+
1781
+ class DescribeDirectConnectGatewayAttachmentsCommand extends command(_ep0, _mw0, "DescribeDirectConnectGatewayAttachments", DescribeDirectConnectGatewayAttachments$) {
1782
+ }
1783
+
1784
+ class DescribeDirectConnectGatewaysCommand extends command(_ep0, _mw0, "DescribeDirectConnectGateways", DescribeDirectConnectGateways$) {
1785
+ }
1786
+
1787
+ class DescribeHostedConnectionsCommand extends command(_ep0, _mw0, "DescribeHostedConnections", DescribeHostedConnections$) {
1788
+ }
1789
+
1790
+ class DescribeInterconnectLoaCommand extends command(_ep0, _mw0, "DescribeInterconnectLoa", DescribeInterconnectLoa$) {
1791
+ }
1792
+
1793
+ class DescribeInterconnectsCommand extends command(_ep0, _mw0, "DescribeInterconnects", DescribeInterconnects$) {
1794
+ }
1795
+
1796
+ class DescribeLagsCommand extends command(_ep0, _mw0, "DescribeLags", DescribeLags$) {
1797
+ }
1798
+
1799
+ class DescribeLoaCommand extends command(_ep0, _mw0, "DescribeLoa", DescribeLoa$) {
1800
+ }
1801
+
1802
+ class DescribeLocationsCommand extends command(_ep0, _mw0, "DescribeLocations", DescribeLocations$) {
1803
+ }
1804
+
1805
+ class DescribeRouterConfigurationCommand extends command(_ep0, _mw0, "DescribeRouterConfiguration", DescribeRouterConfiguration$) {
1806
+ }
1807
+
1808
+ class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
1809
+ }
1810
+
1811
+ class DescribeVirtualGatewaysCommand extends command(_ep0, _mw0, "DescribeVirtualGateways", DescribeVirtualGateways$) {
1812
+ }
1813
+
1814
+ class DescribeVirtualInterfacesCommand extends command(_ep0, _mw0, "DescribeVirtualInterfaces", DescribeVirtualInterfaces$) {
1815
+ }
1816
+
1817
+ class DisassociateConnectionFromLagCommand extends command(_ep0, _mw0, "DisassociateConnectionFromLag", DisassociateConnectionFromLag$) {
1818
+ }
1819
+
1820
+ class DisassociateMacSecKeyCommand extends command(_ep0, _mw0, "DisassociateMacSecKey", DisassociateMacSecKey$) {
1821
+ }
1822
+
1823
+ class ListVirtualInterfaceTestHistoryCommand extends command(_ep0, _mw0, "ListVirtualInterfaceTestHistory", ListVirtualInterfaceTestHistory$) {
1824
+ }
1825
+
1826
+ class StartBgpFailoverTestCommand extends command(_ep0, _mw0, "StartBgpFailoverTest", StartBgpFailoverTest$) {
1827
+ }
1828
+
1829
+ class StopBgpFailoverTestCommand extends command(_ep0, _mw0, "StopBgpFailoverTest", StopBgpFailoverTest$) {
1830
+ }
1831
+
1832
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1833
+ }
1834
+
1835
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1836
+ }
1837
+
1838
+ class UpdateConnectionCommand extends command(_ep0, _mw0, "UpdateConnection", UpdateConnection$) {
1839
+ }
1840
+
1841
+ class UpdateDirectConnectGatewayAssociationCommand extends command(_ep0, _mw0, "UpdateDirectConnectGatewayAssociation", UpdateDirectConnectGatewayAssociation$) {
1842
+ }
1843
+
1844
+ class UpdateDirectConnectGatewayCommand extends command(_ep0, _mw0, "UpdateDirectConnectGateway", UpdateDirectConnectGateway$) {
1845
+ }
1846
+
1847
+ class UpdateLagCommand extends command(_ep0, _mw0, "UpdateLag", UpdateLag$) {
1848
+ }
1849
+
1850
+ class UpdateVirtualInterfaceAttributesCommand extends command(_ep0, _mw0, "UpdateVirtualInterfaceAttributes", UpdateVirtualInterfaceAttributes$) {
2412
1851
  }
2413
1852
 
2414
1853
  const commands = {