@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,181 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NetworkManager = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AcceptAttachmentCommand_1 = require("./commands/AcceptAttachmentCommand");
6
- const AssociateConnectPeerCommand_1 = require("./commands/AssociateConnectPeerCommand");
7
- const AssociateCustomerGatewayCommand_1 = require("./commands/AssociateCustomerGatewayCommand");
8
- const AssociateLinkCommand_1 = require("./commands/AssociateLinkCommand");
9
- const AssociateTransitGatewayConnectPeerCommand_1 = require("./commands/AssociateTransitGatewayConnectPeerCommand");
10
- const CreateConnectAttachmentCommand_1 = require("./commands/CreateConnectAttachmentCommand");
11
- const CreateConnectionCommand_1 = require("./commands/CreateConnectionCommand");
12
- const CreateConnectPeerCommand_1 = require("./commands/CreateConnectPeerCommand");
13
- const CreateCoreNetworkCommand_1 = require("./commands/CreateCoreNetworkCommand");
14
- const CreateDeviceCommand_1 = require("./commands/CreateDeviceCommand");
15
- const CreateGlobalNetworkCommand_1 = require("./commands/CreateGlobalNetworkCommand");
16
- const CreateLinkCommand_1 = require("./commands/CreateLinkCommand");
17
- const CreateSiteCommand_1 = require("./commands/CreateSiteCommand");
18
- const CreateSiteToSiteVpnAttachmentCommand_1 = require("./commands/CreateSiteToSiteVpnAttachmentCommand");
19
- const CreateTransitGatewayPeeringCommand_1 = require("./commands/CreateTransitGatewayPeeringCommand");
20
- const CreateTransitGatewayRouteTableAttachmentCommand_1 = require("./commands/CreateTransitGatewayRouteTableAttachmentCommand");
21
- const CreateVpcAttachmentCommand_1 = require("./commands/CreateVpcAttachmentCommand");
22
- const DeleteAttachmentCommand_1 = require("./commands/DeleteAttachmentCommand");
23
- const DeleteConnectionCommand_1 = require("./commands/DeleteConnectionCommand");
24
- const DeleteConnectPeerCommand_1 = require("./commands/DeleteConnectPeerCommand");
25
- const DeleteCoreNetworkCommand_1 = require("./commands/DeleteCoreNetworkCommand");
26
- const DeleteCoreNetworkPolicyVersionCommand_1 = require("./commands/DeleteCoreNetworkPolicyVersionCommand");
27
- const DeleteDeviceCommand_1 = require("./commands/DeleteDeviceCommand");
28
- const DeleteGlobalNetworkCommand_1 = require("./commands/DeleteGlobalNetworkCommand");
29
- const DeleteLinkCommand_1 = require("./commands/DeleteLinkCommand");
30
- const DeletePeeringCommand_1 = require("./commands/DeletePeeringCommand");
31
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
32
- const DeleteSiteCommand_1 = require("./commands/DeleteSiteCommand");
33
- const DeregisterTransitGatewayCommand_1 = require("./commands/DeregisterTransitGatewayCommand");
34
- const DescribeGlobalNetworksCommand_1 = require("./commands/DescribeGlobalNetworksCommand");
35
- const DisassociateConnectPeerCommand_1 = require("./commands/DisassociateConnectPeerCommand");
36
- const DisassociateCustomerGatewayCommand_1 = require("./commands/DisassociateCustomerGatewayCommand");
37
- const DisassociateLinkCommand_1 = require("./commands/DisassociateLinkCommand");
38
- const DisassociateTransitGatewayConnectPeerCommand_1 = require("./commands/DisassociateTransitGatewayConnectPeerCommand");
39
- const ExecuteCoreNetworkChangeSetCommand_1 = require("./commands/ExecuteCoreNetworkChangeSetCommand");
40
- const GetConnectAttachmentCommand_1 = require("./commands/GetConnectAttachmentCommand");
41
- const GetConnectionsCommand_1 = require("./commands/GetConnectionsCommand");
42
- const GetConnectPeerAssociationsCommand_1 = require("./commands/GetConnectPeerAssociationsCommand");
43
- const GetConnectPeerCommand_1 = require("./commands/GetConnectPeerCommand");
44
- const GetCoreNetworkChangeEventsCommand_1 = require("./commands/GetCoreNetworkChangeEventsCommand");
45
- const GetCoreNetworkChangeSetCommand_1 = require("./commands/GetCoreNetworkChangeSetCommand");
46
- const GetCoreNetworkCommand_1 = require("./commands/GetCoreNetworkCommand");
47
- const GetCoreNetworkPolicyCommand_1 = require("./commands/GetCoreNetworkPolicyCommand");
48
- const GetCustomerGatewayAssociationsCommand_1 = require("./commands/GetCustomerGatewayAssociationsCommand");
49
- const GetDevicesCommand_1 = require("./commands/GetDevicesCommand");
50
- const GetLinkAssociationsCommand_1 = require("./commands/GetLinkAssociationsCommand");
51
- const GetLinksCommand_1 = require("./commands/GetLinksCommand");
52
- const GetNetworkResourceCountsCommand_1 = require("./commands/GetNetworkResourceCountsCommand");
53
- const GetNetworkResourceRelationshipsCommand_1 = require("./commands/GetNetworkResourceRelationshipsCommand");
54
- const GetNetworkResourcesCommand_1 = require("./commands/GetNetworkResourcesCommand");
55
- const GetNetworkRoutesCommand_1 = require("./commands/GetNetworkRoutesCommand");
56
- const GetNetworkTelemetryCommand_1 = require("./commands/GetNetworkTelemetryCommand");
57
- const GetResourcePolicyCommand_1 = require("./commands/GetResourcePolicyCommand");
58
- const GetRouteAnalysisCommand_1 = require("./commands/GetRouteAnalysisCommand");
59
- const GetSitesCommand_1 = require("./commands/GetSitesCommand");
60
- const GetSiteToSiteVpnAttachmentCommand_1 = require("./commands/GetSiteToSiteVpnAttachmentCommand");
61
- const GetTransitGatewayConnectPeerAssociationsCommand_1 = require("./commands/GetTransitGatewayConnectPeerAssociationsCommand");
62
- const GetTransitGatewayPeeringCommand_1 = require("./commands/GetTransitGatewayPeeringCommand");
63
- const GetTransitGatewayRegistrationsCommand_1 = require("./commands/GetTransitGatewayRegistrationsCommand");
64
- const GetTransitGatewayRouteTableAttachmentCommand_1 = require("./commands/GetTransitGatewayRouteTableAttachmentCommand");
65
- const GetVpcAttachmentCommand_1 = require("./commands/GetVpcAttachmentCommand");
66
- const ListAttachmentsCommand_1 = require("./commands/ListAttachmentsCommand");
67
- const ListConnectPeersCommand_1 = require("./commands/ListConnectPeersCommand");
68
- const ListCoreNetworkPolicyVersionsCommand_1 = require("./commands/ListCoreNetworkPolicyVersionsCommand");
69
- const ListCoreNetworksCommand_1 = require("./commands/ListCoreNetworksCommand");
70
- const ListOrganizationServiceAccessStatusCommand_1 = require("./commands/ListOrganizationServiceAccessStatusCommand");
71
- const ListPeeringsCommand_1 = require("./commands/ListPeeringsCommand");
72
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
73
- const PutCoreNetworkPolicyCommand_1 = require("./commands/PutCoreNetworkPolicyCommand");
74
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
75
- const RegisterTransitGatewayCommand_1 = require("./commands/RegisterTransitGatewayCommand");
76
- const RejectAttachmentCommand_1 = require("./commands/RejectAttachmentCommand");
77
- const RestoreCoreNetworkPolicyVersionCommand_1 = require("./commands/RestoreCoreNetworkPolicyVersionCommand");
78
- const StartOrganizationServiceAccessUpdateCommand_1 = require("./commands/StartOrganizationServiceAccessUpdateCommand");
79
- const StartRouteAnalysisCommand_1 = require("./commands/StartRouteAnalysisCommand");
80
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
81
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
82
- const UpdateConnectionCommand_1 = require("./commands/UpdateConnectionCommand");
83
- const UpdateCoreNetworkCommand_1 = require("./commands/UpdateCoreNetworkCommand");
84
- const UpdateDeviceCommand_1 = require("./commands/UpdateDeviceCommand");
85
- const UpdateGlobalNetworkCommand_1 = require("./commands/UpdateGlobalNetworkCommand");
86
- const UpdateLinkCommand_1 = require("./commands/UpdateLinkCommand");
87
- const UpdateNetworkResourceMetadataCommand_1 = require("./commands/UpdateNetworkResourceMetadataCommand");
88
- const UpdateSiteCommand_1 = require("./commands/UpdateSiteCommand");
89
- const UpdateVpcAttachmentCommand_1 = require("./commands/UpdateVpcAttachmentCommand");
90
- const NetworkManagerClient_1 = require("./NetworkManagerClient");
91
- const commands = {
92
- AcceptAttachmentCommand: AcceptAttachmentCommand_1.AcceptAttachmentCommand,
93
- AssociateConnectPeerCommand: AssociateConnectPeerCommand_1.AssociateConnectPeerCommand,
94
- AssociateCustomerGatewayCommand: AssociateCustomerGatewayCommand_1.AssociateCustomerGatewayCommand,
95
- AssociateLinkCommand: AssociateLinkCommand_1.AssociateLinkCommand,
96
- AssociateTransitGatewayConnectPeerCommand: AssociateTransitGatewayConnectPeerCommand_1.AssociateTransitGatewayConnectPeerCommand,
97
- CreateConnectAttachmentCommand: CreateConnectAttachmentCommand_1.CreateConnectAttachmentCommand,
98
- CreateConnectionCommand: CreateConnectionCommand_1.CreateConnectionCommand,
99
- CreateConnectPeerCommand: CreateConnectPeerCommand_1.CreateConnectPeerCommand,
100
- CreateCoreNetworkCommand: CreateCoreNetworkCommand_1.CreateCoreNetworkCommand,
101
- CreateDeviceCommand: CreateDeviceCommand_1.CreateDeviceCommand,
102
- CreateGlobalNetworkCommand: CreateGlobalNetworkCommand_1.CreateGlobalNetworkCommand,
103
- CreateLinkCommand: CreateLinkCommand_1.CreateLinkCommand,
104
- CreateSiteCommand: CreateSiteCommand_1.CreateSiteCommand,
105
- CreateSiteToSiteVpnAttachmentCommand: CreateSiteToSiteVpnAttachmentCommand_1.CreateSiteToSiteVpnAttachmentCommand,
106
- CreateTransitGatewayPeeringCommand: CreateTransitGatewayPeeringCommand_1.CreateTransitGatewayPeeringCommand,
107
- CreateTransitGatewayRouteTableAttachmentCommand: CreateTransitGatewayRouteTableAttachmentCommand_1.CreateTransitGatewayRouteTableAttachmentCommand,
108
- CreateVpcAttachmentCommand: CreateVpcAttachmentCommand_1.CreateVpcAttachmentCommand,
109
- DeleteAttachmentCommand: DeleteAttachmentCommand_1.DeleteAttachmentCommand,
110
- DeleteConnectionCommand: DeleteConnectionCommand_1.DeleteConnectionCommand,
111
- DeleteConnectPeerCommand: DeleteConnectPeerCommand_1.DeleteConnectPeerCommand,
112
- DeleteCoreNetworkCommand: DeleteCoreNetworkCommand_1.DeleteCoreNetworkCommand,
113
- DeleteCoreNetworkPolicyVersionCommand: DeleteCoreNetworkPolicyVersionCommand_1.DeleteCoreNetworkPolicyVersionCommand,
114
- DeleteDeviceCommand: DeleteDeviceCommand_1.DeleteDeviceCommand,
115
- DeleteGlobalNetworkCommand: DeleteGlobalNetworkCommand_1.DeleteGlobalNetworkCommand,
116
- DeleteLinkCommand: DeleteLinkCommand_1.DeleteLinkCommand,
117
- DeletePeeringCommand: DeletePeeringCommand_1.DeletePeeringCommand,
118
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
119
- DeleteSiteCommand: DeleteSiteCommand_1.DeleteSiteCommand,
120
- DeregisterTransitGatewayCommand: DeregisterTransitGatewayCommand_1.DeregisterTransitGatewayCommand,
121
- DescribeGlobalNetworksCommand: DescribeGlobalNetworksCommand_1.DescribeGlobalNetworksCommand,
122
- DisassociateConnectPeerCommand: DisassociateConnectPeerCommand_1.DisassociateConnectPeerCommand,
123
- DisassociateCustomerGatewayCommand: DisassociateCustomerGatewayCommand_1.DisassociateCustomerGatewayCommand,
124
- DisassociateLinkCommand: DisassociateLinkCommand_1.DisassociateLinkCommand,
125
- DisassociateTransitGatewayConnectPeerCommand: DisassociateTransitGatewayConnectPeerCommand_1.DisassociateTransitGatewayConnectPeerCommand,
126
- ExecuteCoreNetworkChangeSetCommand: ExecuteCoreNetworkChangeSetCommand_1.ExecuteCoreNetworkChangeSetCommand,
127
- GetConnectAttachmentCommand: GetConnectAttachmentCommand_1.GetConnectAttachmentCommand,
128
- GetConnectionsCommand: GetConnectionsCommand_1.GetConnectionsCommand,
129
- GetConnectPeerCommand: GetConnectPeerCommand_1.GetConnectPeerCommand,
130
- GetConnectPeerAssociationsCommand: GetConnectPeerAssociationsCommand_1.GetConnectPeerAssociationsCommand,
131
- GetCoreNetworkCommand: GetCoreNetworkCommand_1.GetCoreNetworkCommand,
132
- GetCoreNetworkChangeEventsCommand: GetCoreNetworkChangeEventsCommand_1.GetCoreNetworkChangeEventsCommand,
133
- GetCoreNetworkChangeSetCommand: GetCoreNetworkChangeSetCommand_1.GetCoreNetworkChangeSetCommand,
134
- GetCoreNetworkPolicyCommand: GetCoreNetworkPolicyCommand_1.GetCoreNetworkPolicyCommand,
135
- GetCustomerGatewayAssociationsCommand: GetCustomerGatewayAssociationsCommand_1.GetCustomerGatewayAssociationsCommand,
136
- GetDevicesCommand: GetDevicesCommand_1.GetDevicesCommand,
137
- GetLinkAssociationsCommand: GetLinkAssociationsCommand_1.GetLinkAssociationsCommand,
138
- GetLinksCommand: GetLinksCommand_1.GetLinksCommand,
139
- GetNetworkResourceCountsCommand: GetNetworkResourceCountsCommand_1.GetNetworkResourceCountsCommand,
140
- GetNetworkResourceRelationshipsCommand: GetNetworkResourceRelationshipsCommand_1.GetNetworkResourceRelationshipsCommand,
141
- GetNetworkResourcesCommand: GetNetworkResourcesCommand_1.GetNetworkResourcesCommand,
142
- GetNetworkRoutesCommand: GetNetworkRoutesCommand_1.GetNetworkRoutesCommand,
143
- GetNetworkTelemetryCommand: GetNetworkTelemetryCommand_1.GetNetworkTelemetryCommand,
144
- GetResourcePolicyCommand: GetResourcePolicyCommand_1.GetResourcePolicyCommand,
145
- GetRouteAnalysisCommand: GetRouteAnalysisCommand_1.GetRouteAnalysisCommand,
146
- GetSitesCommand: GetSitesCommand_1.GetSitesCommand,
147
- GetSiteToSiteVpnAttachmentCommand: GetSiteToSiteVpnAttachmentCommand_1.GetSiteToSiteVpnAttachmentCommand,
148
- GetTransitGatewayConnectPeerAssociationsCommand: GetTransitGatewayConnectPeerAssociationsCommand_1.GetTransitGatewayConnectPeerAssociationsCommand,
149
- GetTransitGatewayPeeringCommand: GetTransitGatewayPeeringCommand_1.GetTransitGatewayPeeringCommand,
150
- GetTransitGatewayRegistrationsCommand: GetTransitGatewayRegistrationsCommand_1.GetTransitGatewayRegistrationsCommand,
151
- GetTransitGatewayRouteTableAttachmentCommand: GetTransitGatewayRouteTableAttachmentCommand_1.GetTransitGatewayRouteTableAttachmentCommand,
152
- GetVpcAttachmentCommand: GetVpcAttachmentCommand_1.GetVpcAttachmentCommand,
153
- ListAttachmentsCommand: ListAttachmentsCommand_1.ListAttachmentsCommand,
154
- ListConnectPeersCommand: ListConnectPeersCommand_1.ListConnectPeersCommand,
155
- ListCoreNetworkPolicyVersionsCommand: ListCoreNetworkPolicyVersionsCommand_1.ListCoreNetworkPolicyVersionsCommand,
156
- ListCoreNetworksCommand: ListCoreNetworksCommand_1.ListCoreNetworksCommand,
157
- ListOrganizationServiceAccessStatusCommand: ListOrganizationServiceAccessStatusCommand_1.ListOrganizationServiceAccessStatusCommand,
158
- ListPeeringsCommand: ListPeeringsCommand_1.ListPeeringsCommand,
159
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
160
- PutCoreNetworkPolicyCommand: PutCoreNetworkPolicyCommand_1.PutCoreNetworkPolicyCommand,
161
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
162
- RegisterTransitGatewayCommand: RegisterTransitGatewayCommand_1.RegisterTransitGatewayCommand,
163
- RejectAttachmentCommand: RejectAttachmentCommand_1.RejectAttachmentCommand,
164
- RestoreCoreNetworkPolicyVersionCommand: RestoreCoreNetworkPolicyVersionCommand_1.RestoreCoreNetworkPolicyVersionCommand,
165
- StartOrganizationServiceAccessUpdateCommand: StartOrganizationServiceAccessUpdateCommand_1.StartOrganizationServiceAccessUpdateCommand,
166
- StartRouteAnalysisCommand: StartRouteAnalysisCommand_1.StartRouteAnalysisCommand,
167
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
168
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
169
- UpdateConnectionCommand: UpdateConnectionCommand_1.UpdateConnectionCommand,
170
- UpdateCoreNetworkCommand: UpdateCoreNetworkCommand_1.UpdateCoreNetworkCommand,
171
- UpdateDeviceCommand: UpdateDeviceCommand_1.UpdateDeviceCommand,
172
- UpdateGlobalNetworkCommand: UpdateGlobalNetworkCommand_1.UpdateGlobalNetworkCommand,
173
- UpdateLinkCommand: UpdateLinkCommand_1.UpdateLinkCommand,
174
- UpdateNetworkResourceMetadataCommand: UpdateNetworkResourceMetadataCommand_1.UpdateNetworkResourceMetadataCommand,
175
- UpdateSiteCommand: UpdateSiteCommand_1.UpdateSiteCommand,
176
- UpdateVpcAttachmentCommand: UpdateVpcAttachmentCommand_1.UpdateVpcAttachmentCommand,
177
- };
178
- class NetworkManager extends NetworkManagerClient_1.NetworkManagerClient {
179
- }
180
- exports.NetworkManager = NetworkManager;
181
- (0, smithy_client_1.createAggregatedClient)(commands, NetworkManager);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NetworkManagerClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class NetworkManagerClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.NetworkManagerClient = NetworkManagerClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AcceptAttachmentCommand = 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 AcceptAttachmentCommand 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", "AcceptAttachment", {})
22
- .n("NetworkManagerClient", "AcceptAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AcceptAttachmentCommand)
25
- .de(Aws_restJson1_1.de_AcceptAttachmentCommand)
26
- .build() {
27
- }
28
- exports.AcceptAttachmentCommand = AcceptAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateConnectPeerCommand = 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 AssociateConnectPeerCommand 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", "AssociateConnectPeer", {})
22
- .n("NetworkManagerClient", "AssociateConnectPeerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateConnectPeerCommand)
25
- .de(Aws_restJson1_1.de_AssociateConnectPeerCommand)
26
- .build() {
27
- }
28
- exports.AssociateConnectPeerCommand = AssociateConnectPeerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateCustomerGatewayCommand = 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 AssociateCustomerGatewayCommand 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", "AssociateCustomerGateway", {})
22
- .n("NetworkManagerClient", "AssociateCustomerGatewayCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateCustomerGatewayCommand)
25
- .de(Aws_restJson1_1.de_AssociateCustomerGatewayCommand)
26
- .build() {
27
- }
28
- exports.AssociateCustomerGatewayCommand = AssociateCustomerGatewayCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateLinkCommand = 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 AssociateLinkCommand 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", "AssociateLink", {})
22
- .n("NetworkManagerClient", "AssociateLinkCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateLinkCommand)
25
- .de(Aws_restJson1_1.de_AssociateLinkCommand)
26
- .build() {
27
- }
28
- exports.AssociateLinkCommand = AssociateLinkCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateTransitGatewayConnectPeerCommand = 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 AssociateTransitGatewayConnectPeerCommand 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", "AssociateTransitGatewayConnectPeer", {})
22
- .n("NetworkManagerClient", "AssociateTransitGatewayConnectPeerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_AssociateTransitGatewayConnectPeerCommand)
25
- .de(Aws_restJson1_1.de_AssociateTransitGatewayConnectPeerCommand)
26
- .build() {
27
- }
28
- exports.AssociateTransitGatewayConnectPeerCommand = AssociateTransitGatewayConnectPeerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConnectAttachmentCommand = 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 CreateConnectAttachmentCommand 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", "CreateConnectAttachment", {})
22
- .n("NetworkManagerClient", "CreateConnectAttachmentCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConnectAttachmentCommand)
25
- .de(Aws_restJson1_1.de_CreateConnectAttachmentCommand)
26
- .build() {
27
- }
28
- exports.CreateConnectAttachmentCommand = CreateConnectAttachmentCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConnectPeerCommand = 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 CreateConnectPeerCommand 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", "CreateConnectPeer", {})
22
- .n("NetworkManagerClient", "CreateConnectPeerCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConnectPeerCommand)
25
- .de(Aws_restJson1_1.de_CreateConnectPeerCommand)
26
- .build() {
27
- }
28
- exports.CreateConnectPeerCommand = CreateConnectPeerCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateConnectionCommand = 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 CreateConnectionCommand 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", "CreateConnection", {})
22
- .n("NetworkManagerClient", "CreateConnectionCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateConnectionCommand)
25
- .de(Aws_restJson1_1.de_CreateConnectionCommand)
26
- .build() {
27
- }
28
- exports.CreateConnectionCommand = CreateConnectionCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateCoreNetworkCommand = 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 CreateCoreNetworkCommand 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", "CreateCoreNetwork", {})
22
- .n("NetworkManagerClient", "CreateCoreNetworkCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateCoreNetworkCommand)
25
- .de(Aws_restJson1_1.de_CreateCoreNetworkCommand)
26
- .build() {
27
- }
28
- exports.CreateCoreNetworkCommand = CreateCoreNetworkCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateDeviceCommand = 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 CreateDeviceCommand 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", "CreateDevice", {})
23
- .n("NetworkManagerClient", "CreateDeviceCommand")
24
- .f(models_0_1.CreateDeviceRequestFilterSensitiveLog, models_0_1.CreateDeviceResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateDeviceCommand)
26
- .de(Aws_restJson1_1.de_CreateDeviceCommand)
27
- .build() {
28
- }
29
- exports.CreateDeviceCommand = CreateDeviceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateGlobalNetworkCommand = 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 CreateGlobalNetworkCommand 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", "CreateGlobalNetwork", {})
22
- .n("NetworkManagerClient", "CreateGlobalNetworkCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateGlobalNetworkCommand)
25
- .de(Aws_restJson1_1.de_CreateGlobalNetworkCommand)
26
- .build() {
27
- }
28
- exports.CreateGlobalNetworkCommand = CreateGlobalNetworkCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateLinkCommand = 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 CreateLinkCommand 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", "CreateLink", {})
22
- .n("NetworkManagerClient", "CreateLinkCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_restJson1_1.se_CreateLinkCommand)
25
- .de(Aws_restJson1_1.de_CreateLinkCommand)
26
- .build() {
27
- }
28
- exports.CreateLinkCommand = CreateLinkCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateSiteCommand = 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 CreateSiteCommand 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", "CreateSite", {})
23
- .n("NetworkManagerClient", "CreateSiteCommand")
24
- .f(models_0_1.CreateSiteRequestFilterSensitiveLog, models_0_1.CreateSiteResponseFilterSensitiveLog)
25
- .ser(Aws_restJson1_1.se_CreateSiteCommand)
26
- .de(Aws_restJson1_1.de_CreateSiteCommand)
27
- .build() {
28
- }
29
- exports.CreateSiteCommand = CreateSiteCommand;
1
+ module.exports = require("../index.js");