AppIntegrationsServiceClient.php 1.5 KB

123456789101112131415161718192021222324252627
  1. <?php
  2. namespace Aws\AppIntegrationsService;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon AppIntegrations Service** service.
  6. * @method \Aws\Result createEventIntegration(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createEventIntegrationAsync(array $args = [])
  8. * @method \Aws\Result deleteEventIntegration(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise deleteEventIntegrationAsync(array $args = [])
  10. * @method \Aws\Result getEventIntegration(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise getEventIntegrationAsync(array $args = [])
  12. * @method \Aws\Result listEventIntegrationAssociations(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise listEventIntegrationAssociationsAsync(array $args = [])
  14. * @method \Aws\Result listEventIntegrations(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise listEventIntegrationsAsync(array $args = [])
  16. * @method \Aws\Result listTagsForResource(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
  18. * @method \Aws\Result tagResource(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
  20. * @method \Aws\Result untagResource(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
  22. * @method \Aws\Result updateEventIntegration(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise updateEventIntegrationAsync(array $args = [])
  24. */
  25. class AppIntegrationsServiceClient extends AwsClient {}