@aws-sdk/client-direct-connect 3.37.0 → 3.38.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 (55) hide show
  1. package/CHANGELOG.md +13 -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/index.js +3 -61
  10. package/dist-cjs/models/models_0.js +63 -3
  11. package/dist-cjs/protocols/Aws_json1_1.js +339 -3
  12. package/dist-es/DirectConnect.js +60 -0
  13. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
  14. package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
  15. package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
  16. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
  17. package/dist-es/commands/index.js +63 -0
  18. package/dist-es/index.js +3 -61
  19. package/dist-es/models/models_0.js +42 -0
  20. package/dist-es/protocols/Aws_json1_1.js +369 -0
  21. package/dist-types/DirectConnect.d.ts +51 -19
  22. package/dist-types/DirectConnectClient.d.ts +8 -4
  23. package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -1
  24. package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +2 -2
  25. package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +2 -2
  26. package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
  27. package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -1
  28. package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -1
  29. package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -1
  30. package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
  31. package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +2 -2
  32. package/dist-types/commands/CreateLagCommand.d.ts +1 -1
  33. package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
  35. package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
  38. package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
  41. package/dist-types/commands/index.d.ts +63 -0
  42. package/dist-types/index.d.ts +3 -61
  43. package/dist-types/models/models_0.d.ts +209 -23
  44. package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
  45. package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
  46. package/dist-types/ts3.4/DirectConnectClient.d.ts +6 -2
  47. package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/index.d.ts +63 -0
  52. package/dist-types/ts3.4/index.d.ts +3 -61
  53. package/dist-types/ts3.4/models/models_0.d.ts +104 -0
  54. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
  55. package/package.json +24 -24
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **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))
12
+ * **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))
13
+ * **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))
14
+
15
+
16
+
17
+
18
+
6
19
  # [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
7
20
 
