@aws-sdk/client-networkmanager 3.490.0 → 3.495.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 (120) hide show
  1. package/dist-cjs/NetworkManager.js +1 -181
  2. package/dist-cjs/NetworkManagerClient.js +1 -43
  3. package/dist-cjs/commands/AcceptAttachmentCommand.js +1 -28
  4. package/dist-cjs/commands/AssociateConnectPeerCommand.js +1 -28
  5. package/dist-cjs/commands/AssociateCustomerGatewayCommand.js +1 -28
  6. package/dist-cjs/commands/AssociateLinkCommand.js +1 -28
  7. package/dist-cjs/commands/AssociateTransitGatewayConnectPeerCommand.js +1 -28
  8. package/dist-cjs/commands/CreateConnectAttachmentCommand.js +1 -28
  9. package/dist-cjs/commands/CreateConnectPeerCommand.js +1 -28
  10. package/dist-cjs/commands/CreateConnectionCommand.js +1 -28
  11. package/dist-cjs/commands/CreateCoreNetworkCommand.js +1 -28
  12. package/dist-cjs/commands/CreateDeviceCommand.js +1 -29
  13. package/dist-cjs/commands/CreateGlobalNetworkCommand.js +1 -28
  14. package/dist-cjs/commands/CreateLinkCommand.js +1 -28
  15. package/dist-cjs/commands/CreateSiteCommand.js +1 -29
  16. package/dist-cjs/commands/CreateSiteToSiteVpnAttachmentCommand.js +1 -28
  17. package/dist-cjs/commands/CreateTransitGatewayPeeringCommand.js +1 -28
  18. package/dist-cjs/commands/CreateTransitGatewayRouteTableAttachmentCommand.js +1 -28
  19. package/dist-cjs/commands/CreateVpcAttachmentCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteAttachmentCommand.js +1 -28
  21. package/dist-cjs/commands/DeleteConnectPeerCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteConnectionCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteCoreNetworkCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteCoreNetworkPolicyVersionCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteDeviceCommand.js +1 -29
  26. package/dist-cjs/commands/DeleteGlobalNetworkCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteLinkCommand.js +1 -28
  28. package/dist-cjs/commands/DeletePeeringCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteSiteCommand.js +1 -29
  31. package/dist-cjs/commands/DeregisterTransitGatewayCommand.js +1 -28
  32. package/dist-cjs/commands/DescribeGlobalNetworksCommand.js +1 -28
  33. package/dist-cjs/commands/DisassociateConnectPeerCommand.js +1 -28
  34. package/dist-cjs/commands/DisassociateCustomerGatewayCommand.js +1 -28
  35. package/dist-cjs/commands/DisassociateLinkCommand.js +1 -28
  36. package/dist-cjs/commands/DisassociateTransitGatewayConnectPeerCommand.js +1 -28
  37. package/dist-cjs/commands/ExecuteCoreNetworkChangeSetCommand.js +1 -28
  38. package/dist-cjs/commands/GetConnectAttachmentCommand.js +1 -28
  39. package/dist-cjs/commands/GetConnectPeerAssociationsCommand.js +1 -28
  40. package/dist-cjs/commands/GetConnectPeerCommand.js +1 -28
  41. package/dist-cjs/commands/GetConnectionsCommand.js +1 -28
  42. package/dist-cjs/commands/GetCoreNetworkChangeEventsCommand.js +1 -28
  43. package/dist-cjs/commands/GetCoreNetworkChangeSetCommand.js +1 -28
  44. package/dist-cjs/commands/GetCoreNetworkCommand.js +1 -28
  45. package/dist-cjs/commands/GetCoreNetworkPolicyCommand.js +1 -28
  46. package/dist-cjs/commands/GetCustomerGatewayAssociationsCommand.js +1 -28
  47. package/dist-cjs/commands/GetDevicesCommand.js +1 -29
  48. package/dist-cjs/commands/GetLinkAssociationsCommand.js +1 -28
  49. package/dist-cjs/commands/GetLinksCommand.js +1 -28
  50. package/dist-cjs/commands/GetNetworkResourceCountsCommand.js +1 -28
  51. package/dist-cjs/commands/GetNetworkResourceRelationshipsCommand.js +1 -28
  52. package/dist-cjs/commands/GetNetworkResourcesCommand.js +1 -28
  53. package/dist-cjs/commands/GetNetworkRoutesCommand.js +1 -28
  54. package/dist-cjs/commands/GetNetworkTelemetryCommand.js +1 -28
  55. package/dist-cjs/commands/GetResourcePolicyCommand.js +1 -28
  56. package/dist-cjs/commands/GetRouteAnalysisCommand.js +1 -28
  57. package/dist-cjs/commands/GetSiteToSiteVpnAttachmentCommand.js +1 -28
  58. package/dist-cjs/commands/GetSitesCommand.js +1 -29
  59. package/dist-cjs/commands/GetTransitGatewayConnectPeerAssociationsCommand.js +1 -28
  60. package/dist-cjs/commands/GetTransitGatewayPeeringCommand.js +1 -28
  61. package/dist-cjs/commands/GetTransitGatewayRegistrationsCommand.js +1 -28
  62. package/dist-cjs/commands/GetTransitGatewayRouteTableAttachmentCommand.js +1 -28
  63. package/dist-cjs/commands/GetVpcAttachmentCommand.js +1 -28
  64. package/dist-cjs/commands/ListAttachmentsCommand.js +1 -28
  65. package/dist-cjs/commands/ListConnectPeersCommand.js +1 -28
  66. package/dist-cjs/commands/ListCoreNetworkPolicyVersionsCommand.js +1 -28
  67. package/dist-cjs/commands/ListCoreNetworksCommand.js +1 -28
  68. package/dist-cjs/commands/ListOrganizationServiceAccessStatusCommand.js +1 -28
  69. package/dist-cjs/commands/ListPeeringsCommand.js +1 -28
  70. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  71. package/dist-cjs/commands/PutCoreNetworkPolicyCommand.js +1 -28
  72. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  73. package/dist-cjs/commands/RegisterTransitGatewayCommand.js +1 -28
  74. package/dist-cjs/commands/RejectAttachmentCommand.js +1 -28
  75. package/dist-cjs/commands/RestoreCoreNetworkPolicyVersionCommand.js +1 -28
  76. package/dist-cjs/commands/StartOrganizationServiceAccessUpdateCommand.js +1 -28
  77. package/dist-cjs/commands/StartRouteAnalysisCommand.js +1 -28
  78. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  79. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  80. package/dist-cjs/commands/UpdateConnectionCommand.js +1 -28
  81. package/dist-cjs/commands/UpdateCoreNetworkCommand.js +1 -28
  82. package/dist-cjs/commands/UpdateDeviceCommand.js +1 -29
  83. package/dist-cjs/commands/UpdateGlobalNetworkCommand.js +1 -28
  84. package/dist-cjs/commands/UpdateLinkCommand.js +1 -28
  85. package/dist-cjs/commands/UpdateNetworkResourceMetadataCommand.js +1 -28
  86. package/dist-cjs/commands/UpdateSiteCommand.js +1 -29
  87. package/dist-cjs/commands/UpdateVpcAttachmentCommand.js +1 -28
  88. package/dist-cjs/commands/index.js +1 -88
  89. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  90. package/dist-cjs/extensionConfiguration.js +1 -2
  91. package/dist-cjs/index.js +8273 -11
  92. package/dist-cjs/models/NetworkManagerServiceException.js +1 -12
  93. package/dist-cjs/models/index.js +1 -4
  94. package/dist-cjs/models/models_0.js +1 -391
  95. package/dist-cjs/pagination/DescribeGlobalNetworksPaginator.js +1 -7
  96. package/dist-cjs/pagination/GetConnectPeerAssociationsPaginator.js +1 -7
  97. package/dist-cjs/pagination/GetConnectionsPaginator.js +1 -7
  98. package/dist-cjs/pagination/GetCoreNetworkChangeEventsPaginator.js +1 -7
  99. package/dist-cjs/pagination/GetCoreNetworkChangeSetPaginator.js +1 -7
  100. package/dist-cjs/pagination/GetCustomerGatewayAssociationsPaginator.js +1 -7
  101. package/dist-cjs/pagination/GetDevicesPaginator.js +1 -7
  102. package/dist-cjs/pagination/GetLinkAssociationsPaginator.js +1 -7
  103. package/dist-cjs/pagination/GetLinksPaginator.js +1 -7
  104. package/dist-cjs/pagination/GetNetworkResourceCountsPaginator.js +1 -7
  105. package/dist-cjs/pagination/GetNetworkResourceRelationshipsPaginator.js +1 -7
  106. package/dist-cjs/pagination/GetNetworkResourcesPaginator.js +1 -7
  107. package/dist-cjs/pagination/GetNetworkTelemetryPaginator.js +1 -7
  108. package/dist-cjs/pagination/GetSitesPaginator.js +1 -7
  109. package/dist-cjs/pagination/GetTransitGatewayConnectPeerAssociationsPaginator.js +1 -7
  110. package/dist-cjs/pagination/GetTransitGatewayRegistrationsPaginator.js +1 -7
  111. package/dist-cjs/pagination/Interfaces.js +1 -2
  112. package/dist-cjs/pagination/ListAttachmentsPaginator.js +1 -7
  113. package/dist-cjs/pagination/ListConnectPeersPaginator.js +1 -7
  114. package/dist-cjs/pagination/ListCoreNetworkPolicyVersionsPaginator.js +1 -7
  115. package/dist-cjs/pagination/ListCoreNetworksPaginator.js +1 -7
  116. package/dist-cjs/pagination/ListPeeringsPaginator.js +1 -7
  117. package/dist-cjs/pagination/index.js +1 -25
  118. package/dist-cjs/protocols/Aws_restJson1.js +1 -5917
  119. package/dist-cjs/runtimeExtensions.js +1 -22
  120. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExecuteCoreNetworkChangeSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class ExecuteCoreNetworkChangeSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "ExecuteCoreNetworkChangeSet", {})
