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 }
type CreateOutpostFuture ¶
func (*CreateOutpostFuture) Get ¶
func (r *CreateOutpostFuture) Get(ctx workflow.Context) (*outposts.CreateOutpostOutput, error)
type DeleteOutpostFuture ¶
func (*DeleteOutpostFuture) Get ¶
func (r *DeleteOutpostFuture) Get(ctx workflow.Context) (*outposts.DeleteOutpostOutput, error)
type DeleteSiteFuture ¶
func (*DeleteSiteFuture) Get ¶
func (r *DeleteSiteFuture) Get(ctx workflow.Context) (*outposts.DeleteSiteOutput, error)
type GetOutpostFuture ¶
func (*GetOutpostFuture) Get ¶
func (r *GetOutpostFuture) Get(ctx workflow.Context) (*outposts.GetOutpostOutput, error)
type GetOutpostInstanceTypesFuture ¶
type GetOutpostInstanceTypesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetOutpostInstanceTypesFuture) Get ¶
func (r *GetOutpostInstanceTypesFuture) Get(ctx workflow.Context) (*outposts.GetOutpostInstanceTypesOutput, error)
type ListOutpostsFuture ¶
func (*ListOutpostsFuture) Get ¶
func (r *ListOutpostsFuture) Get(ctx workflow.Context) (*outposts.ListOutpostsOutput, error)
type ListSitesFuture ¶
func (*ListSitesFuture) Get ¶
func (r *ListSitesFuture) Get(ctx workflow.Context) (*outposts.ListSitesOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*outposts.ListTagsForResourceOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*outposts.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*outposts.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.