Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Support

import { Support } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/support.ts";
class Support {
constructor(apiFactory: client.ApiFactory);
async addAttachmentsToSet(params: AddAttachmentsToSetRequest, opts?: client.RequestOptions): Promise<AddAttachmentsToSetResponse>;
async addCommunicationToCase(params: AddCommunicationToCaseRequest, opts?: client.RequestOptions): Promise<AddCommunicationToCaseResponse>;
async createCase(params: CreateCaseRequest, opts?: client.RequestOptions): Promise<CreateCaseResponse>;
async describeAttachment(params: DescribeAttachmentRequest, opts?: client.RequestOptions): Promise<DescribeAttachmentResponse>;
async describeCases(params?: DescribeCasesRequest, opts?: client.RequestOptions): Promise<DescribeCasesResponse>;
async describeCommunications(params: DescribeCommunicationsRequest, opts?: client.RequestOptions): Promise<DescribeCommunicationsResponse>;
async describeServices(params?: DescribeServicesRequest, opts?: client.RequestOptions): Promise<DescribeServicesResponse>;
async describeSeverityLevels(params?: DescribeSeverityLevelsRequest, opts?: client.RequestOptions): Promise<DescribeSeverityLevelsResponse>;
async describeTrustedAdvisorCheckResult(params: DescribeTrustedAdvisorCheckResultRequest, opts?: client.RequestOptions): Promise<DescribeTrustedAdvisorCheckResultResponse>;
async describeTrustedAdvisorChecks(params: DescribeTrustedAdvisorChecksRequest, opts?: client.RequestOptions): Promise<DescribeTrustedAdvisorChecksResponse>;
async describeTrustedAdvisorCheckSummaries(params: DescribeTrustedAdvisorCheckSummariesRequest, opts?: client.RequestOptions): Promise<DescribeTrustedAdvisorCheckSummariesResponse>;
async refreshTrustedAdvisorCheck(params: RefreshTrustedAdvisorCheckRequest, opts?: client.RequestOptions): Promise<RefreshTrustedAdvisorCheckResponse>;
async resolveCase(params?: ResolveCaseRequest, opts?: client.RequestOptions): Promise<ResolveCaseResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new Support(apiFactory: client.ApiFactory)
[src]

§Methods

§Static Properties