@aws-sdk/client-direct-connect 3.181.0 → 3.183.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 (75) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-es/DirectConnect.js +254 -261
  3. package/dist-es/DirectConnectClient.js +22 -28
  4. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +21 -28
  5. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +21 -28
  6. package/dist-es/commands/AllocateHostedConnectionCommand.js +21 -28
  7. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +21 -28
  8. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +21 -28
  9. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +21 -28
  10. package/dist-es/commands/AssociateConnectionWithLagCommand.js +21 -28
  11. package/dist-es/commands/AssociateHostedConnectionCommand.js +21 -28
  12. package/dist-es/commands/AssociateMacSecKeyCommand.js +21 -28
  13. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +21 -28
  14. package/dist-es/commands/ConfirmConnectionCommand.js +21 -28
  15. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +21 -28
  16. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +21 -28
  17. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +21 -28
  18. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +21 -28
  19. package/dist-es/commands/CreateBGPPeerCommand.js +21 -28
  20. package/dist-es/commands/CreateConnectionCommand.js +21 -28
  21. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +21 -28
  22. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +21 -28
  23. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +21 -28
  24. package/dist-es/commands/CreateInterconnectCommand.js +21 -28
  25. package/dist-es/commands/CreateLagCommand.js +21 -28
  26. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +21 -28
  27. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +21 -28
  28. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +21 -28
  29. package/dist-es/commands/DeleteBGPPeerCommand.js +21 -28
  30. package/dist-es/commands/DeleteConnectionCommand.js +21 -28
  31. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +21 -28
  32. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +21 -28
  33. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +21 -28
  34. package/dist-es/commands/DeleteInterconnectCommand.js +21 -28
  35. package/dist-es/commands/DeleteLagCommand.js +21 -28
  36. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +21 -28
  37. package/dist-es/commands/DescribeConnectionLoaCommand.js +21 -28
  38. package/dist-es/commands/DescribeConnectionsCommand.js +21 -28
  39. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +21 -28
  40. package/dist-es/commands/DescribeCustomerMetadataCommand.js +22 -29
  41. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +21 -28
  42. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +21 -28
  43. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +21 -28
  44. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +21 -28
  45. package/dist-es/commands/DescribeHostedConnectionsCommand.js +21 -28
  46. package/dist-es/commands/DescribeInterconnectLoaCommand.js +21 -28
  47. package/dist-es/commands/DescribeInterconnectsCommand.js +21 -28
  48. package/dist-es/commands/DescribeLagsCommand.js +21 -28
  49. package/dist-es/commands/DescribeLoaCommand.js +21 -28
  50. package/dist-es/commands/DescribeLocationsCommand.js +22 -29
  51. package/dist-es/commands/DescribeRouterConfigurationCommand.js +21 -28
  52. package/dist-es/commands/DescribeTagsCommand.js +21 -28
  53. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +22 -29
  54. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +21 -28
  55. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +21 -28
  56. package/dist-es/commands/DisassociateMacSecKeyCommand.js +21 -28
  57. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +21 -28
  58. package/dist-es/commands/StartBgpFailoverTestCommand.js +21 -28
  59. package/dist-es/commands/StopBgpFailoverTestCommand.js +21 -28
  60. package/dist-es/commands/TagResourceCommand.js +21 -28
  61. package/dist-es/commands/UntagResourceCommand.js +21 -28
  62. package/dist-es/commands/UpdateConnectionCommand.js +21 -28
  63. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +21 -28
  64. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +21 -28
  65. package/dist-es/commands/UpdateLagCommand.js +21 -28
  66. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +21 -28
  67. package/dist-es/endpoints.js +8 -8
  68. package/dist-es/models/DirectConnectServiceException.js +5 -10
  69. package/dist-es/models/models_0.js +431 -174
  70. package/dist-es/protocols/Aws_json1_1.js +3615 -4684
  71. package/dist-es/runtimeConfig.browser.js +26 -12
  72. package/dist-es/runtimeConfig.js +30 -12
  73. package/dist-es/runtimeConfig.native.js +8 -5
  74. package/dist-es/runtimeConfig.shared.js +8 -11
  75. package/package.json +33 -33
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog, UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand, serializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateDirectConnectGatewayAssociationCommand = (function (_super) {
7
- __extends(UpdateDirectConnectGatewayAssociationCommand, _super);
8
- function UpdateDirectConnectGatewayAssociationCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateDirectConnectGatewayAssociationCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateDirectConnectGatewayAssociationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectConnectClient";
18
- var commandName = "UpdateDirectConnectGatewayAssociationCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectConnectClient";
15
+ const commandName = "UpdateDirectConnectGatewayAssociationCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateDirectConnectGatewayAssociationResultFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateDirectConnectGatewayAssociationCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand(input, context);
33
- };
34
- UpdateDirectConnectGatewayAssociationCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateDirectConnectGatewayAssociationCommand(output, context);
36
- };
37
- return UpdateDirectConnectGatewayAssociationCommand;
38
- }($Command));
39
- export { UpdateDirectConnectGatewayAssociationCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateDirectConnectGatewayRequestFilterSensitiveLog, UpdateDirectConnectGatewayResponseFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateDirectConnectGatewayCommand, serializeAws_json1_1UpdateDirectConnectGatewayCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateDirectConnectGatewayCommand = (function (_super) {
7
- __extends(UpdateDirectConnectGatewayCommand, _super);
8
- function UpdateDirectConnectGatewayCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateDirectConnectGatewayCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateDirectConnectGatewayCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectConnectClient";
18
- var commandName = "UpdateDirectConnectGatewayCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectConnectClient";
15
+ const commandName = "UpdateDirectConnectGatewayCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateDirectConnectGatewayRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: UpdateDirectConnectGatewayResponseFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateDirectConnectGatewayCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateDirectConnectGatewayCommand(input, context);
33
- };
34
- UpdateDirectConnectGatewayCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateDirectConnectGatewayCommand(output, context);
36
- };
37
- return UpdateDirectConnectGatewayCommand;
38
- }($Command));
39
- export { UpdateDirectConnectGatewayCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { LagFilterSensitiveLog, UpdateLagRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateLagCommand, serializeAws_json1_1UpdateLagCommand } from "../protocols/Aws_json1_1";
6
- var UpdateLagCommand = (function (_super) {
7
- __extends(UpdateLagCommand, _super);
8
- function UpdateLagCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateLagCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateLagCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectConnectClient";
18
- var commandName = "UpdateLagCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectConnectClient";
15
+ const commandName = "UpdateLagCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateLagRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: LagFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateLagCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateLagCommand(input, context);
33
- };
34
- UpdateLagCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateLagCommand(output, context);
36
- };
37
- return UpdateLagCommand;
38
- }($Command));
39
- export { UpdateLagCommand };
31
+ }
32
+ }
@@ -1,39 +1,32 @@
1
- import { __extends } from "tslib";
2
1
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
2
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
3
  import { UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog, VirtualInterfaceFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_json1_1UpdateVirtualInterfaceAttributesCommand, serializeAws_json1_1UpdateVirtualInterfaceAttributesCommand, } from "../protocols/Aws_json1_1";
