@aws-sdk/client-networkmanager 3.489.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,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSitesCommand = 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 GetSitesCommand 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", "GetSites", {})
23
- .n("NetworkManagerClient", "GetSitesCommand")
24
- .f(void 0, models_0_1.GetSitesResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_GetSitesCommand)
26
- .de(Aws_restJson1_1.de_GetSitesCommand)
27
- .build() {
28
- }
29
- exports.GetSitesCommand = GetSitesCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTransitGatewayConnectPeerAssociationsCommand = 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 GetTransitGatewayConnectPeerAssociationsCommand 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", "GetTransitGatewayConnectPeerAssociations", {})
22
- .n("NetworkManagerClient", "GetTransitGatewayConnectPeerAssociationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTransitGatewayConnectPeerAssociationsCommand)
25
- .de(Aws_restJson1_1.de_GetTransitGatewayConnectPeerAssociationsCommand)
26
- .build() {
27
- }
28
- exports.GetTransitGatewayConnectPeerAssociationsCommand = GetTransitGatewayConnectPeerAssociationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTransitGatewayPeeringCommand = 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 GetTransitGatewayPeeringCommand 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", "GetTransitGatewayPeering", {})
22
- .n("NetworkManagerClient", "GetTransitGatewayPeeringCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTransitGatewayPeeringCommand)
25
- .de(Aws_restJson1_1.de_GetTransitGatewayPeeringCommand)
26
- .build() {
27
- }
28
- exports.GetTransitGatewayPeeringCommand = GetTransitGatewayPeeringCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTransitGatewayRegistrationsCommand = 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 GetTransitGatewayRegistrationsCommand 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", "GetTransitGatewayRegistrations", {})
22
- .n("NetworkManagerClient", "GetTransitGatewayRegistrationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTransitGatewayRegistrationsCommand)
25
- .de(Aws_restJson1_1.de_GetTransitGatewayRegistrationsCommand)
26
- .build() {
27
- }
28
- exports.GetTransitGatewayRegistrationsCommand = GetTransitGatewayRegistrationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetTransitGatewayRouteTableAttachmentCommand = 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 GetTransitGatewayRouteTableAttachmentCommand 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", "GetTransitGatewayRouteTableAttachment", {})
22
- .n("NetworkManagerClient", "GetTransitGatewayRouteTableAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetTransitGatewayRouteTableAttachmentCommand)
25
- .de(Aws_restJson1_1.de_GetTransitGatewayRouteTableAttachmentCommand)
26
- .build() {
27
- }
28
- exports.GetTransitGatewayRouteTableAttachmentCommand = GetTransitGatewayRouteTableAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetVpcAttachmentCommand = 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 GetVpcAttachmentCommand 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", "GetVpcAttachment", {})
22
- .n("NetworkManagerClient", "GetVpcAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_GetVpcAttachmentCommand)
25
- .de(Aws_restJson1_1.de_GetVpcAttachmentCommand)
26
- .build() {
27
- }
28
- exports.GetVpcAttachmentCommand = GetVpcAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAttachmentsCommand = 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 ListAttachmentsCommand 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", "ListAttachments", {})
22
- .n("NetworkManagerClient", "ListAttachmentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListAttachmentsCommand)
25
- .de(Aws_restJson1_1.de_ListAttachmentsCommand)
26
- .build() {
27
- }
28
- exports.ListAttachmentsCommand = ListAttachmentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConnectPeersCommand = 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 ListConnectPeersCommand 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", "ListConnectPeers", {})
22
- .n("NetworkManagerClient", "ListConnectPeersCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListConnectPeersCommand)
25
- .de(Aws_restJson1_1.de_ListConnectPeersCommand)
26
- .build() {
27
- }
28
- exports.ListConnectPeersCommand = ListConnectPeersCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCoreNetworkPolicyVersionsCommand = 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 ListCoreNetworkPolicyVersionsCommand 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", "ListCoreNetworkPolicyVersions", {})
22
- .n("NetworkManagerClient", "ListCoreNetworkPolicyVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCoreNetworkPolicyVersionsCommand)
25
- .de(Aws_restJson1_1.de_ListCoreNetworkPolicyVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListCoreNetworkPolicyVersionsCommand = ListCoreNetworkPolicyVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListCoreNetworksCommand = 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 ListCoreNetworksCommand 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", "ListCoreNetworks", {})
22
- .n("NetworkManagerClient", "ListCoreNetworksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListCoreNetworksCommand)
25
- .de(Aws_restJson1_1.de_ListCoreNetworksCommand)
26
- .build() {
27
- }
28
- exports.ListCoreNetworksCommand = ListCoreNetworksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListOrganizationServiceAccessStatusCommand = 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 ListOrganizationServiceAccessStatusCommand 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", "ListOrganizationServiceAccessStatus", {})
22
- .n("NetworkManagerClient", "ListOrganizationServiceAccessStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListOrganizationServiceAccessStatusCommand)
25
- .de(Aws_restJson1_1.de_ListOrganizationServiceAccessStatusCommand)
26
- .build() {
27
- }
28
- exports.ListOrganizationServiceAccessStatusCommand = ListOrganizationServiceAccessStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListPeeringsCommand = 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 ListPeeringsCommand 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", "ListPeerings", {})
22
- .n("NetworkManagerClient", "ListPeeringsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListPeeringsCommand)
25
- .de(Aws_restJson1_1.de_ListPeeringsCommand)
26
- .build() {
27
- }
28
- exports.ListPeeringsCommand = ListPeeringsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListTagsForResourceCommand = 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 ListTagsForResourceCommand 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", "ListTagsForResource", {})
22
- .n("NetworkManagerClient", "ListTagsForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_ListTagsForResourceCommand)
25
- .de(Aws_restJson1_1.de_ListTagsForResourceCommand)
26
- .build() {
27
- }
28
- exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutCoreNetworkPolicyCommand = 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 PutCoreNetworkPolicyCommand 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", "PutCoreNetworkPolicy", {})
22
- .n("NetworkManagerClient", "PutCoreNetworkPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutCoreNetworkPolicyCommand)
25
- .de(Aws_restJson1_1.de_PutCoreNetworkPolicyCommand)
26
- .build() {
27
- }
28
- exports.PutCoreNetworkPolicyCommand = PutCoreNetworkPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PutResourcePolicyCommand = 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 PutResourcePolicyCommand 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", "PutResourcePolicy", {})
22
- .n("NetworkManagerClient", "PutResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_PutResourcePolicyCommand)
25
- .de(Aws_restJson1_1.de_PutResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.PutResourcePolicyCommand = PutResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RegisterTransitGatewayCommand = 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 RegisterTransitGatewayCommand 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", "RegisterTransitGateway", {})
22
- .n("NetworkManagerClient", "RegisterTransitGatewayCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RegisterTransitGatewayCommand)
25
- .de(Aws_restJson1_1.de_RegisterTransitGatewayCommand)
26
- .build() {
27
- }
28
- exports.RegisterTransitGatewayCommand = RegisterTransitGatewayCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RejectAttachmentCommand = 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 RejectAttachmentCommand 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", "RejectAttachment", {})
22
- .n("NetworkManagerClient", "RejectAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RejectAttachmentCommand)
25
- .de(Aws_restJson1_1.de_RejectAttachmentCommand)
26
- .build() {
27
- }
28
- exports.RejectAttachmentCommand = RejectAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.RestoreCoreNetworkPolicyVersionCommand = 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 RestoreCoreNetworkPolicyVersionCommand 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", "RestoreCoreNetworkPolicyVersion", {})
22
- .n("NetworkManagerClient", "RestoreCoreNetworkPolicyVersionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_RestoreCoreNetworkPolicyVersionCommand)
25
- .de(Aws_restJson1_1.de_RestoreCoreNetworkPolicyVersionCommand)
26
- .build() {
27
- }
28
- exports.RestoreCoreNetworkPolicyVersionCommand = RestoreCoreNetworkPolicyVersionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartOrganizationServiceAccessUpdateCommand = 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 StartOrganizationServiceAccessUpdateCommand 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", "StartOrganizationServiceAccessUpdate", {})
22
- .n("NetworkManagerClient", "StartOrganizationServiceAccessUpdateCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartOrganizationServiceAccessUpdateCommand)
25
- .de(Aws_restJson1_1.de_StartOrganizationServiceAccessUpdateCommand)
26
- .build() {
27
- }
28
- exports.StartOrganizationServiceAccessUpdateCommand = StartOrganizationServiceAccessUpdateCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartRouteAnalysisCommand = 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 StartRouteAnalysisCommand 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", "StartRouteAnalysis", {})
22
- .n("NetworkManagerClient", "StartRouteAnalysisCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_StartRouteAnalysisCommand)
25
- .de(Aws_restJson1_1.de_StartRouteAnalysisCommand)
26
- .build() {
27
- }
28
- exports.StartRouteAnalysisCommand = StartRouteAnalysisCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TagResourceCommand = 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 TagResourceCommand 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", "TagResource", {})
22
- .n("NetworkManagerClient", "TagResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_TagResourceCommand)
25
- .de(Aws_restJson1_1.de_TagResourceCommand)
26
- .build() {
27
- }
28
- exports.TagResourceCommand = TagResourceCommand;
1
+ module.exports = require("../index.js");