AppFabricClient.php 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?php
  2. namespace Aws\AppFabric;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AppFabric** service.
  6. * @method \Aws\Result batchGetUserAccessTasks(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise batchGetUserAccessTasksAsync(array $args = [])
  8. * @method \Aws\Result connectAppAuthorization(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise connectAppAuthorizationAsync(array $args = [])
  10. * @method \Aws\Result createAppAuthorization(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createAppAuthorizationAsync(array $args = [])
  12. * @method \Aws\Result createAppBundle(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createAppBundleAsync(array $args = [])
  14. * @method \Aws\Result createIngestion(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createIngestionAsync(array $args = [])
  16. * @method \Aws\Result createIngestionDestination(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createIngestionDestinationAsync(array $args = [])
  18. * @method \Aws\Result deleteAppAuthorization(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise deleteAppAuthorizationAsync(array $args = [])
  20. * @method \Aws\Result deleteAppBundle(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise deleteAppBundleAsync(array $args = [])
  22. * @method \Aws\Result deleteIngestion(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise deleteIngestionAsync(array $args = [])
  24. * @method \Aws\Result deleteIngestionDestination(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise deleteIngestionDestinationAsync(array $args = [])
  26. * @method \Aws\Result getAppAuthorization(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise getAppAuthorizationAsync(array $args = [])
  28. * @method \Aws\Result getAppBundle(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise getAppBundleAsync(array $args = [])
  30. * @method \Aws\Result getIngestion(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise getIngestionAsync(array $args = [])
  32. * @method \Aws\Result getIngestionDestination(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise getIngestionDestinationAsync(array $args = [])
  34. * @method \Aws\Result listAppAuthorizations(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise listAppAuthorizationsAsync(array $args = [])
  36. * @method \Aws\Result listAppBundles(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise listAppBundlesAsync(array $args = [])
  38. * @method \Aws\Result listIngestionDestinations(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise listIngestionDestinationsAsync(array $args = [])
  40. * @method \Aws\Result listIngestions(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise listIngestionsAsync(array $args = [])
  42. * @method \Aws\Result listTagsForResource(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  44. * @method \Aws\Result startIngestion(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise startIngestionAsync(array $args = [])
  46. * @method \Aws\Result startUserAccessTasks(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise startUserAccessTasksAsync(array $args = [])
  48. * @method \Aws\Result stopIngestion(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise stopIngestionAsync(array $args = [])
  50. * @method \Aws\Result tagResource(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  52. * @method \Aws\Result untagResource(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  54. * @method \Aws\Result updateAppAuthorization(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise updateAppAuthorizationAsync(array $args = [])
  56. * @method \Aws\Result updateIngestionDestination(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise updateIngestionDestinationAsync(array $args = [])
  58. */
  59. class AppFabricClient extends AwsClient {}