syntheticsstub

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 Client

type Client interface {
	CreateCanary(ctx workflow.Context, input *synthetics.CreateCanaryInput) (*synthetics.CreateCanaryOutput, error)
	CreateCanaryAsync(ctx workflow.Context, input *synthetics.CreateCanaryInput) *CreateCanaryFuture

	DeleteCanary(ctx workflow.Context, input *synthetics.DeleteCanaryInput) (*synthetics.DeleteCanaryOutput, error)
	DeleteCanaryAsync(ctx workflow.Context, input *synthetics.DeleteCanaryInput) *DeleteCanaryFuture

	DescribeCanaries(ctx workflow.Context, input *synthetics.DescribeCanariesInput) (*synthetics.DescribeCanariesOutput, error)
	DescribeCanariesAsync(ctx workflow.Context, input *synthetics.DescribeCanariesInput) *DescribeCanariesFuture

	DescribeCanariesLastRun(ctx workflow.Context, input *synthetics.DescribeCanariesLastRunInput) (*synthetics.DescribeCanariesLastRunOutput, error)
	DescribeCanariesLastRunAsync(ctx workflow.Context, input *synthetics.DescribeCanariesLastRunInput) *DescribeCanariesLastRunFuture

	DescribeRuntimeVersions(ctx workflow.Context, input *synthetics.DescribeRuntimeVersionsInput) (*synthetics.DescribeRuntimeVersionsOutput, error)
	DescribeRuntimeVersionsAsync(ctx workflow.Context, input *synthetics.DescribeRuntimeVersionsInput) *DescribeRuntimeVersionsFuture

	GetCanary(ctx workflow.Context, input *synthetics.GetCanaryInput) (*synthetics.GetCanaryOutput, error)
	GetCanaryAsync(ctx workflow.Context, input *synthetics.GetCanaryInput) *GetCanaryFuture

	GetCanaryRuns(ctx workflow.Context, input *synthetics.GetCanaryRunsInput) (*synthetics.GetCanaryRunsOutput, error)
	GetCanaryRunsAsync(ctx workflow.Context, input *synthetics.GetCanaryRunsInput) *GetCanaryRunsFuture

	ListTagsForResource(ctx workflow.Context, input *synthetics.ListTagsForResourceInput) (*synthetics.ListTagsForResourceOutput, error)
	ListTagsForResourceAsync(ctx workflow.Context, input *synthetics.ListTagsForResourceInput) *ListTagsForResourceFuture

	StartCanary(ctx workflow.Context, input *synthetics.StartCanaryInput) (*synthetics.StartCanaryOutput, error)
	StartCanaryAsync(ctx workflow.Context, input *synthetics.StartCanaryInput) *StartCanaryFuture

	StopCanary(ctx workflow.Context, input *synthetics.StopCanaryInput) (*synthetics.StopCanaryOutput, error)
	StopCanaryAsync(ctx workflow.Context, input *synthetics.StopCanaryInput) *StopCanaryFuture

	TagResource(ctx workflow.Context, input *synthetics.TagResourceInput) (*synthetics.TagResourceOutput, error)
	TagResourceAsync(ctx workflow.Context, input *synthetics.TagResourceInput) *TagResourceFuture

	UntagResource(ctx workflow.Context, input *synthetics.UntagResourceInput) (*synthetics.UntagResourceOutput, error)
	UntagResourceAsync(ctx workflow.Context, input *synthetics.UntagResourceInput) *UntagResourceFuture

	UpdateCanary(ctx workflow.Context, input *synthetics.UpdateCanaryInput) (*synthetics.UpdateCanaryOutput, error)
	UpdateCanaryAsync(ctx workflow.Context, input *synthetics.UpdateCanaryInput) *UpdateCanaryFuture
}

func NewClient

func NewClient() Client

type CreateCanaryFuture

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

func (*CreateCanaryFuture) Get

type DeleteCanaryFuture

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

func (*DeleteCanaryFuture) Get

type DescribeCanariesFuture

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

func (*DescribeCanariesFuture) Get

type DescribeCanariesLastRunFuture

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

func (*DescribeCanariesLastRunFuture) Get

type DescribeRuntimeVersionsFuture

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

func (*DescribeRuntimeVersionsFuture) Get

type GetCanaryFuture

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

func (*GetCanaryFuture) Get

type GetCanaryRunsFuture

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

func (*GetCanaryRunsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type StartCanaryFuture

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

func (*StartCanaryFuture) Get

type StopCanaryFuture

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

func (*StopCanaryFuture) Get

type TagResourceFuture

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

func (*TagResourceFuture) Get

type UntagResourceFuture

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

func (*UntagResourceFuture) Get

type UpdateCanaryFuture

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

func (*UpdateCanaryFuture) Get

Jump to

Keyboard shortcuts

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