supportstub

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2022 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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

type AddCommunicationToCaseFuture

type AddCommunicationToCaseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*AddCommunicationToCaseFuture) Get

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
}

func NewClient

func NewClient() Client

type CreateCaseFuture

type CreateCaseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*CreateCaseFuture) Get

type DescribeAttachmentFuture

type DescribeAttachmentFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeAttachmentFuture) Get

type DescribeCasesFuture

type DescribeCasesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeCasesFuture) Get

type DescribeCommunicationsFuture

type DescribeCommunicationsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeCommunicationsFuture) Get

type DescribeServicesFuture

type DescribeServicesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeServicesFuture) Get

type DescribeSeverityLevelsFuture

type DescribeSeverityLevelsFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeSeverityLevelsFuture) Get

type DescribeTrustedAdvisorCheckRefreshStatusesFuture

type DescribeTrustedAdvisorCheckRefreshStatusesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTrustedAdvisorCheckRefreshStatusesFuture) Get

type DescribeTrustedAdvisorCheckResultFuture

type DescribeTrustedAdvisorCheckResultFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTrustedAdvisorCheckResultFuture) Get

type DescribeTrustedAdvisorCheckSummariesFuture

type DescribeTrustedAdvisorCheckSummariesFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTrustedAdvisorCheckSummariesFuture) Get

type DescribeTrustedAdvisorChecksFuture

type DescribeTrustedAdvisorChecksFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*DescribeTrustedAdvisorChecksFuture) Get

type RefreshTrustedAdvisorCheckFuture

type RefreshTrustedAdvisorCheckFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*RefreshTrustedAdvisorCheckFuture) Get

type ResolveCaseFuture

type ResolveCaseFuture struct {
	// public to support Selector.addFuture
	Future workflow.Future
}

func (*ResolveCaseFuture) Get

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL