CloudTrailClient.php 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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 getTrailStatus(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise getTrailStatusAsync(array $args = [])
  19. * @method \Aws\Result listPublicKeys(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = [])
  21. * @method \Aws\Result listTags(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
  23. * @method \Aws\Result lookupEvents(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise lookupEventsAsync(array $args = [])
  25. * @method \Aws\Result putEventSelectors(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise putEventSelectorsAsync(array $args = [])
  27. * @method \Aws\Result removeTags(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
  29. * @method \Aws\Result startLogging(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise startLoggingAsync(array $args = [])
  31. * @method \Aws\Result stopLogging(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise stopLoggingAsync(array $args = [])
  33. * @method \Aws\Result updateTrail(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise updateTrailAsync(array $args = [])
  35. */
  36. class CloudTrailClient extends AwsClient {}