Documentation
¶
Index ¶
- type BatchGetChannelFuture
- type BatchGetStreamKeyFuture
- type Client
- type CreateChannelFuture
- type CreateStreamKeyFuture
- type DeleteChannelFuture
- type DeletePlaybackKeyPairFuture
- type DeleteStreamKeyFuture
- type GetChannelFuture
- type GetPlaybackKeyPairFuture
- type GetStreamFuture
- type GetStreamKeyFuture
- type ImportPlaybackKeyPairFuture
- type ListChannelsFuture
- type ListPlaybackKeyPairsFuture
- type ListStreamKeysFuture
- type ListStreamsFuture
- type ListTagsForResourceFuture
- type PutMetadataFuture
- type StopStreamFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateChannelFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchGetChannelFuture ¶
type BatchGetChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetChannelFuture) Get ¶
func (r *BatchGetChannelFuture) Get(ctx workflow.Context) (*ivs.BatchGetChannelOutput, error)
type BatchGetStreamKeyFuture ¶
type BatchGetStreamKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchGetStreamKeyFuture) Get ¶
func (r *BatchGetStreamKeyFuture) Get(ctx workflow.Context) (*ivs.BatchGetStreamKeyOutput, error)
type Client ¶
type Client interface { BatchGetChannel(ctx workflow.Context, input *ivs.BatchGetChannelInput) (*ivs.BatchGetChannelOutput, error) BatchGetChannelAsync(ctx workflow.Context, input *ivs.BatchGetChannelInput) *BatchGetChannelFuture BatchGetStreamKey(ctx workflow.Context, input *ivs.BatchGetStreamKeyInput) (*ivs.BatchGetStreamKeyOutput, error) BatchGetStreamKeyAsync(ctx workflow.Context, input *ivs.BatchGetStreamKeyInput) *BatchGetStreamKeyFuture CreateChannel(ctx workflow.Context, input *ivs.CreateChannelInput) (*ivs.CreateChannelOutput, error) CreateChannelAsync(ctx workflow.Context, input *ivs.CreateChannelInput) *CreateChannelFuture CreateStreamKey(ctx workflow.Context, input *ivs.CreateStreamKeyInput) (*ivs.CreateStreamKeyOutput, error) CreateStreamKeyAsync(ctx workflow.Context, input *ivs.CreateStreamKeyInput) *CreateStreamKeyFuture DeleteChannel(ctx workflow.Context, input *ivs.DeleteChannelInput) (*ivs.DeleteChannelOutput, error) DeleteChannelAsync(ctx workflow.Context, input *ivs.DeleteChannelInput) *DeleteChannelFuture DeletePlaybackKeyPair(ctx workflow.Context, input *ivs.DeletePlaybackKeyPairInput) (*ivs.DeletePlaybackKeyPairOutput, error) DeletePlaybackKeyPairAsync(ctx workflow.Context, input *ivs.DeletePlaybackKeyPairInput) *DeletePlaybackKeyPairFuture DeleteStreamKey(ctx workflow.Context, input *ivs.DeleteStreamKeyInput) (*ivs.DeleteStreamKeyOutput, error) DeleteStreamKeyAsync(ctx workflow.Context, input *ivs.DeleteStreamKeyInput) *DeleteStreamKeyFuture GetChannel(ctx workflow.Context, input *ivs.GetChannelInput) (*ivs.GetChannelOutput, error) GetChannelAsync(ctx workflow.Context, input *ivs.GetChannelInput) *GetChannelFuture GetPlaybackKeyPair(ctx workflow.Context, input *ivs.GetPlaybackKeyPairInput) (*ivs.GetPlaybackKeyPairOutput, error) GetPlaybackKeyPairAsync(ctx workflow.Context, input *ivs.GetPlaybackKeyPairInput) *GetPlaybackKeyPairFuture GetStream(ctx workflow.Context, input *ivs.GetStreamInput) (*ivs.GetStreamOutput, error) GetStreamAsync(ctx workflow.Context, input *ivs.GetStreamInput) *GetStreamFuture GetStreamKey(ctx workflow.Context, input *ivs.GetStreamKeyInput) (*ivs.GetStreamKeyOutput, error) GetStreamKeyAsync(ctx workflow.Context, input *ivs.GetStreamKeyInput) *GetStreamKeyFuture ImportPlaybackKeyPair(ctx workflow.Context, input *ivs.ImportPlaybackKeyPairInput) (*ivs.ImportPlaybackKeyPairOutput, error) ImportPlaybackKeyPairAsync(ctx workflow.Context, input *ivs.ImportPlaybackKeyPairInput) *ImportPlaybackKeyPairFuture ListChannels(ctx workflow.Context, input *ivs.ListChannelsInput) (*ivs.ListChannelsOutput, error) ListChannelsAsync(ctx workflow.Context, input *ivs.ListChannelsInput) *ListChannelsFuture ListPlaybackKeyPairs(ctx workflow.Context, input *ivs.ListPlaybackKeyPairsInput) (*ivs.ListPlaybackKeyPairsOutput, error) ListPlaybackKeyPairsAsync(ctx workflow.Context, input *ivs.ListPlaybackKeyPairsInput) *ListPlaybackKeyPairsFuture ListStreamKeys(ctx workflow.Context, input *ivs.ListStreamKeysInput) (*ivs.ListStreamKeysOutput, error) ListStreamKeysAsync(ctx workflow.Context, input *ivs.ListStreamKeysInput) *ListStreamKeysFuture ListStreams(ctx workflow.Context, input *ivs.ListStreamsInput) (*ivs.ListStreamsOutput, error) ListStreamsAsync(ctx workflow.Context, input *ivs.ListStreamsInput) *ListStreamsFuture ListTagsForResource(ctx workflow.Context, input *ivs.ListTagsForResourceInput) (*ivs.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *ivs.ListTagsForResourceInput) *ListTagsForResourceFuture PutMetadata(ctx workflow.Context, input *ivs.PutMetadataInput) (*ivs.PutMetadataOutput, error) PutMetadataAsync(ctx workflow.Context, input *ivs.PutMetadataInput) *PutMetadataFuture StopStream(ctx workflow.Context, input *ivs.StopStreamInput) (*ivs.StopStreamOutput, error) StopStreamAsync(ctx workflow.Context, input *ivs.StopStreamInput) *StopStreamFuture TagResource(ctx workflow.Context, input *ivs.TagResourceInput) (*ivs.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *ivs.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *ivs.UntagResourceInput) (*ivs.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *ivs.UntagResourceInput) *UntagResourceFuture UpdateChannel(ctx workflow.Context, input *ivs.UpdateChannelInput) (*ivs.UpdateChannelOutput, error) UpdateChannelAsync(ctx workflow.Context, input *ivs.UpdateChannelInput) *UpdateChannelFuture }
type CreateChannelFuture ¶
func (*CreateChannelFuture) Get ¶
func (r *CreateChannelFuture) Get(ctx workflow.Context) (*ivs.CreateChannelOutput, error)
type CreateStreamKeyFuture ¶
type CreateStreamKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateStreamKeyFuture) Get ¶
func (r *CreateStreamKeyFuture) Get(ctx workflow.Context) (*ivs.CreateStreamKeyOutput, error)
type DeleteChannelFuture ¶
func (*DeleteChannelFuture) Get ¶
func (r *DeleteChannelFuture) Get(ctx workflow.Context) (*ivs.DeleteChannelOutput, error)
type DeletePlaybackKeyPairFuture ¶
type DeletePlaybackKeyPairFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeletePlaybackKeyPairFuture) Get ¶
func (r *DeletePlaybackKeyPairFuture) Get(ctx workflow.Context) (*ivs.DeletePlaybackKeyPairOutput, error)
type DeleteStreamKeyFuture ¶
type DeleteStreamKeyFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteStreamKeyFuture) Get ¶
func (r *DeleteStreamKeyFuture) Get(ctx workflow.Context) (*ivs.DeleteStreamKeyOutput, error)
type GetChannelFuture ¶
func (*GetChannelFuture) Get ¶
func (r *GetChannelFuture) Get(ctx workflow.Context) (*ivs.GetChannelOutput, error)
type GetPlaybackKeyPairFuture ¶
type GetPlaybackKeyPairFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetPlaybackKeyPairFuture) Get ¶
func (r *GetPlaybackKeyPairFuture) Get(ctx workflow.Context) (*ivs.GetPlaybackKeyPairOutput, error)
type GetStreamFuture ¶
func (*GetStreamFuture) Get ¶
func (r *GetStreamFuture) Get(ctx workflow.Context) (*ivs.GetStreamOutput, error)
type GetStreamKeyFuture ¶
func (*GetStreamKeyFuture) Get ¶
func (r *GetStreamKeyFuture) Get(ctx workflow.Context) (*ivs.GetStreamKeyOutput, error)
type ImportPlaybackKeyPairFuture ¶
type ImportPlaybackKeyPairFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ImportPlaybackKeyPairFuture) Get ¶
func (r *ImportPlaybackKeyPairFuture) Get(ctx workflow.Context) (*ivs.ImportPlaybackKeyPairOutput, error)
type ListChannelsFuture ¶
func (*ListChannelsFuture) Get ¶
func (r *ListChannelsFuture) Get(ctx workflow.Context) (*ivs.ListChannelsOutput, error)
type ListPlaybackKeyPairsFuture ¶
type ListPlaybackKeyPairsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListPlaybackKeyPairsFuture) Get ¶
func (r *ListPlaybackKeyPairsFuture) Get(ctx workflow.Context) (*ivs.ListPlaybackKeyPairsOutput, error)
type ListStreamKeysFuture ¶
func (*ListStreamKeysFuture) Get ¶
func (r *ListStreamKeysFuture) Get(ctx workflow.Context) (*ivs.ListStreamKeysOutput, error)
type ListStreamsFuture ¶
func (*ListStreamsFuture) Get ¶
func (r *ListStreamsFuture) Get(ctx workflow.Context) (*ivs.ListStreamsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*ivs.ListTagsForResourceOutput, error)
type PutMetadataFuture ¶
func (*PutMetadataFuture) Get ¶
func (r *PutMetadataFuture) Get(ctx workflow.Context) (*ivs.PutMetadataOutput, error)
type StopStreamFuture ¶
func (*StopStreamFuture) Get ¶
func (r *StopStreamFuture) Get(ctx workflow.Context) (*ivs.StopStreamOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*ivs.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*ivs.UntagResourceOutput, error)
type UpdateChannelFuture ¶
func (*UpdateChannelFuture) Get ¶
func (r *UpdateChannelFuture) Get(ctx workflow.Context) (*ivs.UpdateChannelOutput, error)
Click to show internal directories.
Click to hide internal directories.