medialivestub

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 AcceptInputDeviceTransferFuture

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

func (*AcceptInputDeviceTransferFuture) Get

type BatchDeleteFuture

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

func (*BatchDeleteFuture) Get

type BatchStartFuture

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

func (*BatchStartFuture) Get

type BatchStopFuture

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

func (*BatchStopFuture) Get

type BatchUpdateScheduleFuture

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

func (*BatchUpdateScheduleFuture) Get

type CancelInputDeviceTransferFuture

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

func (*CancelInputDeviceTransferFuture) Get

type Client

type Client interface {
	AcceptInputDeviceTransfer(ctx workflow.Context, input *medialive.AcceptInputDeviceTransferInput) (*medialive.AcceptInputDeviceTransferOutput, error)
	AcceptInputDeviceTransferAsync(ctx workflow.Context, input *medialive.AcceptInputDeviceTransferInput) *AcceptInputDeviceTransferFuture

	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

	CancelInputDeviceTransfer(ctx workflow.Context, input *medialive.CancelInputDeviceTransferInput) (*medialive.CancelInputDeviceTransferOutput, error)
	CancelInputDeviceTransferAsync(ctx workflow.Context, input *medialive.CancelInputDeviceTransferInput) *CancelInputDeviceTransferFuture

	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

	ListInputDeviceTransfers(ctx workflow.Context, input *medialive.ListInputDeviceTransfersInput) (*medialive.ListInputDeviceTransfersOutput, error)
	ListInputDeviceTransfersAsync(ctx workflow.Context, input *medialive.ListInputDeviceTransfersInput) *ListInputDeviceTransfersFuture

	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

	RejectInputDeviceTransfer(ctx workflow.Context, input *medialive.RejectInputDeviceTransferInput) (*medialive.RejectInputDeviceTransferOutput, error)
	RejectInputDeviceTransferAsync(ctx workflow.Context, input *medialive.RejectInputDeviceTransferInput) *RejectInputDeviceTransferFuture

	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

	TransferInputDevice(ctx workflow.Context, input *medialive.TransferInputDeviceInput) (*medialive.TransferInputDeviceOutput, error)
	TransferInputDeviceAsync(ctx workflow.Context, input *medialive.TransferInputDeviceInput) *TransferInputDeviceFuture

	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
}

func NewClient

func NewClient() Client

type CreateChannelFuture

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

func (*CreateChannelFuture) Get

type CreateInputFuture

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

func (*CreateInputFuture) Get

type CreateInputSecurityGroupFuture

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

func (*CreateInputSecurityGroupFuture) Get

type CreateMultiplexFuture

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

func (*CreateMultiplexFuture) Get

type CreateMultiplexProgramFuture

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

func (*CreateMultiplexProgramFuture) Get

type CreateTagsFuture

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

func (*CreateTagsFuture) Get

type DeleteChannelFuture

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

func (*DeleteChannelFuture) Get

type DeleteInputFuture

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

func (*DeleteInputFuture) Get

type DeleteInputSecurityGroupFuture

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

func (*DeleteInputSecurityGroupFuture) Get

type DeleteMultiplexFuture

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

func (*DeleteMultiplexFuture) Get

type DeleteMultiplexProgramFuture

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

func (*DeleteMultiplexProgramFuture) Get

type DeleteReservationFuture

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

func (*DeleteReservationFuture) Get

type DeleteScheduleFuture

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

func (*DeleteScheduleFuture) Get

type DeleteTagsFuture

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

func (*DeleteTagsFuture) Get

type DescribeChannelFuture

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

func (*DescribeChannelFuture) Get

type DescribeInputDeviceFuture

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

func (*DescribeInputDeviceFuture) Get

type DescribeInputDeviceThumbnailFuture

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

func (*DescribeInputDeviceThumbnailFuture) Get

type DescribeInputFuture

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

func (*DescribeInputFuture) Get

type DescribeInputSecurityGroupFuture

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

func (*DescribeInputSecurityGroupFuture) Get

type DescribeMultiplexFuture

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

func (*DescribeMultiplexFuture) Get

type DescribeMultiplexProgramFuture

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

func (*DescribeMultiplexProgramFuture) Get

type DescribeOfferingFuture

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

func (*DescribeOfferingFuture) Get

type DescribeReservationFuture

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

func (*DescribeReservationFuture) Get

type DescribeScheduleFuture

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

func (*DescribeScheduleFuture) Get

type ListChannelsFuture

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

func (*ListChannelsFuture) Get

type ListInputDeviceTransfersFuture

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

func (*ListInputDeviceTransfersFuture) Get

type ListInputDevicesFuture

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

func (*ListInputDevicesFuture) Get

type ListInputSecurityGroupsFuture

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

func (*ListInputSecurityGroupsFuture) Get

type ListInputsFuture

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

func (*ListInputsFuture) Get

type ListMultiplexProgramsFuture

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

func (*ListMultiplexProgramsFuture) Get

type ListMultiplexesFuture

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

func (*ListMultiplexesFuture) Get

type ListOfferingsFuture

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

func (*ListOfferingsFuture) Get

type ListReservationsFuture

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

func (*ListReservationsFuture) Get

type ListTagsForResourceFuture

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

func (*ListTagsForResourceFuture) Get

type PurchaseOfferingFuture

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

func (*PurchaseOfferingFuture) Get

type RejectInputDeviceTransferFuture

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

func (*RejectInputDeviceTransferFuture) Get

type StartChannelFuture

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

func (*StartChannelFuture) Get

type StartMultiplexFuture

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

func (*StartMultiplexFuture) Get

type StopChannelFuture

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

func (*StopChannelFuture) Get

type StopMultiplexFuture

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

func (*StopMultiplexFuture) Get

type TransferInputDeviceFuture

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

func (*TransferInputDeviceFuture) Get

type UpdateChannelClassFuture

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

func (*UpdateChannelClassFuture) Get

type UpdateChannelFuture

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

func (*UpdateChannelFuture) Get

type UpdateInputDeviceFuture

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

func (*UpdateInputDeviceFuture) Get

type UpdateInputFuture

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

func (*UpdateInputFuture) Get

type UpdateInputSecurityGroupFuture

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

func (*UpdateInputSecurityGroupFuture) Get

type UpdateMultiplexFuture

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

func (*UpdateMultiplexFuture) Get

type UpdateMultiplexProgramFuture

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

func (*UpdateMultiplexProgramFuture) Get

type UpdateReservationFuture

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

func (*UpdateReservationFuture) Get

Jump to

Keyboard shortcuts

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