Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { DeletePlaybackConfiguration(ctx workflow.Context, input *mediatailor.DeletePlaybackConfigurationInput) (*mediatailor.DeletePlaybackConfigurationOutput, error) DeletePlaybackConfigurationAsync(ctx workflow.Context, input *mediatailor.DeletePlaybackConfigurationInput) *DeletePlaybackConfigurationFuture GetPlaybackConfiguration(ctx workflow.Context, input *mediatailor.GetPlaybackConfigurationInput) (*mediatailor.GetPlaybackConfigurationOutput, error) GetPlaybackConfigurationAsync(ctx workflow.Context, input *mediatailor.GetPlaybackConfigurationInput) *GetPlaybackConfigurationFuture ListPlaybackConfigurations(ctx workflow.Context, input *mediatailor.ListPlaybackConfigurationsInput) (*mediatailor.ListPlaybackConfigurationsOutput, error) ListPlaybackConfigurationsAsync(ctx workflow.Context, input *mediatailor.ListPlaybackConfigurationsInput) *ListPlaybackConfigurationsFuture ListTagsForResource(ctx workflow.Context, input *mediatailor.ListTagsForResourceInput) (*mediatailor.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *mediatailor.ListTagsForResourceInput) *ListTagsForResourceFuture PutPlaybackConfiguration(ctx workflow.Context, input *mediatailor.PutPlaybackConfigurationInput) (*mediatailor.PutPlaybackConfigurationOutput, error) PutPlaybackConfigurationAsync(ctx workflow.Context, input *mediatailor.PutPlaybackConfigurationInput) *PutPlaybackConfigurationFuture TagResource(ctx workflow.Context, input *mediatailor.TagResourceInput) (*mediatailor.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *mediatailor.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *mediatailor.UntagResourceInput) (*mediatailor.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *mediatailor.UntagResourceInput) *UntagResourceFuture }
type DeletePlaybackConfigurationFuture ¶
type DeletePlaybackConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePlaybackConfigurationFuture) Get ¶
func (r *DeletePlaybackConfigurationFuture) Get(ctx workflow.Context) (*mediatailor.DeletePlaybackConfigurationOutput, error)
type GetPlaybackConfigurationFuture ¶
type GetPlaybackConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPlaybackConfigurationFuture) Get ¶
func (r *GetPlaybackConfigurationFuture) Get(ctx workflow.Context) (*mediatailor.GetPlaybackConfigurationOutput, error)
type ListPlaybackConfigurationsFuture ¶
type ListPlaybackConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPlaybackConfigurationsFuture) Get ¶
func (r *ListPlaybackConfigurationsFuture) Get(ctx workflow.Context) (*mediatailor.ListPlaybackConfigurationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*mediatailor.ListTagsForResourceOutput, error)
type PutPlaybackConfigurationFuture ¶
type PutPlaybackConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PutPlaybackConfigurationFuture) Get ¶
func (r *PutPlaybackConfigurationFuture) Get(ctx workflow.Context) (*mediatailor.PutPlaybackConfigurationOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*mediatailor.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*mediatailor.UntagResourceOutput, error)
Click to show internal directories.
Click to hide internal directories.