NetworkManagerClient.php 12 KB

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