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