@aws-sdk/client-networkmanager 3.183.0 → 3.185.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 (119) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist-cjs/protocols/Aws_restJson1.js +2 -2
  3. package/dist-es/NetworkManager.js +349 -342
  4. package/dist-es/NetworkManagerClient.js +28 -22
  5. package/dist-es/commands/AcceptAttachmentCommand.js +28 -21
  6. package/dist-es/commands/AssociateConnectPeerCommand.js +28 -21
  7. package/dist-es/commands/AssociateCustomerGatewayCommand.js +28 -21
  8. package/dist-es/commands/AssociateLinkCommand.js +28 -21
  9. package/dist-es/commands/AssociateTransitGatewayConnectPeerCommand.js +28 -21
  10. package/dist-es/commands/CreateConnectAttachmentCommand.js +28 -21
  11. package/dist-es/commands/CreateConnectPeerCommand.js +28 -21
  12. package/dist-es/commands/CreateConnectionCommand.js +28 -21
  13. package/dist-es/commands/CreateCoreNetworkCommand.js +28 -21
  14. package/dist-es/commands/CreateDeviceCommand.js +28 -21
  15. package/dist-es/commands/CreateGlobalNetworkCommand.js +28 -21
  16. package/dist-es/commands/CreateLinkCommand.js +28 -21
  17. package/dist-es/commands/CreateSiteCommand.js +28 -21
  18. package/dist-es/commands/CreateSiteToSiteVpnAttachmentCommand.js +28 -21
  19. package/dist-es/commands/CreateTransitGatewayPeeringCommand.js +28 -21
  20. package/dist-es/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +28 -21
  21. package/dist-es/commands/CreateVpcAttachmentCommand.js +28 -21
  22. package/dist-es/commands/DeleteAttachmentCommand.js +28 -21
  23. package/dist-es/commands/DeleteConnectPeerCommand.js +28 -21
  24. package/dist-es/commands/DeleteConnectionCommand.js +28 -21
  25. package/dist-es/commands/DeleteCoreNetworkCommand.js +28 -21
  26. package/dist-es/commands/DeleteCoreNetworkPolicyVersionCommand.js +28 -21
  27. package/dist-es/commands/DeleteDeviceCommand.js +28 -21
  28. package/dist-es/commands/DeleteGlobalNetworkCommand.js +28 -21
  29. package/dist-es/commands/DeleteLinkCommand.js +28 -21
  30. package/dist-es/commands/DeletePeeringCommand.js +28 -21
  31. package/dist-es/commands/DeleteResourcePolicyCommand.js +28 -21
  32. package/dist-es/commands/DeleteSiteCommand.js +28 -21
  33. package/dist-es/commands/DeregisterTransitGatewayCommand.js +28 -21
  34. package/dist-es/commands/DescribeGlobalNetworksCommand.js +28 -21
  35. package/dist-es/commands/DisassociateConnectPeerCommand.js +28 -21
  36. package/dist-es/commands/DisassociateCustomerGatewayCommand.js +28 -21
  37. package/dist-es/commands/DisassociateLinkCommand.js +28 -21
  38. package/dist-es/commands/DisassociateTransitGatewayConnectPeerCommand.js +28 -21
  39. package/dist-es/commands/ExecuteCoreNetworkChangeSetCommand.js +28 -21
  40. package/dist-es/commands/GetConnectAttachmentCommand.js +28 -21
  41. package/dist-es/commands/GetConnectPeerAssociationsCommand.js +28 -21
  42. package/dist-es/commands/GetConnectPeerCommand.js +28 -21
  43. package/dist-es/commands/GetConnectionsCommand.js +28 -21
  44. package/dist-es/commands/GetCoreNetworkChangeEventsCommand.js +28 -21
  45. package/dist-es/commands/GetCoreNetworkChangeSetCommand.js +28 -21
  46. package/dist-es/commands/GetCoreNetworkCommand.js +28 -21
  47. package/dist-es/commands/GetCoreNetworkPolicyCommand.js +28 -21
  48. package/dist-es/commands/GetCustomerGatewayAssociationsCommand.js +28 -21
  49. package/dist-es/commands/GetDevicesCommand.js +28 -21
  50. package/dist-es/commands/GetLinkAssociationsCommand.js +28 -21
  51. package/dist-es/commands/GetLinksCommand.js +28 -21
  52. package/dist-es/commands/GetNetworkResourceCountsCommand.js +28 -21
  53. package/dist-es/commands/GetNetworkResourceRelationshipsCommand.js +28 -21
  54. package/dist-es/commands/GetNetworkResourcesCommand.js +28 -21
  55. package/dist-es/commands/GetNetworkRoutesCommand.js +28 -21
  56. package/dist-es/commands/GetNetworkTelemetryCommand.js +28 -21
  57. package/dist-es/commands/GetResourcePolicyCommand.js +28 -21
  58. package/dist-es/commands/GetRouteAnalysisCommand.js +28 -21
  59. package/dist-es/commands/GetSiteToSiteVpnAttachmentCommand.js +28 -21
  60. package/dist-es/commands/GetSitesCommand.js +28 -21
  61. package/dist-es/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +28 -21
  62. package/dist-es/commands/GetTransitGatewayPeeringCommand.js +28 -21
  63. package/dist-es/commands/GetTransitGatewayRegistrationsCommand.js +28 -21
  64. package/dist-es/commands/GetTransitGatewayRouteTableAttachmentCommand.js +28 -21
  65. package/dist-es/commands/GetVpcAttachmentCommand.js +28 -21
  66. package/dist-es/commands/ListAttachmentsCommand.js +28 -21
  67. package/dist-es/commands/ListConnectPeersCommand.js +28 -21
  68. package/dist-es/commands/ListCoreNetworkPolicyVersionsCommand.js +28 -21
  69. package/dist-es/commands/ListCoreNetworksCommand.js +28 -21
  70. package/dist-es/commands/ListOrganizationServiceAccessStatusCommand.js +28 -21
  71. package/dist-es/commands/ListPeeringsCommand.js +28 -21
  72. package/dist-es/commands/ListTagsForResourceCommand.js +28 -21
  73. package/dist-es/commands/PutCoreNetworkPolicyCommand.js +28 -21
  74. package/dist-es/commands/PutResourcePolicyCommand.js +28 -21
  75. package/dist-es/commands/RegisterTransitGatewayCommand.js +28 -21
  76. package/dist-es/commands/RejectAttachmentCommand.js +28 -21
  77. package/dist-es/commands/RestoreCoreNetworkPolicyVersionCommand.js +28 -21
  78. package/dist-es/commands/StartOrganizationServiceAccessUpdateCommand.js +28 -21
  79. package/dist-es/commands/StartRouteAnalysisCommand.js +28 -21
  80. package/dist-es/commands/TagResourceCommand.js +28 -21
  81. package/dist-es/commands/UntagResourceCommand.js +28 -21
  82. package/dist-es/commands/UpdateConnectionCommand.js +28 -21
  83. package/dist-es/commands/UpdateCoreNetworkCommand.js +28 -21
  84. package/dist-es/commands/UpdateDeviceCommand.js +28 -21
  85. package/dist-es/commands/UpdateGlobalNetworkCommand.js +28 -21
  86. package/dist-es/commands/UpdateLinkCommand.js +28 -21
  87. package/dist-es/commands/UpdateNetworkResourceMetadataCommand.js +28 -21
  88. package/dist-es/commands/UpdateSiteCommand.js +28 -21
  89. package/dist-es/commands/UpdateVpcAttachmentCommand.js +28 -21
  90. package/dist-es/endpoints.js +8 -8
  91. package/dist-es/models/NetworkManagerServiceException.js +10 -5
  92. package/dist-es/models/models_0.js +341 -814
  93. package/dist-es/pagination/DescribeGlobalNetworksPaginator.js +68 -25
  94. package/dist-es/pagination/GetConnectPeerAssociationsPaginator.js +68 -25
  95. package/dist-es/pagination/GetConnectionsPaginator.js +68 -25
  96. package/dist-es/pagination/GetCoreNetworkChangeEventsPaginator.js +68 -25
  97. package/dist-es/pagination/GetCoreNetworkChangeSetPaginator.js +68 -25
  98. package/dist-es/pagination/GetCustomerGatewayAssociationsPaginator.js +68 -25
  99. package/dist-es/pagination/GetDevicesPaginator.js +68 -25
  100. package/dist-es/pagination/GetLinkAssociationsPaginator.js +68 -25
  101. package/dist-es/pagination/GetLinksPaginator.js +68 -25
  102. package/dist-es/pagination/GetNetworkResourceCountsPaginator.js +68 -25
  103. package/dist-es/pagination/GetNetworkResourceRelationshipsPaginator.js +68 -25
  104. package/dist-es/pagination/GetNetworkResourcesPaginator.js +68 -25
  105. package/dist-es/pagination/GetNetworkTelemetryPaginator.js +68 -25
  106. package/dist-es/pagination/GetSitesPaginator.js +68 -25
  107. package/dist-es/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.js +68 -25
  108. package/dist-es/pagination/GetTransitGatewayRegistrationsPaginator.js +68 -25
  109. package/dist-es/pagination/ListAttachmentsPaginator.js +68 -25
  110. package/dist-es/pagination/ListConnectPeersPaginator.js +68 -25
  111. package/dist-es/pagination/ListCoreNetworkPolicyVersionsPaginator.js +68 -25
  112. package/dist-es/pagination/ListCoreNetworksPaginator.js +68 -25
  113. package/dist-es/pagination/ListPeeringsPaginator.js +68 -25
  114. package/dist-es/protocols/Aws_restJson1.js +8892 -6202
  115. package/dist-es/runtimeConfig.browser.js +12 -26
  116. package/dist-es/runtimeConfig.js +12 -30
  117. package/dist-es/runtimeConfig.native.js +5 -8
  118. package/dist-es/runtimeConfig.shared.js +11 -8
  119. package/package.json +5 -5
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateDeviceRequestFilterSensitiveLog, CreateDeviceResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateDeviceCommand, serializeAws_restJson1CreateDeviceCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateDeviceCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateDeviceCommand = (function (_super) {
7
+ __extends(CreateDeviceCommand, _super);
8
+ function CreateDeviceCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateDeviceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateDeviceCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateDeviceCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateDeviceRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateDeviceResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateDeviceCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateDeviceCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateDeviceCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateDeviceCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateDeviceCommand;
38
+ }($Command));
39
+ export { CreateDeviceCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateGlobalNetworkRequestFilterSensitiveLog, CreateGlobalNetworkResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateGlobalNetworkCommand, serializeAws_restJson1CreateGlobalNetworkCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateGlobalNetworkCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateGlobalNetworkCommand = (function (_super) {
7
+ __extends(CreateGlobalNetworkCommand, _super);
8
+ function CreateGlobalNetworkCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateGlobalNetworkCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateGlobalNetworkCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateGlobalNetworkCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateGlobalNetworkRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateGlobalNetworkResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateGlobalNetworkCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateGlobalNetworkCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateGlobalNetworkCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateGlobalNetworkCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateGlobalNetworkCommand;
38
+ }($Command));
39
+ export { CreateGlobalNetworkCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateLinkRequestFilterSensitiveLog, CreateLinkResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateLinkCommand, serializeAws_restJson1CreateLinkCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateLinkCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateLinkCommand = (function (_super) {
7
+ __extends(CreateLinkCommand, _super);
8
+ function CreateLinkCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateLinkCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateLinkCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateLinkCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateLinkRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateLinkResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateLinkCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateLinkCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateLinkCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateLinkCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateLinkCommand;
38
+ }($Command));
39
+ export { CreateLinkCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateSiteRequestFilterSensitiveLog, CreateSiteResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateSiteCommand, serializeAws_restJson1CreateSiteCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateSiteCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateSiteCommand = (function (_super) {
7
+ __extends(CreateSiteCommand, _super);
8
+ function CreateSiteCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateSiteCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateSiteCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateSiteCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateSiteRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateSiteResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateSiteCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateSiteCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateSiteCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateSiteCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateSiteCommand;
38
+ }($Command));
39
+ export { CreateSiteCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateSiteToSiteVpnAttachmentRequestFilterSensitiveLog, CreateSiteToSiteVpnAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand, serializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateSiteToSiteVpnAttachmentCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateSiteToSiteVpnAttachmentCommand = (function (_super) {
7
+ __extends(CreateSiteToSiteVpnAttachmentCommand, _super);
8
+ function CreateSiteToSiteVpnAttachmentCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateSiteToSiteVpnAttachmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateSiteToSiteVpnAttachmentCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateSiteToSiteVpnAttachmentCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateSiteToSiteVpnAttachmentRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateSiteToSiteVpnAttachmentResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateSiteToSiteVpnAttachmentCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateSiteToSiteVpnAttachmentCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateSiteToSiteVpnAttachmentCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateSiteToSiteVpnAttachmentCommand;
38
+ }($Command));
39
+ export { CreateSiteToSiteVpnAttachmentCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateTransitGatewayPeeringRequestFilterSensitiveLog, CreateTransitGatewayPeeringResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateTransitGatewayPeeringCommand, serializeAws_restJson1CreateTransitGatewayPeeringCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateTransitGatewayPeeringCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateTransitGatewayPeeringCommand = (function (_super) {
7
+ __extends(CreateTransitGatewayPeeringCommand, _super);
8
+ function CreateTransitGatewayPeeringCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateTransitGatewayPeeringCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateTransitGatewayPeeringCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateTransitGatewayPeeringCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateTransitGatewayPeeringRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateTransitGatewayPeeringResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateTransitGatewayPeeringCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateTransitGatewayPeeringCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateTransitGatewayPeeringCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateTransitGatewayPeeringCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateTransitGatewayPeeringCommand;
38
+ }($Command));
39
+ export { CreateTransitGatewayPeeringCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateTransitGatewayRouteTableAttachmentRequestFilterSensitiveLog, CreateTransitGatewayRouteTableAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateTransitGatewayRouteTableAttachmentCommand, serializeAws_restJson1CreateTransitGatewayRouteTableAttachmentCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateTransitGatewayRouteTableAttachmentCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateTransitGatewayRouteTableAttachmentCommand = (function (_super) {
7
+ __extends(CreateTransitGatewayRouteTableAttachmentCommand, _super);
8
+ function CreateTransitGatewayRouteTableAttachmentCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateTransitGatewayRouteTableAttachmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateTransitGatewayRouteTableAttachmentCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateTransitGatewayRouteTableAttachmentCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateTransitGatewayRouteTableAttachmentRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateTransitGatewayRouteTableAttachmentResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateTransitGatewayRouteTableAttachmentCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateTransitGatewayRouteTableAttachmentCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateTransitGatewayRouteTableAttachmentCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateTransitGatewayRouteTableAttachmentCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateTransitGatewayRouteTableAttachmentCommand;
38
+ }($Command));
39
+ export { CreateTransitGatewayRouteTableAttachmentCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { CreateVpcAttachmentRequestFilterSensitiveLog, CreateVpcAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1CreateVpcAttachmentCommand, serializeAws_restJson1CreateVpcAttachmentCommand, } from "../protocols/Aws_restJson1";
5
- export class CreateVpcAttachmentCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var CreateVpcAttachmentCommand = (function (_super) {
7
+ __extends(CreateVpcAttachmentCommand, _super);
8
+ function CreateVpcAttachmentCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ CreateVpcAttachmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "CreateVpcAttachmentCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "CreateVpcAttachmentCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: CreateVpcAttachmentRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: CreateVpcAttachmentResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ CreateVpcAttachmentCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1CreateVpcAttachmentCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ CreateVpcAttachmentCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1CreateVpcAttachmentCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return CreateVpcAttachmentCommand;
38
+ }($Command));
39
+ export { CreateVpcAttachmentCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DeleteAttachmentRequestFilterSensitiveLog, DeleteAttachmentResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DeleteAttachmentCommand, serializeAws_restJson1DeleteAttachmentCommand, } from "../protocols/Aws_restJson1";
5
- export class DeleteAttachmentCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DeleteAttachmentCommand = (function (_super) {
7
+ __extends(DeleteAttachmentCommand, _super);
8
+ function DeleteAttachmentCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteAttachmentCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "DeleteAttachmentCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "DeleteAttachmentCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteAttachmentRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeleteAttachmentResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteAttachmentCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DeleteAttachmentCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteAttachmentCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DeleteAttachmentCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteAttachmentCommand;
38
+ }($Command));
39
+ export { DeleteAttachmentCommand };
@@ -1,32 +1,39 @@
1
+ import { __extends } from "tslib";
1
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
2
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
3
4
  import { DeleteConnectPeerRequestFilterSensitiveLog, DeleteConnectPeerResponseFilterSensitiveLog, } from "../models/models_0";
4
5
  import { deserializeAws_restJson1DeleteConnectPeerCommand, serializeAws_restJson1DeleteConnectPeerCommand, } from "../protocols/Aws_restJson1";
5
- export class DeleteConnectPeerCommand extends $Command {
6
- constructor(input) {
7
- super();
8
- this.input = input;
6
+ var DeleteConnectPeerCommand = (function (_super) {
7
+ __extends(DeleteConnectPeerCommand, _super);
8
+ function DeleteConnectPeerCommand(input) {
9
+ var _this = _super.call(this) || this;
10
+ _this.input = input;
11
+ return _this;
9
12
  }
10
- resolveMiddleware(clientStack, configuration, options) {
13
+ DeleteConnectPeerCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
11
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
12
- const stack = clientStack.concat(this.middlewareStack);
13
- const { logger } = configuration;
14
- const clientName = "NetworkManagerClient";
15
- const commandName = "DeleteConnectPeerCommand";
16
- const handlerExecutionContext = {
17
- logger,
18
- clientName,
19
- commandName,
15
+ var stack = clientStack.concat(this.middlewareStack);
16
+ var logger = configuration.logger;
17
+ var clientName = "NetworkManagerClient";
18
+ var commandName = "DeleteConnectPeerCommand";
19
+ var handlerExecutionContext = {
20
+ logger: logger,
21
+ clientName: clientName,
22
+ commandName: commandName,
20
23
  inputFilterSensitiveLog: DeleteConnectPeerRequestFilterSensitiveLog,
21
24
  outputFilterSensitiveLog: DeleteConnectPeerResponseFilterSensitiveLog,
22
25
  };
23
- const { requestHandler } = configuration;
24
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
25
- }
26
- serialize(input, context) {
26
+ var requestHandler = configuration.requestHandler;
27
+ return stack.resolve(function (request) {
28
+ return requestHandler.handle(request.request, options || {});
29
+ }, handlerExecutionContext);
30
+ };
31
+ DeleteConnectPeerCommand.prototype.serialize = function (input, context) {
27
32
  return serializeAws_restJson1DeleteConnectPeerCommand(input, context);
28
- }
29
- deserialize(output, context) {
33
+ };
34
+ DeleteConnectPeerCommand.prototype.deserialize = function (output, context) {
30
35
  return deserializeAws_restJson1DeleteConnectPeerCommand(output, context);
31
- }
32
- }
36
+ };
37
+ return DeleteConnectPeerCommand;
38
+ }($Command));
39
+ export { DeleteConnectPeerCommand };