Documentation ¶
Overview ¶
Package supportiface provides an interface for the AWS Support.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SupportAPI ¶
type SupportAPI interface { AddAttachmentsToSet(*support.AddAttachmentsToSetInput) (*support.AddAttachmentsToSetOutput, error) AddCommunicationToCase(*support.AddCommunicationToCaseInput) (*support.AddCommunicationToCaseOutput, error) CreateCase(*support.CreateCaseInput) (*support.CreateCaseOutput, error) DescribeAttachment(*support.DescribeAttachmentInput) (*support.DescribeAttachmentOutput, error) DescribeCases(*support.DescribeCasesInput) (*support.DescribeCasesOutput, error) DescribeCommunications(*support.DescribeCommunicationsInput) (*support.DescribeCommunicationsOutput, error) DescribeServices(*support.DescribeServicesInput) (*support.DescribeServicesOutput, error) DescribeSeverityLevels(*support.DescribeSeverityLevelsInput) (*support.DescribeSeverityLevelsOutput, error) DescribeTrustedAdvisorCheckRefreshStatuses(*support.DescribeTrustedAdvisorCheckRefreshStatusesInput) (*support.DescribeTrustedAdvisorCheckRefreshStatusesOutput, error) DescribeTrustedAdvisorCheckResult(*support.DescribeTrustedAdvisorCheckResultInput) (*support.DescribeTrustedAdvisorCheckResultOutput, error) DescribeTrustedAdvisorCheckSummaries(*support.DescribeTrustedAdvisorCheckSummariesInput) (*support.DescribeTrustedAdvisorCheckSummariesOutput, error) DescribeTrustedAdvisorChecks(*support.DescribeTrustedAdvisorChecksInput) (*support.DescribeTrustedAdvisorChecksOutput, error) RefreshTrustedAdvisorCheck(*support.RefreshTrustedAdvisorCheckInput) (*support.RefreshTrustedAdvisorCheckOutput, error) ResolveCase(*support.ResolveCaseInput) (*support.ResolveCaseOutput, error) }
SupportAPI is the interface type for support.Support.
Click to show internal directories.
Click to hide internal directories.