SupportClient.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. namespace Aws\Support;
  3. use Aws\AwsClient;
  4. /**
  5. * AWS Support client.
  6. *
  7. * @method \Aws\Result addAttachmentsToSet(array $args = [])
  8. * @method \GuzzleHttp\Promise\Promise addAttachmentsToSetAsync(array $args = [])
  9. * @method \Aws\Result addCommunicationToCase(array $args = [])
  10. * @method \GuzzleHttp\Promise\Promise addCommunicationToCaseAsync(array $args = [])
  11. * @method \Aws\Result createCase(array $args = [])
  12. * @method \GuzzleHttp\Promise\Promise createCaseAsync(array $args = [])
  13. * @method \Aws\Result describeAttachment(array $args = [])
  14. * @method \GuzzleHttp\Promise\Promise describeAttachmentAsync(array $args = [])
  15. * @method \Aws\Result describeCases(array $args = [])
  16. * @method \GuzzleHttp\Promise\Promise describeCasesAsync(array $args = [])
  17. * @method \Aws\Result describeCommunications(array $args = [])
  18. * @method \GuzzleHttp\Promise\Promise describeCommunicationsAsync(array $args = [])
  19. * @method \Aws\Result describeCreateCaseOptions(array $args = [])
  20. * @method \GuzzleHttp\Promise\Promise describeCreateCaseOptionsAsync(array $args = [])
  21. * @method \Aws\Result describeServices(array $args = [])
  22. * @method \GuzzleHttp\Promise\Promise describeServicesAsync(array $args = [])
  23. * @method \Aws\Result describeSeverityLevels(array $args = [])
  24. * @method \GuzzleHttp\Promise\Promise describeSeverityLevelsAsync(array $args = [])
  25. * @method \Aws\Result describeSupportedLanguages(array $args = [])
  26. * @method \GuzzleHttp\Promise\Promise describeSupportedLanguagesAsync(array $args = [])
  27. * @method \Aws\Result describeTrustedAdvisorCheckRefreshStatuses(array $args = [])
  28. * @method \GuzzleHttp\Promise\Promise describeTrustedAdvisorCheckRefreshStatusesAsync(array $args = [])
  29. * @method \Aws\Result describeTrustedAdvisorCheckResult(array $args = [])
  30. * @method \GuzzleHttp\Promise\Promise describeTrustedAdvisorCheckResultAsync(array $args = [])
  31. * @method \Aws\Result describeTrustedAdvisorCheckSummaries(array $args = [])
  32. * @method \GuzzleHttp\Promise\Promise describeTrustedAdvisorCheckSummariesAsync(array $args = [])
  33. * @method \Aws\Result describeTrustedAdvisorChecks(array $args = [])
  34. * @method \GuzzleHttp\Promise\Promise describeTrustedAdvisorChecksAsync(array $args = [])
  35. * @method \Aws\Result refreshTrustedAdvisorCheck(array $args = [])
  36. * @method \GuzzleHttp\Promise\Promise refreshTrustedAdvisorCheckAsync(array $args = [])
  37. * @method \Aws\Result resolveCase(array $args = [])
  38. * @method \GuzzleHttp\Promise\Promise resolveCaseAsync(array $args = [])
  39. */
  40. class SupportClient extends AwsClient {}