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