@aws-sdk/client-direct-connect 3.37.0 → 3.41.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 (112) hide show
  1. package/CHANGELOG.md +43 -0
  2. package/README.md +2 -2
  3. package/dist-cjs/DirectConnect.js +60 -0
  4. package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
  5. package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
  6. package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
  7. package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
  8. package/dist-cjs/commands/index.js +66 -0
  9. package/dist-cjs/endpoints.js +137 -21
  10. package/dist-cjs/index.js +3 -61
  11. package/dist-cjs/models/models_0.js +63 -3
  12. package/dist-cjs/protocols/Aws_json1_1.js +339 -3
  13. package/dist-cjs/runtimeConfig.browser.js +6 -3
  14. package/dist-cjs/runtimeConfig.js +5 -3
  15. package/dist-es/DirectConnect.js +60 -0
  16. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
  17. package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
  18. package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
  19. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
  20. package/dist-es/commands/index.js +63 -0
  21. package/dist-es/endpoints.js +137 -21
  22. package/dist-es/index.js +3 -61
  23. package/dist-es/models/models_0.js +42 -0
  24. package/dist-es/protocols/Aws_json1_1.js +369 -0
  25. package/dist-es/runtimeConfig.browser.js +3 -2
  26. package/dist-es/runtimeConfig.js +3 -3
  27. package/dist-types/DirectConnect.d.ts +51 -19
  28. package/dist-types/DirectConnectClient.d.ts +16 -4
  29. package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
  33. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -3
  34. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -3
  35. package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
  36. package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
  37. package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
  38. package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
  39. package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
  40. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
  41. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
  42. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
  43. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
  44. package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
  48. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -3
  49. package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateLagCommand.d.ts +2 -2
  51. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
  52. package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
  55. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
  56. package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
  57. package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
  60. package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
  61. package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
  66. package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +2 -2
  73. package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeLocationsCommand.d.ts +2 -2
  76. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
  77. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
  79. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
  80. package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
  81. package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
  82. package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -1
  83. package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
  84. package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
  85. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  86. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  87. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  88. package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -1
  89. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
  90. package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
  91. package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
  92. package/dist-types/commands/index.d.ts +63 -0
  93. package/dist-types/index.d.ts +3 -61
  94. package/dist-types/models/models_0.d.ts +209 -23
  95. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  96. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  97. package/dist-types/runtimeConfig.d.ts +2 -0
  98. package/dist-types/runtimeConfig.native.d.ts +2 -0
  99. package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
  100. package/dist-types/ts3.4/DirectConnectClient.d.ts +10 -2
  101. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
  102. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
  103. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
  104. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
  105. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  106. package/dist-types/ts3.4/index.d.ts +3 -61
  107. package/dist-types/ts3.4/models/models_0.d.ts +104 -0
  108. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  109. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  110. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  111. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  112. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,49 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** populate variants in endpoints hashes ([#2974](https://github.com/aws/aws-sdk-js-v3/issues/2974)) ([0dd68ef](https://github.com/aws/aws-sdk-js-v3/commit/0dd68ef8b04ea0e96e43b05a9a10221e433fdf86))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-direct-connect
31
+
32
+
33
+
34
+
35
+
36
+ # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
37
+
38
+
39
+ ### Features
40
+
41
+ * **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
42
+ * **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
43
+ * **clients:** update clients as of 2021/10/22 ([#2924](https://github.com/aws/aws-sdk-js-v3/issues/2924)) ([4d79819](https://github.com/aws/aws-sdk-js-v3/commit/4d798196e652f8cfdc1c155a46ac6b6aa31b2656))
44
+
45
+
46
+
47
+
48
+
6
49
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
50
 
8
51
 
package/README.md CHANGED
@@ -9,9 +9,9 @@ AWS SDK for JavaScript DirectConnect Client for Node.js, Browser and React Nativ
9
9
 
10
10
  <p>Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable.
11
11
  One end of the cable is connected to your router, the other to an Direct Connect router. With this connection
12
- in place, you can create virtual interfaces directly to the Cloud (for example, to Amazon EC2
12
+ in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2
13
13
  and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A
14
- connection provides access to all Regions except the China (Beijing) and (China) Ningxia Regions.
14
+ connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions.
15
15
  Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.</p>
16
16
 
17
17
  ## Installing
@@ -12,6 +12,7 @@ const AssociateHostedConnectionCommand_1 = require("./commands/AssociateHostedCo
12
12
  const AssociateMacSecKeyCommand_1 = require("./commands/AssociateMacSecKeyCommand");
13
13
  const AssociateVirtualInterfaceCommand_1 = require("./commands/AssociateVirtualInterfaceCommand");
14
14
  const ConfirmConnectionCommand_1 = require("./commands/ConfirmConnectionCommand");
15
+ const ConfirmCustomerAgreementCommand_1 = require("./commands/ConfirmCustomerAgreementCommand");
15
16
  const ConfirmPrivateVirtualInterfaceCommand_1 = require("./commands/ConfirmPrivateVirtualInterfaceCommand");
16
17
  const ConfirmPublicVirtualInterfaceCommand_1 = require("./commands/ConfirmPublicVirtualInterfaceCommand");
17
18
  const ConfirmTransitVirtualInterfaceCommand_1 = require("./commands/ConfirmTransitVirtualInterfaceCommand");
@@ -36,6 +37,7 @@ const DeleteVirtualInterfaceCommand_1 = require("./commands/DeleteVirtualInterfa
36
37
  const DescribeConnectionLoaCommand_1 = require("./commands/DescribeConnectionLoaCommand");
37
38
  const DescribeConnectionsCommand_1 = require("./commands/DescribeConnectionsCommand");
38
39
  const DescribeConnectionsOnInterconnectCommand_1 = require("./commands/DescribeConnectionsOnInterconnectCommand");
40
+ const DescribeCustomerMetadataCommand_1 = require("./commands/DescribeCustomerMetadataCommand");
39
41
  const DescribeDirectConnectGatewayAssociationProposalsCommand_1 = require("./commands/DescribeDirectConnectGatewayAssociationProposalsCommand");
40
42
  const DescribeDirectConnectGatewayAssociationsCommand_1 = require("./commands/DescribeDirectConnectGatewayAssociationsCommand");
41
43
  const DescribeDirectConnectGatewayAttachmentsCommand_1 = require("./commands/DescribeDirectConnectGatewayAttachmentsCommand");
@@ -46,6 +48,7 @@ const DescribeInterconnectsCommand_1 = require("./commands/DescribeInterconnects
46
48
  const DescribeLagsCommand_1 = require("./commands/DescribeLagsCommand");
47
49
  const DescribeLoaCommand_1 = require("./commands/DescribeLoaCommand");
48
50
  const DescribeLocationsCommand_1 = require("./commands/DescribeLocationsCommand");
51
+ const DescribeRouterConfigurationCommand_1 = require("./commands/DescribeRouterConfigurationCommand");
49
52
  const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
50
53
  const DescribeVirtualGatewaysCommand_1 = require("./commands/DescribeVirtualGatewaysCommand");
51
54
  const DescribeVirtualInterfacesCommand_1 = require("./commands/DescribeVirtualInterfacesCommand");
@@ -58,6 +61,7 @@ const TagResourceCommand_1 = require("./commands/TagResourceCommand");
58
61
  const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
59
62
  const UpdateConnectionCommand_1 = require("./commands/UpdateConnectionCommand");
60
63
  const UpdateDirectConnectGatewayAssociationCommand_1 = require("./commands/UpdateDirectConnectGatewayAssociationCommand");
64
+ const UpdateDirectConnectGatewayCommand_1 = require("./commands/UpdateDirectConnectGatewayCommand");
61
65
  const UpdateLagCommand_1 = require("./commands/UpdateLagCommand");
62
66
  const UpdateVirtualInterfaceAttributesCommand_1 = require("./commands/UpdateVirtualInterfaceAttributesCommand");
63
67
  const DirectConnectClient_1 = require("./DirectConnectClient");
@@ -216,6 +220,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
216
220
  return this.send(command, optionsOrCb);
217
221
  }
218
222
  }
223
+ confirmCustomerAgreement(args, optionsOrCb, cb) {
224
+ const command = new ConfirmCustomerAgreementCommand_1.ConfirmCustomerAgreementCommand(args);
225
+ if (typeof optionsOrCb === "function") {
226
+ this.send(command, optionsOrCb);
227
+ }
228
+ else if (typeof cb === "function") {
229
+ if (typeof optionsOrCb !== "object")
230
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
231
+ this.send(command, optionsOrCb || {}, cb);
232
+ }
233
+ else {
234
+ return this.send(command, optionsOrCb);
235
+ }
236
+ }
219
237
  confirmPrivateVirtualInterface(args, optionsOrCb, cb) {
220
238
  const command = new ConfirmPrivateVirtualInterfaceCommand_1.ConfirmPrivateVirtualInterfaceCommand(args);
221
239
  if (typeof optionsOrCb === "function") {
@@ -552,6 +570,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
552
570
  return this.send(command, optionsOrCb);
553
571
  }
554
572
  }
573
+ describeCustomerMetadata(args, optionsOrCb, cb) {
574
+ const command = new DescribeCustomerMetadataCommand_1.DescribeCustomerMetadataCommand(args);
575
+ if (typeof optionsOrCb === "function") {
576
+ this.send(command, optionsOrCb);
577
+ }
578
+ else if (typeof cb === "function") {
579
+ if (typeof optionsOrCb !== "object")
580
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
581
+ this.send(command, optionsOrCb || {}, cb);
582
+ }
583
+ else {
584
+ return this.send(command, optionsOrCb);
585
+ }
586
+ }
555
587
  describeDirectConnectGatewayAssociationProposals(args, optionsOrCb, cb) {
556
588
  const command = new DescribeDirectConnectGatewayAssociationProposalsCommand_1.DescribeDirectConnectGatewayAssociationProposalsCommand(args);
557
589
  if (typeof optionsOrCb === "function") {
@@ -692,6 +724,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
692
724
  return this.send(command, optionsOrCb);
693
725
  }
694
726
  }
727
+ describeRouterConfiguration(args, optionsOrCb, cb) {
728
+ const command = new DescribeRouterConfigurationCommand_1.DescribeRouterConfigurationCommand(args);
729
+ if (typeof optionsOrCb === "function") {
730
+ this.send(command, optionsOrCb);
731
+ }
732
+ else if (typeof cb === "function") {
733
+ if (typeof optionsOrCb !== "object")
734
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
735
+ this.send(command, optionsOrCb || {}, cb);
736
+ }
737
+ else {
738
+ return this.send(command, optionsOrCb);
739
+ }
740
+ }
695
741
  describeTags(args, optionsOrCb, cb) {
696
742
  const command = new DescribeTagsCommand_1.DescribeTagsCommand(args);
697
743
  if (typeof optionsOrCb === "function") {
@@ -846,6 +892,20 @@ class DirectConnect extends DirectConnectClient_1.DirectConnectClient {
846
892
  return this.send(command, optionsOrCb);
847
893
  }
848
894
  }
895
+ updateDirectConnectGateway(args, optionsOrCb, cb) {
896
+ const command = new UpdateDirectConnectGatewayCommand_1.UpdateDirectConnectGatewayCommand(args);
897
+ if (typeof optionsOrCb === "function") {
898
+ this.send(command, optionsOrCb);
899
+ }
900
+ else if (typeof cb === "function") {
901
+ if (typeof optionsOrCb !== "object")
902
+ throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
903
+ this.send(command, optionsOrCb || {}, cb);
904
+ }
905
+ else {
906
+ return this.send(command, optionsOrCb);
907
+ }
908
+ }
849
909
  updateDirectConnectGatewayAssociation(args, optionsOrCb, cb) {
850
910
  const command = new UpdateDirectConnectGatewayAssociationCommand_1.UpdateDirectConnectGatewayAssociationCommand(args);
851
911
  if (typeof optionsOrCb === "function") {
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ConfirmCustomerAgreementCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class ConfirmCustomerAgreementCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "DirectConnectClient";
18
+ const commandName = "ConfirmCustomerAgreementCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.ConfirmCustomerAgreementRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.ConfirmCustomerAgreementResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1ConfirmCustomerAgreementCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1ConfirmCustomerAgreementCommand(output, context);
34
+ }
35
+ }
36
+ exports.ConfirmCustomerAgreementCommand = ConfirmCustomerAgreementCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeCustomerMetadataCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class DescribeCustomerMetadataCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "DirectConnectClient";
18
+ const commandName = "DescribeCustomerMetadataCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: (input) => input,
24
+ outputFilterSensitiveLog: models_0_1.DescribeCustomerMetadataResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1DescribeCustomerMetadataCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1DescribeCustomerMetadataCommand(output, context);
34
+ }
35
+ }
36
+ exports.DescribeCustomerMetadataCommand = DescribeCustomerMetadataCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DescribeRouterConfigurationCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class DescribeRouterConfigurationCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "DirectConnectClient";
18
+ const commandName = "DescribeRouterConfigurationCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.DescribeRouterConfigurationRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.DescribeRouterConfigurationResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1DescribeRouterConfigurationCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1DescribeRouterConfigurationCommand(output, context);
34
+ }
35
+ }
36
+ exports.DescribeRouterConfigurationCommand = DescribeRouterConfigurationCommand;
@@ -0,0 +1,36 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdateDirectConnectGatewayCommand = void 0;
4
+ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
+ const smithy_client_1 = require("@aws-sdk/smithy-client");
6
+ const models_0_1 = require("../models/models_0");
7
+ const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
+ class UpdateDirectConnectGatewayCommand extends smithy_client_1.Command {
9
+ constructor(input) {
10
+ super();
11
+ this.input = input;
12
+ }
13
+ resolveMiddleware(clientStack, configuration, options) {
14
+ this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
15
+ const stack = clientStack.concat(this.middlewareStack);
16
+ const { logger } = configuration;
17
+ const clientName = "DirectConnectClient";
18
+ const commandName = "UpdateDirectConnectGatewayCommand";
19
+ const handlerExecutionContext = {
20
+ logger,
21
+ clientName,
22
+ commandName,
23
+ inputFilterSensitiveLog: models_0_1.UpdateDirectConnectGatewayRequest.filterSensitiveLog,
24
+ outputFilterSensitiveLog: models_0_1.UpdateDirectConnectGatewayResponse.filterSensitiveLog,
25
+ };
26
+ const { requestHandler } = configuration;
27
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
28
+ }
29
+ serialize(input, context) {
30
+ return Aws_json1_1_1.serializeAws_json1_1UpdateDirectConnectGatewayCommand(input, context);
31
+ }
32
+ deserialize(output, context) {
33
+ return Aws_json1_1_1.deserializeAws_json1_1UpdateDirectConnectGatewayCommand(output, context);
34
+ }
35
+ }
36
+ exports.UpdateDirectConnectGatewayCommand = UpdateDirectConnectGatewayCommand;
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./AcceptDirectConnectGatewayAssociationProposalCommand"), exports);
5
+ tslib_1.__exportStar(require("./AllocateConnectionOnInterconnectCommand"), exports);
6
+ tslib_1.__exportStar(require("./AllocateHostedConnectionCommand"), exports);
7
+ tslib_1.__exportStar(require("./AllocatePrivateVirtualInterfaceCommand"), exports);
8
+ tslib_1.__exportStar(require("./AllocatePublicVirtualInterfaceCommand"), exports);
9
+ tslib_1.__exportStar(require("./AllocateTransitVirtualInterfaceCommand"), exports);
10
+ tslib_1.__exportStar(require("./AssociateConnectionWithLagCommand"), exports);
11
+ tslib_1.__exportStar(require("./AssociateHostedConnectionCommand"), exports);
12
+ tslib_1.__exportStar(require("./AssociateMacSecKeyCommand"), exports);
13
+ tslib_1.__exportStar(require("./AssociateVirtualInterfaceCommand"), exports);
14
+ tslib_1.__exportStar(require("./ConfirmConnectionCommand"), exports);
15
+ tslib_1.__exportStar(require("./ConfirmCustomerAgreementCommand"), exports);
16
+ tslib_1.__exportStar(require("./ConfirmPrivateVirtualInterfaceCommand"), exports);
17
+ tslib_1.__exportStar(require("./ConfirmPublicVirtualInterfaceCommand"), exports);
18
+ tslib_1.__exportStar(require("./ConfirmTransitVirtualInterfaceCommand"), exports);
19
+ tslib_1.__exportStar(require("./CreateBGPPeerCommand"), exports);
20
+ tslib_1.__exportStar(require("./CreateConnectionCommand"), exports);
21
+ tslib_1.__exportStar(require("./CreateDirectConnectGatewayAssociationCommand"), exports);
22
+ tslib_1.__exportStar(require("./CreateDirectConnectGatewayAssociationProposalCommand"), exports);
23
+ tslib_1.__exportStar(require("./CreateDirectConnectGatewayCommand"), exports);
24
+ tslib_1.__exportStar(require("./CreateInterconnectCommand"), exports);
25
+ tslib_1.__exportStar(require("./CreateLagCommand"), exports);
26
+ tslib_1.__exportStar(require("./CreatePrivateVirtualInterfaceCommand"), exports);
27
+ tslib_1.__exportStar(require("./CreatePublicVirtualInterfaceCommand"), exports);
28
+ tslib_1.__exportStar(require("./CreateTransitVirtualInterfaceCommand"), exports);
29
+ tslib_1.__exportStar(require("./DeleteBGPPeerCommand"), exports);
30
+ tslib_1.__exportStar(require("./DeleteConnectionCommand"), exports);
31
+ tslib_1.__exportStar(require("./DeleteDirectConnectGatewayAssociationCommand"), exports);
32
+ tslib_1.__exportStar(require("./DeleteDirectConnectGatewayAssociationProposalCommand"), exports);
33
+ tslib_1.__exportStar(require("./DeleteDirectConnectGatewayCommand"), exports);
34
+ tslib_1.__exportStar(require("./DeleteInterconnectCommand"), exports);
35
+ tslib_1.__exportStar(require("./DeleteLagCommand"), exports);
36
+ tslib_1.__exportStar(require("./DeleteVirtualInterfaceCommand"), exports);
37
+ tslib_1.__exportStar(require("./DescribeConnectionLoaCommand"), exports);
38
+ tslib_1.__exportStar(require("./DescribeConnectionsCommand"), exports);
39
+ tslib_1.__exportStar(require("./DescribeConnectionsOnInterconnectCommand"), exports);
40
+ tslib_1.__exportStar(require("./DescribeCustomerMetadataCommand"), exports);
41
+ tslib_1.__exportStar(require("./DescribeDirectConnectGatewayAssociationProposalsCommand"), exports);
42
+ tslib_1.__exportStar(require("./DescribeDirectConnectGatewayAssociationsCommand"), exports);
43
+ tslib_1.__exportStar(require("./DescribeDirectConnectGatewayAttachmentsCommand"), exports);
44
+ tslib_1.__exportStar(require("./DescribeDirectConnectGatewaysCommand"), exports);
45
+ tslib_1.__exportStar(require("./DescribeHostedConnectionsCommand"), exports);
46
+ tslib_1.__exportStar(require("./DescribeInterconnectLoaCommand"), exports);
47
+ tslib_1.__exportStar(require("./DescribeInterconnectsCommand"), exports);
48
+ tslib_1.__exportStar(require("./DescribeLagsCommand"), exports);
49
+ tslib_1.__exportStar(require("./DescribeLoaCommand"), exports);
50
+ tslib_1.__exportStar(require("./DescribeLocationsCommand"), exports);
51
+ tslib_1.__exportStar(require("./DescribeRouterConfigurationCommand"), exports);
52
+ tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
53
+ tslib_1.__exportStar(require("./DescribeVirtualGatewaysCommand"), exports);
54
+ tslib_1.__exportStar(require("./DescribeVirtualInterfacesCommand"), exports);
55
+ tslib_1.__exportStar(require("./DisassociateConnectionFromLagCommand"), exports);
56
+ tslib_1.__exportStar(require("./DisassociateMacSecKeyCommand"), exports);
57
+ tslib_1.__exportStar(require("./ListVirtualInterfaceTestHistoryCommand"), exports);
58
+ tslib_1.__exportStar(require("./StartBgpFailoverTestCommand"), exports);
59
+ tslib_1.__exportStar(require("./StopBgpFailoverTestCommand"), exports);
60
+ tslib_1.__exportStar(require("./TagResourceCommand"), exports);
61
+ tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
62
+ tslib_1.__exportStar(require("./UpdateConnectionCommand"), exports);
63
+ tslib_1.__exportStar(require("./UpdateDirectConnectGatewayAssociationCommand"), exports);
64
+ tslib_1.__exportStar(require("./UpdateDirectConnectGatewayCommand"), exports);
65
+ tslib_1.__exportStar(require("./UpdateLagCommand"), exports);
66
+ tslib_1.__exportStar(require("./UpdateVirtualInterfaceAttributesCommand"), exports);
@@ -3,30 +3,72 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaultRegionInfoProvider = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const regionHash = {
6
- "fips-us-east-1": {
7
- hostname: "directconnect-fips.us-east-1.amazonaws.com",
8
- signingRegion: "us-east-1",
9
- },
10
- "fips-us-east-2": {
11
- hostname: "directconnect-fips.us-east-2.amazonaws.com",
12
- signingRegion: "us-east-2",
13
- },
14
- "fips-us-west-1": {
15
- hostname: "directconnect-fips.us-west-1.amazonaws.com",
16
- signingRegion: "us-west-1",
6
+ "us-east-1": {
7
+ variants: [
8
+ {
9
+ hostname: "directconnect.us-east-1.amazonaws.com",
10
+ tags: [],
11
+ },
12
+ {
13
+ hostname: "directconnect-fips.us-east-1.amazonaws.com",
14
+ tags: ["fips"],
15
+ },
16
+ ],
17
17
  },
18
- "fips-us-west-2": {
19
- hostname: "directconnect-fips.us-west-2.amazonaws.com",
20
- signingRegion: "us-west-2",
18
+ "us-east-2": {
19
+ variants: [
20
+ {
21
+ hostname: "directconnect.us-east-2.amazonaws.com",
22
+ tags: [],
23
+ },
24
+ {
25
+ hostname: "directconnect-fips.us-east-2.amazonaws.com",
26
+ tags: ["fips"],
27
+ },
28
+ ],
21
29
  },
22
30
  "us-gov-east-1": {
23
- hostname: "directconnect.us-gov-east-1.amazonaws.com",
31
+ variants: [
32
+ {
33
+ hostname: "directconnect.us-gov-east-1.amazonaws.com",
34
+ tags: [],
35
+ },
36
+ ],
24
37
  signingRegion: "us-gov-east-1",
25
38
  },
26
39
  "us-gov-west-1": {
27
- hostname: "directconnect.us-gov-west-1.amazonaws.com",
40
+ variants: [
41
+ {
42
+ hostname: "directconnect.us-gov-west-1.amazonaws.com",
43
+ tags: [],
44
+ },
45
+ ],
28
46
  signingRegion: "us-gov-west-1",
29
47
  },
48
+ "us-west-1": {
49
+ variants: [
50
+ {
51
+ hostname: "directconnect.us-west-1.amazonaws.com",
52
+ tags: [],
53
+ },
54
+ {
55
+ hostname: "directconnect-fips.us-west-1.amazonaws.com",
56
+ tags: ["fips"],
57
+ },
58
+ ],
59
+ },
60
+ "us-west-2": {
61
+ variants: [
62
+ {
63
+ hostname: "directconnect.us-west-2.amazonaws.com",
64
+ tags: [],
65
+ },
66
+ {
67
+ hostname: "directconnect-fips.us-west-2.amazonaws.com",
68
+ tags: ["fips"],
69
+ },
70
+ ],
71
+ },
30
72
  };
31
73
  const partitionHash = {
32
74
  aws: {
@@ -57,23 +99,97 @@ const partitionHash = {
57
99
  "us-west-1",
58
100
  "us-west-2",
59
101
  ],
60
- hostname: "directconnect.{region}.amazonaws.com",
102
+ regionRegex: "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
103
+ variants: [
104
+ {
105
+ hostname: "directconnect.{region}.amazonaws.com",
106
+ tags: [],
107
+ },
108
+ {
109
+ hostname: "directconnect-fips.{region}.amazonaws.com",
110
+ tags: ["fips"],
111
+ },
112
+ {
113
+ hostname: "directconnect-fips.{region}.api.aws",
114
+ tags: ["dualstack", "fips"],
115
+ },
116
+ {
117
+ hostname: "directconnect.{region}.api.aws",
118
+ tags: ["dualstack"],
119
+ },
120
+ ],
61
121
  },
62
122
  "aws-cn": {
63
123
  regions: ["cn-north-1", "cn-northwest-1"],
64
- hostname: "directconnect.{region}.amazonaws.com.cn",
124
+ regionRegex: "^cn\\-\\w+\\-\\d+$",
125
+ variants: [
126
+ {
127
+ hostname: "directconnect.{region}.amazonaws.com.cn",
128
+ tags: [],
129
+ },
130
+ {
131
+ hostname: "directconnect-fips.{region}.amazonaws.com.cn",
132
+ tags: ["fips"],
133
+ },
134
+ {
135
+ hostname: "directconnect-fips.{region}.api.amazonwebservices.com.cn",
136
+ tags: ["dualstack", "fips"],
137
+ },
138
+ {
139
+ hostname: "directconnect.{region}.api.amazonwebservices.com.cn",
140
+ tags: ["dualstack"],
141
+ },
142
+ ],
65
143
  },
66
144
  "aws-iso": {
67
145
  regions: ["us-iso-east-1", "us-iso-west-1"],
68
- hostname: "directconnect.{region}.c2s.ic.gov",
146
+ regionRegex: "^us\\-iso\\-\\w+\\-\\d+$",
147
+ variants: [
148
+ {
149
+ hostname: "directconnect.{region}.c2s.ic.gov",
150
+ tags: [],
151
+ },
152
+ {
153
+ hostname: "directconnect-fips.{region}.c2s.ic.gov",
154
+ tags: ["fips"],
155
+ },
156
+ ],
69
157
  },
70
158
  "aws-iso-b": {
71
159
  regions: ["us-isob-east-1"],
72
- hostname: "directconnect.{region}.sc2s.sgov.gov",
160
+ regionRegex: "^us\\-isob\\-\\w+\\-\\d+$",
161
+ variants: [
162
+ {
163
+ hostname: "directconnect.{region}.sc2s.sgov.gov",
164
+ tags: [],
165
+ },
166
+ {
167
+ hostname: "directconnect-fips.{region}.sc2s.sgov.gov",
168
+ tags: ["fips"],
169
+ },
170
+ ],
73
171
  },
74
172
  "aws-us-gov": {
75
173
  regions: ["us-gov-east-1", "us-gov-west-1"],
76
- hostname: "directconnect.{region}.amazonaws.com",
174
+ regionRegex: "^us\\-gov\\-\\w+\\-\\d+$",
175
+ variants: [
176
+ {
177
+ hostname: "directconnect.{region}.amazonaws.com",
178
+ tags: [],
179
+ },
180
+ {
181
+ hostname: "directconnect-fips.{region}.amazonaws.com",
182
+ tags: ["fips"],
183
+ },
184
+ {
185
+ hostname: "directconnect-fips.{region}.api.aws",
186
+ tags: ["dualstack", "fips"],
187
+ },
188
+ {
189
+ hostname: "directconnect.{region}.api.aws",
190
+ tags: ["dualstack"],
191
+ },
192
+ ],
77
193
  },
78
194
  };
79
195
  const defaultRegionInfoProvider = async (region, options) => config_resolver_1.getRegionInfo(region, {
package/dist-cjs/index.js CHANGED
@@ -1,65 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./DirectConnectClient"), exports);
5
4
  tslib_1.__exportStar(require("./DirectConnect"), exports);
6
- tslib_1.__exportStar(require("./commands/AcceptDirectConnectGatewayAssociationProposalCommand"), exports);
7
- tslib_1.__exportStar(require("./commands/AllocateConnectionOnInterconnectCommand"), exports);
8
- tslib_1.__exportStar(require("./commands/AllocateHostedConnectionCommand"), exports);
9
- tslib_1.__exportStar(require("./commands/AllocatePrivateVirtualInterfaceCommand"), exports);
10
- tslib_1.__exportStar(require("./commands/AllocatePublicVirtualInterfaceCommand"), exports);
11
- tslib_1.__exportStar(require("./commands/AllocateTransitVirtualInterfaceCommand"), exports);
12
- tslib_1.__exportStar(require("./commands/AssociateConnectionWithLagCommand"), exports);
13
- tslib_1.__exportStar(require("./commands/AssociateHostedConnectionCommand"), exports);
14
- tslib_1.__exportStar(require("./commands/AssociateMacSecKeyCommand"), exports);
15
- tslib_1.__exportStar(require("./commands/AssociateVirtualInterfaceCommand"), exports);
16
- tslib_1.__exportStar(require("./commands/ConfirmConnectionCommand"), exports);
17
- tslib_1.__exportStar(require("./commands/ConfirmPrivateVirtualInterfaceCommand"), exports);
18
- tslib_1.__exportStar(require("./commands/ConfirmPublicVirtualInterfaceCommand"), exports);
19
- tslib_1.__exportStar(require("./commands/ConfirmTransitVirtualInterfaceCommand"), exports);
20
- tslib_1.__exportStar(require("./commands/CreateBGPPeerCommand"), exports);
21
- tslib_1.__exportStar(require("./commands/CreateConnectionCommand"), exports);
22
- tslib_1.__exportStar(require("./commands/CreateDirectConnectGatewayCommand"), exports);
23
- tslib_1.__exportStar(require("./commands/CreateDirectConnectGatewayAssociationCommand"), exports);
24
- tslib_1.__exportStar(require("./commands/CreateDirectConnectGatewayAssociationProposalCommand"), exports);
25
- tslib_1.__exportStar(require("./commands/CreateInterconnectCommand"), exports);
26
- tslib_1.__exportStar(require("./commands/CreateLagCommand"), exports);
27
- tslib_1.__exportStar(require("./commands/CreatePrivateVirtualInterfaceCommand"), exports);
28
- tslib_1.__exportStar(require("./commands/CreatePublicVirtualInterfaceCommand"), exports);
29
- tslib_1.__exportStar(require("./commands/CreateTransitVirtualInterfaceCommand"), exports);
30
- tslib_1.__exportStar(require("./commands/DeleteBGPPeerCommand"), exports);
31
- tslib_1.__exportStar(require("./commands/DeleteConnectionCommand"), exports);
32
- tslib_1.__exportStar(require("./commands/DeleteDirectConnectGatewayCommand"), exports);
33
- tslib_1.__exportStar(require("./commands/DeleteDirectConnectGatewayAssociationCommand"), exports);
34
- tslib_1.__exportStar(require("./commands/DeleteDirectConnectGatewayAssociationProposalCommand"), exports);
35
- tslib_1.__exportStar(require("./commands/DeleteInterconnectCommand"), exports);
36
- tslib_1.__exportStar(require("./commands/DeleteLagCommand"), exports);
37
- tslib_1.__exportStar(require("./commands/DeleteVirtualInterfaceCommand"), exports);
38
- tslib_1.__exportStar(require("./commands/DescribeConnectionLoaCommand"), exports);
39
- tslib_1.__exportStar(require("./commands/DescribeConnectionsCommand"), exports);
40
- tslib_1.__exportStar(require("./commands/DescribeConnectionsOnInterconnectCommand"), exports);
41
- tslib_1.__exportStar(require("./commands/DescribeDirectConnectGatewayAssociationProposalsCommand"), exports);
42
- tslib_1.__exportStar(require("./commands/DescribeDirectConnectGatewayAssociationsCommand"), exports);
43
- tslib_1.__exportStar(require("./commands/DescribeDirectConnectGatewayAttachmentsCommand"), exports);
44
- tslib_1.__exportStar(require("./commands/DescribeDirectConnectGatewaysCommand"), exports);
45
- tslib_1.__exportStar(require("./commands/DescribeHostedConnectionsCommand"), exports);
46
- tslib_1.__exportStar(require("./commands/DescribeInterconnectLoaCommand"), exports);
47
- tslib_1.__exportStar(require("./commands/DescribeInterconnectsCommand"), exports);
48
- tslib_1.__exportStar(require("./commands/DescribeLagsCommand"), exports);
49
- tslib_1.__exportStar(require("./commands/DescribeLoaCommand"), exports);
50
- tslib_1.__exportStar(require("./commands/DescribeLocationsCommand"), exports);
51
- tslib_1.__exportStar(require("./commands/DescribeTagsCommand"), exports);
52
- tslib_1.__exportStar(require("./commands/DescribeVirtualGatewaysCommand"), exports);
53
- tslib_1.__exportStar(require("./commands/DescribeVirtualInterfacesCommand"), exports);
54
- tslib_1.__exportStar(require("./commands/DisassociateConnectionFromLagCommand"), exports);
55
- tslib_1.__exportStar(require("./commands/DisassociateMacSecKeyCommand"), exports);
56
- tslib_1.__exportStar(require("./commands/ListVirtualInterfaceTestHistoryCommand"), exports);
57
- tslib_1.__exportStar(require("./commands/StartBgpFailoverTestCommand"), exports);
58
- tslib_1.__exportStar(require("./commands/StopBgpFailoverTestCommand"), exports);
59
- tslib_1.__exportStar(require("./commands/TagResourceCommand"), exports);
60
- tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
61
- tslib_1.__exportStar(require("./commands/UpdateConnectionCommand"), exports);
62
- tslib_1.__exportStar(require("./commands/UpdateDirectConnectGatewayAssociationCommand"), exports);
63
- tslib_1.__exportStar(require("./commands/UpdateLagCommand"), exports);
64
- tslib_1.__exportStar(require("./commands/UpdateVirtualInterfaceAttributesCommand"), exports);
65
- tslib_1.__exportStar(require("./models/index"), exports);
5
+ tslib_1.__exportStar(require("./DirectConnectClient"), exports);
6
+ tslib_1.__exportStar(require("./commands"), exports);
7
+ tslib_1.__exportStar(require("./models"), exports);