6
- var UpdateVirtualInterfaceAttributesCommand = (function (_super) {
7
- __extends(UpdateVirtualInterfaceAttributesCommand, _super);
8
- function UpdateVirtualInterfaceAttributesCommand(input) {
9
- var _this = _super.call(this) || this;
10
- _this.input = input;
11
- return _this;
5
+ export class UpdateVirtualInterfaceAttributesCommand extends $Command {
6
+ constructor(input) {
7
+ super();
8
+ this.input = input;
12
9
  }
13
- UpdateVirtualInterfaceAttributesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
10
+ resolveMiddleware(clientStack, configuration, options) {
14
11
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
15
- var stack = clientStack.concat(this.middlewareStack);
16
- var logger = configuration.logger;
17
- var clientName = "DirectConnectClient";
18
- var commandName = "UpdateVirtualInterfaceAttributesCommand";
19
- var handlerExecutionContext = {
20
- logger: logger,
21
- clientName: clientName,
22
- commandName: commandName,
12
+ const stack = clientStack.concat(this.middlewareStack);
13
+ const { logger } = configuration;
14
+ const clientName = "DirectConnectClient";
15
+ const commandName = "UpdateVirtualInterfaceAttributesCommand";
16
+ const handlerExecutionContext = {
17
+ logger,
18
+ clientName,
19
+ commandName,
23
20
  inputFilterSensitiveLog: UpdateVirtualInterfaceAttributesRequestFilterSensitiveLog,
24
21
  outputFilterSensitiveLog: VirtualInterfaceFilterSensitiveLog,
25
22
  };
26
- var requestHandler = configuration.requestHandler;
27
- return stack.resolve(function (request) {
28
- return requestHandler.handle(request.request, options || {});
29
- }, handlerExecutionContext);
30
- };
31
- UpdateVirtualInterfaceAttributesCommand.prototype.serialize = function (input, context) {
23
+ const { requestHandler } = configuration;
24
+ return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
+ }
26
+ serialize(input, context) {
32
27
  return serializeAws_json1_1UpdateVirtualInterfaceAttributesCommand(input, context);
33
- };
34
- UpdateVirtualInterfaceAttributesCommand.prototype.deserialize = function (output, context) {
28
+ }
29
+ deserialize(output, context) {
35
30
  return deserializeAws_json1_1UpdateVirtualInterfaceAttributesCommand(output, context);
36
- };
37
- return UpdateVirtualInterfaceAttributesCommand;
38
- }($Command));
39
- export { UpdateVirtualInterfaceAttributesCommand };
31
+ }
32
+ }
@@ -1,6 +1,5 @@
1
- import { __assign, __awaiter, __generator } from "tslib";
2
1
  import { getRegionInfo } from "@aws-sdk/config-resolver";
3
- var regionHash = {
2
+ const regionHash = {
4
3
  "us-east-1": {
5
4
  variants: [
6
5
  {
@@ -52,7 +51,7 @@ var regionHash = {
52
51
  ],
53
52
  },
54
53
  };
55
- var partitionHash = {
54
+ const partitionHash = {
56
55
  aws: {
57
56
  regions: [
58
57
  "af-south-1",
@@ -176,8 +175,9 @@ var partitionHash = {
176
175
  ],
177
176
  },
178
177
  };
179
- export var defaultRegionInfoProvider = function (region, options) { return __awaiter(void 0, void 0, void 0, function () {
180
- return __generator(this, function (_a) {
181
- return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "directconnect", regionHash: regionHash, partitionHash: partitionHash }))];
182
- });
183
- }); };
178
+ export const defaultRegionInfoProvider = async (region, options) => getRegionInfo(region, {
179
+ ...options,
180
+ signingService: "directconnect",
181
+ regionHash,
182
+ partitionHash,
183
+ });
@@ -1,12 +1,7 @@
1
- import { __extends } from "tslib";
2
1
  import { ServiceException as __ServiceException, } from "@aws-sdk/smithy-client";
3
- var DirectConnectServiceException = (function (_super) {
4
- __extends(DirectConnectServiceException, _super);
5
- function DirectConnectServiceException(options) {
6
- var _this = _super.call(this, options) || this;
7
- Object.setPrototypeOf(_this, DirectConnectServiceException.prototype);
8
- return _this;
2
+ export class DirectConnectServiceException extends __ServiceException {
3
+ constructor(options) {
4
+ super(options);
5
+ Object.setPrototypeOf(this, DirectConnectServiceException.prototype);
9
6
  }
10
- return DirectConnectServiceException;
11
- }(__ServiceException));
12
- export { DirectConnectServiceException };
7
+ }