OAMClient.php 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?php
  2. namespace Aws\OAM;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **CloudWatch Observability Access Manager** service.
  6. * @method \Aws\Result createLink(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createLinkAsync(array $args = [])
  8. * @method \Aws\Result createSink(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createSinkAsync(array $args = [])
  10. * @method \Aws\Result deleteLink(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise deleteLinkAsync(array $args = [])
  12. * @method \Aws\Result deleteSink(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise deleteSinkAsync(array $args = [])
  14. * @method \Aws\Result getLink(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise getLinkAsync(array $args = [])
  16. * @method \Aws\Result getSink(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise getSinkAsync(array $args = [])
  18. * @method \Aws\Result getSinkPolicy(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise getSinkPolicyAsync(array $args = [])
  20. * @method \Aws\Result listAttachedLinks(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise listAttachedLinksAsync(array $args = [])
  22. * @method \Aws\Result listLinks(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise listLinksAsync(array $args = [])
  24. * @method \Aws\Result listSinks(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise listSinksAsync(array $args = [])
  26. * @method \Aws\Result listTagsForResource(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  28. * @method \Aws\Result putSinkPolicy(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise putSinkPolicyAsync(array $args = [])
  30. * @method \Aws\Result tagResource(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  32. * @method \Aws\Result untagResource(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  34. * @method \Aws\Result updateLink(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise updateLinkAsync(array $args = [])
  36. */
  37. class OAMClient extends AwsClient {}