outpostsstub

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 {
	CreateOutpost(ctx workflow.Context, input *outposts.CreateOutpostInput) (*outposts.CreateOutpostOutput, error)
	CreateOutpostAsync(ctx workflow.Context, input *outposts.CreateOutpostInput) *CreateOutpostFuture

	DeleteOutpost(ctx workflow.Context, input *outposts.DeleteOutpostInput) (*outposts.DeleteOutpostOutput, error)
	DeleteOutpostAsync(ctx workflow.Context, input *outposts.DeleteOutpostInput) *DeleteOutpostFuture

	DeleteSite(ctx workflow.Context, input *outposts.DeleteSiteInput) (*outposts.DeleteSiteOutput, error)
	DeleteSiteAsync(ctx workflow.Context, input *outposts.DeleteSiteInput) *DeleteSiteFuture

	GetOutpost(ctx workflow.Context, input *outposts.GetOutpostInput) (*outposts.GetOutpostOutput, error)
	GetOutpostAsync(ctx workflow.Context, input *outposts.GetOutpostInput) *GetOutpostFuture

	GetOutpostInstanceTypes(ctx workflow.Context, input *outposts.GetOutpostInstanceTypesInput) (*outposts.GetOutpostInstanceTypesOutput, error)
	GetOutpostInstanceTypesAsync(ctx workflow.Context, input *outposts.GetOutpostInstanceTypesInput) *GetOutpostInstanceTypesFuture

	ListOutposts(ctx workflow.Context, input *outposts.ListOutpostsInput) (*outposts.ListOutpostsOutput, error)
	ListOutpostsAsync(ctx workflow.Context, input *outposts.ListOutpostsInput) *ListOutpostsFuture

	ListSites(ctx workflow.Context, input *outposts.ListSitesInput) (*outposts.ListSitesOutput, error)
	ListSitesAsync(ctx workflow.Context, input *outposts.ListSitesInput) *ListSitesFuture

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

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

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

func NewClient

func NewClient() Client

type CreateOutpostFuture

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

func (*CreateOutpostFuture) Get

type DeleteOutpostFuture

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

func (*DeleteOutpostFuture) Get

type DeleteSiteFuture

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

func (*DeleteSiteFuture) Get

type GetOutpostFuture

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

func (*GetOutpostFuture) Get

type GetOutpostInstanceTypesFuture

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

func (*GetOutpostInstanceTypesFuture) Get

type ListOutpostsFuture

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

func (*ListOutpostsFuture) Get

type ListSitesFuture

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

func (*ListSitesFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) 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

Jump to

Keyboard shortcuts

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