1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\NetworkManager;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **AWS Network Manager** service.
|
|
|
8 |
* @method \Aws\Result acceptAttachment(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise acceptAttachmentAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result associateConnectPeer(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise associateConnectPeerAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result associateCustomerGateway(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise associateCustomerGatewayAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result associateLink(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise associateLinkAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result associateTransitGatewayConnectPeer(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise associateTransitGatewayConnectPeerAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createConnectAttachment(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createConnectAttachmentAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createConnectPeer(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createConnectPeerAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createConnection(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createConnectionAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createCoreNetwork(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createCoreNetworkAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createDevice(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createDeviceAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createGlobalNetwork(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createGlobalNetworkAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result createLink(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createLinkAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result createSite(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise createSiteAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result createSiteToSiteVpnAttachment(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise createSiteToSiteVpnAttachmentAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result createTransitGatewayPeering(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise createTransitGatewayPeeringAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result createTransitGatewayRouteTableAttachment(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise createTransitGatewayRouteTableAttachmentAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result createVpcAttachment(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise createVpcAttachmentAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result deleteAttachment(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deleteAttachmentAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteConnectPeer(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteConnectPeerAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteConnection(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteConnectionAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteCoreNetwork(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteCoreNetworkAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deleteCoreNetworkPolicyVersion(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteCoreNetworkPolicyVersionAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deleteDevice(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteDeviceAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result deleteGlobalNetwork(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise deleteGlobalNetworkAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result deleteLink(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise deleteLinkAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result deletePeering(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise deletePeeringAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result deleteResourcePolicy(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result deleteSite(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise deleteSiteAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result deregisterTransitGateway(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise deregisterTransitGatewayAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result describeGlobalNetworks(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise describeGlobalNetworksAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result disassociateConnectPeer(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise disassociateConnectPeerAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result disassociateCustomerGateway(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise disassociateCustomerGatewayAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result disassociateLink(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise disassociateLinkAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result disassociateTransitGatewayConnectPeer(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise disassociateTransitGatewayConnectPeerAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result executeCoreNetworkChangeSet(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise executeCoreNetworkChangeSetAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result getConnectAttachment(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise getConnectAttachmentAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result getConnectPeer(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise getConnectPeerAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result getConnectPeerAssociations(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise getConnectPeerAssociationsAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result getConnections(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise getConnectionsAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result getCoreNetwork(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise getCoreNetworkAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result getCoreNetworkChangeEvents(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise getCoreNetworkChangeEventsAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result getCoreNetworkChangeSet(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise getCoreNetworkChangeSetAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result getCoreNetworkPolicy(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise getCoreNetworkPolicyAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result getCustomerGatewayAssociations(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise getCustomerGatewayAssociationsAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result getDevices(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise getDevicesAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result getLinkAssociations(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise getLinkAssociationsAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result getLinks(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise getLinksAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result getNetworkResourceCounts(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise getNetworkResourceCountsAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result getNetworkResourceRelationships(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise getNetworkResourceRelationshipsAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result getNetworkResources(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise getNetworkResourcesAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result getNetworkRoutes(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise getNetworkRoutesAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result getNetworkTelemetry(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise getNetworkTelemetryAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result getResourcePolicy(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise getResourcePolicyAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result getRouteAnalysis(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise getRouteAnalysisAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result getSiteToSiteVpnAttachment(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise getSiteToSiteVpnAttachmentAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result getSites(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise getSitesAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result getTransitGatewayConnectPeerAssociations(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise getTransitGatewayConnectPeerAssociationsAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result getTransitGatewayPeering(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise getTransitGatewayPeeringAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result getTransitGatewayRegistrations(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise getTransitGatewayRegistrationsAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result getTransitGatewayRouteTableAttachment(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise getTransitGatewayRouteTableAttachmentAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result getVpcAttachment(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise getVpcAttachmentAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result listAttachments(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise listAttachmentsAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result listConnectPeers(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise listConnectPeersAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result listCoreNetworkPolicyVersions(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise listCoreNetworkPolicyVersionsAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result listCoreNetworks(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise listCoreNetworksAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result listOrganizationServiceAccessStatus(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise listOrganizationServiceAccessStatusAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result listPeerings(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise listPeeringsAsync(array $args = [])
|
|
|
142 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
143 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
144 |
* @method \Aws\Result putCoreNetworkPolicy(array $args = [])
|
|
|
145 |
* @method \GuzzleHttp\Promise\Promise putCoreNetworkPolicyAsync(array $args = [])
|
|
|
146 |
* @method \Aws\Result putResourcePolicy(array $args = [])
|
|
|
147 |
* @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
|
|
|
148 |
* @method \Aws\Result registerTransitGateway(array $args = [])
|
|
|
149 |
* @method \GuzzleHttp\Promise\Promise registerTransitGatewayAsync(array $args = [])
|
|
|
150 |
* @method \Aws\Result rejectAttachment(array $args = [])
|
|
|
151 |
* @method \GuzzleHttp\Promise\Promise rejectAttachmentAsync(array $args = [])
|
|
|
152 |
* @method \Aws\Result restoreCoreNetworkPolicyVersion(array $args = [])
|
|
|
153 |
* @method \GuzzleHttp\Promise\Promise restoreCoreNetworkPolicyVersionAsync(array $args = [])
|
|
|
154 |
* @method \Aws\Result startOrganizationServiceAccessUpdate(array $args = [])
|
|
|
155 |
* @method \GuzzleHttp\Promise\Promise startOrganizationServiceAccessUpdateAsync(array $args = [])
|
|
|
156 |
* @method \Aws\Result startRouteAnalysis(array $args = [])
|
|
|
157 |
* @method \GuzzleHttp\Promise\Promise startRouteAnalysisAsync(array $args = [])
|
|
|
158 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
159 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
160 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
161 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
162 |
* @method \Aws\Result updateConnection(array $args = [])
|
|
|
163 |
* @method \GuzzleHttp\Promise\Promise updateConnectionAsync(array $args = [])
|
|
|
164 |
* @method \Aws\Result updateCoreNetwork(array $args = [])
|
|
|
165 |
* @method \GuzzleHttp\Promise\Promise updateCoreNetworkAsync(array $args = [])
|
|
|
166 |
* @method \Aws\Result updateDevice(array $args = [])
|
|
|
167 |
* @method \GuzzleHttp\Promise\Promise updateDeviceAsync(array $args = [])
|
|
|
168 |
* @method \Aws\Result updateGlobalNetwork(array $args = [])
|
|
|
169 |
* @method \GuzzleHttp\Promise\Promise updateGlobalNetworkAsync(array $args = [])
|
|
|
170 |
* @method \Aws\Result updateLink(array $args = [])
|
|
|
171 |
* @method \GuzzleHttp\Promise\Promise updateLinkAsync(array $args = [])
|
|
|
172 |
* @method \Aws\Result updateNetworkResourceMetadata(array $args = [])
|
|
|
173 |
* @method \GuzzleHttp\Promise\Promise updateNetworkResourceMetadataAsync(array $args = [])
|
|
|
174 |
* @method \Aws\Result updateSite(array $args = [])
|
|
|
175 |
* @method \GuzzleHttp\Promise\Promise updateSiteAsync(array $args = [])
|
|
|
176 |
* @method \Aws\Result updateVpcAttachment(array $args = [])
|
|
|
177 |
* @method \GuzzleHttp\Promise\Promise updateVpcAttachmentAsync(array $args = [])
|
|
|
178 |
*/
|
|
|
179 |
class NetworkManagerClient extends AwsClient {}
|