transferito
/
vendor
/
aws
/
aws-sdk-php
/
src
/
CodeStarNotifications
/
CodeStarNotificationsClient.php
CodeStarNotificationsClient.php
36 lines
| 1 | <?php |
| 2 | namespace Aws\CodeStarNotifications; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **AWS CodeStar Notifications** service. |
| 8 | * @method \Aws\Result createNotificationRule(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise createNotificationRuleAsync(array $args = []) |
| 10 | * @method \Aws\Result deleteNotificationRule(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise deleteNotificationRuleAsync(array $args = []) |
| 12 | * @method \Aws\Result deleteTarget(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise deleteTargetAsync(array $args = []) |
| 14 | * @method \Aws\Result describeNotificationRule(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise describeNotificationRuleAsync(array $args = []) |
| 16 | * @method \Aws\Result listEventTypes(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise listEventTypesAsync(array $args = []) |
| 18 | * @method \Aws\Result listNotificationRules(array $args = []) |
| 19 | * @method \GuzzleHttp\Promise\Promise listNotificationRulesAsync(array $args = []) |
| 20 | * @method \Aws\Result listTagsForResource(array $args = []) |
| 21 | * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) |
| 22 | * @method \Aws\Result listTargets(array $args = []) |
| 23 | * @method \GuzzleHttp\Promise\Promise listTargetsAsync(array $args = []) |
| 24 | * @method \Aws\Result subscribe(array $args = []) |
| 25 | * @method \GuzzleHttp\Promise\Promise subscribeAsync(array $args = []) |
| 26 | * @method \Aws\Result tagResource(array $args = []) |
| 27 | * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) |
| 28 | * @method \Aws\Result unsubscribe(array $args = []) |
| 29 | * @method \GuzzleHttp\Promise\Promise unsubscribeAsync(array $args = []) |
| 30 | * @method \Aws\Result untagResource(array $args = []) |
| 31 | * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) |
| 32 | * @method \Aws\Result updateNotificationRule(array $args = []) |
| 33 | * @method \GuzzleHttp\Promise\Promise updateNotificationRuleAsync(array $args = []) |
| 34 | */ |
| 35 | class CodeStarNotificationsClient extends AwsClient {} |
| 36 |