Documentation
¶
Index ¶
- type BatchDeleteFuture
- type BatchStartFuture
- type BatchStopFuture
- type BatchUpdateScheduleFuture
- type Client
- type CreateChannelFuture
- type CreateInputFuture
- type CreateInputSecurityGroupFuture
- type CreateMultiplexFuture
- type CreateMultiplexProgramFuture
- type CreateTagsFuture
- type DeleteChannelFuture
- type DeleteInputFuture
- type DeleteInputSecurityGroupFuture
- type DeleteMultiplexFuture
- type DeleteMultiplexProgramFuture
- type DeleteReservationFuture
- type DeleteScheduleFuture
- type DeleteTagsFuture
- type DescribeChannelFuture
- type DescribeInputDeviceFuture
- type DescribeInputDeviceThumbnailFuture
- type DescribeInputFuture
- type DescribeInputSecurityGroupFuture
- type DescribeMultiplexFuture
- type DescribeMultiplexProgramFuture
- type DescribeOfferingFuture
- type DescribeReservationFuture
- type DescribeScheduleFuture
- type ListChannelsFuture
- type ListInputDevicesFuture
- type ListInputSecurityGroupsFuture
- type ListInputsFuture
- type ListMultiplexProgramsFuture
- type ListMultiplexesFuture
- type ListOfferingsFuture
- type ListReservationsFuture
- type ListTagsForResourceFuture
- type PurchaseOfferingFuture
- type StartChannelFuture
- type StartMultiplexFuture
- type StopChannelFuture
- type StopMultiplexFuture
- type UpdateChannelClassFuture
- type UpdateChannelFuture
- type UpdateInputDeviceFuture
- type UpdateInputFuture
- type UpdateInputSecurityGroupFuture
- type UpdateMultiplexFuture
- type UpdateMultiplexProgramFuture
- type UpdateReservationFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchDeleteFuture ¶
func (*BatchDeleteFuture) Get ¶
func (r *BatchDeleteFuture) Get(ctx workflow.Context) (*medialive.BatchDeleteOutput, error)
type BatchStartFuture ¶
func (*BatchStartFuture) Get ¶
func (r *BatchStartFuture) Get(ctx workflow.Context) (*medialive.BatchStartOutput, error)
type BatchStopFuture ¶
func (*BatchStopFuture) Get ¶
func (r *BatchStopFuture) Get(ctx workflow.Context) (*medialive.BatchStopOutput, error)
type BatchUpdateScheduleFuture ¶
type BatchUpdateScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*BatchUpdateScheduleFuture) Get ¶
func (r *BatchUpdateScheduleFuture) Get(ctx workflow.Context) (*medialive.BatchUpdateScheduleOutput, error)
type Client ¶
type Client interface { BatchDelete(ctx workflow.Context, input *medialive.BatchDeleteInput) (*medialive.BatchDeleteOutput, error) BatchDeleteAsync(ctx workflow.Context, input *medialive.BatchDeleteInput) *BatchDeleteFuture BatchStart(ctx workflow.Context, input *medialive.BatchStartInput) (*medialive.BatchStartOutput, error) BatchStartAsync(ctx workflow.Context, input *medialive.BatchStartInput) *BatchStartFuture BatchStop(ctx workflow.Context, input *medialive.BatchStopInput) (*medialive.BatchStopOutput, error) BatchStopAsync(ctx workflow.Context, input *medialive.BatchStopInput) *BatchStopFuture BatchUpdateSchedule(ctx workflow.Context, input *medialive.BatchUpdateScheduleInput) (*medialive.BatchUpdateScheduleOutput, error) BatchUpdateScheduleAsync(ctx workflow.Context, input *medialive.BatchUpdateScheduleInput) *BatchUpdateScheduleFuture CreateChannel(ctx workflow.Context, input *medialive.CreateChannelInput) (*medialive.CreateChannelOutput, error) CreateChannelAsync(ctx workflow.Context, input *medialive.CreateChannelInput) *CreateChannelFuture CreateInput(ctx workflow.Context, input *medialive.CreateInputInput) (*medialive.CreateInputOutput, error) CreateInputAsync(ctx workflow.Context, input *medialive.CreateInputInput) *CreateInputFuture CreateInputSecurityGroup(ctx workflow.Context, input *medialive.CreateInputSecurityGroupInput) (*medialive.CreateInputSecurityGroupOutput, error) CreateInputSecurityGroupAsync(ctx workflow.Context, input *medialive.CreateInputSecurityGroupInput) *CreateInputSecurityGroupFuture CreateMultiplex(ctx workflow.Context, input *medialive.CreateMultiplexInput) (*medialive.CreateMultiplexOutput, error) CreateMultiplexAsync(ctx workflow.Context, input *medialive.CreateMultiplexInput) *CreateMultiplexFuture CreateMultiplexProgram(ctx workflow.Context, input *medialive.CreateMultiplexProgramInput) (*medialive.CreateMultiplexProgramOutput, error) CreateMultiplexProgramAsync(ctx workflow.Context, input *medialive.CreateMultiplexProgramInput) *CreateMultiplexProgramFuture CreateTags(ctx workflow.Context, input *medialive.CreateTagsInput) (*medialive.CreateTagsOutput, error) CreateTagsAsync(ctx workflow.Context, input *medialive.CreateTagsInput) *CreateTagsFuture DeleteChannel(ctx workflow.Context, input *medialive.DeleteChannelInput) (*medialive.DeleteChannelOutput, error) DeleteChannelAsync(ctx workflow.Context, input *medialive.DeleteChannelInput) *DeleteChannelFuture DeleteInput(ctx workflow.Context, input *medialive.DeleteInputInput) (*medialive.DeleteInputOutput, error) DeleteInputAsync(ctx workflow.Context, input *medialive.DeleteInputInput) *DeleteInputFuture DeleteInputSecurityGroup(ctx workflow.Context, input *medialive.DeleteInputSecurityGroupInput) (*medialive.DeleteInputSecurityGroupOutput, error) DeleteInputSecurityGroupAsync(ctx workflow.Context, input *medialive.DeleteInputSecurityGroupInput) *DeleteInputSecurityGroupFuture DeleteMultiplex(ctx workflow.Context, input *medialive.DeleteMultiplexInput) (*medialive.DeleteMultiplexOutput, error) DeleteMultiplexAsync(ctx workflow.Context, input *medialive.DeleteMultiplexInput) *DeleteMultiplexFuture DeleteMultiplexProgram(ctx workflow.Context, input *medialive.DeleteMultiplexProgramInput) (*medialive.DeleteMultiplexProgramOutput, error) DeleteMultiplexProgramAsync(ctx workflow.Context, input *medialive.DeleteMultiplexProgramInput) *DeleteMultiplexProgramFuture DeleteReservation(ctx workflow.Context, input *medialive.DeleteReservationInput) (*medialive.DeleteReservationOutput, error) DeleteReservationAsync(ctx workflow.Context, input *medialive.DeleteReservationInput) *DeleteReservationFuture DeleteSchedule(ctx workflow.Context, input *medialive.DeleteScheduleInput) (*medialive.DeleteScheduleOutput, error) DeleteScheduleAsync(ctx workflow.Context, input *medialive.DeleteScheduleInput) *DeleteScheduleFuture DeleteTags(ctx workflow.Context, input *medialive.DeleteTagsInput) (*medialive.DeleteTagsOutput, error) DeleteTagsAsync(ctx workflow.Context, input *medialive.DeleteTagsInput) *DeleteTagsFuture DescribeChannel(ctx workflow.Context, input *medialive.DescribeChannelInput) (*medialive.DescribeChannelOutput, error) DescribeChannelAsync(ctx workflow.Context, input *medialive.DescribeChannelInput) *DescribeChannelFuture DescribeInput(ctx workflow.Context, input *medialive.DescribeInputInput) (*medialive.DescribeInputOutput, error) DescribeInputAsync(ctx workflow.Context, input *medialive.DescribeInputInput) *DescribeInputFuture DescribeInputDevice(ctx workflow.Context, input *medialive.DescribeInputDeviceInput) (*medialive.DescribeInputDeviceOutput, error) DescribeInputDeviceAsync(ctx workflow.Context, input *medialive.DescribeInputDeviceInput) *DescribeInputDeviceFuture DescribeInputDeviceThumbnail(ctx workflow.Context, input *medialive.DescribeInputDeviceThumbnailInput) (*medialive.DescribeInputDeviceThumbnailOutput, error) DescribeInputDeviceThumbnailAsync(ctx workflow.Context, input *medialive.DescribeInputDeviceThumbnailInput) *DescribeInputDeviceThumbnailFuture DescribeInputSecurityGroup(ctx workflow.Context, input *medialive.DescribeInputSecurityGroupInput) (*medialive.DescribeInputSecurityGroupOutput, error) DescribeInputSecurityGroupAsync(ctx workflow.Context, input *medialive.DescribeInputSecurityGroupInput) *DescribeInputSecurityGroupFuture DescribeMultiplex(ctx workflow.Context, input *medialive.DescribeMultiplexInput) (*medialive.DescribeMultiplexOutput, error) DescribeMultiplexAsync(ctx workflow.Context, input *medialive.DescribeMultiplexInput) *DescribeMultiplexFuture DescribeMultiplexProgram(ctx workflow.Context, input *medialive.DescribeMultiplexProgramInput) (*medialive.DescribeMultiplexProgramOutput, error) DescribeMultiplexProgramAsync(ctx workflow.Context, input *medialive.DescribeMultiplexProgramInput) *DescribeMultiplexProgramFuture DescribeOffering(ctx workflow.Context, input *medialive.DescribeOfferingInput) (*medialive.DescribeOfferingOutput, error) DescribeOfferingAsync(ctx workflow.Context, input *medialive.DescribeOfferingInput) *DescribeOfferingFuture DescribeReservation(ctx workflow.Context, input *medialive.DescribeReservationInput) (*medialive.DescribeReservationOutput, error) DescribeReservationAsync(ctx workflow.Context, input *medialive.DescribeReservationInput) *DescribeReservationFuture DescribeSchedule(ctx workflow.Context, input *medialive.DescribeScheduleInput) (*medialive.DescribeScheduleOutput, error) DescribeScheduleAsync(ctx workflow.Context, input *medialive.DescribeScheduleInput) *DescribeScheduleFuture ListChannels(ctx workflow.Context, input *medialive.ListChannelsInput) (*medialive.ListChannelsOutput, error) ListChannelsAsync(ctx workflow.Context, input *medialive.ListChannelsInput) *ListChannelsFuture ListInputDevices(ctx workflow.Context, input *medialive.ListInputDevicesInput) (*medialive.ListInputDevicesOutput, error) ListInputDevicesAsync(ctx workflow.Context, input *medialive.ListInputDevicesInput) *ListInputDevicesFuture ListInputSecurityGroups(ctx workflow.Context, input *medialive.ListInputSecurityGroupsInput) (*medialive.ListInputSecurityGroupsOutput, error) ListInputSecurityGroupsAsync(ctx workflow.Context, input *medialive.ListInputSecurityGroupsInput) *ListInputSecurityGroupsFuture ListInputs(ctx workflow.Context, input *medialive.ListInputsInput) (*medialive.ListInputsOutput, error) ListInputsAsync(ctx workflow.Context, input *medialive.ListInputsInput) *ListInputsFuture ListMultiplexPrograms(ctx workflow.Context, input *medialive.ListMultiplexProgramsInput) (*medialive.ListMultiplexProgramsOutput, error) ListMultiplexProgramsAsync(ctx workflow.Context, input *medialive.ListMultiplexProgramsInput) *ListMultiplexProgramsFuture ListMultiplexes(ctx workflow.Context, input *medialive.ListMultiplexesInput) (*medialive.ListMultiplexesOutput, error) ListMultiplexesAsync(ctx workflow.Context, input *medialive.ListMultiplexesInput) *ListMultiplexesFuture ListOfferings(ctx workflow.Context, input *medialive.ListOfferingsInput) (*medialive.ListOfferingsOutput, error) ListOfferingsAsync(ctx workflow.Context, input *medialive.ListOfferingsInput) *ListOfferingsFuture ListReservations(ctx workflow.Context, input *medialive.ListReservationsInput) (*medialive.ListReservationsOutput, error) ListReservationsAsync(ctx workflow.Context, input *medialive.ListReservationsInput) *ListReservationsFuture ListTagsForResource(ctx workflow.Context, input *medialive.ListTagsForResourceInput) (*medialive.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *medialive.ListTagsForResourceInput) *ListTagsForResourceFuture PurchaseOffering(ctx workflow.Context, input *medialive.PurchaseOfferingInput) (*medialive.PurchaseOfferingOutput, error) PurchaseOfferingAsync(ctx workflow.Context, input *medialive.PurchaseOfferingInput) *PurchaseOfferingFuture StartChannel(ctx workflow.Context, input *medialive.StartChannelInput) (*medialive.StartChannelOutput, error) StartChannelAsync(ctx workflow.Context, input *medialive.StartChannelInput) *StartChannelFuture StartMultiplex(ctx workflow.Context, input *medialive.StartMultiplexInput) (*medialive.StartMultiplexOutput, error) StartMultiplexAsync(ctx workflow.Context, input *medialive.StartMultiplexInput) *StartMultiplexFuture StopChannel(ctx workflow.Context, input *medialive.StopChannelInput) (*medialive.StopChannelOutput, error) StopChannelAsync(ctx workflow.Context, input *medialive.StopChannelInput) *StopChannelFuture StopMultiplex(ctx workflow.Context, input *medialive.StopMultiplexInput) (*medialive.StopMultiplexOutput, error) StopMultiplexAsync(ctx workflow.Context, input *medialive.StopMultiplexInput) *StopMultiplexFuture UpdateChannel(ctx workflow.Context, input *medialive.UpdateChannelInput) (*medialive.UpdateChannelOutput, error) UpdateChannelAsync(ctx workflow.Context, input *medialive.UpdateChannelInput) *UpdateChannelFuture UpdateChannelClass(ctx workflow.Context, input *medialive.UpdateChannelClassInput) (*medialive.UpdateChannelClassOutput, error) UpdateChannelClassAsync(ctx workflow.Context, input *medialive.UpdateChannelClassInput) *UpdateChannelClassFuture UpdateInput(ctx workflow.Context, input *medialive.UpdateInputInput) (*medialive.UpdateInputOutput, error) UpdateInputAsync(ctx workflow.Context, input *medialive.UpdateInputInput) *UpdateInputFuture UpdateInputDevice(ctx workflow.Context, input *medialive.UpdateInputDeviceInput) (*medialive.UpdateInputDeviceOutput, error) UpdateInputDeviceAsync(ctx workflow.Context, input *medialive.UpdateInputDeviceInput) *UpdateInputDeviceFuture UpdateInputSecurityGroup(ctx workflow.Context, input *medialive.UpdateInputSecurityGroupInput) (*medialive.UpdateInputSecurityGroupOutput, error) UpdateInputSecurityGroupAsync(ctx workflow.Context, input *medialive.UpdateInputSecurityGroupInput) *UpdateInputSecurityGroupFuture UpdateMultiplex(ctx workflow.Context, input *medialive.UpdateMultiplexInput) (*medialive.UpdateMultiplexOutput, error) UpdateMultiplexAsync(ctx workflow.Context, input *medialive.UpdateMultiplexInput) *UpdateMultiplexFuture UpdateMultiplexProgram(ctx workflow.Context, input *medialive.UpdateMultiplexProgramInput) (*medialive.UpdateMultiplexProgramOutput, error) UpdateMultiplexProgramAsync(ctx workflow.Context, input *medialive.UpdateMultiplexProgramInput) *UpdateMultiplexProgramFuture UpdateReservation(ctx workflow.Context, input *medialive.UpdateReservationInput) (*medialive.UpdateReservationOutput, error) UpdateReservationAsync(ctx workflow.Context, input *medialive.UpdateReservationInput) *UpdateReservationFuture WaitUntilChannelCreated(ctx workflow.Context, input *medialive.DescribeChannelInput) error WaitUntilChannelCreatedAsync(ctx workflow.Context, input *medialive.DescribeChannelInput) *clients.VoidFuture WaitUntilChannelDeleted(ctx workflow.Context, input *medialive.DescribeChannelInput) error WaitUntilChannelDeletedAsync(ctx workflow.Context, input *medialive.DescribeChannelInput) *clients.VoidFuture WaitUntilChannelRunning(ctx workflow.Context, input *medialive.DescribeChannelInput) error WaitUntilChannelRunningAsync(ctx workflow.Context, input *medialive.DescribeChannelInput) *clients.VoidFuture WaitUntilChannelStopped(ctx workflow.Context, input *medialive.DescribeChannelInput) error WaitUntilChannelStoppedAsync(ctx workflow.Context, input *medialive.DescribeChannelInput) *clients.VoidFuture WaitUntilInputAttached(ctx workflow.Context, input *medialive.DescribeInputInput) error WaitUntilInputAttachedAsync(ctx workflow.Context, input *medialive.DescribeInputInput) *clients.VoidFuture WaitUntilInputDeleted(ctx workflow.Context, input *medialive.DescribeInputInput) error WaitUntilInputDeletedAsync(ctx workflow.Context, input *medialive.DescribeInputInput) *clients.VoidFuture WaitUntilInputDetached(ctx workflow.Context, input *medialive.DescribeInputInput) error WaitUntilInputDetachedAsync(ctx workflow.Context, input *medialive.DescribeInputInput) *clients.VoidFuture WaitUntilMultiplexCreated(ctx workflow.Context, input *medialive.DescribeMultiplexInput) error WaitUntilMultiplexCreatedAsync(ctx workflow.Context, input *medialive.DescribeMultiplexInput) *clients.VoidFuture WaitUntilMultiplexDeleted(ctx workflow.Context, input *medialive.DescribeMultiplexInput) error WaitUntilMultiplexDeletedAsync(ctx workflow.Context, input *medialive.DescribeMultiplexInput) *clients.VoidFuture WaitUntilMultiplexRunning(ctx workflow.Context, input *medialive.DescribeMultiplexInput) error WaitUntilMultiplexRunningAsync(ctx workflow.Context, input *medialive.DescribeMultiplexInput) *clients.VoidFuture WaitUntilMultiplexStopped(ctx workflow.Context, input *medialive.DescribeMultiplexInput) error WaitUntilMultiplexStoppedAsync(ctx workflow.Context, input *medialive.DescribeMultiplexInput) *clients.VoidFuture }
type CreateChannelFuture ¶
func (*CreateChannelFuture) Get ¶
func (r *CreateChannelFuture) Get(ctx workflow.Context) (*medialive.CreateChannelOutput, error)
type CreateInputFuture ¶
func (*CreateInputFuture) Get ¶
func (r *CreateInputFuture) Get(ctx workflow.Context) (*medialive.CreateInputOutput, error)
type CreateInputSecurityGroupFuture ¶
type CreateInputSecurityGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateInputSecurityGroupFuture) Get ¶
func (r *CreateInputSecurityGroupFuture) Get(ctx workflow.Context) (*medialive.CreateInputSecurityGroupOutput, error)
type CreateMultiplexFuture ¶
type CreateMultiplexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateMultiplexFuture) Get ¶
func (r *CreateMultiplexFuture) Get(ctx workflow.Context) (*medialive.CreateMultiplexOutput, error)
type CreateMultiplexProgramFuture ¶
type CreateMultiplexProgramFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateMultiplexProgramFuture) Get ¶
func (r *CreateMultiplexProgramFuture) Get(ctx workflow.Context) (*medialive.CreateMultiplexProgramOutput, error)
type CreateTagsFuture ¶
func (*CreateTagsFuture) Get ¶
func (r *CreateTagsFuture) Get(ctx workflow.Context) (*medialive.CreateTagsOutput, error)
type DeleteChannelFuture ¶
func (*DeleteChannelFuture) Get ¶
func (r *DeleteChannelFuture) Get(ctx workflow.Context) (*medialive.DeleteChannelOutput, error)
type DeleteInputFuture ¶
func (*DeleteInputFuture) Get ¶
func (r *DeleteInputFuture) Get(ctx workflow.Context) (*medialive.DeleteInputOutput, error)
type DeleteInputSecurityGroupFuture ¶
type DeleteInputSecurityGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteInputSecurityGroupFuture) Get ¶
func (r *DeleteInputSecurityGroupFuture) Get(ctx workflow.Context) (*medialive.DeleteInputSecurityGroupOutput, error)
type DeleteMultiplexFuture ¶
type DeleteMultiplexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMultiplexFuture) Get ¶
func (r *DeleteMultiplexFuture) Get(ctx workflow.Context) (*medialive.DeleteMultiplexOutput, error)
type DeleteMultiplexProgramFuture ¶
type DeleteMultiplexProgramFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteMultiplexProgramFuture) Get ¶
func (r *DeleteMultiplexProgramFuture) Get(ctx workflow.Context) (*medialive.DeleteMultiplexProgramOutput, error)
type DeleteReservationFuture ¶
type DeleteReservationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteReservationFuture) Get ¶
func (r *DeleteReservationFuture) Get(ctx workflow.Context) (*medialive.DeleteReservationOutput, error)
type DeleteScheduleFuture ¶
func (*DeleteScheduleFuture) Get ¶
func (r *DeleteScheduleFuture) Get(ctx workflow.Context) (*medialive.DeleteScheduleOutput, error)
type DeleteTagsFuture ¶
func (*DeleteTagsFuture) Get ¶
func (r *DeleteTagsFuture) Get(ctx workflow.Context) (*medialive.DeleteTagsOutput, error)
type DescribeChannelFuture ¶
type DescribeChannelFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeChannelFuture) Get ¶
func (r *DescribeChannelFuture) Get(ctx workflow.Context) (*medialive.DescribeChannelOutput, error)
type DescribeInputDeviceFuture ¶
type DescribeInputDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInputDeviceFuture) Get ¶
func (r *DescribeInputDeviceFuture) Get(ctx workflow.Context) (*medialive.DescribeInputDeviceOutput, error)
type DescribeInputDeviceThumbnailFuture ¶
type DescribeInputDeviceThumbnailFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInputDeviceThumbnailFuture) Get ¶
func (r *DescribeInputDeviceThumbnailFuture) Get(ctx workflow.Context) (*medialive.DescribeInputDeviceThumbnailOutput, error)
type DescribeInputFuture ¶
func (*DescribeInputFuture) Get ¶
func (r *DescribeInputFuture) Get(ctx workflow.Context) (*medialive.DescribeInputOutput, error)
type DescribeInputSecurityGroupFuture ¶
type DescribeInputSecurityGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeInputSecurityGroupFuture) Get ¶
func (r *DescribeInputSecurityGroupFuture) Get(ctx workflow.Context) (*medialive.DescribeInputSecurityGroupOutput, error)
type DescribeMultiplexFuture ¶
type DescribeMultiplexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMultiplexFuture) Get ¶
func (r *DescribeMultiplexFuture) Get(ctx workflow.Context) (*medialive.DescribeMultiplexOutput, error)
type DescribeMultiplexProgramFuture ¶
type DescribeMultiplexProgramFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeMultiplexProgramFuture) Get ¶
func (r *DescribeMultiplexProgramFuture) Get(ctx workflow.Context) (*medialive.DescribeMultiplexProgramOutput, error)
type DescribeOfferingFuture ¶
type DescribeOfferingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeOfferingFuture) Get ¶
func (r *DescribeOfferingFuture) Get(ctx workflow.Context) (*medialive.DescribeOfferingOutput, error)
type DescribeReservationFuture ¶
type DescribeReservationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeReservationFuture) Get ¶
func (r *DescribeReservationFuture) Get(ctx workflow.Context) (*medialive.DescribeReservationOutput, error)
type DescribeScheduleFuture ¶
type DescribeScheduleFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DescribeScheduleFuture) Get ¶
func (r *DescribeScheduleFuture) Get(ctx workflow.Context) (*medialive.DescribeScheduleOutput, error)
type ListChannelsFuture ¶
func (*ListChannelsFuture) Get ¶
func (r *ListChannelsFuture) Get(ctx workflow.Context) (*medialive.ListChannelsOutput, error)
type ListInputDevicesFuture ¶
type ListInputDevicesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInputDevicesFuture) Get ¶
func (r *ListInputDevicesFuture) Get(ctx workflow.Context) (*medialive.ListInputDevicesOutput, error)
type ListInputSecurityGroupsFuture ¶
type ListInputSecurityGroupsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListInputSecurityGroupsFuture) Get ¶
func (r *ListInputSecurityGroupsFuture) Get(ctx workflow.Context) (*medialive.ListInputSecurityGroupsOutput, error)
type ListInputsFuture ¶
func (*ListInputsFuture) Get ¶
func (r *ListInputsFuture) Get(ctx workflow.Context) (*medialive.ListInputsOutput, error)
type ListMultiplexProgramsFuture ¶
type ListMultiplexProgramsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListMultiplexProgramsFuture) Get ¶
func (r *ListMultiplexProgramsFuture) Get(ctx workflow.Context) (*medialive.ListMultiplexProgramsOutput, error)
type ListMultiplexesFuture ¶
type ListMultiplexesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListMultiplexesFuture) Get ¶
func (r *ListMultiplexesFuture) Get(ctx workflow.Context) (*medialive.ListMultiplexesOutput, error)
type ListOfferingsFuture ¶
func (*ListOfferingsFuture) Get ¶
func (r *ListOfferingsFuture) Get(ctx workflow.Context) (*medialive.ListOfferingsOutput, error)
type ListReservationsFuture ¶
type ListReservationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListReservationsFuture) Get ¶
func (r *ListReservationsFuture) Get(ctx workflow.Context) (*medialive.ListReservationsOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*medialive.ListTagsForResourceOutput, error)
type PurchaseOfferingFuture ¶
type PurchaseOfferingFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*PurchaseOfferingFuture) Get ¶
func (r *PurchaseOfferingFuture) Get(ctx workflow.Context) (*medialive.PurchaseOfferingOutput, error)
type StartChannelFuture ¶
func (*StartChannelFuture) Get ¶
func (r *StartChannelFuture) Get(ctx workflow.Context) (*medialive.StartChannelOutput, error)
type StartMultiplexFuture ¶
func (*StartMultiplexFuture) Get ¶
func (r *StartMultiplexFuture) Get(ctx workflow.Context) (*medialive.StartMultiplexOutput, error)
type StopChannelFuture ¶
func (*StopChannelFuture) Get ¶
func (r *StopChannelFuture) Get(ctx workflow.Context) (*medialive.StopChannelOutput, error)
type StopMultiplexFuture ¶
func (*StopMultiplexFuture) Get ¶
func (r *StopMultiplexFuture) Get(ctx workflow.Context) (*medialive.StopMultiplexOutput, error)
type UpdateChannelClassFuture ¶
type UpdateChannelClassFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateChannelClassFuture) Get ¶
func (r *UpdateChannelClassFuture) Get(ctx workflow.Context) (*medialive.UpdateChannelClassOutput, error)
type UpdateChannelFuture ¶
func (*UpdateChannelFuture) Get ¶
func (r *UpdateChannelFuture) Get(ctx workflow.Context) (*medialive.UpdateChannelOutput, error)
type UpdateInputDeviceFuture ¶
type UpdateInputDeviceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateInputDeviceFuture) Get ¶
func (r *UpdateInputDeviceFuture) Get(ctx workflow.Context) (*medialive.UpdateInputDeviceOutput, error)
type UpdateInputFuture ¶
func (*UpdateInputFuture) Get ¶
func (r *UpdateInputFuture) Get(ctx workflow.Context) (*medialive.UpdateInputOutput, error)
type UpdateInputSecurityGroupFuture ¶
type UpdateInputSecurityGroupFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateInputSecurityGroupFuture) Get ¶
func (r *UpdateInputSecurityGroupFuture) Get(ctx workflow.Context) (*medialive.UpdateInputSecurityGroupOutput, error)
type UpdateMultiplexFuture ¶
type UpdateMultiplexFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMultiplexFuture) Get ¶
func (r *UpdateMultiplexFuture) Get(ctx workflow.Context) (*medialive.UpdateMultiplexOutput, error)
type UpdateMultiplexProgramFuture ¶
type UpdateMultiplexProgramFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateMultiplexProgramFuture) Get ¶
func (r *UpdateMultiplexProgramFuture) Get(ctx workflow.Context) (*medialive.UpdateMultiplexProgramOutput, error)
type UpdateReservationFuture ¶
type UpdateReservationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateReservationFuture) Get ¶
func (r *UpdateReservationFuture) Get(ctx workflow.Context) (*medialive.UpdateReservationOutput, error)
Click to show internal directories.
Click to hide internal directories.