CloudTrailClient.php 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?php
  2. namespace Aws\CloudTrail;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **AWS CloudTrail** service.
  6. *
  7. * @method \Aws\Result addTags(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
  9. * @method \Aws\Result createTrail(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise createTrailAsync(array $args = [])
  11. * @method \Aws\Result deleteTrail(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise deleteTrailAsync(array $args = [])
  13. * @method \Aws\Result describeTrails(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise describeTrailsAsync(array $args = [])
  15. * @method \Aws\Result getEventSelectors(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise getEventSelectorsAsync(array $args = [])
  17. * @method \Aws\Result getInsightSelectors(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise getInsightSelectorsAsync(array $args = [])
  19. * @method \Aws\Result getTrail(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise getTrailAsync(array $args = [])
  21. * @method \Aws\Result getTrailStatus(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise getTrailStatusAsync(array $args = [])
  23. * @method \Aws\Result listPublicKeys(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = [])
  25. * @method \Aws\Result listTags(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
  27. * @method \Aws\Result listTrails(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise listTrailsAsync(array $args = [])
  29. * @method \Aws\Result lookupEvents(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise lookupEventsAsync(array $args = [])
  31. * @method \Aws\Result putEventSelectors(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise putEventSelectorsAsync(array $args = [])
  33. * @method \Aws\Result putInsightSelectors(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise putInsightSelectorsAsync(array $args = [])
  35. * @method \Aws\Result removeTags(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
  37. * @method \Aws\Result startLogging(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise startLoggingAsync(array $args = [])
  39. * @method \Aws\Result stopLogging(array $args = [])
  40. * @method \GuzzleHttp\Promise\Promise stopLoggingAsync(array $args = [])
  41. * @method \Aws\Result updateTrail(array $args = [])
  42. * @method \GuzzleHttp\Promise\Promise updateTrailAsync(array $args = [])
  43. */
  44. class CloudTrailClient extends AwsClient {}