8
21
 
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);
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);
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDirectConnectGatewayAssociationRequest = exports.CreateDirectConnectGatewayResult = exports.DirectConnectGateway = exports.CreateDirectConnectGatewayRequest = exports.CreateConnectionRequest = exports.CreateBGPPeerResponse = exports.CreateBGPPeerRequest = exports.NewBGPPeer = exports.Connections = exports.ConfirmTransitVirtualInterfaceResponse = exports.ConfirmTransitVirtualInterfaceRequest = exports.ConfirmPublicVirtualInterfaceResponse = exports.ConfirmPublicVirtualInterfaceRequest = exports.ConfirmPrivateVirtualInterfaceResponse = exports.ConfirmPrivateVirtualInterfaceRequest = exports.ConfirmConnectionResponse = exports.ConfirmConnectionRequest = exports.AssociateVirtualInterfaceRequest = exports.AssociateMacSecKeyResponse = exports.AssociateMacSecKeyRequest = exports.AssociateHostedConnectionRequest = exports.AssociateConnectionWithLagRequest = exports.AllocateTransitVirtualInterfaceResult = exports.AllocateTransitVirtualInterfaceRequest = exports.NewTransitVirtualInterfaceAllocation = exports.AllocatePublicVirtualInterfaceRequest = exports.NewPublicVirtualInterfaceAllocation = exports.VirtualInterface = exports.BGPPeer = exports.BGPStatus = exports.BGPPeerState = exports.AllocatePrivateVirtualInterfaceRequest = exports.NewPrivateVirtualInterfaceAllocation = exports.TooManyTagsException = exports.DuplicateTagKeysException = exports.AllocateHostedConnectionRequest = exports.Connection = exports.Tag = exports.MacSecKey = exports.HasLogicalRedundancy = exports.AllocateConnectionOnInterconnectRequest = exports.AddressFamily = exports.DirectConnectServerException = exports.DirectConnectClientException = exports.AcceptDirectConnectGatewayAssociationProposalResult = exports.DirectConnectGatewayAssociation = exports.AssociatedGateway = exports.GatewayType = exports.AcceptDirectConnectGatewayAssociationProposalRequest = exports.RouteFilterPrefix = void 0;
4
- exports.DescribeLagsRequest = exports.Interconnects = exports.DescribeInterconnectsRequest = exports.DescribeInterconnectLoaResponse = exports.DescribeInterconnectLoaRequest = exports.DescribeHostedConnectionsRequest = exports.DescribeDirectConnectGatewaysResult = exports.DescribeDirectConnectGatewaysRequest = exports.DescribeDirectConnectGatewayAttachmentsResult = exports.DirectConnectGatewayAttachment = exports.DescribeDirectConnectGatewayAttachmentsRequest = exports.DescribeDirectConnectGatewayAssociationsResult = exports.DescribeDirectConnectGatewayAssociationsRequest = exports.DescribeDirectConnectGatewayAssociationProposalsResult = exports.DescribeDirectConnectGatewayAssociationProposalsRequest = exports.DescribeConnectionsOnInterconnectRequest = exports.DescribeConnectionsRequest = exports.DescribeConnectionLoaResponse = exports.Loa = exports.DescribeConnectionLoaRequest = exports.LoaContentType = exports.DeleteVirtualInterfaceResponse = exports.DeleteVirtualInterfaceRequest = exports.DeleteLagRequest = exports.DeleteInterconnectResponse = exports.DeleteInterconnectRequest = exports.DeleteDirectConnectGatewayAssociationProposalResult = exports.DeleteDirectConnectGatewayAssociationProposalRequest = exports.DeleteDirectConnectGatewayAssociationResult = exports.DeleteDirectConnectGatewayAssociationRequest = exports.DeleteDirectConnectGatewayResult = exports.DeleteDirectConnectGatewayRequest = exports.DeleteConnectionRequest = exports.DeleteBGPPeerResponse = exports.DeleteBGPPeerRequest = exports.CreateTransitVirtualInterfaceResult = exports.CreateTransitVirtualInterfaceRequest = exports.NewTransitVirtualInterface = exports.CreatePublicVirtualInterfaceRequest = exports.NewPublicVirtualInterface = exports.CreatePrivateVirtualInterfaceRequest = exports.NewPrivateVirtualInterface = exports.Lag = exports.CreateLagRequest = exports.Interconnect = exports.CreateInterconnectRequest = exports.CreateDirectConnectGatewayAssociationProposalResult = exports.DirectConnectGatewayAssociationProposal = exports.CreateDirectConnectGatewayAssociationProposalRequest = exports.CreateDirectConnectGatewayAssociationResult = void 0;
5
- exports.UpdateVirtualInterfaceAttributesRequest = exports.UpdateLagRequest = exports.UpdateDirectConnectGatewayAssociationResult = exports.UpdateDirectConnectGatewayAssociationRequest = exports.UpdateConnectionRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopBgpFailoverTestResponse = exports.StopBgpFailoverTestRequest = exports.StartBgpFailoverTestResponse = exports.StartBgpFailoverTestRequest = exports.ListVirtualInterfaceTestHistoryResponse = exports.VirtualInterfaceTestHistory = exports.ListVirtualInterfaceTestHistoryRequest = exports.DisassociateMacSecKeyResponse = exports.DisassociateMacSecKeyRequest = exports.DisassociateConnectionFromLagRequest = exports.VirtualInterfaces = exports.DescribeVirtualInterfacesRequest = exports.VirtualGateways = exports.VirtualGateway = exports.DescribeTagsResponse = exports.ResourceTag = exports.DescribeTagsRequest = exports.Locations = exports.Location = exports.DescribeLoaRequest = exports.Lags = void 0;
3
+ exports.CreateDirectConnectGatewayRequest = exports.CreateConnectionRequest = exports.CreateBGPPeerResponse = exports.CreateBGPPeerRequest = exports.NewBGPPeer = exports.Connections = exports.ConfirmTransitVirtualInterfaceResponse = exports.ConfirmTransitVirtualInterfaceRequest = exports.ConfirmPublicVirtualInterfaceResponse = exports.ConfirmPublicVirtualInterfaceRequest = exports.ConfirmPrivateVirtualInterfaceResponse = exports.ConfirmPrivateVirtualInterfaceRequest = exports.ConfirmCustomerAgreementResponse = exports.ConfirmCustomerAgreementRequest = exports.ConfirmConnectionResponse = exports.ConfirmConnectionRequest = exports.AssociateVirtualInterfaceRequest = exports.AssociateMacSecKeyResponse = exports.AssociateMacSecKeyRequest = exports.AssociateHostedConnectionRequest = exports.AssociateConnectionWithLagRequest = exports.AllocateTransitVirtualInterfaceResult = exports.AllocateTransitVirtualInterfaceRequest = exports.NewTransitVirtualInterfaceAllocation = exports.AllocatePublicVirtualInterfaceRequest = exports.NewPublicVirtualInterfaceAllocation = exports.VirtualInterface = exports.BGPPeer = exports.BGPStatus = exports.BGPPeerState = exports.AllocatePrivateVirtualInterfaceRequest = exports.NewPrivateVirtualInterfaceAllocation = exports.TooManyTagsException = exports.DuplicateTagKeysException = exports.AllocateHostedConnectionRequest = exports.Connection = exports.Tag = exports.MacSecKey = exports.HasLogicalRedundancy = exports.AllocateConnectionOnInterconnectRequest = exports.CustomerAgreement = exports.AddressFamily = exports.DirectConnectServerException = exports.DirectConnectClientException = exports.AcceptDirectConnectGatewayAssociationProposalResult = exports.DirectConnectGatewayAssociation = exports.AssociatedGateway = exports.GatewayType = exports.AcceptDirectConnectGatewayAssociationProposalRequest = exports.RouteFilterPrefix = void 0;
4
+ exports.DescribeHostedConnectionsRequest = exports.DescribeDirectConnectGatewaysResult = exports.DescribeDirectConnectGatewaysRequest = exports.DescribeDirectConnectGatewayAttachmentsResult = exports.DirectConnectGatewayAttachment = exports.DescribeDirectConnectGatewayAttachmentsRequest = exports.DescribeDirectConnectGatewayAssociationsResult = exports.DescribeDirectConnectGatewayAssociationsRequest = exports.DescribeDirectConnectGatewayAssociationProposalsResult = exports.DescribeDirectConnectGatewayAssociationProposalsRequest = exports.DescribeCustomerMetadataResponse = exports.NniPartnerType = exports.DescribeConnectionsOnInterconnectRequest = exports.DescribeConnectionsRequest = exports.DescribeConnectionLoaResponse = exports.Loa = exports.DescribeConnectionLoaRequest = exports.LoaContentType = exports.DeleteVirtualInterfaceResponse = exports.DeleteVirtualInterfaceRequest = exports.DeleteLagRequest = exports.DeleteInterconnectResponse = exports.DeleteInterconnectRequest = exports.DeleteDirectConnectGatewayAssociationProposalResult = exports.DeleteDirectConnectGatewayAssociationProposalRequest = exports.DeleteDirectConnectGatewayAssociationResult = exports.DeleteDirectConnectGatewayAssociationRequest = exports.DeleteDirectConnectGatewayResult = exports.DeleteDirectConnectGatewayRequest = exports.DeleteConnectionRequest = exports.DeleteBGPPeerResponse = exports.DeleteBGPPeerRequest = exports.CreateTransitVirtualInterfaceResult = exports.CreateTransitVirtualInterfaceRequest = exports.NewTransitVirtualInterface = exports.CreatePublicVirtualInterfaceRequest = exports.NewPublicVirtualInterface = exports.CreatePrivateVirtualInterfaceRequest = exports.NewPrivateVirtualInterface = exports.Lag = exports.CreateLagRequest = exports.Interconnect = exports.CreateInterconnectRequest = exports.CreateDirectConnectGatewayAssociationProposalResult = exports.DirectConnectGatewayAssociationProposal = exports.CreateDirectConnectGatewayAssociationProposalRequest = exports.CreateDirectConnectGatewayAssociationResult = exports.CreateDirectConnectGatewayAssociationRequest = exports.CreateDirectConnectGatewayResult = exports.DirectConnectGateway = void 0;
5
+ exports.UpdateVirtualInterfaceAttributesRequest = exports.UpdateLagRequest = exports.UpdateDirectConnectGatewayAssociationResult = exports.UpdateDirectConnectGatewayAssociationRequest = exports.UpdateDirectConnectGatewayResponse = exports.UpdateDirectConnectGatewayRequest = exports.UpdateConnectionRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopBgpFailoverTestResponse = exports.StopBgpFailoverTestRequest = exports.StartBgpFailoverTestResponse = exports.StartBgpFailoverTestRequest = exports.ListVirtualInterfaceTestHistoryResponse = exports.VirtualInterfaceTestHistory = exports.ListVirtualInterfaceTestHistoryRequest = exports.DisassociateMacSecKeyResponse = exports.DisassociateMacSecKeyRequest = exports.DisassociateConnectionFromLagRequest = exports.VirtualInterfaces = exports.DescribeVirtualInterfacesRequest = exports.VirtualGateways = exports.VirtualGateway = exports.DescribeTagsResponse = exports.ResourceTag = exports.DescribeTagsRequest = exports.DescribeRouterConfigurationResponse = exports.RouterType = exports.DescribeRouterConfigurationRequest = exports.Locations = exports.Location = exports.DescribeLoaRequest = exports.Lags = exports.DescribeLagsRequest = exports.Interconnects = exports.DescribeInterconnectsRequest = exports.DescribeInterconnectLoaResponse = exports.DescribeInterconnectLoaRequest = void 0;
6
6
  var RouteFilterPrefix;
