@aws-sdk/client-direct-connect 3.131.0 → 3.142.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 (135) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +2 -2
  4. package/dist-cjs/commands/AllocateConnectionOnInterconnectCommand.js +2 -2
  5. package/dist-cjs/commands/AllocateHostedConnectionCommand.js +2 -2
  6. package/dist-cjs/commands/AllocatePrivateVirtualInterfaceCommand.js +2 -2
  7. package/dist-cjs/commands/AllocatePublicVirtualInterfaceCommand.js +2 -2
  8. package/dist-cjs/commands/AllocateTransitVirtualInterfaceCommand.js +2 -2
  9. package/dist-cjs/commands/AssociateConnectionWithLagCommand.js +2 -2
  10. package/dist-cjs/commands/AssociateHostedConnectionCommand.js +2 -2
  11. package/dist-cjs/commands/AssociateMacSecKeyCommand.js +2 -2
  12. package/dist-cjs/commands/AssociateVirtualInterfaceCommand.js +2 -2
  13. package/dist-cjs/commands/ConfirmConnectionCommand.js +2 -2
  14. package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +2 -2
  15. package/dist-cjs/commands/ConfirmPrivateVirtualInterfaceCommand.js +2 -2
  16. package/dist-cjs/commands/ConfirmPublicVirtualInterfaceCommand.js +2 -2
  17. package/dist-cjs/commands/ConfirmTransitVirtualInterfaceCommand.js +2 -2
  18. package/dist-cjs/commands/CreateBGPPeerCommand.js +2 -2
  19. package/dist-cjs/commands/CreateConnectionCommand.js +2 -2
  20. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationCommand.js +2 -2
  21. package/dist-cjs/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +2 -2
  22. package/dist-cjs/commands/CreateDirectConnectGatewayCommand.js +2 -2
  23. package/dist-cjs/commands/CreateInterconnectCommand.js +2 -2
  24. package/dist-cjs/commands/CreateLagCommand.js +2 -2
  25. package/dist-cjs/commands/CreatePrivateVirtualInterfaceCommand.js +2 -2
  26. package/dist-cjs/commands/CreatePublicVirtualInterfaceCommand.js +2 -2
  27. package/dist-cjs/commands/CreateTransitVirtualInterfaceCommand.js +2 -2
  28. package/dist-cjs/commands/DeleteBGPPeerCommand.js +2 -2
  29. package/dist-cjs/commands/DeleteConnectionCommand.js +2 -2
  30. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationCommand.js +2 -2
  31. package/dist-cjs/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +2 -2
  32. package/dist-cjs/commands/DeleteDirectConnectGatewayCommand.js +2 -2
  33. package/dist-cjs/commands/DeleteInterconnectCommand.js +2 -2
  34. package/dist-cjs/commands/DeleteLagCommand.js +2 -2
  35. package/dist-cjs/commands/DeleteVirtualInterfaceCommand.js +2 -2
  36. package/dist-cjs/commands/DescribeConnectionLoaCommand.js +2 -2
  37. package/dist-cjs/commands/DescribeConnectionsCommand.js +2 -2
  38. package/dist-cjs/commands/DescribeConnectionsOnInterconnectCommand.js +2 -2
  39. package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +1 -1
  40. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +2 -2
  41. package/dist-cjs/commands/DescribeDirectConnectGatewayAssociationsCommand.js +2 -2
  42. package/dist-cjs/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +2 -2
  43. package/dist-cjs/commands/DescribeDirectConnectGatewaysCommand.js +2 -2
  44. package/dist-cjs/commands/DescribeHostedConnectionsCommand.js +2 -2
  45. package/dist-cjs/commands/DescribeInterconnectLoaCommand.js +2 -2
  46. package/dist-cjs/commands/DescribeInterconnectsCommand.js +2 -2
  47. package/dist-cjs/commands/DescribeLagsCommand.js +2 -2
  48. package/dist-cjs/commands/DescribeLoaCommand.js +2 -2
  49. package/dist-cjs/commands/DescribeLocationsCommand.js +1 -1
  50. package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +2 -2
  51. package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
  52. package/dist-cjs/commands/DescribeVirtualGatewaysCommand.js +1 -1
  53. package/dist-cjs/commands/DescribeVirtualInterfacesCommand.js +2 -2
  54. package/dist-cjs/commands/DisassociateConnectionFromLagCommand.js +2 -2
  55. package/dist-cjs/commands/DisassociateMacSecKeyCommand.js +2 -2
  56. package/dist-cjs/commands/ListVirtualInterfaceTestHistoryCommand.js +2 -2
  57. package/dist-cjs/commands/StartBgpFailoverTestCommand.js +2 -2
  58. package/dist-cjs/commands/StopBgpFailoverTestCommand.js +2 -2
  59. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  60. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  61. package/dist-cjs/commands/UpdateConnectionCommand.js +2 -2
  62. package/dist-cjs/commands/UpdateDirectConnectGatewayAssociationCommand.js +2 -2
  63. package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +2 -2
  64. package/dist-cjs/commands/UpdateLagCommand.js +2 -2
  65. package/dist-cjs/commands/UpdateVirtualInterfaceAttributesCommand.js +2 -2
  66. package/dist-cjs/models/models_0.js +519 -777
  67. package/dist-cjs/protocols/Aws_json1_1.js +315 -519
  68. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +3 -3
  69. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +3 -3
  70. package/dist-es/commands/AllocateHostedConnectionCommand.js +3 -3
  71. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +3 -3
  72. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +3 -3
  73. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +3 -3
  74. package/dist-es/commands/AssociateConnectionWithLagCommand.js +3 -3
  75. package/dist-es/commands/AssociateHostedConnectionCommand.js +3 -3
  76. package/dist-es/commands/AssociateMacSecKeyCommand.js +3 -3
  77. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +3 -3
  78. package/dist-es/commands/ConfirmConnectionCommand.js +3 -3
  79. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +3 -3
  80. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +3 -3
  81. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +3 -3
  82. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +3 -3
  83. package/dist-es/commands/CreateBGPPeerCommand.js +3 -3
  84. package/dist-es/commands/CreateConnectionCommand.js +3 -3
  85. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +3 -3
  86. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +3 -3
  87. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +3 -3
  88. package/dist-es/commands/CreateInterconnectCommand.js +3 -3
  89. package/dist-es/commands/CreateLagCommand.js +3 -3
  90. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +3 -3
  91. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +3 -3
  92. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +3 -3
  93. package/dist-es/commands/DeleteBGPPeerCommand.js +3 -3
  94. package/dist-es/commands/DeleteConnectionCommand.js +3 -3
  95. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +3 -3
  96. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +3 -3
  97. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +3 -3
  98. package/dist-es/commands/DeleteInterconnectCommand.js +3 -3
  99. package/dist-es/commands/DeleteLagCommand.js +3 -3
  100. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +3 -3
  101. package/dist-es/commands/DescribeConnectionLoaCommand.js +3 -3
  102. package/dist-es/commands/DescribeConnectionsCommand.js +3 -3
  103. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +3 -3
  104. package/dist-es/commands/DescribeCustomerMetadataCommand.js +2 -2
  105. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +3 -3
  106. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +3 -3
  107. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +3 -3
  108. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +3 -3
  109. package/dist-es/commands/DescribeHostedConnectionsCommand.js +3 -3
  110. package/dist-es/commands/DescribeInterconnectLoaCommand.js +3 -3
  111. package/dist-es/commands/DescribeInterconnectsCommand.js +3 -3
  112. package/dist-es/commands/DescribeLagsCommand.js +3 -3
  113. package/dist-es/commands/DescribeLoaCommand.js +3 -3
  114. package/dist-es/commands/DescribeLocationsCommand.js +2 -2
  115. package/dist-es/commands/DescribeRouterConfigurationCommand.js +3 -3
  116. package/dist-es/commands/DescribeTagsCommand.js +3 -3
  117. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +2 -2
  118. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +3 -3
  119. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +3 -3
  120. package/dist-es/commands/DisassociateMacSecKeyCommand.js +3 -3
  121. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +3 -3
  122. package/dist-es/commands/StartBgpFailoverTestCommand.js +3 -3
  123. package/dist-es/commands/StopBgpFailoverTestCommand.js +3 -3
  124. package/dist-es/commands/TagResourceCommand.js +3 -3
  125. package/dist-es/commands/UntagResourceCommand.js +3 -3
  126. package/dist-es/commands/UpdateConnectionCommand.js +3 -3
  127. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +3 -3
  128. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +3 -3
  129. package/dist-es/commands/UpdateLagCommand.js +3 -3
  130. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +3 -3
  131. package/dist-es/models/models_0.js +129 -516
  132. package/dist-es/protocols/Aws_json1_1.js +505 -520
  133. package/dist-types/models/models_0.d.ts +516 -774
  134. package/dist-types/ts3.4/models/models_0.d.ts +258 -516
  135. package/package.json +6 -6
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Connection, UpdateConnectionRequest } from "../models/models_0";
4
+ import { ConnectionFilterSensitiveLog, UpdateConnectionRequestFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateConnectionCommand, serializeAws_json1_1UpdateConnectionCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateConnectionCommand = (function (_super) {
7
7
  __extends(UpdateConnectionCommand, _super);
@@ -20,8 +20,8 @@ var UpdateConnectionCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateConnectionRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: Connection.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateConnectionRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: ConnectionFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDirectConnectGatewayAssociationRequest, UpdateDirectConnectGatewayAssociationResult, } from "../models/models_0";
4
+ import { UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog, UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand, serializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateDirectConnectGatewayAssociationCommand = (function (_super) {
7
7
  __extends(UpdateDirectConnectGatewayAssociationCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDirectConnectGatewayAssociationCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationResult.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateDirectConnectGatewayRequest, UpdateDirectConnectGatewayResponse } from "../models/models_0";
4
+ import { UpdateDirectConnectGatewayRequestFilterSensitiveLog, UpdateDirectConnectGatewayResponseFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateDirectConnectGatewayCommand, serializeAws_json1_1UpdateDirectConnectGatewayCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateDirectConnectGatewayCommand = (function (_super) {
7
7
  __extends(UpdateDirectConnectGatewayCommand, _super);
@@ -20,8 +20,8 @@ var UpdateDirectConnectGatewayCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateDirectConnectGatewayRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: UpdateDirectConnectGatewayResponse.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateDirectConnectGatewayRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: UpdateDirectConnectGatewayResponseFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Lag, UpdateLagRequest } from "../models/models_0";
4
+ import { LagFilterSensitiveLog, UpdateLagRequestFilterSensitiveLog } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateLagCommand, serializeAws_json1_1UpdateLagCommand } from "../protocols/Aws_json1_1";
6
6
  var UpdateLagCommand = (function (_super) {
7
7
  __extends(UpdateLagCommand, _super);
@@ -20,8 +20,8 @@ var UpdateLagCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateLagRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: Lag.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateLagRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: LagFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {
@@ -1,7 +1,7 @@
1
1
  import { __extends } from "tslib";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { UpdateVirtualInterfaceAttributesRequest, VirtualInterface } from "../models/models_0";
4
+ import { UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog, VirtualInterfaceFilterSensitiveLog, } from "../models/models_0";
5
5
  import { deserializeAws_json1_1UpdateVirtualInterfaceAttributesCommand, serializeAws_json1_1UpdateVirtualInterfaceAttributesCommand, } from "../protocols/Aws_json1_1";
6
6
  var UpdateVirtualInterfaceAttributesCommand = (function (_super) {
7
7
  __extends(UpdateVirtualInterfaceAttributesCommand, _super);
@@ -20,8 +20,8 @@ var UpdateVirtualInterfaceAttributesCommand = (function (_super) {
20
20
  logger: logger,
21
21
  clientName: clientName,
22
22
  commandName: commandName,
23
- inputFilterSensitiveLog: UpdateVirtualInterfaceAttributesRequest.filterSensitiveLog,
24
- outputFilterSensitiveLog: VirtualInterface.filterSensitiveLog,
23
+ inputFilterSensitiveLog: UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog,
24
+ outputFilterSensitiveLog: VirtualInterfaceFilterSensitiveLog,
25
25
  };
26
26
  var requestHandler = configuration.requestHandler;
27
27
  return stack.resolve(function (request) {