AppMeshClient.php
86 lines
| 1 | <?php |
| 2 | namespace Aws\AppMesh; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS App Mesh** service. |
| 8 | * @method \Aws\Result createMesh(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createMeshAsync(array $args = []) |
| 10 | * @method \Aws\Result createRoute(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise createRouteAsync(array $args = []) |
| 12 | * @method \Aws\Result createVirtualNode(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise createVirtualNodeAsync(array $args = []) |
| 14 | * @method \Aws\Result createVirtualRouter(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise createVirtualRouterAsync(array $args = []) |
| 16 | * @method \Aws\Result deleteMesh(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise deleteMeshAsync(array $args = []) |
| 18 | * @method \Aws\Result deleteRoute(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise deleteRouteAsync(array $args = []) |
| 20 | * @method \Aws\Result deleteVirtualNode(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise deleteVirtualNodeAsync(array $args = []) |
| 22 | * @method \Aws\Result deleteVirtualRouter(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise deleteVirtualRouterAsync(array $args = []) |
| 24 | * @method \Aws\Result describeMesh(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise describeMeshAsync(array $args = []) |
| 26 | * @method \Aws\Result describeRoute(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise describeRouteAsync(array $args = []) |
| 28 | * @method \Aws\Result describeVirtualNode(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise describeVirtualNodeAsync(array $args = []) |
| 30 | * @method \Aws\Result describeVirtualRouter(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise describeVirtualRouterAsync(array $args = []) |
| 32 | * @method \Aws\Result listMeshes(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise listMeshesAsync(array $args = []) |
| 34 | * @method \Aws\Result listRoutes(array $args = []) |
| 35 | * @method \GuzzleHttp\Promise\Promise listRoutesAsync(array $args = []) |
| 36 | * @method \Aws\Result listVirtualNodes(array $args = []) |
| 37 | * @method \GuzzleHttp\Promise\Promise listVirtualNodesAsync(array $args = []) |
| 38 | * @method \Aws\Result listVirtualRouters(array $args = []) |
| 39 | * @method \GuzzleHttp\Promise\Promise listVirtualRoutersAsync(array $args = []) |
| 40 | * @method \Aws\Result updateRoute(array $args = []) |
| 41 | * @method \GuzzleHttp\Promise\Promise updateRouteAsync(array $args = []) |
| 42 | * @method \Aws\Result updateVirtualNode(array $args = []) |
| 43 | * @method \GuzzleHttp\Promise\Promise updateVirtualNodeAsync(array $args = []) |
| 44 | * @method \Aws\Result updateVirtualRouter(array $args = []) |
| 45 | * @method \GuzzleHttp\Promise\Promise updateVirtualRouterAsync(array $args = []) |
| 46 | * @method \Aws\Result createGatewayRoute(array $args = []) (supported in versions 2019-01-25) |
| 47 | * @method \GuzzleHttp\Promise\Promise createGatewayRouteAsync(array $args = []) (supported in versions 2019-01-25) |
| 48 | * @method \Aws\Result createVirtualGateway(array $args = []) (supported in versions 2019-01-25) |
| 49 | * @method \GuzzleHttp\Promise\Promise createVirtualGatewayAsync(array $args = []) (supported in versions 2019-01-25) |
| 50 | * @method \Aws\Result createVirtualService(array $args = []) (supported in versions 2019-01-25) |
| 51 | * @method \GuzzleHttp\Promise\Promise createVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25) |
| 52 | * @method \Aws\Result deleteGatewayRoute(array $args = []) (supported in versions 2019-01-25) |
| 53 | * @method \GuzzleHttp\Promise\Promise deleteGatewayRouteAsync(array $args = []) (supported in versions 2019-01-25) |
| 54 | * @method \Aws\Result deleteVirtualGateway(array $args = []) (supported in versions 2019-01-25) |
| 55 | * @method \GuzzleHttp\Promise\Promise deleteVirtualGatewayAsync(array $args = []) (supported in versions 2019-01-25) |
| 56 | * @method \Aws\Result deleteVirtualService(array $args = []) (supported in versions 2019-01-25) |
| 57 | * @method \GuzzleHttp\Promise\Promise deleteVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25) |
| 58 | * @method \Aws\Result describeGatewayRoute(array $args = []) (supported in versions 2019-01-25) |
| 59 | * @method \GuzzleHttp\Promise\Promise describeGatewayRouteAsync(array $args = []) (supported in versions 2019-01-25) |
| 60 | * @method \Aws\Result describeVirtualGateway(array $args = []) (supported in versions 2019-01-25) |
| 61 | * @method \GuzzleHttp\Promise\Promise describeVirtualGatewayAsync(array $args = []) (supported in versions 2019-01-25) |
| 62 | * @method \Aws\Result describeVirtualService(array $args = []) (supported in versions 2019-01-25) |
| 63 | * @method \GuzzleHttp\Promise\Promise describeVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25) |
| 64 | * @method \Aws\Result listGatewayRoutes(array $args = []) (supported in versions 2019-01-25) |
| 65 | * @method \GuzzleHttp\Promise\Promise listGatewayRoutesAsync(array $args = []) (supported in versions 2019-01-25) |
| 66 | * @method \Aws\Result listTagsForResource(array $args = []) (supported in versions 2019-01-25) |
| 67 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) (supported in versions 2019-01-25) |
| 68 | * @method \Aws\Result listVirtualGateways(array $args = []) (supported in versions 2019-01-25) |
| 69 | * @method \GuzzleHttp\Promise\Promise listVirtualGatewaysAsync(array $args = []) (supported in versions 2019-01-25) |
| 70 | * @method \Aws\Result listVirtualServices(array $args = []) (supported in versions 2019-01-25) |
| 71 | * @method \GuzzleHttp\Promise\Promise listVirtualServicesAsync(array $args = []) (supported in versions 2019-01-25) |
| 72 | * @method \Aws\Result tagResource(array $args = []) (supported in versions 2019-01-25) |
| 73 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) (supported in versions 2019-01-25) |
| 74 | * @method \Aws\Result untagResource(array $args = []) (supported in versions 2019-01-25) |
| 75 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) (supported in versions 2019-01-25) |
| 76 | * @method \Aws\Result updateGatewayRoute(array $args = []) (supported in versions 2019-01-25) |
| 77 | * @method \GuzzleHttp\Promise\Promise updateGatewayRouteAsync(array $args = []) (supported in versions 2019-01-25) |
| 78 | * @method \Aws\Result updateMesh(array $args = []) (supported in versions 2019-01-25) |
| 79 | * @method \GuzzleHttp\Promise\Promise updateMeshAsync(array $args = []) (supported in versions 2019-01-25) |
| 80 | * @method \Aws\Result updateVirtualGateway(array $args = []) (supported in versions 2019-01-25) |
| 81 | * @method \GuzzleHttp\Promise\Promise updateVirtualGatewayAsync(array $args = []) (supported in versions 2019-01-25) |
| 82 | * @method \Aws\Result updateVirtualService(array $args = []) (supported in versions 2019-01-25) |
| 83 | * @method \GuzzleHttp\Promise\Promise updateVirtualServiceAsync(array $args = []) (supported in versions 2019-01-25) |
| 84 | */ |
| 85 | class AppMeshClient extends AwsClient {} |
| 86 |