MediaConnectClient.php 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?php
  2. namespace Aws\MediaConnect;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS MediaConnect** service.
  6. * @method \Aws\Result addFlowOutputs(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise addFlowOutputsAsync(array $args = [])
  8. * @method \Aws\Result addFlowSources(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise addFlowSourcesAsync(array $args = [])
  10. * @method \Aws\Result addFlowVpcInterfaces(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise addFlowVpcInterfacesAsync(array $args = [])
  12. * @method \Aws\Result createFlow(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createFlowAsync(array $args = [])
  14. * @method \Aws\Result deleteFlow(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise deleteFlowAsync(array $args = [])
  16. * @method \Aws\Result describeFlow(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise describeFlowAsync(array $args = [])
  18. * @method \Aws\Result describeOffering(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise describeOfferingAsync(array $args = [])
  20. * @method \Aws\Result describeReservation(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise describeReservationAsync(array $args = [])
  22. * @method \Aws\Result grantFlowEntitlements(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise grantFlowEntitlementsAsync(array $args = [])
  24. * @method \Aws\Result listEntitlements(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise listEntitlementsAsync(array $args = [])
  26. * @method \Aws\Result listFlows(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise listFlowsAsync(array $args = [])
  28. * @method \Aws\Result listOfferings(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise listOfferingsAsync(array $args = [])
  30. * @method \Aws\Result listReservations(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise listReservationsAsync(array $args = [])
  32. * @method \Aws\Result listTagsForResource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  34. * @method \Aws\Result purchaseOffering(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise purchaseOfferingAsync(array $args = [])
  36. * @method \Aws\Result removeFlowOutput(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise removeFlowOutputAsync(array $args = [])
  38. * @method \Aws\Result removeFlowSource(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise removeFlowSourceAsync(array $args = [])
  40. * @method \Aws\Result removeFlowVpcInterface(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise removeFlowVpcInterfaceAsync(array $args = [])
  42. * @method \Aws\Result revokeFlowEntitlement(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise revokeFlowEntitlementAsync(array $args = [])
  44. * @method \Aws\Result startFlow(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise startFlowAsync(array $args = [])
  46. * @method \Aws\Result stopFlow(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise stopFlowAsync(array $args = [])
  48. * @method \Aws\Result tagResource(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  50. * @method \Aws\Result untagResource(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  52. * @method \Aws\Result updateFlow(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise updateFlowAsync(array $args = [])
  54. * @method \Aws\Result updateFlowEntitlement(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise updateFlowEntitlementAsync(array $args = [])
  56. * @method \Aws\Result updateFlowOutput(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise updateFlowOutputAsync(array $args = [])
  58. * @method \Aws\Result updateFlowSource(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise updateFlowSourceAsync(array $args = [])
  60. */
  61. class MediaConnectClient extends AwsClient {}