7
7
  (function (RouteFilterPrefix) {
8
8
  RouteFilterPrefix.filterSensitiveLog = (obj) => ({
@@ -55,6 +55,12 @@ var AddressFamily;
55
55
  AddressFamily["IPv4"] = "ipv4";
56
56
  AddressFamily["IPv6"] = "ipv6";
57
57
  })(AddressFamily = exports.AddressFamily || (exports.AddressFamily = {}));
58
+ var CustomerAgreement;
59
+ (function (CustomerAgreement) {
60
+ CustomerAgreement.filterSensitiveLog = (obj) => ({
61
+ ...obj,
62
+ });
63
+ })(CustomerAgreement = exports.CustomerAgreement || (exports.CustomerAgreement = {}));
58
64
  var AllocateConnectionOnInterconnectRequest;
59
65
  (function (AllocateConnectionOnInterconnectRequest) {
60
66
  AllocateConnectionOnInterconnectRequest.filterSensitiveLog = (obj) => ({
@@ -213,6 +219,18 @@ var ConfirmConnectionResponse;
213
219
  ...obj,
214
220
  });
215
221
  })(ConfirmConnectionResponse = exports.ConfirmConnectionResponse || (exports.ConfirmConnectionResponse = {}));
222
+ var ConfirmCustomerAgreementRequest;
223
+ (function (ConfirmCustomerAgreementRequest) {
224
+ ConfirmCustomerAgreementRequest.filterSensitiveLog = (obj) => ({
225
+ ...obj,
226
+ });
227
+ })(ConfirmCustomerAgreementRequest = exports.ConfirmCustomerAgreementRequest || (exports.ConfirmCustomerAgreementRequest = {}));
228
+ var ConfirmCustomerAgreementResponse;
229
+ (function (ConfirmCustomerAgreementResponse) {
230
+ ConfirmCustomerAgreementResponse.filterSensitiveLog = (obj) => ({
231
+ ...obj,
232
+ });
233
+ })(ConfirmCustomerAgreementResponse = exports.ConfirmCustomerAgreementResponse || (exports.ConfirmCustomerAgreementResponse = {}));
216
234
  var ConfirmPrivateVirtualInterfaceRequest;
217
235
  (function (ConfirmPrivateVirtualInterfaceRequest) {
218
236
  ConfirmPrivateVirtualInterfaceRequest.filterSensitiveLog = (obj) => ({
@@ -511,6 +529,18 @@ var DescribeConnectionsOnInterconnectRequest;
511
529
  ...obj,
512
530
  });
513
531
  })(DescribeConnectionsOnInterconnectRequest = exports.DescribeConnectionsOnInterconnectRequest || (exports.DescribeConnectionsOnInterconnectRequest = {}));
532
+ var NniPartnerType;
533
+ (function (NniPartnerType) {
534
+ NniPartnerType["NonPartner"] = "nonPartner";
535
+ NniPartnerType["V1"] = "v1";
536
+ NniPartnerType["V2"] = "v2";
537
+ })(NniPartnerType = exports.NniPartnerType || (exports.NniPartnerType = {}));
538
+ var DescribeCustomerMetadataResponse;
539
+ (function (DescribeCustomerMetadataResponse) {
540
+ DescribeCustomerMetadataResponse.filterSensitiveLog = (obj) => ({
541
+ ...obj,
542
+ });
543
+ })(DescribeCustomerMetadataResponse = exports.DescribeCustomerMetadataResponse || (exports.DescribeCustomerMetadataResponse = {}));
514
544
  var DescribeDirectConnectGatewayAssociationProposalsRequest;
515
545
  (function (DescribeDirectConnectGatewayAssociationProposalsRequest) {
516
546
  DescribeDirectConnectGatewayAssociationProposalsRequest.filterSensitiveLog = (obj) => ({
@@ -625,6 +655,24 @@ var Locations;
625
655
  ...obj,
626
656
  });
627
657
  })(Locations = exports.Locations || (exports.Locations = {}));
658
+ var DescribeRouterConfigurationRequest;
659
+ (function (DescribeRouterConfigurationRequest) {
660
+ DescribeRouterConfigurationRequest.filterSensitiveLog = (obj) => ({
661
+ ...obj,
662
+ });
663
+ })(DescribeRouterConfigurationRequest = exports.DescribeRouterConfigurationRequest || (exports.DescribeRouterConfigurationRequest = {}));
664
+ var RouterType;
665
+ (function (RouterType) {
666
+ RouterType.filterSensitiveLog = (obj) => ({
667
+ ...obj,
668
+ });
669
+ })(RouterType = exports.RouterType || (exports.RouterType = {}));
670
+ var DescribeRouterConfigurationResponse;
671
+ (function (DescribeRouterConfigurationResponse) {
672
+ DescribeRouterConfigurationResponse.filterSensitiveLog = (obj) => ({
673
+ ...obj,
674
+ });
675
+ })(DescribeRouterConfigurationResponse = exports.DescribeRouterConfigurationResponse || (exports.DescribeRouterConfigurationResponse = {}));
628
676
  var DescribeTagsRequest;
629
677
  (function (DescribeTagsRequest) {
630
678
  DescribeTagsRequest.filterSensitiveLog = (obj) => ({
@@ -757,6 +805,18 @@ var UpdateConnectionRequest;
757
805
  ...obj,
758
806
  });
759
807
  })(UpdateConnectionRequest = exports.UpdateConnectionRequest || (exports.UpdateConnectionRequest = {}));
808
+ var UpdateDirectConnectGatewayRequest;
809
+ (function (UpdateDirectConnectGatewayRequest) {
810
+ UpdateDirectConnectGatewayRequest.filterSensitiveLog = (obj) => ({
811
+ ...obj,
812
+ });
813
+ })(UpdateDirectConnectGatewayRequest = exports.UpdateDirectConnectGatewayRequest || (exports.UpdateDirectConnectGatewayRequest = {}));
814
+ var UpdateDirectConnectGatewayResponse;
815
+ (function (UpdateDirectConnectGatewayResponse) {
816
+ UpdateDirectConnectGatewayResponse.filterSensitiveLog = (obj) => ({
817
+ ...obj,
818
+ });
819
+ })(UpdateDirectConnectGatewayResponse = exports.UpdateDirectConnectGatewayResponse || (exports.UpdateDirectConnectGatewayResponse = {}));
760
820
  var UpdateDirectConnectGatewayAssociationRequest;
761
821
  (function (UpdateDirectConnectGatewayAssociationRequest) {
762
822
  UpdateDirectConnectGatewayAssociationRequest.filterSensitiveLog = (obj) => ({