CodeStarNotificationsClient.php 2.0 KB

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