Documentation ¶
Index ¶
- type AddAttachmentsToSetFuture
- type AddCommunicationToCaseFuture
- type Client
- type CreateCaseFuture
- type DescribeAttachmentFuture
- type DescribeCasesFuture
- type DescribeCommunicationsFuture
- type DescribeServicesFuture
- type DescribeSeverityLevelsFuture
- type DescribeTrustedAdvisorCheckRefreshStatusesFuture
- type DescribeTrustedAdvisorCheckResultFuture
- type DescribeTrustedAdvisorCheckSummariesFuture
- type DescribeTrustedAdvisorChecksFuture
- type RefreshTrustedAdvisorCheckFuture
- type ResolveCaseFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddAttachmentsToSetFuture ¶
type AddAttachmentsToSetFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddAttachmentsToSetFuture) Get ¶
func (r *AddAttachmentsToSetFuture) Get(ctx workflow.Context) (*support.AddAttachmentsToSetOutput, error)
type AddCommunicationToCaseFuture ¶
type AddCommunicationToCaseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*AddCommunicationToCaseFuture) Get ¶
func (r *AddCommunicationToCaseFuture) Get(ctx workflow.Context) (*support.AddCommunicationToCaseOutput, error)
type Client ¶
type Client interface { AddAttachmentsToSet(ctx workflow.Context, input *support.AddAttachmentsToSetInput) (*support.AddAttachmentsToSetOutput, error) AddAttachmentsToSetAsync(ctx workflow.Context, input *support.AddAttachmentsToSetInput) *AddAttachmentsToSetFuture AddCommunicationToCase(ctx workflow.Context, input *support.AddCommunicationToCaseInput) (*support.AddCommunicationToCaseOutput, error) AddCommunicationToCaseAsync(ctx workflow.Context, input *support.AddCommunicationToCaseInput) *AddCommunicationToCaseFuture CreateCase(ctx workflow.Context, input *support.CreateCaseInput) (*support.CreateCaseOutput, error) CreateCaseAsync(ctx workflow.Context, input *support.CreateCaseInput) *CreateCaseFuture DescribeAttachment(ctx workflow.Context, input *support.DescribeAttachmentInput) (*support.DescribeAttachmentOutput, error) DescribeAttachmentAsync(ctx workflow.Context, input *support.DescribeAttachmentInput) *DescribeAttachmentFuture DescribeCases(ctx workflow.Context, input *support.DescribeCasesInput) (*support.DescribeCasesOutput, error) DescribeCasesAsync(ctx workflow.Context, input *support.DescribeCasesInput) *DescribeCasesFuture DescribeCommunications(ctx workflow.Context, input *support.DescribeCommunicationsInput) (*support.DescribeCommunicationsOutput, error) DescribeCommunicationsAsync(ctx workflow.Context, input *support.DescribeCommunicationsInput) *DescribeCommunicationsFuture DescribeServices(ctx workflow.Context, input *support.DescribeServicesInput) (*support.DescribeServicesOutput, error) DescribeServicesAsync(ctx workflow.Context, input *support.DescribeServicesInput) *DescribeServicesFuture DescribeSeverityLevels(ctx workflow.Context, input *support.DescribeSeverityLevelsInput) (*support.DescribeSeverityLevelsOutput, error) DescribeSeverityLevelsAsync(ctx workflow.Context, input *support.DescribeSeverityLevelsInput) *DescribeSeverityLevelsFuture DescribeTrustedAdvisorCheckRefreshStatuses(ctx workflow.Context, input *support.DescribeTrustedAdvisorCheckRefreshStatusesInput) (*support.DescribeTrustedAdvisorCheckRefreshStatusesOutput, error) DescribeTrustedAdvisorCheckRefreshStatusesAsync(ctx workflow.Context, input *support.DescribeTrustedAdvisorCheckRefreshStatusesInput) *DescribeTrustedAdvisorCheckRefreshStatusesFuture DescribeTrustedAdvisorCheckResult(ctx workflow.Context, input *support.DescribeTrustedAdvisorCheckResultInput) (*support.DescribeTrustedAdvisorCheckResultOutput, error) DescribeTrustedAdvisorCheckResultAsync(ctx workflow.Context, input *support.DescribeTrustedAdvisorCheckResultInput) *DescribeTrustedAdvisorCheckResultFuture DescribeTrustedAdvisorCheckSummaries(ctx workflow.Context, input *support.DescribeTrustedAdvisorCheckSummariesInput) (*support.DescribeTrustedAdvisorCheckSummariesOutput, error) DescribeTrustedAdvisorCheckSummariesAsync(ctx workflow.Context, input *support.DescribeTrustedAdvisorCheckSummariesInput) *DescribeTrustedAdvisorCheckSummariesFuture DescribeTrustedAdvisorChecks(ctx workflow.Context, input *support.DescribeTrustedAdvisorChecksInput) (*support.DescribeTrustedAdvisorChecksOutput, error) DescribeTrustedAdvisorChecksAsync(ctx workflow.Context, input *support.DescribeTrustedAdvisorChecksInput) *DescribeTrustedAdvisorChecksFuture RefreshTrustedAdvisorCheck(ctx workflow.Context, input *support.RefreshTrustedAdvisorCheckInput) (*support.RefreshTrustedAdvisorCheckOutput, error) RefreshTrustedAdvisorCheckAsync(ctx workflow.Context, input *support.RefreshTrustedAdvisorCheckInput) *RefreshTrustedAdvisorCheckFuture ResolveCase(ctx workflow.Context, input *support.ResolveCaseInput) (*support.ResolveCaseOutput, error) ResolveCaseAsync(ctx workflow.Context, input *support.ResolveCaseInput) *ResolveCaseFuture }
type CreateCaseFuture ¶
func (*CreateCaseFuture) Get ¶
func (r *CreateCaseFuture) Get(ctx workflow.Context) (*support.CreateCaseOutput, error)
type DescribeAttachmentFuture ¶
type DescribeAttachmentFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeAttachmentFuture) Get ¶
func (r *DescribeAttachmentFuture) Get(ctx workflow.Context) (*support.DescribeAttachmentOutput, error)
type DescribeCasesFuture ¶
func (*DescribeCasesFuture) Get ¶
func (r *DescribeCasesFuture) Get(ctx workflow.Context) (*support.DescribeCasesOutput, error)
type DescribeCommunicationsFuture ¶
type DescribeCommunicationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeCommunicationsFuture) Get ¶
func (r *DescribeCommunicationsFuture) Get(ctx workflow.Context) (*support.DescribeCommunicationsOutput, error)
type DescribeServicesFuture ¶
type DescribeServicesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeServicesFuture) Get ¶
func (r *DescribeServicesFuture) Get(ctx workflow.Context) (*support.DescribeServicesOutput, error)
type DescribeSeverityLevelsFuture ¶
type DescribeSeverityLevelsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeSeverityLevelsFuture) Get ¶
func (r *DescribeSeverityLevelsFuture) Get(ctx workflow.Context) (*support.DescribeSeverityLevelsOutput, error)
type DescribeTrustedAdvisorCheckRefreshStatusesFuture ¶
type DescribeTrustedAdvisorCheckRefreshStatusesFuture struct { // public to support Selector.addFuture Future workflow.Future }
type DescribeTrustedAdvisorCheckResultFuture ¶
type DescribeTrustedAdvisorCheckResultFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTrustedAdvisorCheckResultFuture) Get ¶
func (r *DescribeTrustedAdvisorCheckResultFuture) Get(ctx workflow.Context) (*support.DescribeTrustedAdvisorCheckResultOutput, error)
type DescribeTrustedAdvisorCheckSummariesFuture ¶
type DescribeTrustedAdvisorCheckSummariesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTrustedAdvisorCheckSummariesFuture) Get ¶
func (r *DescribeTrustedAdvisorCheckSummariesFuture) Get(ctx workflow.Context) (*support.DescribeTrustedAdvisorCheckSummariesOutput, error)
type DescribeTrustedAdvisorChecksFuture ¶
type DescribeTrustedAdvisorChecksFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeTrustedAdvisorChecksFuture) Get ¶
func (r *DescribeTrustedAdvisorChecksFuture) Get(ctx workflow.Context) (*support.DescribeTrustedAdvisorChecksOutput, error)
type RefreshTrustedAdvisorCheckFuture ¶
type RefreshTrustedAdvisorCheckFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*RefreshTrustedAdvisorCheckFuture) Get ¶
func (r *RefreshTrustedAdvisorCheckFuture) Get(ctx workflow.Context) (*support.RefreshTrustedAdvisorCheckOutput, error)
type ResolveCaseFuture ¶
func (*ResolveCaseFuture) Get ¶
func (r *ResolveCaseFuture) Get(ctx workflow.Context) (*support.ResolveCaseOutput, error)
Click to show internal directories.
Click to hide internal directories.