22
- .n("NetworkManagerClient", "ExecuteCoreNetworkChangeSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ExecuteCoreNetworkChangeSetCommand)
25
- .de(Aws_restJson1_1.de_ExecuteCoreNetworkChangeSetCommand)
26
- .build() {
27
- }
28
- exports.ExecuteCoreNetworkChangeSetCommand = ExecuteCoreNetworkChangeSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConnectAttachmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConnectAttachmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetConnectAttachment", {})
22
- .n("NetworkManagerClient", "GetConnectAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConnectAttachmentCommand)
25
- .de(Aws_restJson1_1.de_GetConnectAttachmentCommand)
26
- .build() {
27
- }
28
- exports.GetConnectAttachmentCommand = GetConnectAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConnectPeerAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConnectPeerAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetConnectPeerAssociations", {})
22
- .n("NetworkManagerClient", "GetConnectPeerAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConnectPeerAssociationsCommand)
25
- .de(Aws_restJson1_1.de_GetConnectPeerAssociationsCommand)
26
- .build() {
27
- }
28
- exports.GetConnectPeerAssociationsCommand = GetConnectPeerAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConnectPeerCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConnectPeerCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetConnectPeer", {})
22
- .n("NetworkManagerClient", "GetConnectPeerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConnectPeerCommand)
25
- .de(Aws_restJson1_1.de_GetConnectPeerCommand)
26
- .build() {
27
- }
28
- exports.GetConnectPeerCommand = GetConnectPeerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetConnectionsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetConnectionsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetConnections", {})
22
- .n("NetworkManagerClient", "GetConnectionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetConnectionsCommand)
25
- .de(Aws_restJson1_1.de_GetConnectionsCommand)
26
- .build() {
27
- }
28
- exports.GetConnectionsCommand = GetConnectionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCoreNetworkChangeEventsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCoreNetworkChangeEventsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetCoreNetworkChangeEvents", {})
22
- .n("NetworkManagerClient", "GetCoreNetworkChangeEventsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCoreNetworkChangeEventsCommand)
25
- .de(Aws_restJson1_1.de_GetCoreNetworkChangeEventsCommand)
26
- .build() {
27
- }
28
- exports.GetCoreNetworkChangeEventsCommand = GetCoreNetworkChangeEventsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCoreNetworkChangeSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCoreNetworkChangeSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetCoreNetworkChangeSet", {})
22
- .n("NetworkManagerClient", "GetCoreNetworkChangeSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCoreNetworkChangeSetCommand)
25
- .de(Aws_restJson1_1.de_GetCoreNetworkChangeSetCommand)
26
- .build() {
27
- }
28
- exports.GetCoreNetworkChangeSetCommand = GetCoreNetworkChangeSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCoreNetworkCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCoreNetworkCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetCoreNetwork", {})
22
- .n("NetworkManagerClient", "GetCoreNetworkCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCoreNetworkCommand)
25
- .de(Aws_restJson1_1.de_GetCoreNetworkCommand)
26
- .build() {
27
- }
28
- exports.GetCoreNetworkCommand = GetCoreNetworkCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCoreNetworkPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCoreNetworkPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetCoreNetworkPolicy", {})
22
- .n("NetworkManagerClient", "GetCoreNetworkPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCoreNetworkPolicyCommand)
25
- .de(Aws_restJson1_1.de_GetCoreNetworkPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetCoreNetworkPolicyCommand = GetCoreNetworkPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetCustomerGatewayAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetCustomerGatewayAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetCustomerGatewayAssociations", {})
22
- .n("NetworkManagerClient", "GetCustomerGatewayAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetCustomerGatewayAssociationsCommand)
25
- .de(Aws_restJson1_1.de_GetCustomerGatewayAssociationsCommand)
26
- .build() {
27
- }
28
- exports.GetCustomerGatewayAssociationsCommand = GetCustomerGatewayAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDevicesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const models_0_1 = require("../models/models_0");
10
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
11
- class GetDevicesCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("NetworkManager", "GetDevices", {})
23
- .n("NetworkManagerClient", "GetDevicesCommand")
24
- .f(void 0, models_0_1.GetDevicesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetDevicesCommand)
26
- .de(Aws_restJson1_1.de_GetDevicesCommand)
27
- .build() {
28
- }
29
- exports.GetDevicesCommand = GetDevicesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLinkAssociationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetLinkAssociationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetLinkAssociations", {})
22
- .n("NetworkManagerClient", "GetLinkAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetLinkAssociationsCommand)
25
- .de(Aws_restJson1_1.de_GetLinkAssociationsCommand)
26
- .build() {
27
- }
28
- exports.GetLinkAssociationsCommand = GetLinkAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLinksCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetLinksCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetLinks", {})
22
- .n("NetworkManagerClient", "GetLinksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetLinksCommand)
25
- .de(Aws_restJson1_1.de_GetLinksCommand)
26
- .build() {
27
- }
28
- exports.GetLinksCommand = GetLinksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNetworkResourceCountsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetNetworkResourceCountsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetNetworkResourceCounts", {})
22
- .n("NetworkManagerClient", "GetNetworkResourceCountsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetNetworkResourceCountsCommand)
25
- .de(Aws_restJson1_1.de_GetNetworkResourceCountsCommand)
26
- .build() {
27
- }
28
- exports.GetNetworkResourceCountsCommand = GetNetworkResourceCountsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNetworkResourceRelationshipsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetNetworkResourceRelationshipsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetNetworkResourceRelationships", {})
22
- .n("NetworkManagerClient", "GetNetworkResourceRelationshipsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetNetworkResourceRelationshipsCommand)
25
- .de(Aws_restJson1_1.de_GetNetworkResourceRelationshipsCommand)
26
- .build() {
27
- }
28
- exports.GetNetworkResourceRelationshipsCommand = GetNetworkResourceRelationshipsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNetworkResourcesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetNetworkResourcesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetNetworkResources", {})
22
- .n("NetworkManagerClient", "GetNetworkResourcesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetNetworkResourcesCommand)
25
- .de(Aws_restJson1_1.de_GetNetworkResourcesCommand)
26
- .build() {
27
- }
28
- exports.GetNetworkResourcesCommand = GetNetworkResourcesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNetworkRoutesCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetNetworkRoutesCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetNetworkRoutes", {})
22
- .n("NetworkManagerClient", "GetNetworkRoutesCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetNetworkRoutesCommand)
25
- .de(Aws_restJson1_1.de_GetNetworkRoutesCommand)
26
- .build() {
27
- }
28
- exports.GetNetworkRoutesCommand = GetNetworkRoutesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetNetworkTelemetryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetNetworkTelemetryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetNetworkTelemetry", {})
22
- .n("NetworkManagerClient", "GetNetworkTelemetryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetNetworkTelemetryCommand)
25
- .de(Aws_restJson1_1.de_GetNetworkTelemetryCommand)
26
- .build() {
27
- }
28
- exports.GetNetworkTelemetryCommand = GetNetworkTelemetryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetResourcePolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetResourcePolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetResourcePolicy", {})
22
- .n("NetworkManagerClient", "GetResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_GetResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.GetResourcePolicyCommand = GetResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRouteAnalysisCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetRouteAnalysisCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetRouteAnalysis", {})
22
- .n("NetworkManagerClient", "GetRouteAnalysisCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetRouteAnalysisCommand)
25
- .de(Aws_restJson1_1.de_GetRouteAnalysisCommand)
26
- .build() {
27
- }
28
- exports.GetRouteAnalysisCommand = GetRouteAnalysisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSiteToSiteVpnAttachmentCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
10
- class GetSiteToSiteVpnAttachmentCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("NetworkManager", "GetSiteToSiteVpnAttachment", {})
22
- .n("NetworkManagerClient", "GetSiteToSiteVpnAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetSiteToSiteVpnAttachmentCommand)
25
- .de(Aws_restJson1_1.de_GetSiteToSiteVpnAttachmentCommand)
26
- .build() {
27
- }
28
- exports.GetSiteToSiteVpnAttachmentCommand = GetSiteToSiteVpnAttachmentCommand;
1
+ module.exports = require("../index.js");