...
AWS SDK for Go API Reference
import "github.com/aws/aws-sdk-go/service/medialive"
Overview
Constants

Overview ▾

Package medialive provides the client and types for making API requests to AWS Elemental MediaLive.

API for AWS Elemental MediaLive

See https://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14 for more information on this service.

See medialive package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/medialive/

Using the Client

To contact AWS Elemental MediaLive with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.

See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/

See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config

See the AWS Elemental MediaLive client MediaLive for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/medialive/#New

The stub package, medialiveiface, can be used to provide alternative implementations of service clients, such as mocking the client for testing.

Types ▾

type MediaLive
func New(p client.ConfigProvider, cfgs ...*aws.Config) *MediaLive
func (c *MediaLive) AcceptInputDeviceTransfer(input *AcceptInputDeviceTransferInput) (*AcceptInputDeviceTransferOutput, error)
func (c *MediaLive) AcceptInputDeviceTransferRequest(input *AcceptInputDeviceTransferInput) (req *request.Request, output *AcceptInputDeviceTransferOutput)
func (c *MediaLive) AcceptInputDeviceTransferWithContext(ctx aws.Context, input *AcceptInputDeviceTransferInput, opts ...request.Option) (*AcceptInputDeviceTransferOutput, error)
func (c *MediaLive) BatchDelete(input *BatchDeleteInput) (*BatchDeleteOutput, error)
func (c *MediaLive) BatchDeleteRequest(input *BatchDeleteInput) (req *request.Request, output *BatchDeleteOutput)
func (c *MediaLive) BatchDeleteWithContext(ctx aws.Context, input *BatchDeleteInput, opts ...request.Option) (*BatchDeleteOutput, error)
func (c *MediaLive) BatchStart(input *BatchStartInput) (*BatchStartOutput, error)
func (c *MediaLive) BatchStartRequest(input *BatchStartInput) (req *request.Request, output *BatchStartOutput)
func (c *MediaLive) BatchStartWithContext(ctx aws.Context, input *BatchStartInput, opts ...request.Option) (*BatchStartOutput, error)
func (c *MediaLive) BatchStop(input *BatchStopInput) (*BatchStopOutput, error)
func (c *MediaLive) BatchStopRequest(input *BatchStopInput) (req *request.Request, output *BatchStopOutput)
func (c *MediaLive) BatchStopWithContext(ctx aws.Context, input *BatchStopInput, opts ...request.Option) (*BatchStopOutput, error)
func (c *MediaLive) BatchUpdateSchedule(input *BatchUpdateScheduleInput) (*BatchUpdateScheduleOutput, error)
func (c *MediaLive) BatchUpdateScheduleRequest(input *BatchUpdateScheduleInput) (req *request.Request, output *BatchUpdateScheduleOutput)
func (c *MediaLive) BatchUpdateScheduleWithContext(ctx aws.Context, input *BatchUpdateScheduleInput, opts ...request.Option) (*BatchUpdateScheduleOutput, error)
func (c *MediaLive) CancelInputDeviceTransfer(input *CancelInputDeviceTransferInput) (*CancelInputDeviceTransferOutput, error)
func (c *MediaLive) CancelInputDeviceTransferRequest(input *CancelInputDeviceTransferInput) (req *request.Request, output *CancelInputDeviceTransferOutput)
func (c *MediaLive) CancelInputDeviceTransferWithContext(ctx aws.Context, input *CancelInputDeviceTransferInput, opts ...request.Option) (*CancelInputDeviceTransferOutput, error)
func (c *MediaLive) ClaimDevice(input *ClaimDeviceInput) (*ClaimDeviceOutput, error)
func (c *MediaLive) ClaimDeviceRequest(input *ClaimDeviceInput) (req *request.Request, output *ClaimDeviceOutput)
func (c *MediaLive) ClaimDeviceWithContext(ctx aws.Context, input *ClaimDeviceInput, opts ...request.Option) (*ClaimDeviceOutput, error)
func (c *MediaLive) CreateChannel(input *CreateChannelInput) (*CreateChannelOutput, error)
func (c *MediaLive) CreateChannelRequest(input *CreateChannelInput) (req *request.Request, output *CreateChannelOutput)
func (c *MediaLive) CreateChannelWithContext(ctx aws.Context, input *CreateChannelInput, opts ...request.Option) (*CreateChannelOutput, error)
func (c *MediaLive) CreateInput(input *CreateInputInput) (*CreateInputOutput, error)
func (c *MediaLive) CreateInputRequest(input *CreateInputInput) (req *request.Request, output *CreateInputOutput)
func (c *MediaLive) CreateInputSecurityGroup(input *CreateInputSecurityGroupInput) (*CreateInputSecurityGroupOutput, error)
func (c *MediaLive) CreateInputSecurityGroupRequest(input *CreateInputSecurityGroupInput) (req *request.Request, output *CreateInputSecurityGroupOutput)
func (c *MediaLive) CreateInputSecurityGroupWithContext(ctx aws.Context, input *CreateInputSecurityGroupInput, opts ...request.Option) (*CreateInputSecurityGroupOutput, error)
func (c *MediaLive) CreateInputWithContext(ctx aws.Context, input *CreateInputInput, opts ...request.Option) (*CreateInputOutput, error)
func (c *MediaLive) CreateMultiplex(input *CreateMultiplexInput) (*CreateMultiplexOutput, error)
func (c *MediaLive) CreateMultiplexProgram(input *CreateMultiplexProgramInput) (*CreateMultiplexProgramOutput, error)
func (c *MediaLive) CreateMultiplexProgramRequest(input *CreateMultiplexProgramInput) (req *request.Request, output *CreateMultiplexProgramOutput)
func (c *MediaLive) CreateMultiplexProgramWithContext(ctx aws.Context, input *CreateMultiplexProgramInput, opts ...request.Option) (*CreateMultiplexProgramOutput, error)
func (c *MediaLive) CreateMultiplexRequest(input *CreateMultiplexInput) (req *request.Request, output *CreateMultiplexOutput)
func (c *MediaLive) CreateMultiplexWithContext(ctx aws.Context, input *CreateMultiplexInput, opts ...request.Option) (*CreateMultiplexOutput, error)
func (c *MediaLive) CreatePartnerInput(input *CreatePartnerInputInput) (*CreatePartnerInputOutput, error)
func (c *MediaLive) CreatePartnerInputRequest(input *CreatePartnerInputInput) (req *request.Request, output *CreatePartnerInputOutput)
func (c *MediaLive) CreatePartnerInputWithContext(ctx aws.Context, input *CreatePartnerInputInput, opts ...request.Option) (*CreatePartnerInputOutput, error)
func (c *MediaLive) CreateTags(input *CreateTagsInput) (*CreateTagsOutput, error)
func (c *MediaLive) CreateTagsRequest(input *CreateTagsInput) (req *request.Request, output *CreateTagsOutput)
func (c *MediaLive) CreateTagsWithContext(ctx aws.Context, input *CreateTagsInput, opts ...request.Option) (*CreateTagsOutput, error)
func (c *MediaLive) DeleteChannel(input *DeleteChannelInput) (*DeleteChannelOutput, error)
func (c *MediaLive) DeleteChannelRequest(input *DeleteChannelInput) (req *request.Request, output *DeleteChannelOutput)
func (c *MediaLive) DeleteChannelWithContext(ctx aws.Context, input *DeleteChannelInput, opts ...request.Option) (*DeleteChannelOutput, error)
func (c *MediaLive) DeleteInput(input *DeleteInputInput) (*DeleteInputOutput, error)
func (c *MediaLive) DeleteInputRequest(input *DeleteInputInput) (req *request.Request, output *DeleteInputOutput)
func (c *MediaLive) DeleteInputSecurityGroup(input *DeleteInputSecurityGroupInput) (*DeleteInputSecurityGroupOutput, error)
func (c *MediaLive) DeleteInputSecurityGroupRequest(input *DeleteInputSecurityGroupInput) (req *request.Request, output *DeleteInputSecurityGroupOutput)
func (c *MediaLive) DeleteInputSecurityGroupWithContext(ctx aws.Context, input *DeleteInputSecurityGroupInput, opts ...request.Option) (*DeleteInputSecurityGroupOutput, error)
func (c *MediaLive) DeleteInputWithContext(ctx aws.Context, input *DeleteInputInput, opts ...request.Option) (*DeleteInputOutput, error)
func (c *MediaLive) DeleteMultiplex(input *DeleteMultiplexInput) (*DeleteMultiplexOutput, error)
func (c *MediaLive) DeleteMultiplexProgram(input *DeleteMultiplexProgramInput) (*DeleteMultiplexProgramOutput, error)
func (c *MediaLive) DeleteMultiplexProgramRequest(input *DeleteMultiplexProgramInput) (req *request.Request, output *DeleteMultiplexProgramOutput)
func (c *MediaLive) DeleteMultiplexProgramWithContext(ctx aws.Context, input *DeleteMultiplexProgramInput, opts ...request.Option) (*DeleteMultiplexProgramOutput, error)
func (c *MediaLive) DeleteMultiplexRequest(input *DeleteMultiplexInput) (req *request.Request, output *DeleteMultiplexOutput)
func (c *MediaLive) DeleteMultiplexWithContext(ctx aws.Context, input *DeleteMultiplexInput, opts ...request.Option) (*DeleteMultiplexOutput, error)
func (c *MediaLive) DeleteReservation(input *DeleteReservationInput) (*DeleteReservationOutput, error)
func (c *MediaLive) DeleteReservationRequest(input *DeleteReservationInput) (req *request.Request, output *DeleteReservationOutput)
func (c *MediaLive) DeleteReservationWithContext(ctx aws.Context, input *DeleteReservationInput, opts ...request.Option) (*DeleteReservationOutput, error)
func (c *MediaLive) DeleteSchedule(input *DeleteScheduleInput) (*DeleteScheduleOutput, error)
func (c *MediaLive) DeleteScheduleRequest(input *DeleteScheduleInput) (req *request.Request, output *DeleteScheduleOutput)
func (c *MediaLive) DeleteScheduleWithContext(ctx aws.Context, input *DeleteScheduleInput, opts ...request.Option) (*DeleteScheduleOutput, error)
func (c *MediaLive) DeleteTags(input *DeleteTagsInput) (*DeleteTagsOutput, error)
func (c *MediaLive) DeleteTagsRequest(input *DeleteTagsInput) (req *request.Request, output *DeleteTagsOutput)
func (c *MediaLive) DeleteTagsWithContext(ctx aws.Context, input *DeleteTagsInput, opts ...request.Option) (*DeleteTagsOutput, error)
func (c *MediaLive) DescribeAccountConfiguration(input *DescribeAccountConfigurationInput) (*DescribeAccountConfigurationOutput, error)
func (c *MediaLive) DescribeAccountConfigurationRequest(input *DescribeAccountConfigurationInput) (req *request.Request, output *DescribeAccountConfigurationOutput)
func (c *MediaLive) DescribeAccountConfigurationWithContext(ctx aws.Context, input *DescribeAccountConfigurationInput, opts ...request.Option) (*DescribeAccountConfigurationOutput, error)
func (c *MediaLive) DescribeChannel(input *DescribeChannelInput) (*DescribeChannelOutput, error)
func (c *MediaLive) DescribeChannelRequest(input *DescribeChannelInput) (req *request.Request, output *DescribeChannelOutput)
func (c *MediaLive) DescribeChannelWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.Option) (*DescribeChannelOutput, error)
func (c *MediaLive) DescribeInput(input *DescribeInputInput) (*DescribeInputOutput, error)
func (c *MediaLive) DescribeInputDevice(input *DescribeInputDeviceInput) (*DescribeInputDeviceOutput, error)
func (c *MediaLive) DescribeInputDeviceRequest(input *DescribeInputDeviceInput) (req *request.Request, output *DescribeInputDeviceOutput)
func (c *MediaLive) DescribeInputDeviceThumbnail(input *DescribeInputDeviceThumbnailInput) (*DescribeInputDeviceThumbnailOutput, error)
func (c *MediaLive) DescribeInputDeviceThumbnailRequest(input *DescribeInputDeviceThumbnailInput) (req *request.Request, output *DescribeInputDeviceThumbnailOutput)
func (c *MediaLive) DescribeInputDeviceThumbnailWithContext(ctx aws.Context, input *DescribeInputDeviceThumbnailInput, opts ...request.Option) (*DescribeInputDeviceThumbnailOutput, error)
func (c *MediaLive) DescribeInputDeviceWithContext(ctx aws.Context, input *DescribeInputDeviceInput, opts ...request.Option) (*DescribeInputDeviceOutput, error)
func (c *MediaLive) DescribeInputRequest(input *DescribeInputInput) (req *request.Request, output *DescribeInputOutput)
func (c *MediaLive) DescribeInputSecurityGroup(input *DescribeInputSecurityGroupInput) (*DescribeInputSecurityGroupOutput, error)
func (c *MediaLive) DescribeInputSecurityGroupRequest(input *DescribeInputSecurityGroupInput) (req *request.Request, output *DescribeInputSecurityGroupOutput)
func (c *MediaLive) DescribeInputSecurityGroupWithContext(ctx aws.Context, input *DescribeInputSecurityGroupInput, opts ...request.Option) (*DescribeInputSecurityGroupOutput, error)
func (c *MediaLive) DescribeInputWithContext(ctx aws.Context, input *DescribeInputInput, opts ...request.Option) (*DescribeInputOutput, error)
func (c *MediaLive) DescribeMultiplex(input *DescribeMultiplexInput) (*DescribeMultiplexOutput, error)
func (c *MediaLive) DescribeMultiplexProgram(input *DescribeMultiplexProgramInput) (*DescribeMultiplexProgramOutput, error)
func (c *MediaLive) DescribeMultiplexProgramRequest(input *DescribeMultiplexProgramInput) (req *request.Request, output *DescribeMultiplexProgramOutput)
func (c *MediaLive) DescribeMultiplexProgramWithContext(ctx aws.Context, input *DescribeMultiplexProgramInput, opts ...request.Option) (*DescribeMultiplexProgramOutput, error)
func (c *MediaLive) DescribeMultiplexRequest(input *DescribeMultiplexInput) (req *request.Request, output *DescribeMultiplexOutput)
func (c *MediaLive) DescribeMultiplexWithContext(ctx aws.Context, input *DescribeMultiplexInput, opts ...request.Option) (*DescribeMultiplexOutput, error)
func (c *MediaLive) DescribeOffering(input *DescribeOfferingInput) (*DescribeOfferingOutput, error)
func (c *MediaLive) DescribeOfferingRequest(input *DescribeOfferingInput) (req *request.Request, output *DescribeOfferingOutput)
func (c *MediaLive) DescribeOfferingWithContext(ctx aws.Context, input *DescribeOfferingInput, opts ...request.Option) (*DescribeOfferingOutput, error)
func (c *MediaLive) DescribeReservation(input *DescribeReservationInput) (*DescribeReservationOutput, error)
func (c *MediaLive) DescribeReservationRequest(input *DescribeReservationInput) (req *request.Request, output *DescribeReservationOutput)
func (c *MediaLive) DescribeReservationWithContext(ctx aws.Context, input *DescribeReservationInput, opts ...request.Option) (*DescribeReservationOutput, error)
func (c *MediaLive) DescribeSchedule(input *DescribeScheduleInput) (*DescribeScheduleOutput, error)
func (c *MediaLive) DescribeSchedulePages(input *DescribeScheduleInput, fn func(*DescribeScheduleOutput, bool) bool) error
func (c *MediaLive) DescribeSchedulePagesWithContext(ctx aws.Context, input *DescribeScheduleInput, fn func(*DescribeScheduleOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) DescribeScheduleRequest(input *DescribeScheduleInput) (req *request.Request, output *DescribeScheduleOutput)
func (c *MediaLive) DescribeScheduleWithContext(ctx aws.Context, input *DescribeScheduleInput, opts ...request.Option) (*DescribeScheduleOutput, error)
func (c *MediaLive) DescribeThumbnails(input *DescribeThumbnailsInput) (*DescribeThumbnailsOutput, error)
func (c *MediaLive) DescribeThumbnailsRequest(input *DescribeThumbnailsInput) (req *request.Request, output *DescribeThumbnailsOutput)
func (c *MediaLive) DescribeThumbnailsWithContext(ctx aws.Context, input *DescribeThumbnailsInput, opts ...request.Option) (*DescribeThumbnailsOutput, error)
func (c *MediaLive) ListChannels(input *ListChannelsInput) (*ListChannelsOutput, error)
func (c *MediaLive) ListChannelsPages(input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool) error
func (c *MediaLive) ListChannelsPagesWithContext(ctx aws.Context, input *ListChannelsInput, fn func(*ListChannelsOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListChannelsRequest(input *ListChannelsInput) (req *request.Request, output *ListChannelsOutput)
func (c *MediaLive) ListChannelsWithContext(ctx aws.Context, input *ListChannelsInput, opts ...request.Option) (*ListChannelsOutput, error)
func (c *MediaLive) ListInputDeviceTransfers(input *ListInputDeviceTransfersInput) (*ListInputDeviceTransfersOutput, error)
func (c *MediaLive) ListInputDeviceTransfersPages(input *ListInputDeviceTransfersInput, fn func(*ListInputDeviceTransfersOutput, bool) bool) error
func (c *MediaLive) ListInputDeviceTransfersPagesWithContext(ctx aws.Context, input *ListInputDeviceTransfersInput, fn func(*ListInputDeviceTransfersOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListInputDeviceTransfersRequest(input *ListInputDeviceTransfersInput) (req *request.Request, output *ListInputDeviceTransfersOutput)
func (c *MediaLive) ListInputDeviceTransfersWithContext(ctx aws.Context, input *ListInputDeviceTransfersInput, opts ...request.Option) (*ListInputDeviceTransfersOutput, error)
func (c *MediaLive) ListInputDevices(input *ListInputDevicesInput) (*ListInputDevicesOutput, error)
func (c *MediaLive) ListInputDevicesPages(input *ListInputDevicesInput, fn func(*ListInputDevicesOutput, bool) bool) error
func (c *MediaLive) ListInputDevicesPagesWithContext(ctx aws.Context, input *ListInputDevicesInput, fn func(*ListInputDevicesOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListInputDevicesRequest(input *ListInputDevicesInput) (req *request.Request, output *ListInputDevicesOutput)
func (c *MediaLive) ListInputDevicesWithContext(ctx aws.Context, input *ListInputDevicesInput, opts ...request.Option) (*ListInputDevicesOutput, error)
func (c *MediaLive) ListInputSecurityGroups(input *ListInputSecurityGroupsInput) (*ListInputSecurityGroupsOutput, error)
func (c *MediaLive) ListInputSecurityGroupsPages(input *ListInputSecurityGroupsInput, fn func(*ListInputSecurityGroupsOutput, bool) bool) error
func (c *MediaLive) ListInputSecurityGroupsPagesWithContext(ctx aws.Context, input *ListInputSecurityGroupsInput, fn func(*ListInputSecurityGroupsOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListInputSecurityGroupsRequest(input *ListInputSecurityGroupsInput) (req *request.Request, output *ListInputSecurityGroupsOutput)
func (c *MediaLive) ListInputSecurityGroupsWithContext(ctx aws.Context, input *ListInputSecurityGroupsInput, opts ...request.Option) (*ListInputSecurityGroupsOutput, error)
func (c *MediaLive) ListInputs(input *ListInputsInput) (*ListInputsOutput, error)
func (c *MediaLive) ListInputsPages(input *ListInputsInput, fn func(*ListInputsOutput, bool) bool) error
func (c *MediaLive) ListInputsPagesWithContext(ctx aws.Context, input *ListInputsInput, fn func(*ListInputsOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListInputsRequest(input *ListInputsInput) (req *request.Request, output *ListInputsOutput)
func (c *MediaLive) ListInputsWithContext(ctx aws.Context, input *ListInputsInput, opts ...request.Option) (*ListInputsOutput, error)
func (c *MediaLive) ListMultiplexPrograms(input *ListMultiplexProgramsInput) (*ListMultiplexProgramsOutput, error)
func (c *MediaLive) ListMultiplexProgramsPages(input *ListMultiplexProgramsInput, fn func(*ListMultiplexProgramsOutput, bool) bool) error
func (c *MediaLive) ListMultiplexProgramsPagesWithContext(ctx aws.Context, input *ListMultiplexProgramsInput, fn func(*ListMultiplexProgramsOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListMultiplexProgramsRequest(input *ListMultiplexProgramsInput) (req *request.Request, output *ListMultiplexProgramsOutput)
func (c *MediaLive) ListMultiplexProgramsWithContext(ctx aws.Context, input *ListMultiplexProgramsInput, opts ...request.Option) (*ListMultiplexProgramsOutput, error)
func (c *MediaLive) ListMultiplexes(input *ListMultiplexesInput) (*ListMultiplexesOutput, error)
func (c *MediaLive) ListMultiplexesPages(input *ListMultiplexesInput, fn func(*ListMultiplexesOutput, bool) bool) error
func (c *MediaLive) ListMultiplexesPagesWithContext(ctx aws.Context, input *ListMultiplexesInput, fn func(*ListMultiplexesOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListMultiplexesRequest(input *ListMultiplexesInput) (req *request.Request, output *ListMultiplexesOutput)
func (c *MediaLive) ListMultiplexesWithContext(ctx aws.Context, input *ListMultiplexesInput, opts ...request.Option) (*ListMultiplexesOutput, error)
func (c *MediaLive) ListOfferings(input *ListOfferingsInput) (*ListOfferingsOutput, error)
func (c *MediaLive) ListOfferingsPages(input *ListOfferingsInput, fn func(*ListOfferingsOutput, bool) bool) error
func (c *MediaLive) ListOfferingsPagesWithContext(ctx aws.Context, input *ListOfferingsInput, fn func(*ListOfferingsOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListOfferingsRequest(input *ListOfferingsInput) (req *request.Request, output *ListOfferingsOutput)
func (c *MediaLive) ListOfferingsWithContext(ctx aws.Context, input *ListOfferingsInput, opts ...request.Option) (*ListOfferingsOutput, error)
func (c *MediaLive) ListReservations(input *ListReservationsInput) (*ListReservationsOutput, error)
func (c *MediaLive) ListReservationsPages(input *ListReservationsInput, fn func(*ListReservationsOutput, bool) bool) error
func (c *MediaLive) ListReservationsPagesWithContext(ctx aws.Context, input *ListReservationsInput, fn func(*ListReservationsOutput, bool) bool, opts ...request.Option) error
func (c *MediaLive) ListReservationsRequest(input *ListReservationsInput) (req *request.Request, output *ListReservationsOutput)
func (c *MediaLive) ListReservationsWithContext(ctx aws.Context, input *ListReservationsInput, opts ...request.Option) (*ListReservationsOutput, error)
func (c *MediaLive) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
func (c *MediaLive) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
func (c *MediaLive) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
func (c *MediaLive) PurchaseOffering(input *PurchaseOfferingInput) (*PurchaseOfferingOutput, error)
func (c *MediaLive) PurchaseOfferingRequest(input *PurchaseOfferingInput) (req *request.Request, output *PurchaseOfferingOutput)
func (c *MediaLive) PurchaseOfferingWithContext(ctx aws.Context, input *PurchaseOfferingInput, opts ...request.Option) (*PurchaseOfferingOutput, error)
func (c *MediaLive) RebootInputDevice(input *RebootInputDeviceInput) (*RebootInputDeviceOutput, error)
func (c *MediaLive) RebootInputDeviceRequest(input *RebootInputDeviceInput) (req *request.Request, output *RebootInputDeviceOutput)
func (c *MediaLive) RebootInputDeviceWithContext(ctx aws.Context, input *RebootInputDeviceInput, opts ...request.Option) (*RebootInputDeviceOutput, error)
func (c *MediaLive) RejectInputDeviceTransfer(input *RejectInputDeviceTransferInput) (*RejectInputDeviceTransferOutput, error)
func (c *MediaLive) RejectInputDeviceTransferRequest(input *RejectInputDeviceTransferInput) (req *request.Request, output *RejectInputDeviceTransferOutput)
func (c *MediaLive) RejectInputDeviceTransferWithContext(ctx aws.Context, input *RejectInputDeviceTransferInput, opts ...request.Option) (*RejectInputDeviceTransferOutput, error)
func (c *MediaLive) StartChannel(input *StartChannelInput) (*StartChannelOutput, error)
func (c *MediaLive) StartChannelRequest(input *StartChannelInput) (req *request.Request, output *StartChannelOutput)
func (c *MediaLive) StartChannelWithContext(ctx aws.Context, input *StartChannelInput, opts ...request.Option) (*StartChannelOutput, error)
func (c *MediaLive) StartInputDevice(input *StartInputDeviceInput) (*StartInputDeviceOutput, error)
func (c *MediaLive) StartInputDeviceMaintenanceWindow(input *StartInputDeviceMaintenanceWindowInput) (*StartInputDeviceMaintenanceWindowOutput, error)
func (c *MediaLive) StartInputDeviceMaintenanceWindowRequest(input *StartInputDeviceMaintenanceWindowInput) (req *request.Request, output *StartInputDeviceMaintenanceWindowOutput)
func (c *MediaLive) StartInputDeviceMaintenanceWindowWithContext(ctx aws.Context, input *StartInputDeviceMaintenanceWindowInput, opts ...request.Option) (*StartInputDeviceMaintenanceWindowOutput, error)
func (c *MediaLive) StartInputDeviceRequest(input *StartInputDeviceInput) (req *request.Request, output *StartInputDeviceOutput)
func (c *MediaLive) StartInputDeviceWithContext(ctx aws.Context, input *StartInputDeviceInput, opts ...request.Option) (*StartInputDeviceOutput, error)
func (c *MediaLive) StartMultiplex(input *StartMultiplexInput) (*StartMultiplexOutput, error)
func (c *MediaLive) StartMultiplexRequest(input *StartMultiplexInput) (req *request.Request, output *StartMultiplexOutput)
func (c *MediaLive) StartMultiplexWithContext(ctx aws.Context, input *StartMultiplexInput, opts ...request.Option) (*StartMultiplexOutput, error)
func (c *MediaLive) StopChannel(input *StopChannelInput) (*StopChannelOutput, error)
func (c *MediaLive) StopChannelRequest(input *StopChannelInput) (req *request.Request, output *StopChannelOutput)
func (c *MediaLive) StopChannelWithContext(ctx aws.Context, input *StopChannelInput, opts ...request.Option) (*StopChannelOutput, error)
func (c *MediaLive) StopInputDevice(input *StopInputDeviceInput) (*StopInputDeviceOutput, error)
func (c *MediaLive) StopInputDeviceRequest(input *StopInputDeviceInput) (req *request.Request, output *StopInputDeviceOutput)
func (c *MediaLive) StopInputDeviceWithContext(ctx aws.Context, input *StopInputDeviceInput, opts ...request.Option) (*StopInputDeviceOutput, error)
func (c *MediaLive) StopMultiplex(input *StopMultiplexInput) (*StopMultiplexOutput, error)
func (c *MediaLive) StopMultiplexRequest(input *StopMultiplexInput) (req *request.Request, output *StopMultiplexOutput)
func (c *MediaLive) StopMultiplexWithContext(ctx aws.Context, input *StopMultiplexInput, opts ...request.Option) (*StopMultiplexOutput, error)
func (c *MediaLive) TransferInputDevice(input *TransferInputDeviceInput) (*TransferInputDeviceOutput, error)
func (c *MediaLive) TransferInputDeviceRequest(input *TransferInputDeviceInput) (req *request.Request, output *TransferInputDeviceOutput)
func (c *MediaLive) TransferInputDeviceWithContext(ctx aws.Context, input *TransferInputDeviceInput, opts ...request.Option) (*TransferInputDeviceOutput, error)
func (c *MediaLive) UpdateAccountConfiguration(input *UpdateAccountConfigurationInput) (*UpdateAccountConfigurationOutput, error)
func (c *MediaLive) UpdateAccountConfigurationRequest(input *UpdateAccountConfigurationInput) (req *request.Request, output *UpdateAccountConfigurationOutput)
func (c *MediaLive) UpdateAccountConfigurationWithContext(ctx aws.Context, input *UpdateAccountConfigurationInput, opts ...request.Option) (*UpdateAccountConfigurationOutput, error)
func (c *MediaLive) UpdateChannel(input *UpdateChannelInput) (*UpdateChannelOutput, error)
func (c *MediaLive) UpdateChannelClass(input *UpdateChannelClassInput) (*UpdateChannelClassOutput, error)
func (c *MediaLive) UpdateChannelClassRequest(input *UpdateChannelClassInput) (req *request.Request, output *UpdateChannelClassOutput)
func (c *MediaLive) UpdateChannelClassWithContext(ctx aws.Context, input *UpdateChannelClassInput, opts ...request.Option) (*UpdateChannelClassOutput, error)
func (c *MediaLive) UpdateChannelRequest(input *UpdateChannelInput) (req *request.Request, output *UpdateChannelOutput)
func (c *MediaLive) UpdateChannelWithContext(ctx aws.Context, input *UpdateChannelInput, opts ...request.Option) (*UpdateChannelOutput, error)
func (c *MediaLive) UpdateInput(input *UpdateInputInput) (*UpdateInputOutput, error)
func (c *MediaLive) UpdateInputDevice(input *UpdateInputDeviceInput) (*UpdateInputDeviceOutput, error)
func (c *MediaLive) UpdateInputDeviceRequest(input *UpdateInputDeviceInput) (req *request.Request, output *UpdateInputDeviceOutput)
func (c *MediaLive) UpdateInputDeviceWithContext(ctx aws.Context, input *UpdateInputDeviceInput, opts ...request.Option) (*UpdateInputDeviceOutput, error)
func (c *MediaLive) UpdateInputRequest(input *UpdateInputInput) (req *request.Request, output *UpdateInputOutput)
func (c *MediaLive) UpdateInputSecurityGroup(input *UpdateInputSecurityGroupInput) (*UpdateInputSecurityGroupOutput, error)
func (c *MediaLive) UpdateInputSecurityGroupRequest(input *UpdateInputSecurityGroupInput) (req *request.Request, output *UpdateInputSecurityGroupOutput)
func (c *MediaLive) UpdateInputSecurityGroupWithContext(ctx aws.Context, input *UpdateInputSecurityGroupInput, opts ...request.Option) (*UpdateInputSecurityGroupOutput, error)
func (c *MediaLive) UpdateInputWithContext(ctx aws.Context, input *UpdateInputInput, opts ...request.Option) (*UpdateInputOutput, error)
func (c *MediaLive) UpdateMultiplex(input *UpdateMultiplexInput) (*UpdateMultiplexOutput, error)
func (c *MediaLive) UpdateMultiplexProgram(input *UpdateMultiplexProgramInput) (*UpdateMultiplexProgramOutput, error)
func (c *MediaLive) UpdateMultiplexProgramRequest(input *UpdateMultiplexProgramInput) (req *request.Request, output *UpdateMultiplexProgramOutput)
func (c *MediaLive) UpdateMultiplexProgramWithContext(ctx aws.Context, input *UpdateMultiplexProgramInput, opts ...request.Option) (*UpdateMultiplexProgramOutput, error)
func (c *MediaLive) UpdateMultiplexRequest(input *UpdateMultiplexInput) (req *request.Request, output *UpdateMultiplexOutput)
func (c *MediaLive) UpdateMultiplexWithContext(ctx aws.Context, input *UpdateMultiplexInput, opts ...request.Option) (*UpdateMultiplexOutput, error)
func (c *MediaLive) UpdateReservation(input *UpdateReservationInput) (*UpdateReservationOutput, error)
func (c *MediaLive) UpdateReservationRequest(input *UpdateReservationInput) (req *request.Request, output *UpdateReservationOutput)
func (c *MediaLive) UpdateReservationWithContext(ctx aws.Context, input *UpdateReservationInput, opts ...request.Option) (*UpdateReservationOutput, error)
func (c *MediaLive) WaitUntilChannelCreated(input *DescribeChannelInput) error
func (c *MediaLive) WaitUntilChannelCreatedWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilChannelDeleted(input *DescribeChannelInput) error
func (c *MediaLive) WaitUntilChannelDeletedWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilChannelRunning(input *DescribeChannelInput) error
func (c *MediaLive) WaitUntilChannelRunningWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilChannelStopped(input *DescribeChannelInput) error
func (c *MediaLive) WaitUntilChannelStoppedWithContext(ctx aws.Context, input *DescribeChannelInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilInputAttached(input *DescribeInputInput) error
func (c *MediaLive) WaitUntilInputAttachedWithContext(ctx aws.Context, input *DescribeInputInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilInputDeleted(input *DescribeInputInput) error
func (c *MediaLive) WaitUntilInputDeletedWithContext(ctx aws.Context, input *DescribeInputInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilInputDetached(input *DescribeInputInput) error
func (c *MediaLive) WaitUntilInputDetachedWithContext(ctx aws.Context, input *DescribeInputInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilMultiplexCreated(input *DescribeMultiplexInput) error
func (c *MediaLive) WaitUntilMultiplexCreatedWithContext(ctx aws.Context, input *DescribeMultiplexInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilMultiplexDeleted(input *DescribeMultiplexInput) error
func (c *MediaLive) WaitUntilMultiplexDeletedWithContext(ctx aws.Context, input *DescribeMultiplexInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilMultiplexRunning(input *DescribeMultiplexInput) error
func (c *MediaLive) WaitUntilMultiplexRunningWithContext(ctx aws.Context, input *DescribeMultiplexInput, opts ...request.WaiterOption) error
func (c *MediaLive) WaitUntilMultiplexStopped(input *DescribeMultiplexInput) error
func (c *MediaLive) WaitUntilMultiplexStoppedWithContext(ctx aws.Context, input *DescribeMultiplexInput, opts ...request.WaiterOption) error
func AacCodingMode_Values() []string
func AacInputType_Values() []string
func AacProfile_Values() []string
func AacRateControlMode_Values() []string
func AacRawFormat_Values() []string
func AacSpec_Values() []string
func AacVbrQuality_Values() []string
func Ac3AttenuationControl_Values() []string
func Ac3BitstreamMode_Values() []string
func Ac3CodingMode_Values() []string
func Ac3DrcProfile_Values() []string
func Ac3LfeFilter_Values() []string
func Ac3MetadataControl_Values() []string
func AcceptHeader_Values() []string
func AccessibilityType_Values() []string
func AfdSignaling_Values() []string
func AudioDescriptionAudioTypeControl_Values() []string
func AudioDescriptionLanguageCodeControl_Values() []string
func AudioLanguageSelectionPolicy_Values() []string
func AudioNormalizationAlgorithmControl_Values() []string
func AudioNormalizationAlgorithm_Values() []string
func AudioOnlyHlsSegmentType_Values() []string
func AudioOnlyHlsTrackType_Values() []string
func AudioType_Values() []string
func AuthenticationScheme_Values() []string
func AvailBlankingState_Values() []string
func BlackoutSlateNetworkEndBlackout_Values() []string
func BlackoutSlateState_Values() []string
func BurnInAlignment_Values() []string
func BurnInBackgroundColor_Values() []string
func BurnInFontColor_Values() []string
func BurnInOutlineColor_Values() []string
func BurnInShadowColor_Values() []string
func BurnInTeletextGridControl_Values() []string
func CdiInputResolution_Values() []string
func ChannelClass_Values() []string
func ChannelState_Values() []string
func ContentType_Values() []string
func DeviceSettingsSyncState_Values() []string
func DeviceUpdateStatus_Values() []string
func DolbyEProgramSelection_Values() []string
func DvbSdtOutputSdt_Values() []string
func DvbSubDestinationAlignment_Values() []string
func DvbSubDestinationBackgroundColor_Values() []string
func DvbSubDestinationFontColor_Values() []string
func DvbSubDestinationOutlineColor_Values() []string
func DvbSubDestinationShadowColor_Values() []string
func DvbSubDestinationTeletextGridControl_Values() []string
func DvbSubOcrLanguage_Values() []string
func Eac3AtmosCodingMode_Values() []string
func Eac3AtmosDrcLine_Values() []string
func Eac3AtmosDrcRf_Values() []string
func Eac3AttenuationControl_Values() []string
func Eac3BitstreamMode_Values() []string
func Eac3CodingMode_Values() []string
func Eac3DcFilter_Values() []string
func Eac3DrcLine_Values() []string
func Eac3DrcRf_Values() []string
func Eac3LfeControl_Values() []string
func Eac3LfeFilter_Values() []string
func Eac3MetadataControl_Values() []string
func Eac3PassthroughControl_Values() []string
func Eac3PhaseControl_Values() []string
func Eac3StereoDownmix_Values() []string
func Eac3SurroundExMode_Values() []string
func Eac3SurroundMode_Values() []string
func EbuTtDDestinationStyleControl_Values() []string
func EbuTtDFillLineGapControl_Values() []string
func EmbeddedConvert608To708_Values() []string
func EmbeddedScte20Detection_Values() []string
func FeatureActivationsInputPrepareScheduleActions_Values() []string
func FeatureActivationsOutputStaticImageOverlayScheduleActions_Values() []string
func FecOutputIncludeFec_Values() []string
func FixedAfd_Values() []string
func Fmp4NielsenId3Behavior_Values() []string
func Fmp4TimedMetadataBehavior_Values() []string
func FollowPoint_Values() []string
func FrameCaptureIntervalUnit_Values() []string
func GlobalConfigurationInputEndAction_Values() []string
func GlobalConfigurationLowFramerateInputs_Values() []string
func GlobalConfigurationOutputLockingMode_Values() []string
func GlobalConfigurationOutputTimingSource_Values() []string
func H264AdaptiveQuantization_Values() []string
func H264ColorMetadata_Values() []string
func H264EntropyEncoding_Values() []string
func H264FlickerAq_Values() []string
func H264ForceFieldPictures_Values() []string
func H264FramerateControl_Values() []string
func H264GopBReference_Values() []string
func H264GopSizeUnits_Values() []string
func H264Level_Values() []string
func H264LookAheadRateControl_Values() []string
func H264ParControl_Values() []string
func H264Profile_Values() []string
func H264QualityLevel_Values() []string
func H264RateControlMode_Values() []string
func H264ScanType_Values() []string
func H264SceneChangeDetect_Values() []string
func H264SpatialAq_Values() []string
func H264SubGopLength_Values() []string
func H264Syntax_Values() []string
func H264TemporalAq_Values() []string
func H264TimecodeInsertionBehavior_Values() []string
func H265AdaptiveQuantization_Values() []string
func H265AlternativeTransferFunction_Values() []string
func H265ColorMetadata_Values() []string
func H265FlickerAq_Values() []string
func H265GopSizeUnits_Values() []string
func H265Level_Values() []string
func H265LookAheadRateControl_Values() []string
func H265Profile_Values() []string
func H265RateControlMode_Values() []string
func H265ScanType_Values() []string
func H265SceneChangeDetect_Values() []string
func H265Tier_Values() []string
func H265TimecodeInsertionBehavior_Values() []string
func HlsAdMarkers_Values() []string
func HlsAkamaiHttpTransferMode_Values() []string
func HlsCaptionLanguageSetting_Values() []string
func HlsClientCache_Values() []string
func HlsCodecSpecification_Values() []string
func HlsDirectoryStructure_Values() []string
func HlsDiscontinuityTags_Values() []string
func HlsEncryptionType_Values() []string
func HlsH265PackagingType_Values() []string
func HlsId3SegmentTaggingState_Values() []string
func HlsIncompleteSegmentBehavior_Values() []string
func HlsIvInManifest_Values() []string
func HlsIvSource_Values() []string
func HlsManifestCompression_Values() []string
func HlsManifestDurationFormat_Values() []string
func HlsMediaStoreStorageClass_Values() []string
func HlsMode_Values() []string
func HlsOutputSelection_Values() []string
func HlsProgramDateTimeClock_Values() []string
func HlsProgramDateTime_Values() []string
func HlsRedundantManifest_Values() []string
func HlsScte35SourceType_Values() []string
func HlsSegmentationMode_Values() []string
func HlsStreamInfResolution_Values() []string
func HlsTimedMetadataId3Frame_Values() []string
func HlsTsFileMode_Values() []string
func HlsWebdavHttpTransferMode_Values() []string
func IFrameOnlyPlaylistType_Values() []string
func IncludeFillerNalUnits_Values() []string
func InputClass_Values() []string
func InputCodec_Values() []string
func InputDeblockFilter_Values() []string
func InputDenoiseFilter_Values() []string
func InputDeviceActiveInput_Values() []string
func InputDeviceCodec_Values() []string
func InputDeviceConfiguredInput_Values() []string
func InputDeviceConnectionState_Values() []string
func InputDeviceIpScheme_Values() []string
func InputDeviceOutputType_Values() []string
func InputDeviceScanType_Values() []string
func InputDeviceState_Values() []string
func InputDeviceTransferType_Values() []string
func InputDeviceType_Values() []string
func InputFilter_Values() []string
func InputLossActionForHlsOut_Values() []string
func InputLossActionForMsSmoothOut_Values() []string
func InputLossActionForRtmpOut_Values() []string
func InputLossActionForUdpOut_Values() []string
func InputLossImageType_Values() []string
func InputMaximumBitrate_Values() []string
func InputPreference_Values() []string
func InputResolution_Values() []string
func InputSecurityGroupState_Values() []string
func InputSourceEndBehavior_Values() []string
func InputSourceType_Values() []string
func InputState_Values() []string
func InputTimecodeSource_Values() []string
func InputType_Values() []string
func LastFrameClippingBehavior_Values() []string
func LogLevel_Values() []string
func M2tsAbsentInputAudioBehavior_Values() []string
func M2tsAribCaptionsPidControl_Values() []string
func M2tsArib_Values() []string
func M2tsAudioBufferModel_Values() []string
func M2tsAudioInterval_Values() []string
func M2tsAudioStreamType_Values() []string
func M2tsBufferModel_Values() []string
func M2tsCcDescriptor_Values() []string
func M2tsEbifControl_Values() []string
func M2tsEbpPlacement_Values() []string
func M2tsEsRateInPes_Values() []string
func M2tsKlv_Values() []string
func M2tsNielsenId3Behavior_Values() []string
func M2tsPcrControl_Values() []string
func M2tsRateMode_Values() []string
func M2tsScte35Control_Values() []string
func M2tsSegmentationMarkers_Values() []string
func M2tsSegmentationStyle_Values() []string
func M2tsTimedMetadataBehavior_Values() []string
func M3u8KlvBehavior_Values() []string
func M3u8NielsenId3Behavior_Values() []string
func M3u8PcrControl_Values() []string
func M3u8Scte35Behavior_Values() []string
func M3u8TimedMetadataBehavior_Values() []string
func MaintenanceDay_Values() []string
func MotionGraphicsInsertion_Values() []string
func Mp2CodingMode_Values() []string
func Mpeg2AdaptiveQuantization_Values() []string
func Mpeg2ColorMetadata_Values() []string
func Mpeg2ColorSpace_Values() []string
func Mpeg2DisplayRatio_Values() []string
func Mpeg2GopSizeUnits_Values() []string
func Mpeg2ScanType_Values() []string
func Mpeg2SubGopLength_Values() []string
func Mpeg2TimecodeInsertionBehavior_Values() []string
func MsSmoothH265PackagingType_Values() []string
func MultiplexState_Values() []string
func NetworkInputServerValidation_Values() []string
func NielsenPcmToId3TaggingState_Values() []string
func NielsenWatermarkTimezones_Values() []string
func NielsenWatermarksCbetStepaside_Values() []string
func NielsenWatermarksDistributionTypes_Values() []string
func OfferingDurationUnits_Values() []string
func OfferingType_Values() []string
func PipelineId_Values() []string
func PreferredChannelPipeline_Values() []string
func RebootInputDeviceForce_Values() []string
func ReservationAutomaticRenewal_Values() []string
func ReservationCodec_Values() []string
func ReservationMaximumBitrate_Values() []string
func ReservationMaximumFramerate_Values() []string
func ReservationResolution_Values() []string
func ReservationResourceType_Values() []string
func ReservationSpecialFeature_Values() []string
func ReservationState_Values() []string
func ReservationVideoQuality_Values() []string
func RtmpAdMarkers_Values() []string
func RtmpCacheFullBehavior_Values() []string
func RtmpCaptionData_Values() []string
func RtmpOutputCertificateMode_Values() []string
func S3CannedAcl_Values() []string
func Scte20Convert608To708_Values() []string
func Scte27OcrLanguage_Values() []string
func Scte35AposNoRegionalBlackoutBehavior_Values() []string
func Scte35AposWebDeliveryAllowedBehavior_Values() []string
func Scte35ArchiveAllowedFlag_Values() []string
func Scte35DeviceRestrictions_Values() []string
func Scte35InputMode_Values() []string
func Scte35NoRegionalBlackoutFlag_Values() []string
func Scte35SegmentationCancelIndicator_Values() []string
func Scte35SpliceInsertNoRegionalBlackoutBehavior_Values() []string
func Scte35SpliceInsertWebDeliveryAllowedBehavior_Values() []string
func Scte35WebDeliveryAllowedFlag_Values() []string
func SmoothGroupAudioOnlyTimecodeControl_Values() []string
func SmoothGroupCertificateMode_Values() []string
func SmoothGroupEventIdMode_Values() []string
func SmoothGroupEventStopBehavior_Values() []string
func SmoothGroupSegmentationMode_Values() []string
func SmoothGroupSparseTrackType_Values() []string
func SmoothGroupStreamManifestBehavior_Values() []string
func SmoothGroupTimestampOffsetMode_Values() []string
func Smpte2038DataPreference_Values() []string
func TemporalFilterPostFilterSharpening_Values() []string
func TemporalFilterStrength_Values() []string
func ThumbnailState_Values() []string
func ThumbnailType_Values() []string
func TimecodeBurninFontSize_Values() []string
func TimecodeBurninPosition_Values() []string
func TimecodeConfigSource_Values() []string
func TtmlDestinationStyleControl_Values() []string
func UdpTimedMetadataId3Frame_Values() []string
func VideoDescriptionRespondToAfd_Values() []string
func VideoDescriptionScalingBehavior_Values() []string
func VideoSelectorColorSpaceUsage_Values() []string
func VideoSelectorColorSpace_Values() []string
func WavCodingMode_Values() []string
func WebvttDestinationStyleControl_Values() []string
type AacSettings
type Ac3Settings
type AcceptInputDeviceTransferInput
type AcceptInputDeviceTransferOutput
type AccountConfiguration
type AncillarySourceSettings
type ArchiveCdnSettings
type ArchiveContainerSettings
type ArchiveGroupSettings
type ArchiveOutputSettings
type ArchiveS3Settings
type AribDestinationSettings
type AribSourceSettings
type AudioChannelMapping
type AudioCodecSettings
type AudioDescription
type AudioDolbyEDecode
type AudioHlsRenditionSelection
type AudioLanguageSelection
type AudioNormalizationSettings
type AudioOnlyHlsSettings
type AudioPidSelection
type AudioSelector
type AudioSelectorSettings
type AudioSilenceFailoverSettings
type AudioTrack
type AudioTrackSelection
type AudioWatermarkSettings
type AutomaticInputFailoverSettings
type AvailBlanking
type AvailConfiguration
type AvailSettings
type BadGatewayException
type BadRequestException
type BatchDeleteInput
type BatchDeleteOutput
type BatchFailedResultModel
type BatchScheduleActionCreateRequest
type BatchScheduleActionCreateResult
type BatchScheduleActionDeleteRequest
type BatchScheduleActionDeleteResult
type BatchStartInput
type BatchStartOutput
type BatchStopInput
type BatchStopOutput
type BatchSuccessfulResultModel
type BatchUpdateScheduleInput
type BatchUpdateScheduleOutput
type BlackoutSlate
type BurnInDestinationSettings
type CancelInputDeviceTransferInput
type CancelInputDeviceTransferOutput
type CaptionDescription
type CaptionDestinationSettings
type CaptionLanguageMapping
type CaptionRectangle
type CaptionSelector
type CaptionSelectorSettings
type CdiInputSpecification
type Channel
type ChannelEgressEndpoint
type ChannelSummary
type ClaimDeviceInput
type ClaimDeviceOutput
type ColorSpacePassthroughSettings
type ConflictException
type CreateChannelInput
type CreateChannelOutput
type CreateInputInput
type CreateInputOutput
type CreateInputSecurityGroupInput
type CreateInputSecurityGroupOutput
type CreateMultiplexInput
type CreateMultiplexOutput
type CreateMultiplexProgramInput
type CreateMultiplexProgramOutput
type CreatePartnerInputInput
type CreatePartnerInputOutput
type CreateTagsInput
type CreateTagsOutput
type DeleteChannelInput
type DeleteChannelOutput
type DeleteInputInput
type DeleteInputOutput
type DeleteInputSecurityGroupInput
type DeleteInputSecurityGroupOutput
type DeleteMultiplexInput
type DeleteMultiplexOutput
type DeleteMultiplexProgramInput
type DeleteMultiplexProgramOutput
type DeleteReservationInput
type DeleteReservationOutput
type DeleteScheduleInput
type DeleteScheduleOutput
type DeleteTagsInput
type DeleteTagsOutput
type DescribeAccountConfigurationInput
type DescribeAccountConfigurationOutput
type DescribeChannelInput
type DescribeChannelOutput
type DescribeInputDeviceInput
type DescribeInputDeviceOutput
type DescribeInputDeviceThumbnailInput
type DescribeInputDeviceThumbnailOutput
type DescribeInputInput
type DescribeInputOutput
type DescribeInputSecurityGroupInput
type DescribeInputSecurityGroupOutput
type DescribeMultiplexInput
type DescribeMultiplexOutput
type DescribeMultiplexProgramInput
type DescribeMultiplexProgramOutput
type DescribeOfferingInput
type DescribeOfferingOutput
type DescribeReservationInput
type DescribeReservationOutput
type DescribeScheduleInput
type DescribeScheduleOutput
type DescribeThumbnailsInput
type DescribeThumbnailsOutput
type DolbyVision81Settings
type DvbNitSettings
type DvbSdtSettings
type DvbSubDestinationSettings
type DvbSubSourceSettings
type DvbTdtSettings
type Eac3AtmosSettings
type Eac3Settings
type EbuTtDDestinationSettings
type EmbeddedDestinationSettings
type EmbeddedPlusScte20DestinationSettings
type EmbeddedSourceSettings
type EncoderSettings
type EpochLockingSettings
type Esam
type FailoverCondition
type FailoverConditionSettings
type FeatureActivations
type FecOutputSettings
type FixedModeScheduleActionStartSettings
type Fmp4HlsSettings
type FollowModeScheduleActionStartSettings
type ForbiddenException
type FrameCaptureCdnSettings
type FrameCaptureGroupSettings
type FrameCaptureHlsSettings
type FrameCaptureOutputSettings
type FrameCaptureS3Settings
type FrameCaptureSettings
type GatewayTimeoutException
type GlobalConfiguration
type H264ColorSpaceSettings
type H264FilterSettings
type H264Settings
type H265ColorSpaceSettings
type H265FilterSettings
type H265Settings
type Hdr10Settings
type HlsAkamaiSettings
type HlsBasicPutSettings
type HlsCdnSettings
type HlsGroupSettings
type HlsId3SegmentTaggingScheduleActionSettings
type HlsInputSettings
type HlsMediaStoreSettings
type HlsOutputSettings
type HlsS3Settings
type HlsSettings
type HlsTimedMetadataScheduleActionSettings
type HlsWebdavSettings
type HtmlMotionGraphicsSettings
type ImmediateModeScheduleActionStartSettings
type Input
type InputAttachment
type InputChannelLevel
type InputClippingSettings
type InputDestination
type InputDestinationRequest
type InputDestinationVpc
type InputDeviceConfigurableSettings
type InputDeviceHdSettings
type InputDeviceMediaConnectConfigurableSettings
type InputDeviceMediaConnectSettings
type InputDeviceNetworkSettings
type InputDeviceRequest
type InputDeviceSettings
type InputDeviceSummary
type InputDeviceUhdSettings
type InputLocation
type InputLossBehavior
type InputLossFailoverSettings
type InputPrepareScheduleActionSettings
type InputSecurityGroup
type InputSettings
type InputSource
type InputSourceRequest
type InputSpecification
type InputSwitchScheduleActionSettings
type InputVpcRequest
type InputWhitelistRule
type InputWhitelistRuleCidr
type InternalServerErrorException
type KeyProviderSettings
type ListChannelsInput
type ListChannelsOutput
type ListInputDeviceTransfersInput
type ListInputDeviceTransfersOutput
type ListInputDevicesInput
type ListInputDevicesOutput
type ListInputSecurityGroupsInput
type ListInputSecurityGroupsOutput
type ListInputsInput
type ListInputsOutput
type ListMultiplexProgramsInput
type ListMultiplexProgramsOutput
type ListMultiplexesInput
type ListMultiplexesOutput
type ListOfferingsInput
type ListOfferingsOutput
type ListReservationsInput
type ListReservationsOutput
type ListTagsForResourceInput
type ListTagsForResourceOutput
type M2tsSettings
type M3u8Settings
type MaintenanceCreateSettings
type MaintenanceStatus
type MaintenanceUpdateSettings
type MediaConnectFlow
type MediaConnectFlowRequest
type MediaPackageGroupSettings
type MediaPackageOutputDestinationSettings
type MediaPackageOutputSettings
type MotionGraphicsActivateScheduleActionSettings
type MotionGraphicsConfiguration
type MotionGraphicsDeactivateScheduleActionSettings
type MotionGraphicsSettings
type Mp2Settings
type Mpeg2FilterSettings
type Mpeg2Settings
type MsSmoothGroupSettings
type MsSmoothOutputSettings
type Multiplex
type MultiplexGroupSettings
type MultiplexMediaConnectOutputDestinationSettings
type MultiplexOutputDestination
type MultiplexOutputSettings
type MultiplexProgram
type MultiplexProgramChannelDestinationSettings
type MultiplexProgramPacketIdentifiersMap
type MultiplexProgramPipelineDetail
type MultiplexProgramServiceDescriptor
type MultiplexProgramSettings
type MultiplexProgramSummary
type MultiplexSettings
type MultiplexSettingsSummary
type MultiplexStatmuxVideoSettings
type MultiplexSummary
type MultiplexVideoSettings
type NetworkInputSettings
type NielsenCBET
type NielsenConfiguration
type NielsenNaesIiNw
type NielsenWatermarksSettings
type NotFoundException
type Offering
type Output
type OutputDestination
type OutputDestinationSettings
type OutputGroup
type OutputGroupSettings
type OutputLocationRef
type OutputLockingSettings
type OutputSettings
type PassThroughSettings
type PauseStateScheduleActionSettings
type PipelineDetail
type PipelineLockingSettings
type PipelinePauseStateSettings
type PurchaseOfferingInput
type PurchaseOfferingOutput
type RawSettings
type RebootInputDeviceInput
type RebootInputDeviceOutput
type Rec601Settings
type Rec709Settings
type RejectInputDeviceTransferInput
type RejectInputDeviceTransferOutput
type RemixSettings
type RenewalSettings
type Reservation
type ReservationResourceSpecification
type RtmpCaptionInfoDestinationSettings
type RtmpGroupSettings
type RtmpOutputSettings
type ScheduleAction
type ScheduleActionSettings
type ScheduleActionStartSettings
type Scte20PlusEmbeddedDestinationSettings
type Scte20SourceSettings
type Scte27DestinationSettings
type Scte27SourceSettings
type Scte35DeliveryRestrictions
type Scte35Descriptor
type Scte35DescriptorSettings
type Scte35InputScheduleActionSettings
type Scte35ReturnToNetworkScheduleActionSettings
type Scte35SegmentationDescriptor
type Scte35SpliceInsert
type Scte35SpliceInsertScheduleActionSettings
type Scte35TimeSignalApos
type Scte35TimeSignalScheduleActionSettings
type SmpteTtDestinationSettings
type StandardHlsSettings
type StartChannelInput
type StartChannelOutput
type StartInputDeviceInput
type StartInputDeviceMaintenanceWindowInput
type StartInputDeviceMaintenanceWindowOutput
type StartInputDeviceOutput
type StartMultiplexInput
type StartMultiplexOutput
type StartTimecode
type StaticImageActivateScheduleActionSettings
type StaticImageDeactivateScheduleActionSettings
type StaticImageOutputActivateScheduleActionSettings
type StaticImageOutputDeactivateScheduleActionSettings
type StaticKeySettings
type StopChannelInput
type StopChannelOutput
type StopInputDeviceInput
type StopInputDeviceOutput
type StopMultiplexInput
type StopMultiplexOutput
type StopTimecode
type TeletextDestinationSettings
type TeletextSourceSettings
type TemporalFilterSettings
type Thumbnail
type ThumbnailConfiguration
type ThumbnailDetail
type TimecodeBurninSettings
type TimecodeConfig
type TooManyRequestsException
type TransferInputDeviceInput
type TransferInputDeviceOutput
type TransferringInputDeviceSummary
type TtmlDestinationSettings
type UdpContainerSettings
type UdpGroupSettings
type UdpOutputSettings
type UnprocessableEntityException
type UpdateAccountConfigurationInput
type UpdateAccountConfigurationOutput
type UpdateChannelClassInput
type UpdateChannelClassOutput
type UpdateChannelInput
type UpdateChannelOutput
type UpdateInputDeviceInput
type UpdateInputDeviceOutput
type UpdateInputInput
type UpdateInputOutput
type UpdateInputSecurityGroupInput
type UpdateInputSecurityGroupOutput
type UpdateMultiplexInput
type UpdateMultiplexOutput
type UpdateMultiplexProgramInput
type UpdateMultiplexProgramOutput
type UpdateReservationInput
type UpdateReservationOutput
type VideoBlackFailoverSettings
type VideoCodecSettings
type VideoDescription
type VideoSelector
type VideoSelectorColorSpaceSettings
type VideoSelectorPid
type VideoSelectorProgramId
type VideoSelectorSettings
type VpcOutputSettings
type VpcOutputSettingsDescription
type WavSettings
type WebvttDestinationSettings

Constants ▾

const (
    // AacCodingModeAdReceiverMix is a AacCodingMode enum value
    AacCodingModeAdReceiverMix = "AD_RECEIVER_MIX"

    // AacCodingModeCodingMode10 is a AacCodingMode enum value
    AacCodingModeCodingMode10 = "CODING_MODE_1_0"

    // AacCodingModeCodingMode11 is a AacCodingMode enum value
    AacCodingModeCodingMode11 = "CODING_MODE_1_1"

    // AacCodingModeCodingMode20 is a AacCodingMode enum value
    AacCodingModeCodingMode20 = "CODING_MODE_2_0"

    // AacCodingModeCodingMode51 is a AacCodingMode enum value
    AacCodingModeCodingMode51 = "CODING_MODE_5_1"
)

Aac Coding Mode

const (
    // AacInputTypeBroadcasterMixedAd is a AacInputType enum value
    AacInputTypeBroadcasterMixedAd = "BROADCASTER_MIXED_AD"

    // AacInputTypeNormal is a AacInputType enum value
    AacInputTypeNormal = "NORMAL"
)

Aac Input Type

const (
    // AacProfileHev1 is a AacProfile enum value
    AacProfileHev1 = "HEV1"

    // AacProfileHev2 is a AacProfile enum value
    AacProfileHev2 = "HEV2"

    // AacProfileLc is a AacProfile enum value
    AacProfileLc = "LC"
)

Aac Profile

const (
    // AacRateControlModeCbr is a AacRateControlMode enum value
    AacRateControlModeCbr = "CBR"

    // AacRateControlModeVbr is a AacRateControlMode enum value
    AacRateControlModeVbr = "VBR"
)

Aac Rate Control Mode

const (
    // AacRawFormatLatmLoas is a AacRawFormat enum value
    AacRawFormatLatmLoas = "LATM_LOAS"

    // AacRawFormatNone is a AacRawFormat enum value
    AacRawFormatNone = "NONE"
)

Aac Raw Format

const (
    // AacSpecMpeg2 is a AacSpec enum value
    AacSpecMpeg2 = "MPEG2"

    // AacSpecMpeg4 is a AacSpec enum value
    AacSpecMpeg4 = "MPEG4"
)

Aac Spec

const (
    // AacVbrQualityHigh is a AacVbrQuality enum value
    AacVbrQualityHigh = "HIGH"

    // AacVbrQualityLow is a AacVbrQuality enum value
    AacVbrQualityLow = "LOW"

    // AacVbrQualityMediumHigh is a AacVbrQuality enum value
    AacVbrQualityMediumHigh = "MEDIUM_HIGH"

    // AacVbrQualityMediumLow is a AacVbrQuality enum value
    AacVbrQualityMediumLow = "MEDIUM_LOW"
)

Aac Vbr Quality

const (
    // Ac3AttenuationControlAttenuate3Db is a Ac3AttenuationControl enum value
    Ac3AttenuationControlAttenuate3Db = "ATTENUATE_3_DB"

    // Ac3AttenuationControlNone is a Ac3AttenuationControl enum value
    Ac3AttenuationControlNone = "NONE"
)

Ac3 Attenuation Control

const (
    // Ac3BitstreamModeCommentary is a Ac3BitstreamMode enum value
    Ac3BitstreamModeCommentary = "COMMENTARY"

    // Ac3BitstreamModeCompleteMain is a Ac3BitstreamMode enum value
    Ac3BitstreamModeCompleteMain = "COMPLETE_MAIN"

    // Ac3BitstreamModeDialogue is a Ac3BitstreamMode enum value
    Ac3BitstreamModeDialogue = "DIALOGUE"

    // Ac3BitstreamModeEmergency is a Ac3BitstreamMode enum value
    Ac3BitstreamModeEmergency = "EMERGENCY"

    // Ac3BitstreamModeHearingImpaired is a Ac3BitstreamMode enum value
    Ac3BitstreamModeHearingImpaired = "HEARING_IMPAIRED"

    // Ac3BitstreamModeMusicAndEffects is a Ac3BitstreamMode enum value
    Ac3BitstreamModeMusicAndEffects = "MUSIC_AND_EFFECTS"

    // Ac3BitstreamModeVisuallyImpaired is a Ac3BitstreamMode enum value
    Ac3BitstreamModeVisuallyImpaired = "VISUALLY_IMPAIRED"

    // Ac3BitstreamModeVoiceOver is a Ac3BitstreamMode enum value
    Ac3BitstreamModeVoiceOver = "VOICE_OVER"
)

Ac3 Bitstream Mode

const (
    // Ac3CodingModeCodingMode10 is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode10 = "CODING_MODE_1_0"

    // Ac3CodingModeCodingMode11 is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode11 = "CODING_MODE_1_1"

    // Ac3CodingModeCodingMode20 is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode20 = "CODING_MODE_2_0"

    // Ac3CodingModeCodingMode32Lfe is a Ac3CodingMode enum value
    Ac3CodingModeCodingMode32Lfe = "CODING_MODE_3_2_LFE"
)

Ac3 Coding Mode

const (
    // Ac3DrcProfileFilmStandard is a Ac3DrcProfile enum value
    Ac3DrcProfileFilmStandard = "FILM_STANDARD"

    // Ac3DrcProfileNone is a Ac3DrcProfile enum value
    Ac3DrcProfileNone = "NONE"
)

Ac3 Drc Profile

const (
    // Ac3LfeFilterDisabled is a Ac3LfeFilter enum value
    Ac3LfeFilterDisabled = "DISABLED"

    // Ac3LfeFilterEnabled is a Ac3LfeFilter enum value
    Ac3LfeFilterEnabled = "ENABLED"
)

Ac3 Lfe Filter

const (
    // Ac3MetadataControlFollowInput is a Ac3MetadataControl enum value
    Ac3MetadataControlFollowInput = "FOLLOW_INPUT"

    // Ac3MetadataControlUseConfigured is a Ac3MetadataControl enum value
    Ac3MetadataControlUseConfigured = "USE_CONFIGURED"
)

Ac3 Metadata Control

const (
    // AccessibilityTypeDoesNotImplementAccessibilityFeatures is a AccessibilityType enum value
    AccessibilityTypeDoesNotImplementAccessibilityFeatures = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES"

    // AccessibilityTypeImplementsAccessibilityFeatures is a AccessibilityType enum value
    AccessibilityTypeImplementsAccessibilityFeatures = "IMPLEMENTS_ACCESSIBILITY_FEATURES"
)

Accessibility Type

const (
    // AfdSignalingAuto is a AfdSignaling enum value
    AfdSignalingAuto = "AUTO"

    // AfdSignalingFixed is a AfdSignaling enum value
    AfdSignalingFixed = "FIXED"

    // AfdSignalingNone is a AfdSignaling enum value
    AfdSignalingNone = "NONE"
)

Afd Signaling

const (
    // AudioDescriptionAudioTypeControlFollowInput is a AudioDescriptionAudioTypeControl enum value
    AudioDescriptionAudioTypeControlFollowInput = "FOLLOW_INPUT"

    // AudioDescriptionAudioTypeControlUseConfigured is a AudioDescriptionAudioTypeControl enum value
    AudioDescriptionAudioTypeControlUseConfigured = "USE_CONFIGURED"
)

Audio Description Audio Type Control

const (
    // AudioDescriptionLanguageCodeControlFollowInput is a AudioDescriptionLanguageCodeControl enum value
    AudioDescriptionLanguageCodeControlFollowInput = "FOLLOW_INPUT"

    // AudioDescriptionLanguageCodeControlUseConfigured is a AudioDescriptionLanguageCodeControl enum value
    AudioDescriptionLanguageCodeControlUseConfigured = "USE_CONFIGURED"
)

Audio Description Language Code Control

const (
    // AudioLanguageSelectionPolicyLoose is a AudioLanguageSelectionPolicy enum value
    AudioLanguageSelectionPolicyLoose = "LOOSE"

    // AudioLanguageSelectionPolicyStrict is a AudioLanguageSelectionPolicy enum value
    AudioLanguageSelectionPolicyStrict = "STRICT"
)

Audio Language Selection Policy

const (
    // AudioNormalizationAlgorithmItu17701 is a AudioNormalizationAlgorithm enum value
    AudioNormalizationAlgorithmItu17701 = "ITU_1770_1"

    // AudioNormalizationAlgorithmItu17702 is a AudioNormalizationAlgorithm enum value
    AudioNormalizationAlgorithmItu17702 = "ITU_1770_2"
)

Audio Normalization Algorithm

const (
    // AudioOnlyHlsSegmentTypeAac is a AudioOnlyHlsSegmentType enum value
    AudioOnlyHlsSegmentTypeAac = "AAC"

    // AudioOnlyHlsSegmentTypeFmp4 is a AudioOnlyHlsSegmentType enum value
    AudioOnlyHlsSegmentTypeFmp4 = "FMP4"
)

Audio Only Hls Segment Type

const (
    // AudioOnlyHlsTrackTypeAlternateAudioAutoSelect is a AudioOnlyHlsTrackType enum value
    AudioOnlyHlsTrackTypeAlternateAudioAutoSelect = "ALTERNATE_AUDIO_AUTO_SELECT"

    // AudioOnlyHlsTrackTypeAlternateAudioAutoSelectDefault is a AudioOnlyHlsTrackType enum value
    AudioOnlyHlsTrackTypeAlternateAudioAutoSelectDefault = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT"

    // AudioOnlyHlsTrackTypeAlternateAudioNotAutoSelect is a AudioOnlyHlsTrackType enum value
    AudioOnlyHlsTrackTypeAlternateAudioNotAutoSelect = "ALTERNATE_AUDIO_NOT_AUTO_SELECT"

    // AudioOnlyHlsTrackTypeAudioOnlyVariantStream is a AudioOnlyHlsTrackType enum value
    AudioOnlyHlsTrackTypeAudioOnlyVariantStream = "AUDIO_ONLY_VARIANT_STREAM"
)

Audio Only Hls Track Type

const (
    // AudioTypeCleanEffects is a AudioType enum value
    AudioTypeCleanEffects = "CLEAN_EFFECTS"

    // AudioTypeHearingImpaired is a AudioType enum value
    AudioTypeHearingImpaired = "HEARING_IMPAIRED"

    // AudioTypeUndefined is a AudioType enum value
    AudioTypeUndefined = "UNDEFINED"

    // AudioTypeVisualImpairedCommentary is a AudioType enum value
    AudioTypeVisualImpairedCommentary = "VISUAL_IMPAIRED_COMMENTARY"
)

Audio Type

const (
    // AuthenticationSchemeAkamai is a AuthenticationScheme enum value
    AuthenticationSchemeAkamai = "AKAMAI"

    // AuthenticationSchemeCommon is a AuthenticationScheme enum value
    AuthenticationSchemeCommon = "COMMON"
)

Authentication Scheme

const (
    // AvailBlankingStateDisabled is a AvailBlankingState enum value
    AvailBlankingStateDisabled = "DISABLED"

    // AvailBlankingStateEnabled is a AvailBlankingState enum value
    AvailBlankingStateEnabled = "ENABLED"
)

Avail Blanking State

const (
    // BlackoutSlateNetworkEndBlackoutDisabled is a BlackoutSlateNetworkEndBlackout enum value
    BlackoutSlateNetworkEndBlackoutDisabled = "DISABLED"

    // BlackoutSlateNetworkEndBlackoutEnabled is a BlackoutSlateNetworkEndBlackout enum value
    BlackoutSlateNetworkEndBlackoutEnabled = "ENABLED"
)

Blackout Slate Network End Blackout

const (
    // BlackoutSlateStateDisabled is a BlackoutSlateState enum value
    BlackoutSlateStateDisabled = "DISABLED"

    // BlackoutSlateStateEnabled is a BlackoutSlateState enum value
    BlackoutSlateStateEnabled = "ENABLED"
)

Blackout Slate State

const (
    // BurnInAlignmentCentered is a BurnInAlignment enum value
    BurnInAlignmentCentered = "CENTERED"

    // BurnInAlignmentLeft is a BurnInAlignment enum value
    BurnInAlignmentLeft = "LEFT"

    // BurnInAlignmentSmart is a BurnInAlignment enum value
    BurnInAlignmentSmart = "SMART"
)

Burn In Alignment

const (
    // BurnInBackgroundColorBlack is a BurnInBackgroundColor enum value
    BurnInBackgroundColorBlack = "BLACK"

    // BurnInBackgroundColorNone is a BurnInBackgroundColor enum value
    BurnInBackgroundColorNone = "NONE"

    // BurnInBackgroundColorWhite is a BurnInBackgroundColor enum value
    BurnInBackgroundColorWhite = "WHITE"
)

Burn In Background Color

const (
    // BurnInFontColorBlack is a BurnInFontColor enum value
    BurnInFontColorBlack = "BLACK"

    // BurnInFontColorBlue is a BurnInFontColor enum value
    BurnInFontColorBlue = "BLUE"

    // BurnInFontColorGreen is a BurnInFontColor enum value
    BurnInFontColorGreen = "GREEN"

    // BurnInFontColorRed is a BurnInFontColor enum value
    BurnInFontColorRed = "RED"

    // BurnInFontColorWhite is a BurnInFontColor enum value
    BurnInFontColorWhite = "WHITE"

    // BurnInFontColorYellow is a BurnInFontColor enum value
    BurnInFontColorYellow = "YELLOW"
)

Burn In Font Color

const (
    // BurnInOutlineColorBlack is a BurnInOutlineColor enum value
    BurnInOutlineColorBlack = "BLACK"

    // BurnInOutlineColorBlue is a BurnInOutlineColor enum value
    BurnInOutlineColorBlue = "BLUE"

    // BurnInOutlineColorGreen is a BurnInOutlineColor enum value
    BurnInOutlineColorGreen = "GREEN"

    // BurnInOutlineColorRed is a BurnInOutlineColor enum value
    BurnInOutlineColorRed = "RED"

    // BurnInOutlineColorWhite is a BurnInOutlineColor enum value
    BurnInOutlineColorWhite = "WHITE"

    // BurnInOutlineColorYellow is a BurnInOutlineColor enum value
    BurnInOutlineColorYellow = "YELLOW"
)

Burn In Outline Color

const (
    // BurnInShadowColorBlack is a BurnInShadowColor enum value
    BurnInShadowColorBlack = "BLACK"

    // BurnInShadowColorNone is a BurnInShadowColor enum value
    BurnInShadowColorNone = "NONE"

    // BurnInShadowColorWhite is a BurnInShadowColor enum value
    BurnInShadowColorWhite = "WHITE"
)

Burn In Shadow Color

const (
    // BurnInTeletextGridControlFixed is a BurnInTeletextGridControl enum value
    BurnInTeletextGridControlFixed = "FIXED"

    // BurnInTeletextGridControlScaled is a BurnInTeletextGridControl enum value
    BurnInTeletextGridControlScaled = "SCALED"
)

Burn In Teletext Grid Control

const (
    // CdiInputResolutionSd is a CdiInputResolution enum value
    CdiInputResolutionSd = "SD"

    // CdiInputResolutionHd is a CdiInputResolution enum value
    CdiInputResolutionHd = "HD"

    // CdiInputResolutionFhd is a CdiInputResolution enum value
    CdiInputResolutionFhd = "FHD"

    // CdiInputResolutionUhd is a CdiInputResolution enum value
    CdiInputResolutionUhd = "UHD"
)

Maximum CDI input resolution; SD is 480i and 576i up to 30 frames-per-second (fps), HD is 720p up to 60 fps / 1080i up to 30 fps, FHD is 1080p up to 60 fps, UHD is 2160p up to 60 fps

const (
    // ChannelClassStandard is a ChannelClass enum value
    ChannelClassStandard = "STANDARD"

    // ChannelClassSinglePipeline is a ChannelClass enum value
    ChannelClassSinglePipeline = "SINGLE_PIPELINE"
)

A standard channel has two encoding pipelines and a single pipeline channel only has one.

const (
    // ChannelStateCreating is a ChannelState enum value
    ChannelStateCreating = "CREATING"

    // ChannelStateCreateFailed is a ChannelState enum value
    ChannelStateCreateFailed = "CREATE_FAILED"

    // ChannelStateIdle is a ChannelState enum value
    ChannelStateIdle = "IDLE"

    // ChannelStateStarting is a ChannelState enum value
    ChannelStateStarting = "STARTING"

    // ChannelStateRunning is a ChannelState enum value
    ChannelStateRunning = "RUNNING"

    // ChannelStateRecovering is a ChannelState enum value
    ChannelStateRecovering = "RECOVERING"

    // ChannelStateStopping is a ChannelState enum value
    ChannelStateStopping = "STOPPING"

    // ChannelStateDeleting is a ChannelState enum value
    ChannelStateDeleting = "DELETING"

    // ChannelStateDeleted is a ChannelState enum value
    ChannelStateDeleted = "DELETED"

    // ChannelStateUpdating is a ChannelState enum value
    ChannelStateUpdating = "UPDATING"

    // ChannelStateUpdateFailed is a ChannelState enum value
    ChannelStateUpdateFailed = "UPDATE_FAILED"
)
const (
    // DeviceSettingsSyncStateSynced is a DeviceSettingsSyncState enum value
    DeviceSettingsSyncStateSynced = "SYNCED"

    // DeviceSettingsSyncStateSyncing is a DeviceSettingsSyncState enum value
    DeviceSettingsSyncStateSyncing = "SYNCING"
)

The status of the action to synchronize the device configuration. If you change the configuration of the input device (for example, the maximum bitrate), MediaLive sends the new data to the device. The device might not update itself immediately. SYNCED means the device has updated its configuration. SYNCING means that it has not updated its configuration.

const (
    // DeviceUpdateStatusUpToDate is a DeviceUpdateStatus enum value
    DeviceUpdateStatusUpToDate = "UP_TO_DATE"

    // DeviceUpdateStatusNotUpToDate is a DeviceUpdateStatus enum value
    DeviceUpdateStatusNotUpToDate = "NOT_UP_TO_DATE"

    // DeviceUpdateStatusUpdating is a DeviceUpdateStatus enum value
    DeviceUpdateStatusUpdating = "UPDATING"
)

The status of software on the input device.

const (
    // DolbyEProgramSelectionAllChannels is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionAllChannels = "ALL_CHANNELS"

    // DolbyEProgramSelectionProgram1 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram1 = "PROGRAM_1"

    // DolbyEProgramSelectionProgram2 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram2 = "PROGRAM_2"

    // DolbyEProgramSelectionProgram3 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram3 = "PROGRAM_3"

    // DolbyEProgramSelectionProgram4 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram4 = "PROGRAM_4"

    // DolbyEProgramSelectionProgram5 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram5 = "PROGRAM_5"

    // DolbyEProgramSelectionProgram6 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram6 = "PROGRAM_6"

    // DolbyEProgramSelectionProgram7 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram7 = "PROGRAM_7"

    // DolbyEProgramSelectionProgram8 is a DolbyEProgramSelection enum value
    DolbyEProgramSelectionProgram8 = "PROGRAM_8"
)

Dolby EProgram Selection

const (
    // DvbSdtOutputSdtSdtFollow is a DvbSdtOutputSdt enum value
    DvbSdtOutputSdtSdtFollow = "SDT_FOLLOW"

    // DvbSdtOutputSdtSdtFollowIfPresent is a DvbSdtOutputSdt enum value
    DvbSdtOutputSdtSdtFollowIfPresent = "SDT_FOLLOW_IF_PRESENT"

    // DvbSdtOutputSdtSdtManual is a DvbSdtOutputSdt enum value
    DvbSdtOutputSdtSdtManual = "SDT_MANUAL"

    // DvbSdtOutputSdtSdtNone is a DvbSdtOutputSdt enum value
    DvbSdtOutputSdtSdtNone = "SDT_NONE"
)

Dvb Sdt Output Sdt

const (
    // DvbSubDestinationAlignmentCentered is a DvbSubDestinationAlignment enum value
    DvbSubDestinationAlignmentCentered = "CENTERED"

    // DvbSubDestinationAlignmentLeft is a DvbSubDestinationAlignment enum value
    DvbSubDestinationAlignmentLeft = "LEFT"

    // DvbSubDestinationAlignmentSmart is a DvbSubDestinationAlignment enum value
    DvbSubDestinationAlignmentSmart = "SMART"
)

Dvb Sub Destination Alignment

const (
    // DvbSubDestinationBackgroundColorBlack is a DvbSubDestinationBackgroundColor enum value
    DvbSubDestinationBackgroundColorBlack = "BLACK"

    // DvbSubDestinationBackgroundColorNone is a DvbSubDestinationBackgroundColor enum value
    DvbSubDestinationBackgroundColorNone = "NONE"

    // DvbSubDestinationBackgroundColorWhite is a DvbSubDestinationBackgroundColor enum value
    DvbSubDestinationBackgroundColorWhite = "WHITE"
)

Dvb Sub Destination Background Color

const (
    // DvbSubDestinationFontColorBlack is a DvbSubDestinationFontColor enum value
    DvbSubDestinationFontColorBlack = "BLACK"

    // DvbSubDestinationFontColorBlue is a DvbSubDestinationFontColor enum value
    DvbSubDestinationFontColorBlue = "BLUE"

    // DvbSubDestinationFontColorGreen is a DvbSubDestinationFontColor enum value
    DvbSubDestinationFontColorGreen = "GREEN"

    // DvbSubDestinationFontColorRed is a DvbSubDestinationFontColor enum value
    DvbSubDestinationFontColorRed = "RED"

    // DvbSubDestinationFontColorWhite is a DvbSubDestinationFontColor enum value
    DvbSubDestinationFontColorWhite = "WHITE"

    // DvbSubDestinationFontColorYellow is a DvbSubDestinationFontColor enum value
    DvbSubDestinationFontColorYellow = "YELLOW"
)

Dvb Sub Destination Font Color

const (
    // DvbSubDestinationOutlineColorBlack is a DvbSubDestinationOutlineColor enum value
    DvbSubDestinationOutlineColorBlack = "BLACK"

    // DvbSubDestinationOutlineColorBlue is a DvbSubDestinationOutlineColor enum value
    DvbSubDestinationOutlineColorBlue = "BLUE"

    // DvbSubDestinationOutlineColorGreen is a DvbSubDestinationOutlineColor enum value
    DvbSubDestinationOutlineColorGreen = "GREEN"

    // DvbSubDestinationOutlineColorRed is a DvbSubDestinationOutlineColor enum value
    DvbSubDestinationOutlineColorRed = "RED"

    // DvbSubDestinationOutlineColorWhite is a DvbSubDestinationOutlineColor enum value
    DvbSubDestinationOutlineColorWhite = "WHITE"

    // DvbSubDestinationOutlineColorYellow is a DvbSubDestinationOutlineColor enum value
    DvbSubDestinationOutlineColorYellow = "YELLOW"
)

Dvb Sub Destination Outline Color

const (
    // DvbSubDestinationShadowColorBlack is a DvbSubDestinationShadowColor enum value
    DvbSubDestinationShadowColorBlack = "BLACK"

    // DvbSubDestinationShadowColorNone is a DvbSubDestinationShadowColor enum value
    DvbSubDestinationShadowColorNone = "NONE"

    // DvbSubDestinationShadowColorWhite is a DvbSubDestinationShadowColor enum value
    DvbSubDestinationShadowColorWhite = "WHITE"
)

Dvb Sub Destination Shadow Color

const (
    // DvbSubDestinationTeletextGridControlFixed is a DvbSubDestinationTeletextGridControl enum value
    DvbSubDestinationTeletextGridControlFixed = "FIXED"

    // DvbSubDestinationTeletextGridControlScaled is a DvbSubDestinationTeletextGridControl enum value
    DvbSubDestinationTeletextGridControlScaled = "SCALED"
)

Dvb Sub Destination Teletext Grid Control

const (
    // DvbSubOcrLanguageDeu is a DvbSubOcrLanguage enum value
    DvbSubOcrLanguageDeu = "DEU"

    // DvbSubOcrLanguageEng is a DvbSubOcrLanguage enum value
    DvbSubOcrLanguageEng = "ENG"

    // DvbSubOcrLanguageFra is a DvbSubOcrLanguage enum value
    DvbSubOcrLanguageFra = "FRA"

    // DvbSubOcrLanguageNld is a DvbSubOcrLanguage enum value
    DvbSubOcrLanguageNld = "NLD"

    // DvbSubOcrLanguagePor is a DvbSubOcrLanguage enum value
    DvbSubOcrLanguagePor = "POR"

    // DvbSubOcrLanguageSpa is a DvbSubOcrLanguage enum value
    DvbSubOcrLanguageSpa = "SPA"
)

Dvb Sub Ocr Language

const (
    // Eac3AtmosCodingModeCodingMode514 is a Eac3AtmosCodingMode enum value
    Eac3AtmosCodingModeCodingMode514 = "CODING_MODE_5_1_4"

    // Eac3AtmosCodingModeCodingMode714 is a Eac3AtmosCodingMode enum value
    Eac3AtmosCodingModeCodingMode714 = "CODING_MODE_7_1_4"

    // Eac3AtmosCodingModeCodingMode916 is a Eac3AtmosCodingMode enum value
    Eac3AtmosCodingModeCodingMode916 = "CODING_MODE_9_1_6"
)

Eac3 Atmos Coding Mode

const (
    // Eac3AtmosDrcLineFilmLight is a Eac3AtmosDrcLine enum value
    Eac3AtmosDrcLineFilmLight = "FILM_LIGHT"

    // Eac3AtmosDrcLineFilmStandard is a Eac3AtmosDrcLine enum value
    Eac3AtmosDrcLineFilmStandard = "FILM_STANDARD"

    // Eac3AtmosDrcLineMusicLight is a Eac3AtmosDrcLine enum value
    Eac3AtmosDrcLineMusicLight = "MUSIC_LIGHT"

    // Eac3AtmosDrcLineMusicStandard is a Eac3AtmosDrcLine enum value
    Eac3AtmosDrcLineMusicStandard = "MUSIC_STANDARD"

    // Eac3AtmosDrcLineNone is a Eac3AtmosDrcLine enum value
    Eac3AtmosDrcLineNone = "NONE"

    // Eac3AtmosDrcLineSpeech is a Eac3AtmosDrcLine enum value
    Eac3AtmosDrcLineSpeech = "SPEECH"
)

Eac3 Atmos Drc Line

const (
    // Eac3AtmosDrcRfFilmLight is a Eac3AtmosDrcRf enum value
    Eac3AtmosDrcRfFilmLight = "FILM_LIGHT"

    // Eac3AtmosDrcRfFilmStandard is a Eac3AtmosDrcRf enum value
    Eac3AtmosDrcRfFilmStandard = "FILM_STANDARD"

    // Eac3AtmosDrcRfMusicLight is a Eac3AtmosDrcRf enum value
    Eac3AtmosDrcRfMusicLight = "MUSIC_LIGHT"

    // Eac3AtmosDrcRfMusicStandard is a Eac3AtmosDrcRf enum value
    Eac3AtmosDrcRfMusicStandard = "MUSIC_STANDARD"

    // Eac3AtmosDrcRfNone is a Eac3AtmosDrcRf enum value
    Eac3AtmosDrcRfNone = "NONE"

    // Eac3AtmosDrcRfSpeech is a Eac3AtmosDrcRf enum value
    Eac3AtmosDrcRfSpeech = "SPEECH"
)

Eac3 Atmos Drc Rf

const (
    // Eac3AttenuationControlAttenuate3Db is a Eac3AttenuationControl enum value
    Eac3AttenuationControlAttenuate3Db = "ATTENUATE_3_DB"

    // Eac3AttenuationControlNone is a Eac3AttenuationControl enum value
    Eac3AttenuationControlNone = "NONE"
)

Eac3 Attenuation Control

const (
    // Eac3BitstreamModeCommentary is a Eac3BitstreamMode enum value
    Eac3BitstreamModeCommentary = "COMMENTARY"

    // Eac3BitstreamModeCompleteMain is a Eac3BitstreamMode enum value
    Eac3BitstreamModeCompleteMain = "COMPLETE_MAIN"

    // Eac3BitstreamModeEmergency is a Eac3BitstreamMode enum value
    Eac3BitstreamModeEmergency = "EMERGENCY"

    // Eac3BitstreamModeHearingImpaired is a Eac3BitstreamMode enum value
    Eac3BitstreamModeHearingImpaired = "HEARING_IMPAIRED"

    // Eac3BitstreamModeVisuallyImpaired is a Eac3BitstreamMode enum value
    Eac3BitstreamModeVisuallyImpaired = "VISUALLY_IMPAIRED"
)

Eac3 Bitstream Mode

const (
    // Eac3CodingModeCodingMode10 is a Eac3CodingMode enum value
    Eac3CodingModeCodingMode10 = "CODING_MODE_1_0"

    // Eac3CodingModeCodingMode20 is a Eac3CodingMode enum value
    Eac3CodingModeCodingMode20 = "CODING_MODE_2_0"

    // Eac3CodingModeCodingMode32 is a Eac3CodingMode enum value
    Eac3CodingModeCodingMode32 = "CODING_MODE_3_2"
)

Eac3 Coding Mode

const (
    // Eac3DcFilterDisabled is a Eac3DcFilter enum value
    Eac3DcFilterDisabled = "DISABLED"

    // Eac3DcFilterEnabled is a Eac3DcFilter enum value
    Eac3DcFilterEnabled = "ENABLED"
)

Eac3 Dc Filter

const (
    // Eac3DrcLineFilmLight is a Eac3DrcLine enum value
    Eac3DrcLineFilmLight = "FILM_LIGHT"

    // Eac3DrcLineFilmStandard is a Eac3DrcLine enum value
    Eac3DrcLineFilmStandard = "FILM_STANDARD"

    // Eac3DrcLineMusicLight is a Eac3DrcLine enum value
    Eac3DrcLineMusicLight = "MUSIC_LIGHT"

    // Eac3DrcLineMusicStandard is a Eac3DrcLine enum value
    Eac3DrcLineMusicStandard = "MUSIC_STANDARD"

    // Eac3DrcLineNone is a Eac3DrcLine enum value
    Eac3DrcLineNone = "NONE"

    // Eac3DrcLineSpeech is a Eac3DrcLine enum value
    Eac3DrcLineSpeech = "SPEECH"
)

Eac3 Drc Line

const (
    // Eac3DrcRfFilmLight is a Eac3DrcRf enum value
    Eac3DrcRfFilmLight = "FILM_LIGHT"

    // Eac3DrcRfFilmStandard is a Eac3DrcRf enum value
    Eac3DrcRfFilmStandard = "FILM_STANDARD"

    // Eac3DrcRfMusicLight is a Eac3DrcRf enum value
    Eac3DrcRfMusicLight = "MUSIC_LIGHT"

    // Eac3DrcRfMusicStandard is a Eac3DrcRf enum value
    Eac3DrcRfMusicStandard = "MUSIC_STANDARD"

    // Eac3DrcRfNone is a Eac3DrcRf enum value
    Eac3DrcRfNone = "NONE"

    // Eac3DrcRfSpeech is a Eac3DrcRf enum value
    Eac3DrcRfSpeech = "SPEECH"
)

Eac3 Drc Rf

const (
    // Eac3LfeControlLfe is a Eac3LfeControl enum value
    Eac3LfeControlLfe = "LFE"

    // Eac3LfeControlNoLfe is a Eac3LfeControl enum value
    Eac3LfeControlNoLfe = "NO_LFE"
)

Eac3 Lfe Control

const (
    // Eac3LfeFilterDisabled is a Eac3LfeFilter enum value
    Eac3LfeFilterDisabled = "DISABLED"

    // Eac3LfeFilterEnabled is a Eac3LfeFilter enum value
    Eac3LfeFilterEnabled = "ENABLED"
)

Eac3 Lfe Filter

const (
    // Eac3MetadataControlFollowInput is a Eac3MetadataControl enum value
    Eac3MetadataControlFollowInput = "FOLLOW_INPUT"

    // Eac3MetadataControlUseConfigured is a Eac3MetadataControl enum value
    Eac3MetadataControlUseConfigured = "USE_CONFIGURED"
)

Eac3 Metadata Control

const (
    // Eac3PassthroughControlNoPassthrough is a Eac3PassthroughControl enum value
    Eac3PassthroughControlNoPassthrough = "NO_PASSTHROUGH"

    // Eac3PassthroughControlWhenPossible is a Eac3PassthroughControl enum value
    Eac3PassthroughControlWhenPossible = "WHEN_POSSIBLE"
)

Eac3 Passthrough Control

const (
    // Eac3PhaseControlNoShift is a Eac3PhaseControl enum value
    Eac3PhaseControlNoShift = "NO_SHIFT"

    // Eac3PhaseControlShift90Degrees is a Eac3PhaseControl enum value
    Eac3PhaseControlShift90Degrees = "SHIFT_90_DEGREES"
)

Eac3 Phase Control

const (
    // Eac3StereoDownmixDpl2 is a Eac3StereoDownmix enum value
    Eac3StereoDownmixDpl2 = "DPL2"

    // Eac3StereoDownmixLoRo is a Eac3StereoDownmix enum value
    Eac3StereoDownmixLoRo = "LO_RO"

    // Eac3StereoDownmixLtRt is a Eac3StereoDownmix enum value
    Eac3StereoDownmixLtRt = "LT_RT"

    // Eac3StereoDownmixNotIndicated is a Eac3StereoDownmix enum value
    Eac3StereoDownmixNotIndicated = "NOT_INDICATED"
)

Eac3 Stereo Downmix

const (
    // Eac3SurroundExModeDisabled is a Eac3SurroundExMode enum value
    Eac3SurroundExModeDisabled = "DISABLED"

    // Eac3SurroundExModeEnabled is a Eac3SurroundExMode enum value
    Eac3SurroundExModeEnabled = "ENABLED"

    // Eac3SurroundExModeNotIndicated is a Eac3SurroundExMode enum value
    Eac3SurroundExModeNotIndicated = "NOT_INDICATED"
)

Eac3 Surround Ex Mode

const (
    // Eac3SurroundModeDisabled is a Eac3SurroundMode enum value
    Eac3SurroundModeDisabled = "DISABLED"

    // Eac3SurroundModeEnabled is a Eac3SurroundMode enum value
    Eac3SurroundModeEnabled = "ENABLED"

    // Eac3SurroundModeNotIndicated is a Eac3SurroundMode enum value
    Eac3SurroundModeNotIndicated = "NOT_INDICATED"
)

Eac3 Surround Mode

const (
    // EbuTtDDestinationStyleControlExclude is a EbuTtDDestinationStyleControl enum value
    EbuTtDDestinationStyleControlExclude = "EXCLUDE"

    // EbuTtDDestinationStyleControlInclude is a EbuTtDDestinationStyleControl enum value
    EbuTtDDestinationStyleControlInclude = "INCLUDE"
)

Ebu Tt DDestination Style Control

const (
    // EbuTtDFillLineGapControlDisabled is a EbuTtDFillLineGapControl enum value
    EbuTtDFillLineGapControlDisabled = "DISABLED"

    // EbuTtDFillLineGapControlEnabled is a EbuTtDFillLineGapControl enum value
    EbuTtDFillLineGapControlEnabled = "ENABLED"
)

Ebu Tt DFill Line Gap Control

const (
    // EmbeddedConvert608To708Disabled is a EmbeddedConvert608To708 enum value
    EmbeddedConvert608To708Disabled = "DISABLED"

    // EmbeddedConvert608To708Upconvert is a EmbeddedConvert608To708 enum value
    EmbeddedConvert608To708Upconvert = "UPCONVERT"
)

Embedded Convert608 To708

const (
    // EmbeddedScte20DetectionAuto is a EmbeddedScte20Detection enum value
    EmbeddedScte20DetectionAuto = "AUTO"

    // EmbeddedScte20DetectionOff is a EmbeddedScte20Detection enum value
    EmbeddedScte20DetectionOff = "OFF"
)

Embedded Scte20 Detection

const (
    // FeatureActivationsInputPrepareScheduleActionsDisabled is a FeatureActivationsInputPrepareScheduleActions enum value
    FeatureActivationsInputPrepareScheduleActionsDisabled = "DISABLED"

    // FeatureActivationsInputPrepareScheduleActionsEnabled is a FeatureActivationsInputPrepareScheduleActions enum value
    FeatureActivationsInputPrepareScheduleActionsEnabled = "ENABLED"
)

Feature Activations Input Prepare Schedule Actions

const (
    // FeatureActivationsOutputStaticImageOverlayScheduleActionsDisabled is a FeatureActivationsOutputStaticImageOverlayScheduleActions enum value
    FeatureActivationsOutputStaticImageOverlayScheduleActionsDisabled = "DISABLED"

    // FeatureActivationsOutputStaticImageOverlayScheduleActionsEnabled is a FeatureActivationsOutputStaticImageOverlayScheduleActions enum value
    FeatureActivationsOutputStaticImageOverlayScheduleActionsEnabled = "ENABLED"
)

Feature Activations Output Static Image Overlay Schedule Actions

const (
    // FecOutputIncludeFecColumn is a FecOutputIncludeFec enum value
    FecOutputIncludeFecColumn = "COLUMN"

    // FecOutputIncludeFecColumnAndRow is a FecOutputIncludeFec enum value
    FecOutputIncludeFecColumnAndRow = "COLUMN_AND_ROW"
)

Fec Output Include Fec

const (
    // FixedAfdAfd0000 is a FixedAfd enum value
    FixedAfdAfd0000 = "AFD_0000"

    // FixedAfdAfd0010 is a FixedAfd enum value
    FixedAfdAfd0010 = "AFD_0010"

    // FixedAfdAfd0011 is a FixedAfd enum value
    FixedAfdAfd0011 = "AFD_0011"

    // FixedAfdAfd0100 is a FixedAfd enum value
    FixedAfdAfd0100 = "AFD_0100"

    // FixedAfdAfd1000 is a FixedAfd enum value
    FixedAfdAfd1000 = "AFD_1000"

    // FixedAfdAfd1001 is a FixedAfd enum value
    FixedAfdAfd1001 = "AFD_1001"

    // FixedAfdAfd1010 is a FixedAfd enum value
    FixedAfdAfd1010 = "AFD_1010"

    // FixedAfdAfd1011 is a FixedAfd enum value
    FixedAfdAfd1011 = "AFD_1011"

    // FixedAfdAfd1101 is a FixedAfd enum value
    FixedAfdAfd1101 = "AFD_1101"

    // FixedAfdAfd1110 is a FixedAfd enum value
    FixedAfdAfd1110 = "AFD_1110"

    // FixedAfdAfd1111 is a FixedAfd enum value
    FixedAfdAfd1111 = "AFD_1111"
)

Fixed Afd

const (
    // Fmp4NielsenId3BehaviorNoPassthrough is a Fmp4NielsenId3Behavior enum value
    Fmp4NielsenId3BehaviorNoPassthrough = "NO_PASSTHROUGH"

    // Fmp4NielsenId3BehaviorPassthrough is a Fmp4NielsenId3Behavior enum value
    Fmp4NielsenId3BehaviorPassthrough = "PASSTHROUGH"
)

Fmp4 Nielsen Id3 Behavior

const (
    // Fmp4TimedMetadataBehaviorNoPassthrough is a Fmp4TimedMetadataBehavior enum value
    Fmp4TimedMetadataBehaviorNoPassthrough = "NO_PASSTHROUGH"

    // Fmp4TimedMetadataBehaviorPassthrough is a Fmp4TimedMetadataBehavior enum value
    Fmp4TimedMetadataBehaviorPassthrough = "PASSTHROUGH"
)

Fmp4 Timed Metadata Behavior

const (
    // FollowPointEnd is a FollowPoint enum value
    FollowPointEnd = "END"

    // FollowPointStart is a FollowPoint enum value
    FollowPointStart = "START"
)

Follow reference point.

const (
    // FrameCaptureIntervalUnitMilliseconds is a FrameCaptureIntervalUnit enum value
    FrameCaptureIntervalUnitMilliseconds = "MILLISECONDS"

    // FrameCaptureIntervalUnitSeconds is a FrameCaptureIntervalUnit enum value
    FrameCaptureIntervalUnitSeconds = "SECONDS"
)

Frame Capture Interval Unit

const (
    // GlobalConfigurationInputEndActionNone is a GlobalConfigurationInputEndAction enum value
    GlobalConfigurationInputEndActionNone = "NONE"

    // GlobalConfigurationInputEndActionSwitchAndLoopInputs is a GlobalConfigurationInputEndAction enum value
    GlobalConfigurationInputEndActionSwitchAndLoopInputs = "SWITCH_AND_LOOP_INPUTS"
)

Global Configuration Input End Action

const (
    // GlobalConfigurationLowFramerateInputsDisabled is a GlobalConfigurationLowFramerateInputs enum value
    GlobalConfigurationLowFramerateInputsDisabled = "DISABLED"

    // GlobalConfigurationLowFramerateInputsEnabled is a GlobalConfigurationLowFramerateInputs enum value
    GlobalConfigurationLowFramerateInputsEnabled = "ENABLED"
)

Global Configuration Low Framerate Inputs

const (
    // GlobalConfigurationOutputLockingModeEpochLocking is a GlobalConfigurationOutputLockingMode enum value
    GlobalConfigurationOutputLockingModeEpochLocking = "EPOCH_LOCKING"

    // GlobalConfigurationOutputLockingModePipelineLocking is a GlobalConfigurationOutputLockingMode enum value
    GlobalConfigurationOutputLockingModePipelineLocking = "PIPELINE_LOCKING"
)

Global Configuration Output Locking Mode

const (
    // GlobalConfigurationOutputTimingSourceInputClock is a GlobalConfigurationOutputTimingSource enum value
    GlobalConfigurationOutputTimingSourceInputClock = "INPUT_CLOCK"

    // GlobalConfigurationOutputTimingSourceSystemClock is a GlobalConfigurationOutputTimingSource enum value
    GlobalConfigurationOutputTimingSourceSystemClock = "SYSTEM_CLOCK"
)

Global Configuration Output Timing Source

const (
    // H264AdaptiveQuantizationAuto is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationAuto = "AUTO"

    // H264AdaptiveQuantizationHigh is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationHigh = "HIGH"

    // H264AdaptiveQuantizationHigher is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationHigher = "HIGHER"

    // H264AdaptiveQuantizationLow is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationLow = "LOW"

    // H264AdaptiveQuantizationMax is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationMax = "MAX"

    // H264AdaptiveQuantizationMedium is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationMedium = "MEDIUM"

    // H264AdaptiveQuantizationOff is a H264AdaptiveQuantization enum value
    H264AdaptiveQuantizationOff = "OFF"
)

H264 Adaptive Quantization

const (
    // H264ColorMetadataIgnore is a H264ColorMetadata enum value
    H264ColorMetadataIgnore = "IGNORE"

    // H264ColorMetadataInsert is a H264ColorMetadata enum value
    H264ColorMetadataInsert = "INSERT"
)

H264 Color Metadata

const (
    // H264EntropyEncodingCabac is a H264EntropyEncoding enum value
    H264EntropyEncodingCabac = "CABAC"

    // H264EntropyEncodingCavlc is a H264EntropyEncoding enum value
    H264EntropyEncodingCavlc = "CAVLC"
)

H264 Entropy Encoding

const (
    // H264FlickerAqDisabled is a H264FlickerAq enum value
    H264FlickerAqDisabled = "DISABLED"

    // H264FlickerAqEnabled is a H264FlickerAq enum value
    H264FlickerAqEnabled = "ENABLED"
)

H264 Flicker Aq

const (
    // H264ForceFieldPicturesDisabled is a H264ForceFieldPictures enum value
    H264ForceFieldPicturesDisabled = "DISABLED"

    // H264ForceFieldPicturesEnabled is a H264ForceFieldPictures enum value
    H264ForceFieldPicturesEnabled = "ENABLED"
)

H264 Force Field Pictures

const (
    // H264FramerateControlInitializeFromSource is a H264FramerateControl enum value
    H264FramerateControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // H264FramerateControlSpecified is a H264FramerateControl enum value
    H264FramerateControlSpecified = "SPECIFIED"
)

H264 Framerate Control

const (
    // H264GopBReferenceDisabled is a H264GopBReference enum value
    H264GopBReferenceDisabled = "DISABLED"

    // H264GopBReferenceEnabled is a H264GopBReference enum value
    H264GopBReferenceEnabled = "ENABLED"
)

H264 Gop BReference

const (
    // H264GopSizeUnitsFrames is a H264GopSizeUnits enum value
    H264GopSizeUnitsFrames = "FRAMES"

    // H264GopSizeUnitsSeconds is a H264GopSizeUnits enum value
    H264GopSizeUnitsSeconds = "SECONDS"
)

H264 Gop Size Units

const (
    // H264LevelH264Level1 is a H264Level enum value
    H264LevelH264Level1 = "H264_LEVEL_1"

    // H264LevelH264Level11 is a H264Level enum value
    H264LevelH264Level11 = "H264_LEVEL_1_1"

    // H264LevelH264Level12 is a H264Level enum value
    H264LevelH264Level12 = "H264_LEVEL_1_2"

    // H264LevelH264Level13 is a H264Level enum value
    H264LevelH264Level13 = "H264_LEVEL_1_3"

    // H264LevelH264Level2 is a H264Level enum value
    H264LevelH264Level2 = "H264_LEVEL_2"

    // H264LevelH264Level21 is a H264Level enum value
    H264LevelH264Level21 = "H264_LEVEL_2_1"

    // H264LevelH264Level22 is a H264Level enum value
    H264LevelH264Level22 = "H264_LEVEL_2_2"

    // H264LevelH264Level3 is a H264Level enum value
    H264LevelH264Level3 = "H264_LEVEL_3"

    // H264LevelH264Level31 is a H264Level enum value
    H264LevelH264Level31 = "H264_LEVEL_3_1"

    // H264LevelH264Level32 is a H264Level enum value
    H264LevelH264Level32 = "H264_LEVEL_3_2"

    // H264LevelH264Level4 is a H264Level enum value
    H264LevelH264Level4 = "H264_LEVEL_4"

    // H264LevelH264Level41 is a H264Level enum value
    H264LevelH264Level41 = "H264_LEVEL_4_1"

    // H264LevelH264Level42 is a H264Level enum value
    H264LevelH264Level42 = "H264_LEVEL_4_2"

    // H264LevelH264Level5 is a H264Level enum value
    H264LevelH264Level5 = "H264_LEVEL_5"

    // H264LevelH264Level51 is a H264Level enum value
    H264LevelH264Level51 = "H264_LEVEL_5_1"

    // H264LevelH264Level52 is a H264Level enum value
    H264LevelH264Level52 = "H264_LEVEL_5_2"

    // H264LevelH264LevelAuto is a H264Level enum value
    H264LevelH264LevelAuto = "H264_LEVEL_AUTO"
)

H264 Level

const (
    // H264LookAheadRateControlHigh is a H264LookAheadRateControl enum value
    H264LookAheadRateControlHigh = "HIGH"

    // H264LookAheadRateControlLow is a H264LookAheadRateControl enum value
    H264LookAheadRateControlLow = "LOW"

    // H264LookAheadRateControlMedium is a H264LookAheadRateControl enum value
    H264LookAheadRateControlMedium = "MEDIUM"
)

H264 Look Ahead Rate Control

const (
    // H264ParControlInitializeFromSource is a H264ParControl enum value
    H264ParControlInitializeFromSource = "INITIALIZE_FROM_SOURCE"

    // H264ParControlSpecified is a H264ParControl enum value
    H264ParControlSpecified = "SPECIFIED"
)

H264 Par Control

const (
    // H264ProfileBaseline is a H264Profile enum value
    H264ProfileBaseline = "BASELINE"

    // H264ProfileHigh is a H264Profile enum value
    H264ProfileHigh = "HIGH"

    // H264ProfileHigh10bit is a H264Profile enum value
    H264ProfileHigh10bit = "HIGH_10BIT"

    // H264ProfileHigh422 is a H264Profile enum value
    H264ProfileHigh422 = "HIGH_422"

    // H264ProfileHigh42210bit is a H264Profile enum value
    H264ProfileHigh42210bit = "HIGH_422_10BIT"

    // H264ProfileMain is a H264Profile enum value
    H264ProfileMain = "MAIN"
)

H264 Profile

const (
    // H264QualityLevelEnhancedQuality is a H264QualityLevel enum value
    H264QualityLevelEnhancedQuality = "ENHANCED_QUALITY"

    // H264QualityLevelStandardQuality is a H264QualityLevel enum value
    H264QualityLevelStandardQuality = "STANDARD_QUALITY"
)

H264 Quality Level

const (
    // H264RateControlModeCbr is a H264RateControlMode enum value
    H264RateControlModeCbr = "CBR"

    // H264RateControlModeMultiplex is a H264RateControlMode enum value
    H264RateControlModeMultiplex = "MULTIPLEX"

    // H264RateControlModeQvbr is a H264RateControlMode enum value
    H264RateControlModeQvbr = "QVBR"

    // H264RateControlModeVbr is a H264RateControlMode enum value
    H264RateControlModeVbr = "VBR"
)

H264 Rate Control Mode

const (
    // H264ScanTypeInterlaced is a H264ScanType enum value
    H264ScanTypeInterlaced = "INTERLACED"

    // H264ScanTypeProgressive is a H264ScanType enum value
    H264ScanTypeProgressive = "PROGRESSIVE"
)

H264 Scan Type

const (
    // H264SceneChangeDetectDisabled is a H264SceneChangeDetect enum value
    H264SceneChangeDetectDisabled = "DISABLED"

    // H264SceneChangeDetectEnabled is a H264SceneChangeDetect enum value
    H264SceneChangeDetectEnabled = "ENABLED"
)

H264 Scene Change Detect

const (
    // H264SpatialAqDisabled is a H264SpatialAq enum value
    H264SpatialAqDisabled = "DISABLED"

    // H264SpatialAqEnabled is a H264SpatialAq enum value
    H264SpatialAqEnabled = "ENABLED"
)

H264 Spatial Aq

const (
    // H264SubGopLengthDynamic is a H264SubGopLength enum value
    H264SubGopLengthDynamic = "DYNAMIC"

    // H264SubGopLengthFixed is a H264SubGopLength enum value
    H264SubGopLengthFixed = "FIXED"
)

H264 Sub Gop Length

const (
    // H264SyntaxDefault is a H264Syntax enum value
    H264SyntaxDefault = "DEFAULT"

    // H264SyntaxRp2027 is a H264Syntax enum value
    H264SyntaxRp2027 = "RP2027"
)

H264 Syntax

const (
    // H264TemporalAqDisabled is a H264TemporalAq enum value
    H264TemporalAqDisabled = "DISABLED"

    // H264TemporalAqEnabled is a H264TemporalAq enum value
    H264TemporalAqEnabled = "ENABLED"
)

H264 Temporal Aq

const (
    // H264TimecodeInsertionBehaviorDisabled is a H264TimecodeInsertionBehavior enum value
    H264TimecodeInsertionBehaviorDisabled = "DISABLED"

    // H264TimecodeInsertionBehaviorPicTimingSei is a H264TimecodeInsertionBehavior enum value
    H264TimecodeInsertionBehaviorPicTimingSei = "PIC_TIMING_SEI"
)

H264 Timecode Insertion Behavior

const (
    // H265AdaptiveQuantizationAuto is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationAuto = "AUTO"

    // H265AdaptiveQuantizationHigh is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationHigh = "HIGH"

    // H265AdaptiveQuantizationHigher is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationHigher = "HIGHER"

    // H265AdaptiveQuantizationLow is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationLow = "LOW"

    // H265AdaptiveQuantizationMax is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationMax = "MAX"

    // H265AdaptiveQuantizationMedium is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationMedium = "MEDIUM"

    // H265AdaptiveQuantizationOff is a H265AdaptiveQuantization enum value
    H265AdaptiveQuantizationOff = "OFF"
)

H265 Adaptive Quantization

const (
    // H265AlternativeTransferFunctionInsert is a H265AlternativeTransferFunction enum value
    H265AlternativeTransferFunctionInsert = "INSERT"

    // H265AlternativeTransferFunctionOmit is a H265AlternativeTransferFunction enum value
    H265AlternativeTransferFunctionOmit = "OMIT"
)

H265 Alternative Transfer Function

const (
    // H265ColorMetadataIgnore is a H265ColorMetadata enum value
    H265ColorMetadataIgnore = "IGNORE"

    // H265ColorMetadataInsert is a H265ColorMetadata enum value
    H265ColorMetadataInsert = "INSERT"
)

H265 Color Metadata

const (
    // H265FlickerAqDisabled is a H265FlickerAq enum value
    H265FlickerAqDisabled = "DISABLED"

    // H265FlickerAqEnabled is a H265FlickerAq enum value
    H265FlickerAqEnabled = "ENABLED"
)

H265 Flicker Aq

const (
    // H265GopSizeUnitsFrames is a H265GopSizeUnits enum value
    H265GopSizeUnitsFrames = "FRAMES"

    // H265GopSizeUnitsSeconds is a H265GopSizeUnits enum value
    H265GopSizeUnitsSeconds = "SECONDS"
)

H265 Gop Size Units

const (
    // H265LevelH265Level1 is a H265Level enum value
    H265LevelH265Level1 = "H265_LEVEL_1"

    // H265LevelH265Level2 is a H265Level enum value
    H265LevelH265Level2 = "H265_LEVEL_2"

    // H265LevelH265Level21 is a H265Level enum value
    H265LevelH265Level21 = "H265_LEVEL_2_1"

    // H265LevelH265Level3 is a H265Level enum value
    H265LevelH265Level3 = "H265_LEVEL_3"

    // H265LevelH265Level31 is a H265Level enum value
    H265LevelH265Level31 = "H265_LEVEL_3_1"

    // H265LevelH265Level4 is a H265Level enum value
    H265LevelH265Level4 = "H265_LEVEL_4"

    // H265LevelH265Level41 is a H265Level enum value
    H265LevelH265Level41 = "H265_LEVEL_4_1"

    // H265LevelH265Level5 is a H265Level enum value
    H265LevelH265Level5 = "H265_LEVEL_5"

    // H265LevelH265Level51 is a H265Level enum value
    H265LevelH265Level51 = "H265_LEVEL_5_1"

    // H265LevelH265Level52 is a H265Level enum value
    H265LevelH265Level52 = "H265_LEVEL_5_2"

    // H265LevelH265Level6 is a H265Level enum value
    H265LevelH265Level6 = "H265_LEVEL_6"

    // H265LevelH265Level61 is a H265Level enum value
    H265LevelH265Level61 = "H265_LEVEL_6_1"

    // H265LevelH265Level62 is a H265Level enum value
    H265LevelH265Level62 = "H265_LEVEL_6_2"

    // H265LevelH265LevelAuto is a H265Level enum value
    H265LevelH265LevelAuto = "H265_LEVEL_AUTO"
)

H265 Level

const (
    // H265LookAheadRateControlHigh is a H265LookAheadRateControl enum value
    H265LookAheadRateControlHigh = "HIGH"

    // H265LookAheadRateControlLow is a H265LookAheadRateControl enum value
    H265LookAheadRateControlLow = "LOW"

    // H265LookAheadRateControlMedium is a H265LookAheadRateControl enum value
    H265LookAheadRateControlMedium = "MEDIUM"
)

H265 Look Ahead Rate Control

const (
    // H265ProfileMain is a H265Profile enum value
    H265ProfileMain = "MAIN"

    // H265ProfileMain10bit is a H265Profile enum value
    H265ProfileMain10bit = "MAIN_10BIT"
)

H265 Profile

const (
    // H265RateControlModeCbr is a H265RateControlMode enum value
    H265RateControlModeCbr = "CBR"

    // H265RateControlModeMultiplex is a H265RateControlMode enum value
    H265RateControlModeMultiplex = "MULTIPLEX"

    // H265RateControlModeQvbr is a H265RateControlMode enum value
    H265RateControlModeQvbr = "QVBR"
)

H265 Rate Control Mode

const (
    // H265ScanTypeInterlaced is a H265ScanType enum value
    H265ScanTypeInterlaced = "INTERLACED"

    // H265ScanTypeProgressive is a H265ScanType enum value
    H265ScanTypeProgressive = "PROGRESSIVE"
)

H265 Scan Type

const (
    // H265SceneChangeDetectDisabled is a H265SceneChangeDetect enum value
    H265SceneChangeDetectDisabled = "DISABLED"

    // H265SceneChangeDetectEnabled is a H265SceneChangeDetect enum value
    H265SceneChangeDetectEnabled = "ENABLED"
)

H265 Scene Change Detect

const (
    // H265TierHigh is a H265Tier enum value
    H265TierHigh = "HIGH"

    // H265TierMain is a H265Tier enum value
    H265TierMain = "MAIN"
)

H265 Tier

const (
    // H265TimecodeInsertionBehaviorDisabled is a H265TimecodeInsertionBehavior enum value
    H265TimecodeInsertionBehaviorDisabled = "DISABLED"

    // H265TimecodeInsertionBehaviorPicTimingSei is a H265TimecodeInsertionBehavior enum value
    H265TimecodeInsertionBehaviorPicTimingSei = "PIC_TIMING_SEI"
)

H265 Timecode Insertion Behavior

const (
    // HlsAdMarkersAdobe is a HlsAdMarkers enum value
    HlsAdMarkersAdobe = "ADOBE"

    // HlsAdMarkersElemental is a HlsAdMarkers enum value
    HlsAdMarkersElemental = "ELEMENTAL"

    // HlsAdMarkersElementalScte35 is a HlsAdMarkers enum value
    HlsAdMarkersElementalScte35 = "ELEMENTAL_SCTE35"
)

Hls Ad Markers

const (
    // HlsAkamaiHttpTransferModeChunked is a HlsAkamaiHttpTransferMode enum value
    HlsAkamaiHttpTransferModeChunked = "CHUNKED"

    // HlsAkamaiHttpTransferModeNonChunked is a HlsAkamaiHttpTransferMode enum value
    HlsAkamaiHttpTransferModeNonChunked = "NON_CHUNKED"
)

Hls Akamai Http Transfer Mode

const (
    // HlsCaptionLanguageSettingInsert is a HlsCaptionLanguageSetting enum value
    HlsCaptionLanguageSettingInsert = "INSERT"

    // HlsCaptionLanguageSettingNone is a HlsCaptionLanguageSetting enum value
    HlsCaptionLanguageSettingNone = "NONE"

    // HlsCaptionLanguageSettingOmit is a HlsCaptionLanguageSetting enum value
    HlsCaptionLanguageSettingOmit = "OMIT"
)

Hls Caption Language Setting

const (
    // HlsClientCacheDisabled is a HlsClientCache enum value
    HlsClientCacheDisabled = "DISABLED"

    // HlsClientCacheEnabled is a HlsClientCache enum value
    HlsClientCacheEnabled = "ENABLED"
)

Hls Client Cache

const (
    // HlsCodecSpecificationRfc4281 is a HlsCodecSpecification enum value
    HlsCodecSpecificationRfc4281 = "RFC_4281"

    // HlsCodecSpecificationRfc6381 is a HlsCodecSpecification enum value
    HlsCodecSpecificationRfc6381 = "RFC_6381"
)

Hls Codec Specification

const (
    // HlsDirectoryStructureSingleDirectory is a HlsDirectoryStructure enum value
    HlsDirectoryStructureSingleDirectory = "SINGLE_DIRECTORY"

    // HlsDirectoryStructureSubdirectoryPerStream is a HlsDirectoryStructure enum value
    HlsDirectoryStructureSubdirectoryPerStream = "SUBDIRECTORY_PER_STREAM"
)

Hls Directory Structure

const (
    // HlsDiscontinuityTagsInsert is a HlsDiscontinuityTags enum value
    HlsDiscontinuityTagsInsert = "INSERT"

    // HlsDiscontinuityTagsNeverInsert is a HlsDiscontinuityTags enum value
    HlsDiscontinuityTagsNeverInsert = "NEVER_INSERT"
)

Hls Discontinuity Tags

const (
    // HlsEncryptionTypeAes128 is a HlsEncryptionType enum value
    HlsEncryptionTypeAes128 = "AES128"

    // HlsEncryptionTypeSampleAes is a HlsEncryptionType enum value
    HlsEncryptionTypeSampleAes = "SAMPLE_AES"
)

Hls Encryption Type

const (
    // HlsH265PackagingTypeHev1 is a HlsH265PackagingType enum value
    HlsH265PackagingTypeHev1 = "HEV1"

    // HlsH265PackagingTypeHvc1 is a HlsH265PackagingType enum value
    HlsH265PackagingTypeHvc1 = "HVC1"
)

Hls H265 Packaging Type

const (
    // HlsId3SegmentTaggingStateDisabled is a HlsId3SegmentTaggingState enum value
    HlsId3SegmentTaggingStateDisabled = "DISABLED"

    // HlsId3SegmentTaggingStateEnabled is a HlsId3SegmentTaggingState enum value
    HlsId3SegmentTaggingStateEnabled = "ENABLED"
)

State of HLS ID3 Segment Tagging

const (
    // HlsIncompleteSegmentBehaviorAuto is a HlsIncompleteSegmentBehavior enum value
    HlsIncompleteSegmentBehaviorAuto = "AUTO"

    // HlsIncompleteSegmentBehaviorSuppress is a HlsIncompleteSegmentBehavior enum value
    HlsIncompleteSegmentBehaviorSuppress = "SUPPRESS"
)

Hls Incomplete Segment Behavior

const (
    // HlsIvInManifestExclude is a HlsIvInManifest enum value
    HlsIvInManifestExclude = "EXCLUDE"

    // HlsIvInManifestInclude is a HlsIvInManifest enum value
    HlsIvInManifestInclude = "INCLUDE"
)

Hls Iv In Manifest

const (
    // HlsIvSourceExplicit is a HlsIvSource enum value
    HlsIvSourceExplicit = "EXPLICIT"

    // HlsIvSourceFollowsSegmentNumber is a HlsIvSource enum value
    HlsIvSourceFollowsSegmentNumber = "FOLLOWS_SEGMENT_NUMBER"
)

Hls Iv Source

const (
    // HlsManifestCompressionGzip is a HlsManifestCompression enum value
    HlsManifestCompressionGzip = "GZIP"

    // HlsManifestCompressionNone is a HlsManifestCompression enum value
    HlsManifestCompressionNone = "NONE"
)

Hls Manifest Compression

const (
    // HlsManifestDurationFormatFloatingPoint is a HlsManifestDurationFormat enum value
    HlsManifestDurationFormatFloatingPoint = "FLOATING_POINT"

    // HlsManifestDurationFormatInteger is a HlsManifestDurationFormat enum value
    HlsManifestDurationFormatInteger = "INTEGER"
)

Hls Manifest Duration Format

const (
    // HlsModeLive is a HlsMode enum value
    HlsModeLive = "LIVE"

    // HlsModeVod is a HlsMode enum value
    HlsModeVod = "VOD"
)

Hls Mode

const (
    // HlsOutputSelectionManifestsAndSegments is a HlsOutputSelection enum value
    HlsOutputSelectionManifestsAndSegments = "MANIFESTS_AND_SEGMENTS"

    // HlsOutputSelectionSegmentsOnly is a HlsOutputSelection enum value
    HlsOutputSelectionSegmentsOnly = "SEGMENTS_ONLY"

    // HlsOutputSelectionVariantManifestsAndSegments is a HlsOutputSelection enum value
    HlsOutputSelectionVariantManifestsAndSegments = "VARIANT_MANIFESTS_AND_SEGMENTS"
)

Hls Output Selection

const (
    // HlsProgramDateTimeExclude is a HlsProgramDateTime enum value
    HlsProgramDateTimeExclude = "EXCLUDE"

    // HlsProgramDateTimeInclude is a HlsProgramDateTime enum value
    HlsProgramDateTimeInclude = "INCLUDE"
)

Hls Program Date Time

const (
    // HlsProgramDateTimeClockInitializeFromOutputTimecode is a HlsProgramDateTimeClock enum value
    HlsProgramDateTimeClockInitializeFromOutputTimecode = "INITIALIZE_FROM_OUTPUT_TIMECODE"

    // HlsProgramDateTimeClockSystemClock is a HlsProgramDateTimeClock enum value
    HlsProgramDateTimeClockSystemClock = "SYSTEM_CLOCK"
)

Hls Program Date Time Clock

const (
    // HlsRedundantManifestDisabled is a HlsRedundantManifest enum value
    HlsRedundantManifestDisabled = "DISABLED"

    // HlsRedundantManifestEnabled is a HlsRedundantManifest enum value
    HlsRedundantManifestEnabled = "ENABLED"
)

Hls Redundant Manifest

const (
    // HlsScte35SourceTypeManifest is a HlsScte35SourceType enum value
    HlsScte35SourceTypeManifest = "MANIFEST"

    // HlsScte35SourceTypeSegments is a HlsScte35SourceType enum value
    HlsScte35SourceTypeSegments = "SEGMENTS"
)

Hls Scte35 Source Type

const (
    // HlsSegmentationModeUseInputSegmentation is a HlsSegmentationMode enum value
    HlsSegmentationModeUseInputSegmentation = "USE_INPUT_SEGMENTATION"

    // HlsSegmentationModeUseSegmentDuration is a HlsSegmentationMode enum value
    HlsSegmentationModeUseSegmentDuration = "USE_SEGMENT_DURATION"
)

Hls Segmentation Mode

const (
    // HlsStreamInfResolutionExclude is a HlsStreamInfResolution enum value
    HlsStreamInfResolutionExclude = "EXCLUDE"

    // HlsStreamInfResolutionInclude is a HlsStreamInfResolution enum value
    HlsStreamInfResolutionInclude = "INCLUDE"
)

Hls Stream Inf Resolution

const (
    // HlsTimedMetadataId3FrameNone is a HlsTimedMetadataId3Frame enum value
    HlsTimedMetadataId3FrameNone = "NONE"

    // HlsTimedMetadataId3FramePriv is a HlsTimedMetadataId3Frame enum value
    HlsTimedMetadataId3FramePriv = "PRIV"

    // HlsTimedMetadataId3FrameTdrl is a HlsTimedMetadataId3Frame enum value
    HlsTimedMetadataId3FrameTdrl = "TDRL"
)

Hls Timed Metadata Id3 Frame

const (
    // HlsTsFileModeSegmentedFiles is a HlsTsFileMode enum value
    HlsTsFileModeSegmentedFiles = "SEGMENTED_FILES"

    // HlsTsFileModeSingleFile is a HlsTsFileMode enum value
    HlsTsFileModeSingleFile = "SINGLE_FILE"
)

Hls Ts File Mode

const (
    // HlsWebdavHttpTransferModeChunked is a HlsWebdavHttpTransferMode enum value
    HlsWebdavHttpTransferModeChunked = "CHUNKED"

    // HlsWebdavHttpTransferModeNonChunked is a HlsWebdavHttpTransferMode enum value
    HlsWebdavHttpTransferModeNonChunked = "NON_CHUNKED"
)

Hls Webdav Http Transfer Mode

const (
    // IFrameOnlyPlaylistTypeDisabled is a IFrameOnlyPlaylistType enum value
    IFrameOnlyPlaylistTypeDisabled = "DISABLED"

    // IFrameOnlyPlaylistTypeStandard is a IFrameOnlyPlaylistType enum value
    IFrameOnlyPlaylistTypeStandard = "STANDARD"
)

When set to "standard", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.

const (
    // IncludeFillerNalUnitsAuto is a IncludeFillerNalUnits enum value
    IncludeFillerNalUnitsAuto = "AUTO"

    // IncludeFillerNalUnitsDrop is a IncludeFillerNalUnits enum value
    IncludeFillerNalUnitsDrop = "DROP"

    // IncludeFillerNalUnitsInclude is a IncludeFillerNalUnits enum value
    IncludeFillerNalUnitsInclude = "INCLUDE"
)

Include Filler Nal Units

const (
    // InputClassStandard is a InputClass enum value
    InputClassStandard = "STANDARD"

    // InputClassSinglePipeline is a InputClass enum value
    InputClassSinglePipeline = "SINGLE_PIPELINE"
)

A standard input has two sources and a single pipeline input only has one.

const (
    // InputCodecMpeg2 is a InputCodec enum value
    InputCodecMpeg2 = "MPEG2"

    // InputCodecAvc is a InputCodec enum value
    InputCodecAvc = "AVC"

    // InputCodecHevc is a InputCodec enum value
    InputCodecHevc = "HEVC"
)

codec in increasing order of complexity

const (
    // InputDeblockFilterDisabled is a InputDeblockFilter enum value
    InputDeblockFilterDisabled = "DISABLED"

    // InputDeblockFilterEnabled is a InputDeblockFilter enum value
    InputDeblockFilterEnabled = "ENABLED"
)

Input Deblock Filter

const (
    // InputDenoiseFilterDisabled is a InputDenoiseFilter enum value
    InputDenoiseFilterDisabled = "DISABLED"

    // InputDenoiseFilterEnabled is a InputDenoiseFilter enum value
    InputDenoiseFilterEnabled = "ENABLED"
)

Input Denoise Filter

const (
    // InputDeviceActiveInputHdmi is a InputDeviceActiveInput enum value
    InputDeviceActiveInputHdmi = "HDMI"

    // InputDeviceActiveInputSdi is a InputDeviceActiveInput enum value
    InputDeviceActiveInputSdi = "SDI"
)

The source at the input device that is currently active.

const (
    // InputDeviceCodecHevc is a InputDeviceCodec enum value
    InputDeviceCodecHevc = "HEVC"

    // InputDeviceCodecAvc is a InputDeviceCodec enum value
    InputDeviceCodecAvc = "AVC"
)

The codec to use on the video that the device produces.

const (
    // InputDeviceConfiguredInputAuto is a InputDeviceConfiguredInput enum value
    InputDeviceConfiguredInputAuto = "AUTO"

    // InputDeviceConfiguredInputHdmi is a InputDeviceConfiguredInput enum value
    InputDeviceConfiguredInputHdmi = "HDMI"

    // InputDeviceConfiguredInputSdi is a InputDeviceConfiguredInput enum value
    InputDeviceConfiguredInputSdi = "SDI"
)

The source to activate (use) from the input device.

const (
    // InputDeviceConnectionStateDisconnected is a InputDeviceConnectionState enum value
    InputDeviceConnectionStateDisconnected = "DISCONNECTED"

    // InputDeviceConnectionStateConnected is a InputDeviceConnectionState enum value
    InputDeviceConnectionStateConnected = "CONNECTED"
)

The state of the connection between the input device and AWS.

const (
    // InputDeviceIpSchemeStatic is a InputDeviceIpScheme enum value
    InputDeviceIpSchemeStatic = "STATIC"

    // InputDeviceIpSchemeDhcp is a InputDeviceIpScheme enum value
    InputDeviceIpSchemeDhcp = "DHCP"
)

Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.

const (
    // InputDeviceOutputTypeNone is a InputDeviceOutputType enum value
    InputDeviceOutputTypeNone = "NONE"

    // InputDeviceOutputTypeMedialiveInput is a InputDeviceOutputType enum value
    InputDeviceOutputTypeMedialiveInput = "MEDIALIVE_INPUT"

    // InputDeviceOutputTypeMediaconnectFlow is a InputDeviceOutputType enum value
    InputDeviceOutputTypeMediaconnectFlow = "MEDIACONNECT_FLOW"
)

The output attachment type of the input device.

const (
    // InputDeviceScanTypeInterlaced is a InputDeviceScanType enum value
    InputDeviceScanTypeInterlaced = "INTERLACED"

    // InputDeviceScanTypeProgressive is a InputDeviceScanType enum value
    InputDeviceScanTypeProgressive = "PROGRESSIVE"
)

The scan type of the video source.

const (
    // InputDeviceStateIdle is a InputDeviceState enum value
    InputDeviceStateIdle = "IDLE"

    // InputDeviceStateStreaming is a InputDeviceState enum value
    InputDeviceStateStreaming = "STREAMING"
)

The state of the input device.

const (
    // InputDeviceTransferTypeOutgoing is a InputDeviceTransferType enum value
    InputDeviceTransferTypeOutgoing = "OUTGOING"

    // InputDeviceTransferTypeIncoming is a InputDeviceTransferType enum value
    InputDeviceTransferTypeIncoming = "INCOMING"
)

The type of device transfer. INCOMING for an input device that is being transferred to you, OUTGOING for an input device that you are transferring to another AWS account.

const (
    // InputDeviceTypeHd is a InputDeviceType enum value
    InputDeviceTypeHd = "HD"

    // InputDeviceTypeUhd is a InputDeviceType enum value
    InputDeviceTypeUhd = "UHD"
)

The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose "HD".

const (
    // InputFilterAuto is a InputFilter enum value
    InputFilterAuto = "AUTO"

    // InputFilterDisabled is a InputFilter enum value
    InputFilterDisabled = "DISABLED"

    // InputFilterForced is a InputFilter enum value
    InputFilterForced = "FORCED"
)

Input Filter

const (
    // InputLossActionForHlsOutEmitOutput is a InputLossActionForHlsOut enum value
    InputLossActionForHlsOutEmitOutput = "EMIT_OUTPUT"

    // InputLossActionForHlsOutPauseOutput is a InputLossActionForHlsOut enum value
    InputLossActionForHlsOutPauseOutput = "PAUSE_OUTPUT"
)

Input Loss Action For Hls Out

const (
    // InputLossActionForMsSmoothOutEmitOutput is a InputLossActionForMsSmoothOut enum value
    InputLossActionForMsSmoothOutEmitOutput = "EMIT_OUTPUT"

    // InputLossActionForMsSmoothOutPauseOutput is a InputLossActionForMsSmoothOut enum value
    InputLossActionForMsSmoothOutPauseOutput = "PAUSE_OUTPUT"
)

Input Loss Action For Ms Smooth Out

const (
    // InputLossActionForRtmpOutEmitOutput is a InputLossActionForRtmpOut enum value
    InputLossActionForRtmpOutEmitOutput = "EMIT_OUTPUT"

    // InputLossActionForRtmpOutPauseOutput is a InputLossActionForRtmpOut enum value
    InputLossActionForRtmpOutPauseOutput = "PAUSE_OUTPUT"
)

Input Loss Action For Rtmp Out

const (
    // InputLossActionForUdpOutDropProgram is a InputLossActionForUdpOut enum value
    InputLossActionForUdpOutDropProgram = "DROP_PROGRAM"

    // InputLossActionForUdpOutDropTs is a InputLossActionForUdpOut enum value
    InputLossActionForUdpOutDropTs = "DROP_TS"

    // InputLossActionForUdpOutEmitProgram is a InputLossActionForUdpOut enum value
    InputLossActionForUdpOutEmitProgram = "EMIT_PROGRAM"
)

Input Loss Action For Udp Out

const (
    // InputLossImageTypeColor is a InputLossImageType enum value
    InputLossImageTypeColor = "COLOR"

    // InputLossImageTypeSlate is a InputLossImageType enum value
    InputLossImageTypeSlate = "SLATE"
)

Input Loss Image Type

const (
    // InputMaximumBitrateMax10Mbps is a InputMaximumBitrate enum value
    InputMaximumBitrateMax10Mbps = "MAX_10_MBPS"

    // InputMaximumBitrateMax20Mbps is a InputMaximumBitrate enum value
    InputMaximumBitrateMax20Mbps = "MAX_20_MBPS"

    // InputMaximumBitrateMax50Mbps is a InputMaximumBitrate enum value
    InputMaximumBitrateMax50Mbps = "MAX_50_MBPS"
)

Maximum input bitrate in megabits per second. Bitrates up to 50 Mbps are supported currently.

const (
    // InputPreferenceEqualInputPreference is a InputPreference enum value
    InputPreferenceEqualInputPreference = "EQUAL_INPUT_PREFERENCE"

    // InputPreferencePrimaryInputPreferred is a InputPreference enum value
    InputPreferencePrimaryInputPreferred = "PRIMARY_INPUT_PREFERRED"
)

Input preference when deciding which input to make active when a previously failed input has recovered.If \"EQUAL_INPUT_PREFERENCE\", then the active input will stay active as long as it is healthy.If \"PRIMARY_INPUT_PREFERRED\", then always switch back to the primary input when it is healthy.

const (
    // InputResolutionSd is a InputResolution enum value
    InputResolutionSd = "SD"

    // InputResolutionHd is a InputResolution enum value
    InputResolutionHd = "HD"

    // InputResolutionUhd is a InputResolution enum value
    InputResolutionUhd = "UHD"
)

Input resolution based on lines of vertical resolution in the input; SD is less than 720 lines, HD is 720 to 1080 lines, UHD is greater than 1080 lines

const (
    // InputSecurityGroupStateIdle is a InputSecurityGroupState enum value
    InputSecurityGroupStateIdle = "IDLE"

    // InputSecurityGroupStateInUse is a InputSecurityGroupState enum value
    InputSecurityGroupStateInUse = "IN_USE"

    // InputSecurityGroupStateUpdating is a InputSecurityGroupState enum value
    InputSecurityGroupStateUpdating = "UPDATING"

    // InputSecurityGroupStateDeleted is a InputSecurityGroupState enum value
    InputSecurityGroupStateDeleted = "DELETED"
)
const (
    // InputSourceEndBehaviorContinue is a InputSourceEndBehavior enum value
    InputSourceEndBehaviorContinue = "CONTINUE"

    // InputSourceEndBehaviorLoop is a InputSourceEndBehavior enum value
    InputSourceEndBehaviorLoop = "LOOP"
)

Input Source End Behavior

const (
    // InputSourceTypeStatic is a InputSourceType enum value
    InputSourceTypeStatic = "STATIC"

    // InputSourceTypeDynamic is a InputSourceType enum value
    InputSourceTypeDynamic = "DYNAMIC"
)

There are two types of input sources, static and dynamic. If an input source is dynamic you canchange the source url of the input dynamically using an input switch action. Currently, two input typessupport a dynamic url at this time, MP4_FILE and TS_FILE. By default all input sources are static.

const (
    // InputStateCreating is a InputState enum value
    InputStateCreating = "CREATING"

    // InputStateDetached is a InputState enum value
    InputStateDetached = "DETACHED"

    // InputStateAttached is a InputState enum value
    InputStateAttached = "ATTACHED"

    // InputStateDeleting is a InputState enum value
    InputStateDeleting = "DELETING"

    // InputStateDeleted is a InputState enum value
    InputStateDeleted = "DELETED"
)
const (
    // InputTimecodeSourceZerobased is a InputTimecodeSource enum value
    InputTimecodeSourceZerobased = "ZEROBASED"

    // InputTimecodeSourceEmbedded is a InputTimecodeSource enum value
    InputTimecodeSourceEmbedded = "EMBEDDED"
)

To clip the file, you must specify the timecode for the start and end of the clip. Specify EMBEDDED to use the timecode embedded in the source content. The embedded timecode must exist in the source content, otherwise MediaLive will output black frames until it reaches the end of the source. Specify ZEROBASED to use a timecode that assumes that the first frame in the file has the timestamp 00:00:00.00. There is no default for this field, you must specify a value.

const (
    // InputTypeUdpPush is a InputType enum value
    InputTypeUdpPush = "UDP_PUSH"

    // InputTypeRtpPush is a InputType enum value
    InputTypeRtpPush = "RTP_PUSH"

    // InputTypeRtmpPush is a InputType enum value
    InputTypeRtmpPush = "RTMP_PUSH"

    // InputTypeRtmpPull is a InputType enum value
    InputTypeRtmpPull = "RTMP_PULL"

    // InputTypeUrlPull is a InputType enum value
    InputTypeUrlPull = "URL_PULL"

    // InputTypeMp4File is a InputType enum value
    InputTypeMp4File = "MP4_FILE"

    // InputTypeMediaconnect is a InputType enum value
    InputTypeMediaconnect = "MEDIACONNECT"

    // InputTypeInputDevice is a InputType enum value
    InputTypeInputDevice = "INPUT_DEVICE"

    // InputTypeAwsCdi is a InputType enum value
    InputTypeAwsCdi = "AWS_CDI"

    // InputTypeTsFile is a InputType enum value
    InputTypeTsFile = "TS_FILE"
)

The different types of inputs that AWS Elemental MediaLive supports.

const (
    // LastFrameClippingBehaviorExcludeLastFrame is a LastFrameClippingBehavior enum value
    LastFrameClippingBehaviorExcludeLastFrame = "EXCLUDE_LAST_FRAME"

    // LastFrameClippingBehaviorIncludeLastFrame is a LastFrameClippingBehavior enum value
    LastFrameClippingBehaviorIncludeLastFrame = "INCLUDE_LAST_FRAME"
)

If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.

const (
    // LogLevelError is a LogLevel enum value
    LogLevelError = "ERROR"

    // LogLevelWarning is a LogLevel enum value
    LogLevelWarning = "WARNING"

    // LogLevelInfo is a LogLevel enum value
    LogLevelInfo = "INFO"

    // LogLevelDebug is a LogLevel enum value
    LogLevelDebug = "DEBUG"

    // LogLevelDisabled is a LogLevel enum value
    LogLevelDisabled = "DISABLED"
)

The log level the user wants for their channel.

const (
    // M2tsAbsentInputAudioBehaviorDrop is a M2tsAbsentInputAudioBehavior enum value
    M2tsAbsentInputAudioBehaviorDrop = "DROP"

    // M2tsAbsentInputAudioBehaviorEncodeSilence is a M2tsAbsentInputAudioBehavior enum value
    M2tsAbsentInputAudioBehaviorEncodeSilence = "ENCODE_SILENCE"
)

M2ts Absent Input Audio Behavior

const (
    // M2tsAribDisabled is a M2tsArib enum value
    M2tsAribDisabled = "DISABLED"

    // M2tsAribEnabled is a M2tsArib enum value
    M2tsAribEnabled = "ENABLED"
)

M2ts Arib

const (
    // M2tsAribCaptionsPidControlAuto is a M2tsAribCaptionsPidControl enum value
    M2tsAribCaptionsPidControlAuto = "AUTO"

    // M2tsAribCaptionsPidControlUseConfigured is a M2tsAribCaptionsPidControl enum value
    M2tsAribCaptionsPidControlUseConfigured = "USE_CONFIGURED"
)

M2ts Arib Captions Pid Control

const (
    // M2tsAudioBufferModelAtsc is a M2tsAudioBufferModel enum value
    M2tsAudioBufferModelAtsc = "ATSC"

    // M2tsAudioBufferModelDvb is a M2tsAudioBufferModel enum value
    M2tsAudioBufferModelDvb = "DVB"
)

M2ts Audio Buffer Model

const (
    // M2tsAudioIntervalVideoAndFixedIntervals is a M2tsAudioInterval enum value
    M2tsAudioIntervalVideoAndFixedIntervals = "VIDEO_AND_FIXED_INTERVALS"

    // M2tsAudioIntervalVideoInterval is a M2tsAudioInterval enum value
    M2tsAudioIntervalVideoInterval = "VIDEO_INTERVAL"
)

M2ts Audio Interval

const (
    // M2tsAudioStreamTypeAtsc is a M2tsAudioStreamType enum value
    M2tsAudioStreamTypeAtsc = "ATSC"

    // M2tsAudioStreamTypeDvb is a M2tsAudioStreamType enum value
    M2tsAudioStreamTypeDvb = "DVB"
)

M2ts Audio Stream Type

const (
    // M2tsBufferModelMultiplex is a M2tsBufferModel enum value
    M2tsBufferModelMultiplex = "MULTIPLEX"

    // M2tsBufferModelNone is a M2tsBufferModel enum value
    M2tsBufferModelNone = "NONE"
)

M2ts Buffer Model

const (
    // M2tsCcDescriptorDisabled is a M2tsCcDescriptor enum value
    M2tsCcDescriptorDisabled = "DISABLED"

    // M2tsCcDescriptorEnabled is a M2tsCcDescriptor enum value
    M2tsCcDescriptorEnabled = "ENABLED"
)

M2ts Cc Descriptor

const (
    // M2tsEbifControlNone is a M2tsEbifControl enum value
    M2tsEbifControlNone = "NONE"

    // M2tsEbifControlPassthrough is a M2tsEbifControl enum value
    M2tsEbifControlPassthrough = "PASSTHROUGH"
)

M2ts Ebif Control

const (
    // M2tsEbpPlacementVideoAndAudioPids is a M2tsEbpPlacement enum value
    M2tsEbpPlacementVideoAndAudioPids = "VIDEO_AND_AUDIO_PIDS"

    // M2tsEbpPlacementVideoPid is a M2tsEbpPlacement enum value
    M2tsEbpPlacementVideoPid = "VIDEO_PID"
)

M2ts Ebp Placement

const (
    // M2tsEsRateInPesExclude is a M2tsEsRateInPes enum value
    M2tsEsRateInPesExclude = "EXCLUDE"

    // M2tsEsRateInPesInclude is a M2tsEsRateInPes enum value
    M2tsEsRateInPesInclude = "INCLUDE"
)

M2ts Es Rate In Pes

const (
    // M2tsKlvNone is a M2tsKlv enum value
    M2tsKlvNone = "NONE"

    // M2tsKlvPassthrough is a M2tsKlv enum value
    M2tsKlvPassthrough = "PASSTHROUGH"
)

M2ts Klv

const (
    // M2tsNielsenId3BehaviorNoPassthrough is a M2tsNielsenId3Behavior enum value
    M2tsNielsenId3BehaviorNoPassthrough = "NO_PASSTHROUGH"

    // M2tsNielsenId3BehaviorPassthrough is a M2tsNielsenId3Behavior enum value
    M2tsNielsenId3BehaviorPassthrough = "PASSTHROUGH"
)

M2ts Nielsen Id3 Behavior

const (
    // M2tsPcrControlConfiguredPcrPeriod is a M2tsPcrControl enum value
    M2tsPcrControlConfiguredPcrPeriod = "CONFIGURED_PCR_PERIOD"

    // M2tsPcrControlPcrEveryPesPacket is a M2tsPcrControl enum value
    M2tsPcrControlPcrEveryPesPacket = "PCR_EVERY_PES_PACKET"
)

M2ts Pcr Control

const (
    // M2tsRateModeCbr is a M2tsRateMode enum value
    M2tsRateModeCbr = "CBR"

    // M2tsRateModeVbr is a M2tsRateMode enum value
    M2tsRateModeVbr = "VBR"
)

M2ts Rate Mode

const (
    // M2tsScte35ControlNone is a M2tsScte35Control enum value
    M2tsScte35ControlNone = "NONE"

    // M2tsScte35ControlPassthrough is a M2tsScte35Control enum value
    M2tsScte35ControlPassthrough = "PASSTHROUGH"
)

M2ts Scte35 Control

const (
    // M2tsSegmentationMarkersEbp is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersEbp = "EBP"

    // M2tsSegmentationMarkersEbpLegacy is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersEbpLegacy = "EBP_LEGACY"

    // M2tsSegmentationMarkersNone is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersNone = "NONE"

    // M2tsSegmentationMarkersPsiSegstart is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersPsiSegstart = "PSI_SEGSTART"

    // M2tsSegmentationMarkersRaiAdapt is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersRaiAdapt = "RAI_ADAPT"

    // M2tsSegmentationMarkersRaiSegstart is a M2tsSegmentationMarkers enum value
    M2tsSegmentationMarkersRaiSegstart = "RAI_SEGSTART"
)

M2ts Segmentation Markers

const (
    // M2tsSegmentationStyleMaintainCadence is a M2tsSegmentationStyle enum value
    M2tsSegmentationStyleMaintainCadence = "MAINTAIN_CADENCE"

    // M2tsSegmentationStyleResetCadence is a M2tsSegmentationStyle enum value
    M2tsSegmentationStyleResetCadence = "RESET_CADENCE"
)

M2ts Segmentation Style

const (
    // M2tsTimedMetadataBehaviorNoPassthrough is a M2tsTimedMetadataBehavior enum value
    M2tsTimedMetadataBehaviorNoPassthrough = "NO_PASSTHROUGH"

    // M2tsTimedMetadataBehaviorPassthrough is a M2tsTimedMetadataBehavior enum value
    M2tsTimedMetadataBehaviorPassthrough = "PASSTHROUGH"
)

M2ts Timed Metadata Behavior

const (
    // M3u8KlvBehaviorNoPassthrough is a M3u8KlvBehavior enum value
    M3u8KlvBehaviorNoPassthrough = "NO_PASSTHROUGH"

    // M3u8KlvBehaviorPassthrough is a M3u8KlvBehavior enum value
    M3u8KlvBehaviorPassthrough = "PASSTHROUGH"
)

M3u8 Klv Behavior

const (
    // M3u8NielsenId3BehaviorNoPassthrough is a M3u8NielsenId3Behavior enum value
    M3u8NielsenId3BehaviorNoPassthrough = "NO_PASSTHROUGH"

    // M3u8NielsenId3BehaviorPassthrough is a M3u8NielsenId3Behavior enum value
    M3u8NielsenId3BehaviorPassthrough = "PASSTHROUGH"
)

M3u8 Nielsen Id3 Behavior

const (
    // M3u8PcrControlConfiguredPcrPeriod is a M3u8PcrControl enum value
    M3u8PcrControlConfiguredPcrPeriod = "CONFIGURED_PCR_PERIOD"

    // M3u8PcrControlPcrEveryPesPacket is a M3u8PcrControl enum value
    M3u8PcrControlPcrEveryPesPacket = "PCR_EVERY_PES_PACKET"
)

M3u8 Pcr Control

const (
    // M3u8Scte35BehaviorNoPassthrough is a M3u8Scte35Behavior enum value
    M3u8Scte35BehaviorNoPassthrough = "NO_PASSTHROUGH"

    // M3u8Scte35BehaviorPassthrough is a M3u8Scte35Behavior enum value
    M3u8Scte35BehaviorPassthrough = "PASSTHROUGH"
)

M3u8 Scte35 Behavior

const (
    // M3u8TimedMetadataBehaviorNoPassthrough is a M3u8TimedMetadataBehavior enum value
    M3u8TimedMetadataBehaviorNoPassthrough = "NO_PASSTHROUGH"

    // M3u8TimedMetadataBehaviorPassthrough is a M3u8TimedMetadataBehavior enum value
    M3u8TimedMetadataBehaviorPassthrough = "PASSTHROUGH"
)

M3u8 Timed Metadata Behavior

const (
    // MaintenanceDayMonday is a MaintenanceDay enum value
    MaintenanceDayMonday = "MONDAY"

    // MaintenanceDayTuesday is a MaintenanceDay enum value
    MaintenanceDayTuesday = "TUESDAY"

    // MaintenanceDayWednesday is a MaintenanceDay enum value
    MaintenanceDayWednesday = "WEDNESDAY"

    // MaintenanceDayThursday is a MaintenanceDay enum value
    MaintenanceDayThursday = "THURSDAY"

    // MaintenanceDayFriday is a MaintenanceDay enum value
    MaintenanceDayFriday = "FRIDAY"

    // MaintenanceDaySaturday is a MaintenanceDay enum value
    MaintenanceDaySaturday = "SATURDAY"

    // MaintenanceDaySunday is a MaintenanceDay enum value
    MaintenanceDaySunday = "SUNDAY"
)

The currently selected maintenance day.

const (
    // MotionGraphicsInsertionDisabled is a MotionGraphicsInsertion enum value
    MotionGraphicsInsertionDisabled = "DISABLED"

    // MotionGraphicsInsertionEnabled is a MotionGraphicsInsertion enum value
    MotionGraphicsInsertionEnabled = "ENABLED"
)

Motion Graphics Insertion

const (
    // Mp2CodingModeCodingMode10 is a Mp2CodingMode enum value
    Mp2CodingModeCodingMode10 = "CODING_MODE_1_0"

    // Mp2CodingModeCodingMode20 is a Mp2CodingMode enum value
    Mp2CodingModeCodingMode20 = "CODING_MODE_2_0"
)

Mp2 Coding Mode

const (
    // Mpeg2AdaptiveQuantizationAuto is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationAuto = "AUTO"

    // Mpeg2AdaptiveQuantizationHigh is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationHigh = "HIGH"

    // Mpeg2AdaptiveQuantizationLow is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationLow = "LOW"

    // Mpeg2AdaptiveQuantizationMedium is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationMedium = "MEDIUM"

    // Mpeg2AdaptiveQuantizationOff is a Mpeg2AdaptiveQuantization enum value
    Mpeg2AdaptiveQuantizationOff = "OFF"
)

Mpeg2 Adaptive Quantization

const (
    // Mpeg2ColorMetadataIgnore is a Mpeg2ColorMetadata enum value
    Mpeg2ColorMetadataIgnore = "IGNORE"

    // Mpeg2ColorMetadataInsert is a Mpeg2ColorMetadata enum value
    Mpeg2ColorMetadataInsert = "INSERT"
)

Mpeg2 Color Metadata

const (
    // Mpeg2ColorSpaceAuto is a Mpeg2ColorSpace enum value
    Mpeg2ColorSpaceAuto = "AUTO"

    // Mpeg2ColorSpacePassthrough is a Mpeg2ColorSpace enum value
    Mpeg2ColorSpacePassthrough = "PASSTHROUGH"
)

Mpeg2 Color Space

const (
    // Mpeg2DisplayRatioDisplayratio16x9 is a Mpeg2DisplayRatio enum value
    Mpeg2DisplayRatioDisplayratio16x9 = "DISPLAYRATIO16X9"

    // Mpeg2DisplayRatioDisplayratio4x3 is a Mpeg2DisplayRatio enum value
    Mpeg2DisplayRatioDisplayratio4x3 = "DISPLAYRATIO4X3"
)

Mpeg2 Display Ratio

const (
    // Mpeg2GopSizeUnitsFrames is a Mpeg2GopSizeUnits enum value
    Mpeg2GopSizeUnitsFrames = "FRAMES"

    // Mpeg2GopSizeUnitsSeconds is a Mpeg2GopSizeUnits enum value
    Mpeg2GopSizeUnitsSeconds = "SECONDS"
)

Mpeg2 Gop Size Units

const (
    // Mpeg2ScanTypeInterlaced is a Mpeg2ScanType enum value
    Mpeg2ScanTypeInterlaced = "INTERLACED"

    // Mpeg2ScanTypeProgressive is a Mpeg2ScanType enum value
    Mpeg2ScanTypeProgressive = "PROGRESSIVE"
)

Mpeg2 Scan Type

const (
    // Mpeg2SubGopLengthDynamic is a Mpeg2SubGopLength enum value
    Mpeg2SubGopLengthDynamic = "DYNAMIC"

    // Mpeg2SubGopLengthFixed is a Mpeg2SubGopLength enum value
    Mpeg2SubGopLengthFixed = "FIXED"
)

Mpeg2 Sub Gop Length

const (
    // Mpeg2TimecodeInsertionBehaviorDisabled is a Mpeg2TimecodeInsertionBehavior enum value
    Mpeg2TimecodeInsertionBehaviorDisabled = "DISABLED"

    // Mpeg2TimecodeInsertionBehaviorGopTimecode is a Mpeg2TimecodeInsertionBehavior enum value
    Mpeg2TimecodeInsertionBehaviorGopTimecode = "GOP_TIMECODE"
)

Mpeg2 Timecode Insertion Behavior

const (
    // MsSmoothH265PackagingTypeHev1 is a MsSmoothH265PackagingType enum value
    MsSmoothH265PackagingTypeHev1 = "HEV1"

    // MsSmoothH265PackagingTypeHvc1 is a MsSmoothH265PackagingType enum value
    MsSmoothH265PackagingTypeHvc1 = "HVC1"
)

Ms Smooth H265 Packaging Type

const (
    // MultiplexStateCreating is a MultiplexState enum value
    MultiplexStateCreating = "CREATING"

    // MultiplexStateCreateFailed is a MultiplexState enum value
    MultiplexStateCreateFailed = "CREATE_FAILED"

    // MultiplexStateIdle is a MultiplexState enum value
    MultiplexStateIdle = "IDLE"

    // MultiplexStateStarting is a MultiplexState enum value
    MultiplexStateStarting = "STARTING"

    // MultiplexStateRunning is a MultiplexState enum value
    MultiplexStateRunning = "RUNNING"

    // MultiplexStateRecovering is a MultiplexState enum value
    MultiplexStateRecovering = "RECOVERING"

    // MultiplexStateStopping is a MultiplexState enum value
    MultiplexStateStopping = "STOPPING"

    // MultiplexStateDeleting is a MultiplexState enum value
    MultiplexStateDeleting = "DELETING"

    // MultiplexStateDeleted is a MultiplexState enum value
    MultiplexStateDeleted = "DELETED"
)

The current state of the multiplex.

const (
    // NetworkInputServerValidationCheckCryptographyAndValidateName is a NetworkInputServerValidation enum value
    NetworkInputServerValidationCheckCryptographyAndValidateName = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME"

    // NetworkInputServerValidationCheckCryptographyOnly is a NetworkInputServerValidation enum value
    NetworkInputServerValidationCheckCryptographyOnly = "CHECK_CRYPTOGRAPHY_ONLY"
)

Network Input Server Validation

const (
    // NielsenPcmToId3TaggingStateDisabled is a NielsenPcmToId3TaggingState enum value
    NielsenPcmToId3TaggingStateDisabled = "DISABLED"

    // NielsenPcmToId3TaggingStateEnabled is a NielsenPcmToId3TaggingState enum value
    NielsenPcmToId3TaggingStateEnabled = "ENABLED"
)

State of Nielsen PCM to ID3 tagging

const (
    // NielsenWatermarkTimezonesAmericaPuertoRico is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesAmericaPuertoRico = "AMERICA_PUERTO_RICO"

    // NielsenWatermarkTimezonesUsAlaska is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsAlaska = "US_ALASKA"

    // NielsenWatermarkTimezonesUsArizona is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsArizona = "US_ARIZONA"

    // NielsenWatermarkTimezonesUsCentral is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsCentral = "US_CENTRAL"

    // NielsenWatermarkTimezonesUsEastern is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsEastern = "US_EASTERN"

    // NielsenWatermarkTimezonesUsHawaii is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsHawaii = "US_HAWAII"

    // NielsenWatermarkTimezonesUsMountain is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsMountain = "US_MOUNTAIN"

    // NielsenWatermarkTimezonesUsPacific is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsPacific = "US_PACIFIC"

    // NielsenWatermarkTimezonesUsSamoa is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUsSamoa = "US_SAMOA"

    // NielsenWatermarkTimezonesUtc is a NielsenWatermarkTimezones enum value
    NielsenWatermarkTimezonesUtc = "UTC"
)

Nielsen Watermark Timezones

const (
    // NielsenWatermarksCbetStepasideDisabled is a NielsenWatermarksCbetStepaside enum value
    NielsenWatermarksCbetStepasideDisabled = "DISABLED"

    // NielsenWatermarksCbetStepasideEnabled is a NielsenWatermarksCbetStepaside enum value
    NielsenWatermarksCbetStepasideEnabled = "ENABLED"
)

Nielsen Watermarks Cbet Stepaside

const (
    // NielsenWatermarksDistributionTypesFinalDistributor is a NielsenWatermarksDistributionTypes enum value
    NielsenWatermarksDistributionTypesFinalDistributor = "FINAL_DISTRIBUTOR"

    // NielsenWatermarksDistributionTypesProgramContent is a NielsenWatermarksDistributionTypes enum value
    NielsenWatermarksDistributionTypesProgramContent = "PROGRAM_CONTENT"
)

Nielsen Watermarks Distribution Types

const (
    // PipelineIdPipeline0 is a PipelineId enum value
    PipelineIdPipeline0 = "PIPELINE_0"

    // PipelineIdPipeline1 is a PipelineId enum value
    PipelineIdPipeline1 = "PIPELINE_1"
)

Pipeline ID

const (
    // PreferredChannelPipelineCurrentlyActive is a PreferredChannelPipeline enum value
    PreferredChannelPipelineCurrentlyActive = "CURRENTLY_ACTIVE"

    // PreferredChannelPipelinePipeline0 is a PreferredChannelPipeline enum value
    PreferredChannelPipelinePipeline0 = "PIPELINE_0"

    // PreferredChannelPipelinePipeline1 is a PreferredChannelPipeline enum value
    PreferredChannelPipelinePipeline1 = "PIPELINE_1"
)

Indicates which pipeline is preferred by the multiplex for program ingest.If set to \"PIPELINE_0\" or \"PIPELINE_1\" and an unhealthy ingest causes the multiplex to switch to the non-preferred pipeline,it will switch back once that ingest is healthy again. If set to \"CURRENTLY_ACTIVE\",it will not switch back to the other pipeline based on it recovering to a healthy state,it will only switch if the active pipeline becomes unhealthy.

const (
    // RebootInputDeviceForceNo is a RebootInputDeviceForce enum value
    RebootInputDeviceForceNo = "NO"

    // RebootInputDeviceForceYes is a RebootInputDeviceForce enum value
    RebootInputDeviceForceYes = "YES"
)

Whether or not to force reboot the input device.

const (
    // ReservationAutomaticRenewalDisabled is a ReservationAutomaticRenewal enum value
    ReservationAutomaticRenewalDisabled = "DISABLED"

    // ReservationAutomaticRenewalEnabled is a ReservationAutomaticRenewal enum value
    ReservationAutomaticRenewalEnabled = "ENABLED"

    // ReservationAutomaticRenewalUnavailable is a ReservationAutomaticRenewal enum value
    ReservationAutomaticRenewalUnavailable = "UNAVAILABLE"
)

Automatic Renewal Status for Reservation

const (
    // ReservationCodecMpeg2 is a ReservationCodec enum value
    ReservationCodecMpeg2 = "MPEG2"

    // ReservationCodecAvc is a ReservationCodec enum value
    ReservationCodecAvc = "AVC"

    // ReservationCodecHevc is a ReservationCodec enum value
    ReservationCodecHevc = "HEVC"

    // ReservationCodecAudio is a ReservationCodec enum value
    ReservationCodecAudio = "AUDIO"

    // ReservationCodecLink is a ReservationCodec enum value
    ReservationCodecLink = "LINK"
)

Codec, 'MPEG2', 'AVC', 'HEVC', or 'AUDIO'

const (
    // ReservationMaximumBitrateMax10Mbps is a ReservationMaximumBitrate enum value
    ReservationMaximumBitrateMax10Mbps = "MAX_10_MBPS"

    // ReservationMaximumBitrateMax20Mbps is a ReservationMaximumBitrate enum value
    ReservationMaximumBitrateMax20Mbps = "MAX_20_MBPS"

    // ReservationMaximumBitrateMax50Mbps is a ReservationMaximumBitrate enum value
    ReservationMaximumBitrateMax50Mbps = "MAX_50_MBPS"
)

Maximum bitrate in megabits per second

const (
    // ReservationMaximumFramerateMax30Fps is a ReservationMaximumFramerate enum value
    ReservationMaximumFramerateMax30Fps = "MAX_30_FPS"

    // ReservationMaximumFramerateMax60Fps is a ReservationMaximumFramerate enum value
    ReservationMaximumFramerateMax60Fps = "MAX_60_FPS"
)

Maximum framerate in frames per second (Outputs only)

const (
    // ReservationResolutionSd is a ReservationResolution enum value
    ReservationResolutionSd = "SD"

    // ReservationResolutionHd is a ReservationResolution enum value
    ReservationResolutionHd = "HD"

    // ReservationResolutionFhd is a ReservationResolution enum value
    ReservationResolutionFhd = "FHD"

    // ReservationResolutionUhd is a ReservationResolution enum value
    ReservationResolutionUhd = "UHD"
)

Resolution based on lines of vertical resolution; SD is less than 720 lines, HD is 720 to 1080 lines, FHD is 1080 lines, UHD is greater than 1080 lines

const (
    // ReservationResourceTypeInput is a ReservationResourceType enum value
    ReservationResourceTypeInput = "INPUT"

    // ReservationResourceTypeOutput is a ReservationResourceType enum value
    ReservationResourceTypeOutput = "OUTPUT"

    // ReservationResourceTypeMultiplex is a ReservationResourceType enum value
    ReservationResourceTypeMultiplex = "MULTIPLEX"

    // ReservationResourceTypeChannel is a ReservationResourceType enum value
    ReservationResourceTypeChannel = "CHANNEL"
)

Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'

const (
    // ReservationSpecialFeatureAdvancedAudio is a ReservationSpecialFeature enum value
    ReservationSpecialFeatureAdvancedAudio = "ADVANCED_AUDIO"

    // ReservationSpecialFeatureAudioNormalization is a ReservationSpecialFeature enum value
    ReservationSpecialFeatureAudioNormalization = "AUDIO_NORMALIZATION"

    // ReservationSpecialFeatureMghd is a ReservationSpecialFeature enum value
    ReservationSpecialFeatureMghd = "MGHD"

    // ReservationSpecialFeatureMguhd is a ReservationSpecialFeature enum value
    ReservationSpecialFeatureMguhd = "MGUHD"
)

Special features, 'ADVANCED_AUDIO' 'AUDIO_NORMALIZATION' 'MGHD' or 'MGUHD'

const (
    // ReservationStateActive is a ReservationState enum value
    ReservationStateActive = "ACTIVE"

    // ReservationStateExpired is a ReservationState enum value
    ReservationStateExpired = "EXPIRED"

    // ReservationStateCanceled is a ReservationState enum value
    ReservationStateCanceled = "CANCELED"

    // ReservationStateDeleted is a ReservationState enum value
    ReservationStateDeleted = "DELETED"
)

Current reservation state

const (
    // ReservationVideoQualityStandard is a ReservationVideoQuality enum value
    ReservationVideoQualityStandard = "STANDARD"

    // ReservationVideoQualityEnhanced is a ReservationVideoQuality enum value
    ReservationVideoQualityEnhanced = "ENHANCED"

    // ReservationVideoQualityPremium is a ReservationVideoQuality enum value
    ReservationVideoQualityPremium = "PREMIUM"
)

Video quality, e.g. 'STANDARD' (Outputs only)

const (
    // RtmpCacheFullBehaviorDisconnectImmediately is a RtmpCacheFullBehavior enum value
    RtmpCacheFullBehaviorDisconnectImmediately = "DISCONNECT_IMMEDIATELY"

    // RtmpCacheFullBehaviorWaitForServer is a RtmpCacheFullBehavior enum value
    RtmpCacheFullBehaviorWaitForServer = "WAIT_FOR_SERVER"
)

Rtmp Cache Full Behavior

const (
    // RtmpCaptionDataAll is a RtmpCaptionData enum value
    RtmpCaptionDataAll = "ALL"

    // RtmpCaptionDataField1608 is a RtmpCaptionData enum value
    RtmpCaptionDataField1608 = "FIELD1_608"

    // RtmpCaptionDataField1AndField2608 is a RtmpCaptionData enum value
    RtmpCaptionDataField1AndField2608 = "FIELD1_AND_FIELD2_608"
)

Rtmp Caption Data

const (
    // RtmpOutputCertificateModeSelfSigned is a RtmpOutputCertificateMode enum value
    RtmpOutputCertificateModeSelfSigned = "SELF_SIGNED"

    // RtmpOutputCertificateModeVerifyAuthenticity is a RtmpOutputCertificateMode enum value
    RtmpOutputCertificateModeVerifyAuthenticity = "VERIFY_AUTHENTICITY"
)

Rtmp Output Certificate Mode

const (
    // S3CannedAclAuthenticatedRead is a S3CannedAcl enum value
    S3CannedAclAuthenticatedRead = "AUTHENTICATED_READ"

    // S3CannedAclBucketOwnerFullControl is a S3CannedAcl enum value
    S3CannedAclBucketOwnerFullControl = "BUCKET_OWNER_FULL_CONTROL"

    // S3CannedAclBucketOwnerRead is a S3CannedAcl enum value
    S3CannedAclBucketOwnerRead = "BUCKET_OWNER_READ"

    // S3CannedAclPublicRead is a S3CannedAcl enum value
    S3CannedAclPublicRead = "PUBLIC_READ"
)

S3 Canned Acl

const (
    // Scte20Convert608To708Disabled is a Scte20Convert608To708 enum value
    Scte20Convert608To708Disabled = "DISABLED"

    // Scte20Convert608To708Upconvert is a Scte20Convert608To708 enum value
    Scte20Convert608To708Upconvert = "UPCONVERT"
)

Scte20 Convert608 To708

const (
    // Scte27OcrLanguageDeu is a Scte27OcrLanguage enum value
    Scte27OcrLanguageDeu = "DEU"

    // Scte27OcrLanguageEng is a Scte27OcrLanguage enum value
    Scte27OcrLanguageEng = "ENG"

    // Scte27OcrLanguageFra is a Scte27OcrLanguage enum value
    Scte27OcrLanguageFra = "FRA"

    // Scte27OcrLanguageNld is a Scte27OcrLanguage enum value
    Scte27OcrLanguageNld = "NLD"

    // Scte27OcrLanguagePor is a Scte27OcrLanguage enum value
    Scte27OcrLanguagePor = "POR"

    // Scte27OcrLanguageSpa is a Scte27OcrLanguage enum value
    Scte27OcrLanguageSpa = "SPA"
)

Scte27 Ocr Language

const (
    // Scte35AposNoRegionalBlackoutBehaviorFollow is a Scte35AposNoRegionalBlackoutBehavior enum value
    Scte35AposNoRegionalBlackoutBehaviorFollow = "FOLLOW"

    // Scte35AposNoRegionalBlackoutBehaviorIgnore is a Scte35AposNoRegionalBlackoutBehavior enum value
    Scte35AposNoRegionalBlackoutBehaviorIgnore = "IGNORE"
)

Scte35 Apos No Regional Blackout Behavior

const (
    // Scte35AposWebDeliveryAllowedBehaviorFollow is a Scte35AposWebDeliveryAllowedBehavior enum value
    Scte35AposWebDeliveryAllowedBehaviorFollow = "FOLLOW"

    // Scte35AposWebDeliveryAllowedBehaviorIgnore is a Scte35AposWebDeliveryAllowedBehavior enum value
    Scte35AposWebDeliveryAllowedBehaviorIgnore = "IGNORE"
)

Scte35 Apos Web Delivery Allowed Behavior

const (
    // Scte35ArchiveAllowedFlagArchiveNotAllowed is a Scte35ArchiveAllowedFlag enum value
    Scte35ArchiveAllowedFlagArchiveNotAllowed = "ARCHIVE_NOT_ALLOWED"

    // Scte35ArchiveAllowedFlagArchiveAllowed is a Scte35ArchiveAllowedFlag enum value
    Scte35ArchiveAllowedFlagArchiveAllowed = "ARCHIVE_ALLOWED"
)

Corresponds to the archive_allowed parameter. A value of ARCHIVE_NOT_ALLOWED corresponds to 0 (false) in the SCTE-35 specification. If you include one of the "restriction" flags then you must include all four of them.

const (
    // Scte35DeviceRestrictionsNone is a Scte35DeviceRestrictions enum value
    Scte35DeviceRestrictionsNone = "NONE"

    // Scte35DeviceRestrictionsRestrictGroup0 is a Scte35DeviceRestrictions enum value
    Scte35DeviceRestrictionsRestrictGroup0 = "RESTRICT_GROUP0"

    // Scte35DeviceRestrictionsRestrictGroup1 is a Scte35DeviceRestrictions enum value
    Scte35DeviceRestrictionsRestrictGroup1 = "RESTRICT_GROUP1"

    // Scte35DeviceRestrictionsRestrictGroup2 is a Scte35DeviceRestrictions enum value
    Scte35DeviceRestrictionsRestrictGroup2 = "RESTRICT_GROUP2"
)

Corresponds to the device_restrictions parameter in a segmentation_descriptor. If you include one of the "restriction" flags then you must include all four of them.

const (
    // Scte35InputModeFixed is a Scte35InputMode enum value
    Scte35InputModeFixed = "FIXED"

    // Scte35InputModeFollowActive is a Scte35InputMode enum value
    Scte35InputModeFollowActive = "FOLLOW_ACTIVE"
)

Whether the SCTE-35 input should be the active input or a fixed input.

const (
    // Scte35NoRegionalBlackoutFlagRegionalBlackout is a Scte35NoRegionalBlackoutFlag enum value
    Scte35NoRegionalBlackoutFlagRegionalBlackout = "REGIONAL_BLACKOUT"

    // Scte35NoRegionalBlackoutFlagNoRegionalBlackout is a Scte35NoRegionalBlackoutFlag enum value
    Scte35NoRegionalBlackoutFlagNoRegionalBlackout = "NO_REGIONAL_BLACKOUT"
)

Corresponds to the no_regional_blackout_flag parameter. A value of REGIONAL_BLACKOUT corresponds to 0 (false) in the SCTE-35 specification. If you include one of the "restriction" flags then you must include all four of them.

const (
    // Scte35SegmentationCancelIndicatorSegmentationEventNotCanceled is a Scte35SegmentationCancelIndicator enum value
    Scte35SegmentationCancelIndicatorSegmentationEventNotCanceled = "SEGMENTATION_EVENT_NOT_CANCELED"

    // Scte35SegmentationCancelIndicatorSegmentationEventCanceled is a Scte35SegmentationCancelIndicator enum value
    Scte35SegmentationCancelIndicatorSegmentationEventCanceled = "SEGMENTATION_EVENT_CANCELED"
)

Corresponds to SCTE-35 segmentation_event_cancel_indicator. SEGMENTATION_EVENT_NOT_CANCELED corresponds to 0 in the SCTE-35 specification and indicates that this is an insertion request. SEGMENTATION_EVENT_CANCELED corresponds to 1 in the SCTE-35 specification and indicates that this is a cancelation request, in which case complete this field and the existing event ID to cancel.

const (
    // Scte35SpliceInsertNoRegionalBlackoutBehaviorFollow is a Scte35SpliceInsertNoRegionalBlackoutBehavior enum value
    Scte35SpliceInsertNoRegionalBlackoutBehaviorFollow = "FOLLOW"

    // Scte35SpliceInsertNoRegionalBlackoutBehaviorIgnore is a Scte35SpliceInsertNoRegionalBlackoutBehavior enum value
    Scte35SpliceInsertNoRegionalBlackoutBehaviorIgnore = "IGNORE"
)

Scte35 Splice Insert No Regional Blackout Behavior

const (
    // Scte35SpliceInsertWebDeliveryAllowedBehaviorFollow is a Scte35SpliceInsertWebDeliveryAllowedBehavior enum value
    Scte35SpliceInsertWebDeliveryAllowedBehaviorFollow = "FOLLOW"

    // Scte35SpliceInsertWebDeliveryAllowedBehaviorIgnore is a Scte35SpliceInsertWebDeliveryAllowedBehavior enum value
    Scte35SpliceInsertWebDeliveryAllowedBehaviorIgnore = "IGNORE"
)

Scte35 Splice Insert Web Delivery Allowed Behavior

const (
    // Scte35WebDeliveryAllowedFlagWebDeliveryNotAllowed is a Scte35WebDeliveryAllowedFlag enum value
    Scte35WebDeliveryAllowedFlagWebDeliveryNotAllowed = "WEB_DELIVERY_NOT_ALLOWED"

    // Scte35WebDeliveryAllowedFlagWebDeliveryAllowed is a Scte35WebDeliveryAllowedFlag enum value
    Scte35WebDeliveryAllowedFlagWebDeliveryAllowed = "WEB_DELIVERY_ALLOWED"
)

Corresponds to the web_delivery_allowed_flag parameter. A value of WEB_DELIVERY_NOT_ALLOWED corresponds to 0 (false) in the SCTE-35 specification. If you include one of the "restriction" flags then you must include all four of them.

const (
    // SmoothGroupAudioOnlyTimecodeControlPassthrough is a SmoothGroupAudioOnlyTimecodeControl enum value
    SmoothGroupAudioOnlyTimecodeControlPassthrough = "PASSTHROUGH"

    // SmoothGroupAudioOnlyTimecodeControlUseConfiguredClock is a SmoothGroupAudioOnlyTimecodeControl enum value
    SmoothGroupAudioOnlyTimecodeControlUseConfiguredClock = "USE_CONFIGURED_CLOCK"
)

Smooth Group Audio Only Timecode Control

const (
    // SmoothGroupCertificateModeSelfSigned is a SmoothGroupCertificateMode enum value
    SmoothGroupCertificateModeSelfSigned = "SELF_SIGNED"

    // SmoothGroupCertificateModeVerifyAuthenticity is a SmoothGroupCertificateMode enum value
    SmoothGroupCertificateModeVerifyAuthenticity = "VERIFY_AUTHENTICITY"
)

Smooth Group Certificate Mode

const (
    // SmoothGroupEventIdModeNoEventId is a SmoothGroupEventIdMode enum value
    SmoothGroupEventIdModeNoEventId = "NO_EVENT_ID"

    // SmoothGroupEventIdModeUseConfigured is a SmoothGroupEventIdMode enum value
    SmoothGroupEventIdModeUseConfigured = "USE_CONFIGURED"

    // SmoothGroupEventIdModeUseTimestamp is a SmoothGroupEventIdMode enum value
    SmoothGroupEventIdModeUseTimestamp = "USE_TIMESTAMP"
)

Smooth Group Event Id Mode

const (
    // SmoothGroupEventStopBehaviorNone is a SmoothGroupEventStopBehavior enum value
    SmoothGroupEventStopBehaviorNone = "NONE"

    // SmoothGroupEventStopBehaviorSendEos is a SmoothGroupEventStopBehavior enum value
    SmoothGroupEventStopBehaviorSendEos = "SEND_EOS"
)

Smooth Group Event Stop Behavior

const (
    // SmoothGroupSegmentationModeUseInputSegmentation is a SmoothGroupSegmentationMode enum value
    SmoothGroupSegmentationModeUseInputSegmentation = "USE_INPUT_SEGMENTATION"

    // SmoothGroupSegmentationModeUseSegmentDuration is a SmoothGroupSegmentationMode enum value
    SmoothGroupSegmentationModeUseSegmentDuration = "USE_SEGMENT_DURATION"
)

Smooth Group Segmentation Mode

const (
    // SmoothGroupSparseTrackTypeNone is a SmoothGroupSparseTrackType enum value
    SmoothGroupSparseTrackTypeNone = "NONE"

    // SmoothGroupSparseTrackTypeScte35 is a SmoothGroupSparseTrackType enum value
    SmoothGroupSparseTrackTypeScte35 = "SCTE_35"

    // SmoothGroupSparseTrackTypeScte35WithoutSegmentation is a SmoothGroupSparseTrackType enum value
    SmoothGroupSparseTrackTypeScte35WithoutSegmentation = "SCTE_35_WITHOUT_SEGMENTATION"
)

Smooth Group Sparse Track Type

const (
    // SmoothGroupStreamManifestBehaviorDoNotSend is a SmoothGroupStreamManifestBehavior enum value
    SmoothGroupStreamManifestBehaviorDoNotSend = "DO_NOT_SEND"

    // SmoothGroupStreamManifestBehaviorSend is a SmoothGroupStreamManifestBehavior enum value
    SmoothGroupStreamManifestBehaviorSend = "SEND"
)

Smooth Group Stream Manifest Behavior

const (
    // SmoothGroupTimestampOffsetModeUseConfiguredOffset is a SmoothGroupTimestampOffsetMode enum value
    SmoothGroupTimestampOffsetModeUseConfiguredOffset = "USE_CONFIGURED_OFFSET"

    // SmoothGroupTimestampOffsetModeUseEventStartDate is a SmoothGroupTimestampOffsetMode enum value
    SmoothGroupTimestampOffsetModeUseEventStartDate = "USE_EVENT_START_DATE"
)

Smooth Group Timestamp Offset Mode

const (
    // Smpte2038DataPreferenceIgnore is a Smpte2038DataPreference enum value
    Smpte2038DataPreferenceIgnore = "IGNORE"

    // Smpte2038DataPreferencePrefer is a Smpte2038DataPreference enum value
    Smpte2038DataPreferencePrefer = "PREFER"
)

Smpte2038 Data Preference

const (
    // TemporalFilterPostFilterSharpeningAuto is a TemporalFilterPostFilterSharpening enum value
    TemporalFilterPostFilterSharpeningAuto = "AUTO"

    // TemporalFilterPostFilterSharpeningDisabled is a TemporalFilterPostFilterSharpening enum value
    TemporalFilterPostFilterSharpeningDisabled = "DISABLED"

    // TemporalFilterPostFilterSharpeningEnabled is a TemporalFilterPostFilterSharpening enum value
    TemporalFilterPostFilterSharpeningEnabled = "ENABLED"
)

Temporal Filter Post Filter Sharpening

const (
    // TemporalFilterStrengthAuto is a TemporalFilterStrength enum value
    TemporalFilterStrengthAuto = "AUTO"

    // TemporalFilterStrengthStrength1 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength1 = "STRENGTH_1"

    // TemporalFilterStrengthStrength2 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength2 = "STRENGTH_2"

    // TemporalFilterStrengthStrength3 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength3 = "STRENGTH_3"

    // TemporalFilterStrengthStrength4 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength4 = "STRENGTH_4"

    // TemporalFilterStrengthStrength5 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength5 = "STRENGTH_5"

    // TemporalFilterStrengthStrength6 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength6 = "STRENGTH_6"

    // TemporalFilterStrengthStrength7 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength7 = "STRENGTH_7"

    // TemporalFilterStrengthStrength8 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength8 = "STRENGTH_8"

    // TemporalFilterStrengthStrength9 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength9 = "STRENGTH_9"

    // TemporalFilterStrengthStrength10 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength10 = "STRENGTH_10"

    // TemporalFilterStrengthStrength11 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength11 = "STRENGTH_11"

    // TemporalFilterStrengthStrength12 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength12 = "STRENGTH_12"

    // TemporalFilterStrengthStrength13 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength13 = "STRENGTH_13"

    // TemporalFilterStrengthStrength14 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength14 = "STRENGTH_14"

    // TemporalFilterStrengthStrength15 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength15 = "STRENGTH_15"

    // TemporalFilterStrengthStrength16 is a TemporalFilterStrength enum value
    TemporalFilterStrengthStrength16 = "STRENGTH_16"
)

Temporal Filter Strength

const (
    // ThumbnailStateAuto is a ThumbnailState enum value
    ThumbnailStateAuto = "AUTO"

    // ThumbnailStateDisabled is a ThumbnailState enum value
    ThumbnailStateDisabled = "DISABLED"
)

Thumbnail State

const (
    // ThumbnailTypeUnspecified is a ThumbnailType enum value
    ThumbnailTypeUnspecified = "UNSPECIFIED"

    // ThumbnailTypeCurrentActive is a ThumbnailType enum value
    ThumbnailTypeCurrentActive = "CURRENT_ACTIVE"
)

Thumbnail type.

const (
    // TimecodeBurninFontSizeExtraSmall10 is a TimecodeBurninFontSize enum value
    TimecodeBurninFontSizeExtraSmall10 = "EXTRA_SMALL_10"

    // TimecodeBurninFontSizeLarge48 is a TimecodeBurninFontSize enum value
    TimecodeBurninFontSizeLarge48 = "LARGE_48"

    // TimecodeBurninFontSizeMedium32 is a TimecodeBurninFontSize enum value
    TimecodeBurninFontSizeMedium32 = "MEDIUM_32"

    // TimecodeBurninFontSizeSmall16 is a TimecodeBurninFontSize enum value
    TimecodeBurninFontSizeSmall16 = "SMALL_16"
)

Timecode Burnin Font Size

const (
    // TimecodeBurninPositionBottomCenter is a TimecodeBurninPosition enum value
    TimecodeBurninPositionBottomCenter = "BOTTOM_CENTER"

    // TimecodeBurninPositionBottomLeft is a TimecodeBurninPosition enum value
    TimecodeBurninPositionBottomLeft = "BOTTOM_LEFT"

    // TimecodeBurninPositionBottomRight is a TimecodeBurninPosition enum value
    TimecodeBurninPositionBottomRight = "BOTTOM_RIGHT"

    // TimecodeBurninPositionMiddleCenter is a TimecodeBurninPosition enum value
    TimecodeBurninPositionMiddleCenter = "MIDDLE_CENTER"

    // TimecodeBurninPositionMiddleLeft is a TimecodeBurninPosition enum value
    TimecodeBurninPositionMiddleLeft = "MIDDLE_LEFT"

    // TimecodeBurninPositionMiddleRight is a TimecodeBurninPosition enum value
    TimecodeBurninPositionMiddleRight = "MIDDLE_RIGHT"

    // TimecodeBurninPositionTopCenter is a TimecodeBurninPosition enum value
    TimecodeBurninPositionTopCenter = "TOP_CENTER"

    // TimecodeBurninPositionTopLeft is a TimecodeBurninPosition enum value
    TimecodeBurninPositionTopLeft = "TOP_LEFT"

    // TimecodeBurninPositionTopRight is a TimecodeBurninPosition enum value
    TimecodeBurninPositionTopRight = "TOP_RIGHT"
)

Timecode Burnin Position

const (
    // TimecodeConfigSourceEmbedded is a TimecodeConfigSource enum value
    TimecodeConfigSourceEmbedded = "EMBEDDED"

    // TimecodeConfigSourceSystemclock is a TimecodeConfigSource enum value
    TimecodeConfigSourceSystemclock = "SYSTEMCLOCK"

    // TimecodeConfigSourceZerobased is a TimecodeConfigSource enum value
    TimecodeConfigSourceZerobased = "ZEROBASED"
)

Timecode Config Source

const (
    // TtmlDestinationStyleControlPassthrough is a TtmlDestinationStyleControl enum value
    TtmlDestinationStyleControlPassthrough = "PASSTHROUGH"

    // TtmlDestinationStyleControlUseConfigured is a TtmlDestinationStyleControl enum value
    TtmlDestinationStyleControlUseConfigured = "USE_CONFIGURED"
)

Ttml Destination Style Control

const (
    // UdpTimedMetadataId3FrameNone is a UdpTimedMetadataId3Frame enum value
    UdpTimedMetadataId3FrameNone = "NONE"

    // UdpTimedMetadataId3FramePriv is a UdpTimedMetadataId3Frame enum value
    UdpTimedMetadataId3FramePriv = "PRIV"

    // UdpTimedMetadataId3FrameTdrl is a UdpTimedMetadataId3Frame enum value
    UdpTimedMetadataId3FrameTdrl = "TDRL"
)

Udp Timed Metadata Id3 Frame

const (
    // VideoDescriptionRespondToAfdNone is a VideoDescriptionRespondToAfd enum value
    VideoDescriptionRespondToAfdNone = "NONE"

    // VideoDescriptionRespondToAfdPassthrough is a VideoDescriptionRespondToAfd enum value
    VideoDescriptionRespondToAfdPassthrough = "PASSTHROUGH"

    // VideoDescriptionRespondToAfdRespond is a VideoDescriptionRespondToAfd enum value
    VideoDescriptionRespondToAfdRespond = "RESPOND"
)

Video Description Respond To Afd

const (
    // VideoDescriptionScalingBehaviorDefault is a VideoDescriptionScalingBehavior enum value
    VideoDescriptionScalingBehaviorDefault = "DEFAULT"

    // VideoDescriptionScalingBehaviorStretchToOutput is a VideoDescriptionScalingBehavior enum value
    VideoDescriptionScalingBehaviorStretchToOutput = "STRETCH_TO_OUTPUT"
)

Video Description Scaling Behavior

const (
    // VideoSelectorColorSpaceFollow is a VideoSelectorColorSpace enum value
    VideoSelectorColorSpaceFollow = "FOLLOW"

    // VideoSelectorColorSpaceHdr10 is a VideoSelectorColorSpace enum value
    VideoSelectorColorSpaceHdr10 = "HDR10"

    // VideoSelectorColorSpaceHlg2020 is a VideoSelectorColorSpace enum value
    VideoSelectorColorSpaceHlg2020 = "HLG_2020"

    // VideoSelectorColorSpaceRec601 is a VideoSelectorColorSpace enum value
    VideoSelectorColorSpaceRec601 = "REC_601"

    // VideoSelectorColorSpaceRec709 is a VideoSelectorColorSpace enum value
    VideoSelectorColorSpaceRec709 = "REC_709"
)

Video Selector Color Space

const (
    // VideoSelectorColorSpaceUsageFallback is a VideoSelectorColorSpaceUsage enum value
    VideoSelectorColorSpaceUsageFallback = "FALLBACK"

    // VideoSelectorColorSpaceUsageForce is a VideoSelectorColorSpaceUsage enum value
    VideoSelectorColorSpaceUsageForce = "FORCE"
)

Video Selector Color Space Usage

const (
    // WavCodingModeCodingMode10 is a WavCodingMode enum value
    WavCodingModeCodingMode10 = "CODING_MODE_1_0"

    // WavCodingModeCodingMode20 is a WavCodingMode enum value
    WavCodingModeCodingMode20 = "CODING_MODE_2_0"

    // WavCodingModeCodingMode40 is a WavCodingMode enum value
    WavCodingModeCodingMode40 = "CODING_MODE_4_0"

    // WavCodingModeCodingMode80 is a WavCodingMode enum value
    WavCodingModeCodingMode80 = "CODING_MODE_8_0"
)

Wav Coding Mode

const (
    // WebvttDestinationStyleControlNoStyleData is a WebvttDestinationStyleControl enum value
    WebvttDestinationStyleControlNoStyleData = "NO_STYLE_DATA"

    // WebvttDestinationStyleControlPassthrough is a WebvttDestinationStyleControl enum value
    WebvttDestinationStyleControlPassthrough = "PASSTHROUGH"
)

Webvtt Destination Style Control

const (

    // ErrCodeBadGatewayException for service response error code
    // "BadGatewayException".
    ErrCodeBadGatewayException = "BadGatewayException"

    // ErrCodeBadRequestException for service response error code
    // "BadRequestException".
    ErrCodeBadRequestException = "BadRequestException"

    // ErrCodeConflictException for service response error code
    // "ConflictException".
    ErrCodeConflictException = "ConflictException"

    // ErrCodeForbiddenException for service response error code
    // "ForbiddenException".
    ErrCodeForbiddenException = "ForbiddenException"

    // ErrCodeGatewayTimeoutException for service response error code
    // "GatewayTimeoutException".
    ErrCodeGatewayTimeoutException = "GatewayTimeoutException"

    // ErrCodeInternalServerErrorException for service response error code
    // "InternalServerErrorException".
    ErrCodeInternalServerErrorException = "InternalServerErrorException"

    // ErrCodeNotFoundException for service response error code
    // "NotFoundException".
    ErrCodeNotFoundException = "NotFoundException"

    // ErrCodeTooManyRequestsException for service response error code
    // "TooManyRequestsException".
    ErrCodeTooManyRequestsException = "TooManyRequestsException"

    // ErrCodeUnprocessableEntityException for service response error code
    // "UnprocessableEntityException".
    ErrCodeUnprocessableEntityException = "UnprocessableEntityException"
)
const (
    ServiceName = "medialive" // Name of service.
    EndpointsID = ServiceName // ID to lookup a service endpoint with.
    ServiceID   = "MediaLive" // ServiceID is a unique identifier of a specific service.
)

Service information constants

const (
    // AcceptHeaderImageJpeg is a AcceptHeader enum value
    AcceptHeaderImageJpeg = "image/jpeg"
)
const (
    // AudioNormalizationAlgorithmControlCorrectAudio is a AudioNormalizationAlgorithmControl enum value
    AudioNormalizationAlgorithmControlCorrectAudio = "CORRECT_AUDIO"
)

Audio Normalization Algorithm Control

const (
    // ContentTypeImageJpeg is a ContentType enum value
    ContentTypeImageJpeg = "image/jpeg"
)
const (
    // HlsMediaStoreStorageClassTemporal is a HlsMediaStoreStorageClass enum value
    HlsMediaStoreStorageClassTemporal = "TEMPORAL"
)

Hls Media Store Storage Class

const (
    // OfferingDurationUnitsMonths is a OfferingDurationUnits enum value
    OfferingDurationUnitsMonths = "MONTHS"
)

Units for duration, e.g. 'MONTHS'

const (
    // OfferingTypeNoUpfront is a OfferingType enum value
    OfferingTypeNoUpfront = "NO_UPFRONT"
)

Offering type, e.g. 'NO_UPFRONT'

const (
    // RtmpAdMarkersOnCuePointScte35 is a RtmpAdMarkers enum value
    RtmpAdMarkersOnCuePointScte35 = "ON_CUE_POINT_SCTE35"
)

Rtmp Ad Markers

func AacCodingMode_Values

func AacCodingMode_Values() []string

AacCodingMode_Values returns all elements of the AacCodingMode enum

func AacInputType_Values

func AacInputType_Values() []string

AacInputType_Values returns all elements of the AacInputType enum

func AacProfile_Values

func AacProfile_Values() []string

AacProfile_Values returns all elements of the AacProfile enum

func AacRateControlMode_Values

func AacRateControlMode_Values() []string

AacRateControlMode_Values returns all elements of the AacRateControlMode enum

func AacRawFormat_Values

func AacRawFormat_Values() []string

AacRawFormat_Values returns all elements of the AacRawFormat enum

func AacSpec_Values

func AacSpec_Values() []string

AacSpec_Values returns all elements of the AacSpec enum

func AacVbrQuality_Values

func AacVbrQuality_Values() []string

AacVbrQuality_Values returns all elements of the AacVbrQuality enum

func Ac3AttenuationControl_Values

func Ac3AttenuationControl_Values() []string

Ac3AttenuationControl_Values returns all elements of the Ac3AttenuationControl enum

func Ac3BitstreamMode_Values

func Ac3BitstreamMode_Values() []string

Ac3BitstreamMode_Values returns all elements of the Ac3BitstreamMode enum

func Ac3CodingMode_Values

func Ac3CodingMode_Values() []string

Ac3CodingMode_Values returns all elements of the Ac3CodingMode enum

func Ac3DrcProfile_Values

func Ac3DrcProfile_Values() []string

Ac3DrcProfile_Values returns all elements of the Ac3DrcProfile enum

func Ac3LfeFilter_Values

func Ac3LfeFilter_Values() []string

Ac3LfeFilter_Values returns all elements of the Ac3LfeFilter enum

func Ac3MetadataControl_Values

func Ac3MetadataControl_Values() []string

Ac3MetadataControl_Values returns all elements of the Ac3MetadataControl enum

func AcceptHeader_Values

func AcceptHeader_Values() []string

AcceptHeader_Values returns all elements of the AcceptHeader enum

func AccessibilityType_Values

func AccessibilityType_Values() []string

AccessibilityType_Values returns all elements of the AccessibilityType enum

func AfdSignaling_Values

func AfdSignaling_Values() []string

AfdSignaling_Values returns all elements of the AfdSignaling enum

func AudioDescriptionAudioTypeControl_Values

func AudioDescriptionAudioTypeControl_Values() []string

AudioDescriptionAudioTypeControl_Values returns all elements of the AudioDescriptionAudioTypeControl enum

func AudioDescriptionLanguageCodeControl_Values

func AudioDescriptionLanguageCodeControl_Values() []string

AudioDescriptionLanguageCodeControl_Values returns all elements of the AudioDescriptionLanguageCodeControl enum

func AudioLanguageSelectionPolicy_Values

func AudioLanguageSelectionPolicy_Values() []string

AudioLanguageSelectionPolicy_Values returns all elements of the AudioLanguageSelectionPolicy enum

func AudioNormalizationAlgorithmControl_Values

func AudioNormalizationAlgorithmControl_Values() []string

AudioNormalizationAlgorithmControl_Values returns all elements of the AudioNormalizationAlgorithmControl enum

func AudioNormalizationAlgorithm_Values

func AudioNormalizationAlgorithm_Values() []string

AudioNormalizationAlgorithm_Values returns all elements of the AudioNormalizationAlgorithm enum

func AudioOnlyHlsSegmentType_Values

func AudioOnlyHlsSegmentType_Values() []string

AudioOnlyHlsSegmentType_Values returns all elements of the AudioOnlyHlsSegmentType enum

func AudioOnlyHlsTrackType_Values

func AudioOnlyHlsTrackType_Values() []string

AudioOnlyHlsTrackType_Values returns all elements of the AudioOnlyHlsTrackType enum

func AudioType_Values

func AudioType_Values() []string

AudioType_Values returns all elements of the AudioType enum

func AuthenticationScheme_Values

func AuthenticationScheme_Values() []string

AuthenticationScheme_Values returns all elements of the AuthenticationScheme enum

func AvailBlankingState_Values

func AvailBlankingState_Values() []string

AvailBlankingState_Values returns all elements of the AvailBlankingState enum

func BlackoutSlateNetworkEndBlackout_Values

func BlackoutSlateNetworkEndBlackout_Values() []string

BlackoutSlateNetworkEndBlackout_Values returns all elements of the BlackoutSlateNetworkEndBlackout enum

func BlackoutSlateState_Values

func BlackoutSlateState_Values() []string

BlackoutSlateState_Values returns all elements of the BlackoutSlateState enum

func BurnInAlignment_Values

func BurnInAlignment_Values() []string

BurnInAlignment_Values returns all elements of the BurnInAlignment enum

func BurnInBackgroundColor_Values

func BurnInBackgroundColor_Values() []string

BurnInBackgroundColor_Values returns all elements of the BurnInBackgroundColor enum

func BurnInFontColor_Values

func BurnInFontColor_Values() []string

BurnInFontColor_Values returns all elements of the BurnInFontColor enum

func BurnInOutlineColor_Values

func BurnInOutlineColor_Values() []string

BurnInOutlineColor_Values returns all elements of the BurnInOutlineColor enum

func BurnInShadowColor_Values

func BurnInShadowColor_Values() []string

BurnInShadowColor_Values returns all elements of the BurnInShadowColor enum

func BurnInTeletextGridControl_Values

func BurnInTeletextGridControl_Values() []string

BurnInTeletextGridControl_Values returns all elements of the BurnInTeletextGridControl enum

func CdiInputResolution_Values

func CdiInputResolution_Values() []string

CdiInputResolution_Values returns all elements of the CdiInputResolution enum

func ChannelClass_Values

func ChannelClass_Values() []string

ChannelClass_Values returns all elements of the ChannelClass enum

func ChannelState_Values

func ChannelState_Values() []string

ChannelState_Values returns all elements of the ChannelState enum

func ContentType_Values

func ContentType_Values() []string

ContentType_Values returns all elements of the ContentType enum

func DeviceSettingsSyncState_Values

func DeviceSettingsSyncState_Values() []string

DeviceSettingsSyncState_Values returns all elements of the DeviceSettingsSyncState enum

func DeviceUpdateStatus_Values

func DeviceUpdateStatus_Values() []string

DeviceUpdateStatus_Values returns all elements of the DeviceUpdateStatus enum

func DolbyEProgramSelection_Values

func DolbyEProgramSelection_Values() []string

DolbyEProgramSelection_Values returns all elements of the DolbyEProgramSelection enum

func DvbSdtOutputSdt_Values

func DvbSdtOutputSdt_Values() []string

DvbSdtOutputSdt_Values returns all elements of the DvbSdtOutputSdt enum

func DvbSubDestinationAlignment_Values

func DvbSubDestinationAlignment_Values() []string

DvbSubDestinationAlignment_Values returns all elements of the DvbSubDestinationAlignment enum

func DvbSubDestinationBackgroundColor_Values

func DvbSubDestinationBackgroundColor_Values() []string

DvbSubDestinationBackgroundColor_Values returns all elements of the DvbSubDestinationBackgroundColor enum

func DvbSubDestinationFontColor_Values

func DvbSubDestinationFontColor_Values() []string

DvbSubDestinationFontColor_Values returns all elements of the DvbSubDestinationFontColor enum

func DvbSubDestinationOutlineColor_Values

func DvbSubDestinationOutlineColor_Values() []string

DvbSubDestinationOutlineColor_Values returns all elements of the DvbSubDestinationOutlineColor enum

func DvbSubDestinationShadowColor_Values

func DvbSubDestinationShadowColor_Values() []string

DvbSubDestinationShadowColor_Values returns all elements of the DvbSubDestinationShadowColor enum

func DvbSubDestinationTeletextGridControl_Values

func DvbSubDestinationTeletextGridControl_Values() []string

DvbSubDestinationTeletextGridControl_Values returns all elements of the DvbSubDestinationTeletextGridControl enum

func DvbSubOcrLanguage_Values

func DvbSubOcrLanguage_Values() []string

DvbSubOcrLanguage_Values returns all elements of the DvbSubOcrLanguage enum

func Eac3AtmosCodingMode_Values

func Eac3AtmosCodingMode_Values() []string

Eac3AtmosCodingMode_Values returns all elements of the Eac3AtmosCodingMode enum

func Eac3AtmosDrcLine_Values

func Eac3AtmosDrcLine_Values() []string

Eac3AtmosDrcLine_Values returns all elements of the Eac3AtmosDrcLine enum

func Eac3AtmosDrcRf_Values

func Eac3AtmosDrcRf_Values() []string

Eac3AtmosDrcRf_Values returns all elements of the Eac3AtmosDrcRf enum

func Eac3AttenuationControl_Values

func Eac3AttenuationControl_Values() []string

Eac3AttenuationControl_Values returns all elements of the Eac3AttenuationControl enum

func Eac3BitstreamMode_Values

func Eac3BitstreamMode_Values() []string

Eac3BitstreamMode_Values returns all elements of the Eac3BitstreamMode enum

func Eac3CodingMode_Values

func Eac3CodingMode_Values() []string

Eac3CodingMode_Values returns all elements of the Eac3CodingMode enum

func Eac3DcFilter_Values

func Eac3DcFilter_Values() []string

Eac3DcFilter_Values returns all elements of the Eac3DcFilter enum

func Eac3DrcLine_Values

func Eac3DrcLine_Values() []string

Eac3DrcLine_Values returns all elements of the Eac3DrcLine enum

func Eac3DrcRf_Values

func Eac3DrcRf_Values() []string

Eac3DrcRf_Values returns all elements of the Eac3DrcRf enum

func Eac3LfeControl_Values

func Eac3LfeControl_Values() []string

Eac3LfeControl_Values returns all elements of the Eac3LfeControl enum

func Eac3LfeFilter_Values

func Eac3LfeFilter_Values() []string

Eac3LfeFilter_Values returns all elements of the Eac3LfeFilter enum

func Eac3MetadataControl_Values

func Eac3MetadataControl_Values() []string

Eac3MetadataControl_Values returns all elements of the Eac3MetadataControl enum

func Eac3PassthroughControl_Values

func Eac3PassthroughControl_Values() []string

Eac3PassthroughControl_Values returns all elements of the Eac3PassthroughControl enum

func Eac3PhaseControl_Values

func Eac3PhaseControl_Values() []string

Eac3PhaseControl_Values returns all elements of the Eac3PhaseControl enum

func Eac3StereoDownmix_Values

func Eac3StereoDownmix_Values() []string

Eac3StereoDownmix_Values returns all elements of the Eac3StereoDownmix enum

func Eac3SurroundExMode_Values

func Eac3SurroundExMode_Values() []string

Eac3SurroundExMode_Values returns all elements of the Eac3SurroundExMode enum

func Eac3SurroundMode_Values

func Eac3SurroundMode_Values() []string

Eac3SurroundMode_Values returns all elements of the Eac3SurroundMode enum

func EbuTtDDestinationStyleControl_Values

func EbuTtDDestinationStyleControl_Values() []string

EbuTtDDestinationStyleControl_Values returns all elements of the EbuTtDDestinationStyleControl enum

func EbuTtDFillLineGapControl_Values

func EbuTtDFillLineGapControl_Values() []string

EbuTtDFillLineGapControl_Values returns all elements of the EbuTtDFillLineGapControl enum

func EmbeddedConvert608To708_Values

func EmbeddedConvert608To708_Values() []string

EmbeddedConvert608To708_Values returns all elements of the EmbeddedConvert608To708 enum

func EmbeddedScte20Detection_Values

func EmbeddedScte20Detection_Values() []string

EmbeddedScte20Detection_Values returns all elements of the EmbeddedScte20Detection enum

func FeatureActivationsInputPrepareScheduleActions_Values

func FeatureActivationsInputPrepareScheduleActions_Values() []string

FeatureActivationsInputPrepareScheduleActions_Values returns all elements of the FeatureActivationsInputPrepareScheduleActions enum

func FeatureActivationsOutputStaticImageOverlayScheduleActions_Values

func FeatureActivationsOutputStaticImageOverlayScheduleActions_Values() []string

FeatureActivationsOutputStaticImageOverlayScheduleActions_Values returns all elements of the FeatureActivationsOutputStaticImageOverlayScheduleActions enum

func FecOutputIncludeFec_Values

func FecOutputIncludeFec_Values() []string

FecOutputIncludeFec_Values returns all elements of the FecOutputIncludeFec enum

func FixedAfd_Values

func FixedAfd_Values() []string

FixedAfd_Values returns all elements of the FixedAfd enum

func Fmp4NielsenId3Behavior_Values

func Fmp4NielsenId3Behavior_Values() []string

Fmp4NielsenId3Behavior_Values returns all elements of the Fmp4NielsenId3Behavior enum

func Fmp4TimedMetadataBehavior_Values

func Fmp4TimedMetadataBehavior_Values() []string

Fmp4TimedMetadataBehavior_Values returns all elements of the Fmp4TimedMetadataBehavior enum

func FollowPoint_Values

func FollowPoint_Values() []string

FollowPoint_Values returns all elements of the FollowPoint enum

func FrameCaptureIntervalUnit_Values

func FrameCaptureIntervalUnit_Values() []string

FrameCaptureIntervalUnit_Values returns all elements of the FrameCaptureIntervalUnit enum

func GlobalConfigurationInputEndAction_Values

func GlobalConfigurationInputEndAction_Values() []string

GlobalConfigurationInputEndAction_Values returns all elements of the GlobalConfigurationInputEndAction enum

func GlobalConfigurationLowFramerateInputs_Values

func GlobalConfigurationLowFramerateInputs_Values() []string

GlobalConfigurationLowFramerateInputs_Values returns all elements of the GlobalConfigurationLowFramerateInputs enum

func GlobalConfigurationOutputLockingMode_Values

func GlobalConfigurationOutputLockingMode_Values() []string

GlobalConfigurationOutputLockingMode_Values returns all elements of the GlobalConfigurationOutputLockingMode enum

func GlobalConfigurationOutputTimingSource_Values

func GlobalConfigurationOutputTimingSource_Values() []string

GlobalConfigurationOutputTimingSource_Values returns all elements of the GlobalConfigurationOutputTimingSource enum

func H264AdaptiveQuantization_Values

func H264AdaptiveQuantization_Values() []string

H264AdaptiveQuantization_Values returns all elements of the H264AdaptiveQuantization enum

func H264ColorMetadata_Values

func H264ColorMetadata_Values() []string

H264ColorMetadata_Values returns all elements of the H264ColorMetadata enum

func H264EntropyEncoding_Values

func H264EntropyEncoding_Values() []string

H264EntropyEncoding_Values returns all elements of the H264EntropyEncoding enum

func H264FlickerAq_Values

func H264FlickerAq_Values() []string

H264FlickerAq_Values returns all elements of the H264FlickerAq enum

func H264ForceFieldPictures_Values

func H264ForceFieldPictures_Values() []string

H264ForceFieldPictures_Values returns all elements of the H264ForceFieldPictures enum

func H264FramerateControl_Values

func H264FramerateControl_Values() []string

H264FramerateControl_Values returns all elements of the H264FramerateControl enum

func H264GopBReference_Values

func H264GopBReference_Values() []string

H264GopBReference_Values returns all elements of the H264GopBReference enum

func H264GopSizeUnits_Values

func H264GopSizeUnits_Values() []string

H264GopSizeUnits_Values returns all elements of the H264GopSizeUnits enum

func H264Level_Values

func H264Level_Values() []string

H264Level_Values returns all elements of the H264Level enum

func H264LookAheadRateControl_Values

func H264LookAheadRateControl_Values() []string

H264LookAheadRateControl_Values returns all elements of the H264LookAheadRateControl enum

func H264ParControl_Values

func H264ParControl_Values() []string

H264ParControl_Values returns all elements of the H264ParControl enum

func H264Profile_Values

func H264Profile_Values() []string

H264Profile_Values returns all elements of the H264Profile enum

func H264QualityLevel_Values

func H264QualityLevel_Values() []string

H264QualityLevel_Values returns all elements of the H264QualityLevel enum

func H264RateControlMode_Values

func H264RateControlMode_Values() []string

H264RateControlMode_Values returns all elements of the H264RateControlMode enum

func H264ScanType_Values

func H264ScanType_Values() []string

H264ScanType_Values returns all elements of the H264ScanType enum

func H264SceneChangeDetect_Values

func H264SceneChangeDetect_Values() []string

H264SceneChangeDetect_Values returns all elements of the H264SceneChangeDetect enum

func H264SpatialAq_Values

func H264SpatialAq_Values() []string

H264SpatialAq_Values returns all elements of the H264SpatialAq enum

func H264SubGopLength_Values

func H264SubGopLength_Values() []string

H264SubGopLength_Values returns all elements of the H264SubGopLength enum

func H264Syntax_Values

func H264Syntax_Values() []string

H264Syntax_Values returns all elements of the H264Syntax enum

func H264TemporalAq_Values

func H264TemporalAq_Values() []string

H264TemporalAq_Values returns all elements of the H264TemporalAq enum

func H264TimecodeInsertionBehavior_Values

func H264TimecodeInsertionBehavior_Values() []string

H264TimecodeInsertionBehavior_Values returns all elements of the H264TimecodeInsertionBehavior enum

func H265AdaptiveQuantization_Values

func H265AdaptiveQuantization_Values() []string

H265AdaptiveQuantization_Values returns all elements of the H265AdaptiveQuantization enum

func H265AlternativeTransferFunction_Values

func H265AlternativeTransferFunction_Values() []string

H265AlternativeTransferFunction_Values returns all elements of the H265AlternativeTransferFunction enum

func H265ColorMetadata_Values

func H265ColorMetadata_Values() []string

H265ColorMetadata_Values returns all elements of the H265ColorMetadata enum

func H265FlickerAq_Values

func H265FlickerAq_Values() []string

H265FlickerAq_Values returns all elements of the H265FlickerAq enum

func H265GopSizeUnits_Values

func H265GopSizeUnits_Values() []string

H265GopSizeUnits_Values returns all elements of the H265GopSizeUnits enum

func H265Level_Values

func H265Level_Values() []string

H265Level_Values returns all elements of the H265Level enum

func H265LookAheadRateControl_Values

func H265LookAheadRateControl_Values() []string

H265LookAheadRateControl_Values returns all elements of the H265LookAheadRateControl enum

func H265Profile_Values

func H265Profile_Values() []string

H265Profile_Values returns all elements of the H265Profile enum

func H265RateControlMode_Values

func H265RateControlMode_Values() []string

H265RateControlMode_Values returns all elements of the H265RateControlMode enum

func H265ScanType_Values

func H265ScanType_Values() []string

H265ScanType_Values returns all elements of the H265ScanType enum

func H265SceneChangeDetect_Values

func H265SceneChangeDetect_Values() []string

H265SceneChangeDetect_Values returns all elements of the H265SceneChangeDetect enum

func H265Tier_Values

func H265Tier_Values() []string

H265Tier_Values returns all elements of the H265Tier enum

func H265TimecodeInsertionBehavior_Values

func H265TimecodeInsertionBehavior_Values() []string

H265TimecodeInsertionBehavior_Values returns all elements of the H265TimecodeInsertionBehavior enum

func HlsAdMarkers_Values

func HlsAdMarkers_Values() []string

HlsAdMarkers_Values returns all elements of the HlsAdMarkers enum

func HlsAkamaiHttpTransferMode_Values

func HlsAkamaiHttpTransferMode_Values() []string

HlsAkamaiHttpTransferMode_Values returns all elements of the HlsAkamaiHttpTransferMode enum

func HlsCaptionLanguageSetting_Values

func HlsCaptionLanguageSetting_Values() []string

HlsCaptionLanguageSetting_Values returns all elements of the HlsCaptionLanguageSetting enum

func HlsClientCache_Values

func HlsClientCache_Values() []string

HlsClientCache_Values returns all elements of the HlsClientCache enum

func HlsCodecSpecification_Values

func HlsCodecSpecification_Values() []string

HlsCodecSpecification_Values returns all elements of the HlsCodecSpecification enum

func HlsDirectoryStructure_Values

func HlsDirectoryStructure_Values() []string

HlsDirectoryStructure_Values returns all elements of the HlsDirectoryStructure enum

func HlsDiscontinuityTags_Values

func HlsDiscontinuityTags_Values() []string

HlsDiscontinuityTags_Values returns all elements of the HlsDiscontinuityTags enum

func HlsEncryptionType_Values

func HlsEncryptionType_Values() []string

HlsEncryptionType_Values returns all elements of the HlsEncryptionType enum

func HlsH265PackagingType_Values

func HlsH265PackagingType_Values() []string

HlsH265PackagingType_Values returns all elements of the HlsH265PackagingType enum

func HlsId3SegmentTaggingState_Values

func HlsId3SegmentTaggingState_Values() []string

HlsId3SegmentTaggingState_Values returns all elements of the HlsId3SegmentTaggingState enum

func HlsIncompleteSegmentBehavior_Values

func HlsIncompleteSegmentBehavior_Values() []string

HlsIncompleteSegmentBehavior_Values returns all elements of the HlsIncompleteSegmentBehavior enum

func HlsIvInManifest_Values

func HlsIvInManifest_Values() []string

HlsIvInManifest_Values returns all elements of the HlsIvInManifest enum

func HlsIvSource_Values

func HlsIvSource_Values() []string

HlsIvSource_Values returns all elements of the HlsIvSource enum

func HlsManifestCompression_Values

func HlsManifestCompression_Values() []string

HlsManifestCompression_Values returns all elements of the HlsManifestCompression enum

func HlsManifestDurationFormat_Values

func HlsManifestDurationFormat_Values() []string

HlsManifestDurationFormat_Values returns all elements of the HlsManifestDurationFormat enum

func HlsMediaStoreStorageClass_Values

func HlsMediaStoreStorageClass_Values() []string

HlsMediaStoreStorageClass_Values returns all elements of the HlsMediaStoreStorageClass enum

func HlsMode_Values

func HlsMode_Values() []string

HlsMode_Values returns all elements of the HlsMode enum

func HlsOutputSelection_Values

func HlsOutputSelection_Values() []string

HlsOutputSelection_Values returns all elements of the HlsOutputSelection enum

func HlsProgramDateTimeClock_Values

func HlsProgramDateTimeClock_Values() []string

HlsProgramDateTimeClock_Values returns all elements of the HlsProgramDateTimeClock enum

func HlsProgramDateTime_Values

func HlsProgramDateTime_Values() []string

HlsProgramDateTime_Values returns all elements of the HlsProgramDateTime enum

func HlsRedundantManifest_Values

func HlsRedundantManifest_Values() []string

HlsRedundantManifest_Values returns all elements of the HlsRedundantManifest enum

func HlsScte35SourceType_Values

func HlsScte35SourceType_Values() []string

HlsScte35SourceType_Values returns all elements of the HlsScte35SourceType enum

func HlsSegmentationMode_Values

func HlsSegmentationMode_Values() []string

HlsSegmentationMode_Values returns all elements of the HlsSegmentationMode enum

func HlsStreamInfResolution_Values

func HlsStreamInfResolution_Values() []string

HlsStreamInfResolution_Values returns all elements of the HlsStreamInfResolution enum

func HlsTimedMetadataId3Frame_Values

func HlsTimedMetadataId3Frame_Values() []string

HlsTimedMetadataId3Frame_Values returns all elements of the HlsTimedMetadataId3Frame enum

func HlsTsFileMode_Values

func HlsTsFileMode_Values() []string

HlsTsFileMode_Values returns all elements of the HlsTsFileMode enum

func HlsWebdavHttpTransferMode_Values

func HlsWebdavHttpTransferMode_Values() []string

HlsWebdavHttpTransferMode_Values returns all elements of the HlsWebdavHttpTransferMode enum

func IFrameOnlyPlaylistType_Values

func IFrameOnlyPlaylistType_Values() []string

IFrameOnlyPlaylistType_Values returns all elements of the IFrameOnlyPlaylistType enum

func IncludeFillerNalUnits_Values

func IncludeFillerNalUnits_Values() []string

IncludeFillerNalUnits_Values returns all elements of the IncludeFillerNalUnits enum

func InputClass_Values

func InputClass_Values() []string

InputClass_Values returns all elements of the InputClass enum

func InputCodec_Values

func InputCodec_Values() []string

InputCodec_Values returns all elements of the InputCodec enum

func InputDeblockFilter_Values

func InputDeblockFilter_Values() []string

InputDeblockFilter_Values returns all elements of the InputDeblockFilter enum

func InputDenoiseFilter_Values

func InputDenoiseFilter_Values() []string

InputDenoiseFilter_Values returns all elements of the InputDenoiseFilter enum

func InputDeviceActiveInput_Values

func InputDeviceActiveInput_Values() []string

InputDeviceActiveInput_Values returns all elements of the InputDeviceActiveInput enum

func InputDeviceCodec_Values

func InputDeviceCodec_Values() []string

InputDeviceCodec_Values returns all elements of the InputDeviceCodec enum

func InputDeviceConfiguredInput_Values

func InputDeviceConfiguredInput_Values() []string

InputDeviceConfiguredInput_Values returns all elements of the InputDeviceConfiguredInput enum

func InputDeviceConnectionState_Values

func InputDeviceConnectionState_Values() []string

InputDeviceConnectionState_Values returns all elements of the InputDeviceConnectionState enum

func InputDeviceIpScheme_Values

func InputDeviceIpScheme_Values() []string

InputDeviceIpScheme_Values returns all elements of the InputDeviceIpScheme enum

func InputDeviceOutputType_Values

func InputDeviceOutputType_Values() []string

InputDeviceOutputType_Values returns all elements of the InputDeviceOutputType enum

func InputDeviceScanType_Values

func InputDeviceScanType_Values() []string

InputDeviceScanType_Values returns all elements of the InputDeviceScanType enum

func InputDeviceState_Values

func InputDeviceState_Values() []string

InputDeviceState_Values returns all elements of the InputDeviceState enum

func InputDeviceTransferType_Values

func InputDeviceTransferType_Values() []string

InputDeviceTransferType_Values returns all elements of the InputDeviceTransferType enum

func InputDeviceType_Values

func InputDeviceType_Values() []string

InputDeviceType_Values returns all elements of the InputDeviceType enum

func InputFilter_Values

func InputFilter_Values() []string

InputFilter_Values returns all elements of the InputFilter enum

func InputLossActionForHlsOut_Values

func InputLossActionForHlsOut_Values() []string

InputLossActionForHlsOut_Values returns all elements of the InputLossActionForHlsOut enum

func InputLossActionForMsSmoothOut_Values

func InputLossActionForMsSmoothOut_Values() []string

InputLossActionForMsSmoothOut_Values returns all elements of the InputLossActionForMsSmoothOut enum

func InputLossActionForRtmpOut_Values

func InputLossActionForRtmpOut_Values() []string

InputLossActionForRtmpOut_Values returns all elements of the InputLossActionForRtmpOut enum

func InputLossActionForUdpOut_Values

func InputLossActionForUdpOut_Values() []string

InputLossActionForUdpOut_Values returns all elements of the InputLossActionForUdpOut enum

func InputLossImageType_Values

func InputLossImageType_Values() []string

InputLossImageType_Values returns all elements of the InputLossImageType enum

func InputMaximumBitrate_Values

func InputMaximumBitrate_Values() []string

InputMaximumBitrate_Values returns all elements of the InputMaximumBitrate enum

func InputPreference_Values

func InputPreference_Values() []string

InputPreference_Values returns all elements of the InputPreference enum

func InputResolution_Values

func InputResolution_Values() []string

InputResolution_Values returns all elements of the InputResolution enum

func InputSecurityGroupState_Values

func InputSecurityGroupState_Values() []string

InputSecurityGroupState_Values returns all elements of the InputSecurityGroupState enum

func InputSourceEndBehavior_Values

func InputSourceEndBehavior_Values() []string

InputSourceEndBehavior_Values returns all elements of the InputSourceEndBehavior enum

func InputSourceType_Values

func InputSourceType_Values() []string

InputSourceType_Values returns all elements of the InputSourceType enum

func InputState_Values

func InputState_Values() []string

InputState_Values returns all elements of the InputState enum

func InputTimecodeSource_Values

func InputTimecodeSource_Values() []string

InputTimecodeSource_Values returns all elements of the InputTimecodeSource enum

func InputType_Values

func InputType_Values() []string

InputType_Values returns all elements of the InputType enum

func LastFrameClippingBehavior_Values

func LastFrameClippingBehavior_Values() []string

LastFrameClippingBehavior_Values returns all elements of the LastFrameClippingBehavior enum

func LogLevel_Values

func LogLevel_Values() []string

LogLevel_Values returns all elements of the LogLevel enum

func M2tsAbsentInputAudioBehavior_Values

func M2tsAbsentInputAudioBehavior_Values() []string

M2tsAbsentInputAudioBehavior_Values returns all elements of the M2tsAbsentInputAudioBehavior enum

func M2tsAribCaptionsPidControl_Values

func M2tsAribCaptionsPidControl_Values() []string

M2tsAribCaptionsPidControl_Values returns all elements of the M2tsAribCaptionsPidControl enum

func M2tsArib_Values

func M2tsArib_Values() []string

M2tsArib_Values returns all elements of the M2tsArib enum

func M2tsAudioBufferModel_Values

func M2tsAudioBufferModel_Values() []string

M2tsAudioBufferModel_Values returns all elements of the M2tsAudioBufferModel enum

func M2tsAudioInterval_Values

func M2tsAudioInterval_Values() []string

M2tsAudioInterval_Values returns all elements of the M2tsAudioInterval enum

func M2tsAudioStreamType_Values

func M2tsAudioStreamType_Values() []string

M2tsAudioStreamType_Values returns all elements of the M2tsAudioStreamType enum

func M2tsBufferModel_Values

func M2tsBufferModel_Values() []string

M2tsBufferModel_Values returns all elements of the M2tsBufferModel enum

func M2tsCcDescriptor_Values

func M2tsCcDescriptor_Values() []string

M2tsCcDescriptor_Values returns all elements of the M2tsCcDescriptor enum

func M2tsEbifControl_Values

func M2tsEbifControl_Values() []string

M2tsEbifControl_Values returns all elements of the M2tsEbifControl enum

func M2tsEbpPlacement_Values

func M2tsEbpPlacement_Values() []string

M2tsEbpPlacement_Values returns all elements of the M2tsEbpPlacement enum

func M2tsEsRateInPes_Values

func M2tsEsRateInPes_Values() []string

M2tsEsRateInPes_Values returns all elements of the M2tsEsRateInPes enum

func M2tsKlv_Values

func M2tsKlv_Values() []string

M2tsKlv_Values returns all elements of the M2tsKlv enum

func M2tsNielsenId3Behavior_Values

func M2tsNielsenId3Behavior_Values() []string

M2tsNielsenId3Behavior_Values returns all elements of the M2tsNielsenId3Behavior enum

func M2tsPcrControl_Values

func M2tsPcrControl_Values() []string

M2tsPcrControl_Values returns all elements of the M2tsPcrControl enum

func M2tsRateMode_Values

func M2tsRateMode_Values() []string

M2tsRateMode_Values returns all elements of the M2tsRateMode enum

func M2tsScte35Control_Values

func M2tsScte35Control_Values() []string

M2tsScte35Control_Values returns all elements of the M2tsScte35Control enum

func M2tsSegmentationMarkers_Values

func M2tsSegmentationMarkers_Values() []string

M2tsSegmentationMarkers_Values returns all elements of the M2tsSegmentationMarkers enum

func M2tsSegmentationStyle_Values

func M2tsSegmentationStyle_Values() []string

M2tsSegmentationStyle_Values returns all elements of the M2tsSegmentationStyle enum

func M2tsTimedMetadataBehavior_Values

func M2tsTimedMetadataBehavior_Values() []string

M2tsTimedMetadataBehavior_Values returns all elements of the M2tsTimedMetadataBehavior enum

func M3u8KlvBehavior_Values

func M3u8KlvBehavior_Values() []string

M3u8KlvBehavior_Values returns all elements of the M3u8KlvBehavior enum

func M3u8NielsenId3Behavior_Values

func M3u8NielsenId3Behavior_Values() []string

M3u8NielsenId3Behavior_Values returns all elements of the M3u8NielsenId3Behavior enum

func M3u8PcrControl_Values

func M3u8PcrControl_Values() []string

M3u8PcrControl_Values returns all elements of the M3u8PcrControl enum

func M3u8Scte35Behavior_Values

func M3u8Scte35Behavior_Values() []string

M3u8Scte35Behavior_Values returns all elements of the M3u8Scte35Behavior enum

func M3u8TimedMetadataBehavior_Values

func M3u8TimedMetadataBehavior_Values() []string

M3u8TimedMetadataBehavior_Values returns all elements of the M3u8TimedMetadataBehavior enum

func MaintenanceDay_Values

func MaintenanceDay_Values() []string

MaintenanceDay_Values returns all elements of the MaintenanceDay enum

func MotionGraphicsInsertion_Values

func MotionGraphicsInsertion_Values() []string

MotionGraphicsInsertion_Values returns all elements of the MotionGraphicsInsertion enum

func Mp2CodingMode_Values

func Mp2CodingMode_Values() []string

Mp2CodingMode_Values returns all elements of the Mp2CodingMode enum

func Mpeg2AdaptiveQuantization_Values

func Mpeg2AdaptiveQuantization_Values() []string

Mpeg2AdaptiveQuantization_Values returns all elements of the Mpeg2AdaptiveQuantization enum

func Mpeg2ColorMetadata_Values

func Mpeg2ColorMetadata_Values() []string

Mpeg2ColorMetadata_Values returns all elements of the Mpeg2ColorMetadata enum

func Mpeg2ColorSpace_Values

func Mpeg2ColorSpace_Values() []string

Mpeg2ColorSpace_Values returns all elements of the Mpeg2ColorSpace enum

func Mpeg2DisplayRatio_Values

func Mpeg2DisplayRatio_Values() []string

Mpeg2DisplayRatio_Values returns all elements of the Mpeg2DisplayRatio enum

func Mpeg2GopSizeUnits_Values

func Mpeg2GopSizeUnits_Values() []string

Mpeg2GopSizeUnits_Values returns all elements of the Mpeg2GopSizeUnits enum

func Mpeg2ScanType_Values

func Mpeg2ScanType_Values() []string

Mpeg2ScanType_Values returns all elements of the Mpeg2ScanType enum

func Mpeg2SubGopLength_Values

func Mpeg2SubGopLength_Values() []string

Mpeg2SubGopLength_Values returns all elements of the Mpeg2SubGopLength enum

func Mpeg2TimecodeInsertionBehavior_Values

func Mpeg2TimecodeInsertionBehavior_Values() []string

Mpeg2TimecodeInsertionBehavior_Values returns all elements of the Mpeg2TimecodeInsertionBehavior enum

func MsSmoothH265PackagingType_Values

func MsSmoothH265PackagingType_Values() []string

MsSmoothH265PackagingType_Values returns all elements of the MsSmoothH265PackagingType enum

func MultiplexState_Values

func MultiplexState_Values() []string

MultiplexState_Values returns all elements of the MultiplexState enum

func NetworkInputServerValidation_Values

func NetworkInputServerValidation_Values() []string

NetworkInputServerValidation_Values returns all elements of the NetworkInputServerValidation enum

func NielsenPcmToId3TaggingState_Values

func NielsenPcmToId3TaggingState_Values() []string

NielsenPcmToId3TaggingState_Values returns all elements of the NielsenPcmToId3TaggingState enum

func NielsenWatermarkTimezones_Values

func NielsenWatermarkTimezones_Values() []string

NielsenWatermarkTimezones_Values returns all elements of the NielsenWatermarkTimezones enum

func NielsenWatermarksCbetStepaside_Values

func NielsenWatermarksCbetStepaside_Values() []string

NielsenWatermarksCbetStepaside_Values returns all elements of the NielsenWatermarksCbetStepaside enum

func NielsenWatermarksDistributionTypes_Values

func NielsenWatermarksDistributionTypes_Values() []string

NielsenWatermarksDistributionTypes_Values returns all elements of the NielsenWatermarksDistributionTypes enum

func OfferingDurationUnits_Values

func OfferingDurationUnits_Values() []string

OfferingDurationUnits_Values returns all elements of the OfferingDurationUnits enum

func OfferingType_Values

func OfferingType_Values() []string

OfferingType_Values returns all elements of the OfferingType enum

func PipelineId_Values

func PipelineId_Values() []string

PipelineId_Values returns all elements of the PipelineId enum

func PreferredChannelPipeline_Values

func PreferredChannelPipeline_Values() []string

PreferredChannelPipeline_Values returns all elements of the PreferredChannelPipeline enum

func RebootInputDeviceForce_Values

func RebootInputDeviceForce_Values() []string

RebootInputDeviceForce_Values returns all elements of the RebootInputDeviceForce enum

func ReservationAutomaticRenewal_Values

func ReservationAutomaticRenewal_Values() []string

ReservationAutomaticRenewal_Values returns all elements of the ReservationAutomaticRenewal enum

func ReservationCodec_Values

func ReservationCodec_Values() []string

ReservationCodec_Values returns all elements of the ReservationCodec enum

func ReservationMaximumBitrate_Values

func ReservationMaximumBitrate_Values() []string

ReservationMaximumBitrate_Values returns all elements of the ReservationMaximumBitrate enum

func ReservationMaximumFramerate_Values

func ReservationMaximumFramerate_Values() []string

ReservationMaximumFramerate_Values returns all elements of the ReservationMaximumFramerate enum

func ReservationResolution_Values

func ReservationResolution_Values() []string

ReservationResolution_Values returns all elements of the ReservationResolution enum

func ReservationResourceType_Values

func ReservationResourceType_Values() []string

ReservationResourceType_Values returns all elements of the ReservationResourceType enum

func ReservationSpecialFeature_Values

func ReservationSpecialFeature_Values() []string

ReservationSpecialFeature_Values returns all elements of the ReservationSpecialFeature enum

func ReservationState_Values

func ReservationState_Values() []string

ReservationState_Values returns all elements of the ReservationState enum

func ReservationVideoQuality_Values

func ReservationVideoQuality_Values() []string

ReservationVideoQuality_Values returns all elements of the ReservationVideoQuality enum

func RtmpAdMarkers_Values

func RtmpAdMarkers_Values() []string

RtmpAdMarkers_Values returns all elements of the RtmpAdMarkers enum

func RtmpCacheFullBehavior_Values

func RtmpCacheFullBehavior_Values() []string

RtmpCacheFullBehavior_Values returns all elements of the RtmpCacheFullBehavior enum

func RtmpCaptionData_Values

func RtmpCaptionData_Values() []string

RtmpCaptionData_Values returns all elements of the RtmpCaptionData enum

func RtmpOutputCertificateMode_Values

func RtmpOutputCertificateMode_Values() []string

RtmpOutputCertificateMode_Values returns all elements of the RtmpOutputCertificateMode enum

func S3CannedAcl_Values

func S3CannedAcl_Values() []string

S3CannedAcl_Values returns all elements of the S3CannedAcl enum

func Scte20Convert608To708_Values

func Scte20Convert608To708_Values() []string

Scte20Convert608To708_Values returns all elements of the Scte20Convert608To708 enum

func Scte27OcrLanguage_Values

func Scte27OcrLanguage_Values() []string

Scte27OcrLanguage_Values returns all elements of the Scte27OcrLanguage enum

func Scte35AposNoRegionalBlackoutBehavior_Values

func Scte35AposNoRegionalBlackoutBehavior_Values() []string

Scte35AposNoRegionalBlackoutBehavior_Values returns all elements of the Scte35AposNoRegionalBlackoutBehavior enum

func Scte35AposWebDeliveryAllowedBehavior_Values

func Scte35AposWebDeliveryAllowedBehavior_Values() []string

Scte35AposWebDeliveryAllowedBehavior_Values returns all elements of the Scte35AposWebDeliveryAllowedBehavior enum

func Scte35ArchiveAllowedFlag_Values

func Scte35ArchiveAllowedFlag_Values() []string

Scte35ArchiveAllowedFlag_Values returns all elements of the Scte35ArchiveAllowedFlag enum

func Scte35DeviceRestrictions_Values

func Scte35DeviceRestrictions_Values() []string

Scte35DeviceRestrictions_Values returns all elements of the Scte35DeviceRestrictions enum

func Scte35InputMode_Values

func Scte35InputMode_Values() []string

Scte35InputMode_Values returns all elements of the Scte35InputMode enum

func Scte35NoRegionalBlackoutFlag_Values

func Scte35NoRegionalBlackoutFlag_Values() []string

Scte35NoRegionalBlackoutFlag_Values returns all elements of the Scte35NoRegionalBlackoutFlag enum

func Scte35SegmentationCancelIndicator_Values

func Scte35SegmentationCancelIndicator_Values() []string

Scte35SegmentationCancelIndicator_Values returns all elements of the Scte35SegmentationCancelIndicator enum

func Scte35SpliceInsertNoRegionalBlackoutBehavior_Values

func Scte35SpliceInsertNoRegionalBlackoutBehavior_Values() []string

Scte35SpliceInsertNoRegionalBlackoutBehavior_Values returns all elements of the Scte35SpliceInsertNoRegionalBlackoutBehavior enum

func Scte35SpliceInsertWebDeliveryAllowedBehavior_Values

func Scte35SpliceInsertWebDeliveryAllowedBehavior_Values() []string

Scte35SpliceInsertWebDeliveryAllowedBehavior_Values returns all elements of the Scte35SpliceInsertWebDeliveryAllowedBehavior enum

func Scte35WebDeliveryAllowedFlag_Values

func Scte35WebDeliveryAllowedFlag_Values() []string

Scte35WebDeliveryAllowedFlag_Values returns all elements of the Scte35WebDeliveryAllowedFlag enum

func SmoothGroupAudioOnlyTimecodeControl_Values

func SmoothGroupAudioOnlyTimecodeControl_Values() []string

SmoothGroupAudioOnlyTimecodeControl_Values returns all elements of the SmoothGroupAudioOnlyTimecodeControl enum

func SmoothGroupCertificateMode_Values

func SmoothGroupCertificateMode_Values() []string

SmoothGroupCertificateMode_Values returns all elements of the SmoothGroupCertificateMode enum

func SmoothGroupEventIdMode_Values

func SmoothGroupEventIdMode_Values() []string

SmoothGroupEventIdMode_Values returns all elements of the SmoothGroupEventIdMode enum

func SmoothGroupEventStopBehavior_Values

func SmoothGroupEventStopBehavior_Values() []string

SmoothGroupEventStopBehavior_Values returns all elements of the SmoothGroupEventStopBehavior enum

func SmoothGroupSegmentationMode_Values

func SmoothGroupSegmentationMode_Values() []string

SmoothGroupSegmentationMode_Values returns all elements of the SmoothGroupSegmentationMode enum

func SmoothGroupSparseTrackType_Values

func SmoothGroupSparseTrackType_Values() []string

SmoothGroupSparseTrackType_Values returns all elements of the SmoothGroupSparseTrackType enum

func SmoothGroupStreamManifestBehavior_Values

func SmoothGroupStreamManifestBehavior_Values() []string

SmoothGroupStreamManifestBehavior_Values returns all elements of the SmoothGroupStreamManifestBehavior enum

func SmoothGroupTimestampOffsetMode_Values

func SmoothGroupTimestampOffsetMode_Values() []string

SmoothGroupTimestampOffsetMode_Values returns all elements of the SmoothGroupTimestampOffsetMode enum

func Smpte2038DataPreference_Values

func Smpte2038DataPreference_Values() []string

Smpte2038DataPreference_Values returns all elements of the Smpte2038DataPreference enum

func TemporalFilterPostFilterSharpening_Values

func TemporalFilterPostFilterSharpening_Values() []string

TemporalFilterPostFilterSharpening_Values returns all elements of the TemporalFilterPostFilterSharpening enum

func TemporalFilterStrength_Values

func TemporalFilterStrength_Values() []string

TemporalFilterStrength_Values returns all elements of the TemporalFilterStrength enum

func ThumbnailState_Values

func ThumbnailState_Values() []string

ThumbnailState_Values returns all elements of the ThumbnailState enum

func ThumbnailType_Values

func ThumbnailType_Values() []string

ThumbnailType_Values returns all elements of the ThumbnailType enum

func TimecodeBurninFontSize_Values

func TimecodeBurninFontSize_Values() []string

TimecodeBurninFontSize_Values returns all elements of the TimecodeBurninFontSize enum

func TimecodeBurninPosition_Values

func TimecodeBurninPosition_Values() []string

TimecodeBurninPosition_Values returns all elements of the TimecodeBurninPosition enum

func TimecodeConfigSource_Values

func TimecodeConfigSource_Values() []string

TimecodeConfigSource_Values returns all elements of the TimecodeConfigSource enum

func TtmlDestinationStyleControl_Values

func TtmlDestinationStyleControl_Values() []string

TtmlDestinationStyleControl_Values returns all elements of the TtmlDestinationStyleControl enum

func UdpTimedMetadataId3Frame_Values

func UdpTimedMetadataId3Frame_Values() []string

UdpTimedMetadataId3Frame_Values returns all elements of the UdpTimedMetadataId3Frame enum

func VideoDescriptionRespondToAfd_Values

func VideoDescriptionRespondToAfd_Values() []string

VideoDescriptionRespondToAfd_Values returns all elements of the VideoDescriptionRespondToAfd enum

func VideoDescriptionScalingBehavior_Values

func VideoDescriptionScalingBehavior_Values() []string

VideoDescriptionScalingBehavior_Values returns all elements of the VideoDescriptionScalingBehavior enum

func VideoSelectorColorSpaceUsage_Values

func VideoSelectorColorSpaceUsage_Values() []string

VideoSelectorColorSpaceUsage_Values returns all elements of the VideoSelectorColorSpaceUsage enum

func VideoSelectorColorSpace_Values

func VideoSelectorColorSpace_Values() []string

VideoSelectorColorSpace_Values returns all elements of the VideoSelectorColorSpace enum

func WavCodingMode_Values

func WavCodingMode_Values() []string

WavCodingMode_Values returns all elements of the WavCodingMode enum

func WebvttDestinationStyleControl_Values

func WebvttDestinationStyleControl_Values() []string

WebvttDestinationStyleControl_Values returns all elements of the WebvttDestinationStyleControl enum

type AacSettings

type AacSettings struct {

    // Average bitrate in bits/second. Valid values depend on rate control mode
    // and profile.
    Bitrate *float64 `locationName:"bitrate" type:"double"`

    // Mono, Stereo, or 5.1 channel layout. Valid values depend on rate control
    // mode and profile. The adReceiverMix setting receives a stereo description
    // plus control track and emits a mono AAC encode of the description track,
    // with control data emitted in the PES header as per ETSI TS 101 154 Annex
    // E.
    CodingMode *string `locationName:"codingMode" type:"string" enum:"AacCodingMode"`

    // Set to "broadcasterMixedAd" when input contains pre-mixed main audio + AD
    // (narration) as a stereo pair. The Audio Type field (audioType) will be set
    // to 3, which signals to downstream systems that this stream contains "broadcaster
    // mixed AD". Note that the input received by the encoder must contain pre-mixed
    // audio; the encoder does not perform the mixing. The values in audioTypeControl
    // and audioType (in AudioDescription) are ignored when set to broadcasterMixedAd.Leave
    // set to "normal" when input does not contain pre-mixed audio + AD.
    InputType *string `locationName:"inputType" type:"string" enum:"AacInputType"`

    // AAC Profile.
    Profile *string `locationName:"profile" type:"string" enum:"AacProfile"`

    // Rate Control Mode.
    RateControlMode *string `locationName:"rateControlMode" type:"string" enum:"AacRateControlMode"`

    // Sets LATM / LOAS AAC output for raw containers.
    RawFormat *string `locationName:"rawFormat" type:"string" enum:"AacRawFormat"`

    // Sample rate in Hz. Valid values depend on rate control mode and profile.
    SampleRate *float64 `locationName:"sampleRate" type:"double"`

    // Use MPEG-2 AAC audio instead of MPEG-4 AAC audio for raw or MPEG-2 Transport
    // Stream containers.
    Spec *string `locationName:"spec" type:"string" enum:"AacSpec"`

    // VBR Quality Level - Only used if rateControlMode is VBR.
    VbrQuality *string `locationName:"vbrQuality" type:"string" enum:"AacVbrQuality"`
    // contains filtered or unexported fields
}

Aac Settings

func (AacSettings) GoString

func (s AacSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AacSettings) SetBitrate

func (s *AacSettings) SetBitrate(v float64) *AacSettings

SetBitrate sets the Bitrate field's value.

func (*AacSettings) SetCodingMode

func (s *AacSettings) SetCodingMode(v string) *AacSettings

SetCodingMode sets the CodingMode field's value.

func (*AacSettings) SetInputType

func (s *AacSettings) SetInputType(v string) *AacSettings

SetInputType sets the InputType field's value.

func (*AacSettings) SetProfile

func (s *AacSettings) SetProfile(v string) *AacSettings

SetProfile sets the Profile field's value.

func (*AacSettings) SetRateControlMode

func (s *AacSettings) SetRateControlMode(v string) *AacSettings

SetRateControlMode sets the RateControlMode field's value.

func (*AacSettings) SetRawFormat

func (s *AacSettings) SetRawFormat(v string) *AacSettings

SetRawFormat sets the RawFormat field's value.

func (*AacSettings) SetSampleRate

func (s *AacSettings) SetSampleRate(v float64) *AacSettings

SetSampleRate sets the SampleRate field's value.

func (*AacSettings) SetSpec

func (s *AacSettings) SetSpec(v string) *AacSettings

SetSpec sets the Spec field's value.

func (*AacSettings) SetVbrQuality

func (s *AacSettings) SetVbrQuality(v string) *AacSettings

SetVbrQuality sets the VbrQuality field's value.

func (AacSettings) String

func (s AacSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Ac3Settings

type Ac3Settings struct {

    // Applies a 3 dB attenuation to the surround channels. Applies only when the
    // coding mode parameter is CODING_MODE_3_2_LFE.
    AttenuationControl *string `locationName:"attenuationControl" type:"string" enum:"Ac3AttenuationControl"`

    // Average bitrate in bits/second. Valid bitrates depend on the coding mode.
    Bitrate *float64 `locationName:"bitrate" type:"double"`

    // Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC
    // A/52-2012 for background on these values.
    BitstreamMode *string `locationName:"bitstreamMode" type:"string" enum:"Ac3BitstreamMode"`

    // Dolby Digital coding mode. Determines number of channels.
    CodingMode *string `locationName:"codingMode" type:"string" enum:"Ac3CodingMode"`

    // Sets the dialnorm for the output. If excluded and input audio is Dolby Digital,
    // dialnorm will be passed through.
    Dialnorm *int64 `locationName:"dialnorm" min:"1" type:"integer"`

    // If set to filmStandard, adds dynamic range compression signaling to the output
    // bitstream as defined in the Dolby Digital specification.
    DrcProfile *string `locationName:"drcProfile" type:"string" enum:"Ac3DrcProfile"`

    // When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior
    // to encoding. Only valid in codingMode32Lfe mode.
    LfeFilter *string `locationName:"lfeFilter" type:"string" enum:"Ac3LfeFilter"`

    // When set to "followInput", encoder metadata will be sourced from the DD,
    // DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied
    // from one of these streams, then the static metadata settings will be used.
    MetadataControl *string `locationName:"metadataControl" type:"string" enum:"Ac3MetadataControl"`
    // contains filtered or unexported fields
}

Ac3 Settings

func (Ac3Settings) GoString

func (s Ac3Settings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Ac3Settings) SetAttenuationControl

func (s *Ac3Settings) SetAttenuationControl(v string) *Ac3Settings

SetAttenuationControl sets the AttenuationControl field's value.

func (*Ac3Settings) SetBitrate

func (s *Ac3Settings) SetBitrate(v float64) *Ac3Settings

SetBitrate sets the Bitrate field's value.

func (*Ac3Settings) SetBitstreamMode

func (s *Ac3Settings) SetBitstreamMode(v string) *Ac3Settings

SetBitstreamMode sets the BitstreamMode field's value.

func (*Ac3Settings) SetCodingMode

func (s *Ac3Settings) SetCodingMode(v string) *Ac3Settings

SetCodingMode sets the CodingMode field's value.

func (*Ac3Settings) SetDialnorm

func (s *Ac3Settings) SetDialnorm(v int64) *Ac3Settings

SetDialnorm sets the Dialnorm field's value.

func (*Ac3Settings) SetDrcProfile

func (s *Ac3Settings) SetDrcProfile(v string) *Ac3Settings

SetDrcProfile sets the DrcProfile field's value.

func (*Ac3Settings) SetLfeFilter

func (s *Ac3Settings) SetLfeFilter(v string) *Ac3Settings

SetLfeFilter sets the LfeFilter field's value.

func (*Ac3Settings) SetMetadataControl

func (s *Ac3Settings) SetMetadataControl(v string) *Ac3Settings

SetMetadataControl sets the MetadataControl field's value.

func (Ac3Settings) String

func (s Ac3Settings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Ac3Settings) Validate

func (s *Ac3Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptInputDeviceTransferInput

type AcceptInputDeviceTransferInput struct {

    // InputDeviceId is a required field
    InputDeviceId *string `location:"uri" locationName:"inputDeviceId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (AcceptInputDeviceTransferInput) GoString

func (s AcceptInputDeviceTransferInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptInputDeviceTransferInput) SetInputDeviceId

func (s *AcceptInputDeviceTransferInput) SetInputDeviceId(v string) *AcceptInputDeviceTransferInput

SetInputDeviceId sets the InputDeviceId field's value.

func (AcceptInputDeviceTransferInput) String

func (s AcceptInputDeviceTransferInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AcceptInputDeviceTransferInput) Validate

func (s *AcceptInputDeviceTransferInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AcceptInputDeviceTransferOutput

type AcceptInputDeviceTransferOutput struct {
    // contains filtered or unexported fields
}

func (AcceptInputDeviceTransferOutput) GoString

func (s AcceptInputDeviceTransferOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AcceptInputDeviceTransferOutput) String

func (s AcceptInputDeviceTransferOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AccountConfiguration

type AccountConfiguration struct {

    // Specifies the KMS key to use for all features that use key encryption. Specify
    // the ARN of a KMS key that you have created. Or leave blank to use the key
    // that MediaLive creates and manages for you.
    KmsKeyId *string `locationName:"kmsKeyId" type:"string"`
    // contains filtered or unexported fields
}

func (AccountConfiguration) GoString

func (s AccountConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AccountConfiguration) SetKmsKeyId

func (s *AccountConfiguration) SetKmsKeyId(v string) *AccountConfiguration

SetKmsKeyId sets the KmsKeyId field's value.

func (AccountConfiguration) String

func (s AccountConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AncillarySourceSettings

type AncillarySourceSettings struct {

    // Specifies the number (1 to 4) of the captions channel you want to extract
    // from the ancillary captions. If you plan to convert the ancillary captions
    // to another format, complete this field. If you plan to choose Embedded as
    // the captions destination in the output (to pass through all the channels
    // in the ancillary captions), leave this field blank because MediaLive ignores
    // the field.
    SourceAncillaryChannelNumber *int64 `locationName:"sourceAncillaryChannelNumber" min:"1" type:"integer"`
    // contains filtered or unexported fields
}

Ancillary Source Settings

func (AncillarySourceSettings) GoString

func (s AncillarySourceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AncillarySourceSettings) SetSourceAncillaryChannelNumber

func (s *AncillarySourceSettings) SetSourceAncillaryChannelNumber(v int64) *AncillarySourceSettings

SetSourceAncillaryChannelNumber sets the SourceAncillaryChannelNumber field's value.

func (AncillarySourceSettings) String

func (s AncillarySourceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AncillarySourceSettings) Validate

func (s *AncillarySourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ArchiveCdnSettings

type ArchiveCdnSettings struct {

    // Archive S3 Settings
    ArchiveS3Settings *ArchiveS3Settings `locationName:"archiveS3Settings" type:"structure"`
    // contains filtered or unexported fields
}

Archive Cdn Settings

func (ArchiveCdnSettings) GoString

func (s ArchiveCdnSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveCdnSettings) SetArchiveS3Settings

func (s *ArchiveCdnSettings) SetArchiveS3Settings(v *ArchiveS3Settings) *ArchiveCdnSettings

SetArchiveS3Settings sets the ArchiveS3Settings field's value.

func (ArchiveCdnSettings) String

func (s ArchiveCdnSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ArchiveContainerSettings

type ArchiveContainerSettings struct {

    // M2ts Settings
    M2tsSettings *M2tsSettings `locationName:"m2tsSettings" type:"structure"`

    // Raw Settings
    RawSettings *RawSettings `locationName:"rawSettings" type:"structure"`
    // contains filtered or unexported fields
}

Archive Container Settings

func (ArchiveContainerSettings) GoString

func (s ArchiveContainerSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveContainerSettings) SetM2tsSettings

func (s *ArchiveContainerSettings) SetM2tsSettings(v *M2tsSettings) *ArchiveContainerSettings

SetM2tsSettings sets the M2tsSettings field's value.

func (*ArchiveContainerSettings) SetRawSettings

func (s *ArchiveContainerSettings) SetRawSettings(v *RawSettings) *ArchiveContainerSettings

SetRawSettings sets the RawSettings field's value.

func (ArchiveContainerSettings) String

func (s ArchiveContainerSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveContainerSettings) Validate

func (s *ArchiveContainerSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ArchiveGroupSettings

type ArchiveGroupSettings struct {

    // Parameters that control interactions with the CDN.
    ArchiveCdnSettings *ArchiveCdnSettings `locationName:"archiveCdnSettings" type:"structure"`

    // A directory and base filename where archive files should be written.
    //
    // Destination is a required field
    Destination *OutputLocationRef `locationName:"destination" type:"structure" required:"true"`

    // Number of seconds to write to archive file before closing and starting a
    // new one.
    RolloverInterval *int64 `locationName:"rolloverInterval" min:"1" type:"integer"`
    // contains filtered or unexported fields
}

Archive Group Settings

func (ArchiveGroupSettings) GoString

func (s ArchiveGroupSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveGroupSettings) SetArchiveCdnSettings

func (s *ArchiveGroupSettings) SetArchiveCdnSettings(v *ArchiveCdnSettings) *ArchiveGroupSettings

SetArchiveCdnSettings sets the ArchiveCdnSettings field's value.

func (*ArchiveGroupSettings) SetDestination

func (s *ArchiveGroupSettings) SetDestination(v *OutputLocationRef) *ArchiveGroupSettings

SetDestination sets the Destination field's value.

func (*ArchiveGroupSettings) SetRolloverInterval

func (s *ArchiveGroupSettings) SetRolloverInterval(v int64) *ArchiveGroupSettings

SetRolloverInterval sets the RolloverInterval field's value.

func (ArchiveGroupSettings) String

func (s ArchiveGroupSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveGroupSettings) Validate

func (s *ArchiveGroupSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ArchiveOutputSettings

type ArchiveOutputSettings struct {

    // Settings specific to the container type of the file.
    //
    // ContainerSettings is a required field
    ContainerSettings *ArchiveContainerSettings `locationName:"containerSettings" type:"structure" required:"true"`

    // Output file extension. If excluded, this will be auto-selected from the container
    // type.
    Extension *string `locationName:"extension" type:"string"`

    // String concatenated to the end of the destination filename. Required for
    // multiple outputs of the same type.
    NameModifier *string `locationName:"nameModifier" type:"string"`
    // contains filtered or unexported fields
}

Archive Output Settings

func (ArchiveOutputSettings) GoString

func (s ArchiveOutputSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveOutputSettings) SetContainerSettings

func (s *ArchiveOutputSettings) SetContainerSettings(v *ArchiveContainerSettings) *ArchiveOutputSettings

SetContainerSettings sets the ContainerSettings field's value.

func (*ArchiveOutputSettings) SetExtension

func (s *ArchiveOutputSettings) SetExtension(v string) *ArchiveOutputSettings

SetExtension sets the Extension field's value.

func (*ArchiveOutputSettings) SetNameModifier

func (s *ArchiveOutputSettings) SetNameModifier(v string) *ArchiveOutputSettings

SetNameModifier sets the NameModifier field's value.

func (ArchiveOutputSettings) String

func (s ArchiveOutputSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveOutputSettings) Validate

func (s *ArchiveOutputSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type ArchiveS3Settings

type ArchiveS3Settings struct {

    // Specify the canned ACL to apply to each S3 request. Defaults to none.
    CannedAcl *string `locationName:"cannedAcl" type:"string" enum:"S3CannedAcl"`
    // contains filtered or unexported fields
}

Archive S3 Settings

func (ArchiveS3Settings) GoString

func (s ArchiveS3Settings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ArchiveS3Settings) SetCannedAcl

func (s *ArchiveS3Settings) SetCannedAcl(v string) *ArchiveS3Settings

SetCannedAcl sets the CannedAcl field's value.

func (ArchiveS3Settings) String

func (s ArchiveS3Settings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AribDestinationSettings

type AribDestinationSettings struct {
    // contains filtered or unexported fields
}

Arib Destination Settings

func (AribDestinationSettings) GoString

func (s AribDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AribDestinationSettings) String

func (s AribDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AribSourceSettings

type AribSourceSettings struct {
    // contains filtered or unexported fields
}

Arib Source Settings

func (AribSourceSettings) GoString

func (s AribSourceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (AribSourceSettings) String

func (s AribSourceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AudioChannelMapping

type AudioChannelMapping struct {

    // Indices and gain values for each input channel that should be remixed into
    // this output channel.
    //
    // InputChannelLevels is a required field
    InputChannelLevels []*InputChannelLevel `locationName:"inputChannelLevels" type:"list" required:"true"`

    // The index of the output channel being produced.
    //
    // OutputChannel is a required field
    OutputChannel *int64 `locationName:"outputChannel" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Audio Channel Mapping

func (AudioChannelMapping) GoString

func (s AudioChannelMapping) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioChannelMapping) SetInputChannelLevels

func (s *AudioChannelMapping) SetInputChannelLevels(v []*InputChannelLevel) *AudioChannelMapping

SetInputChannelLevels sets the InputChannelLevels field's value.

func (*AudioChannelMapping) SetOutputChannel

func (s *AudioChannelMapping) SetOutputChannel(v int64) *AudioChannelMapping

SetOutputChannel sets the OutputChannel field's value.

func (AudioChannelMapping) String

func (s AudioChannelMapping) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioChannelMapping) Validate

func (s *AudioChannelMapping) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioCodecSettings

type AudioCodecSettings struct {

    // Aac Settings
    AacSettings *AacSettings `locationName:"aacSettings" type:"structure"`

    // Ac3 Settings
    Ac3Settings *Ac3Settings `locationName:"ac3Settings" type:"structure"`

    // Eac3 Atmos Settings
    Eac3AtmosSettings *Eac3AtmosSettings `locationName:"eac3AtmosSettings" type:"structure"`

    // Eac3 Settings
    Eac3Settings *Eac3Settings `locationName:"eac3Settings" type:"structure"`

    // Mp2 Settings
    Mp2Settings *Mp2Settings `locationName:"mp2Settings" type:"structure"`

    // Pass Through Settings
    PassThroughSettings *PassThroughSettings `locationName:"passThroughSettings" type:"structure"`

    // Wav Settings
    WavSettings *WavSettings `locationName:"wavSettings" type:"structure"`
    // contains filtered or unexported fields
}

Audio Codec Settings

func (AudioCodecSettings) GoString

func (s AudioCodecSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioCodecSettings) SetAacSettings

func (s *AudioCodecSettings) SetAacSettings(v *AacSettings) *AudioCodecSettings

SetAacSettings sets the AacSettings field's value.

func (*AudioCodecSettings) SetAc3Settings

func (s *AudioCodecSettings) SetAc3Settings(v *Ac3Settings) *AudioCodecSettings

SetAc3Settings sets the Ac3Settings field's value.

func (*AudioCodecSettings) SetEac3AtmosSettings

func (s *AudioCodecSettings) SetEac3AtmosSettings(v *Eac3AtmosSettings) *AudioCodecSettings

SetEac3AtmosSettings sets the Eac3AtmosSettings field's value.

func (*AudioCodecSettings) SetEac3Settings

func (s *AudioCodecSettings) SetEac3Settings(v *Eac3Settings) *AudioCodecSettings

SetEac3Settings sets the Eac3Settings field's value.

func (*AudioCodecSettings) SetMp2Settings

func (s *AudioCodecSettings) SetMp2Settings(v *Mp2Settings) *AudioCodecSettings

SetMp2Settings sets the Mp2Settings field's value.

func (*AudioCodecSettings) SetPassThroughSettings

func (s *AudioCodecSettings) SetPassThroughSettings(v *PassThroughSettings) *AudioCodecSettings

SetPassThroughSettings sets the PassThroughSettings field's value.

func (*AudioCodecSettings) SetWavSettings

func (s *AudioCodecSettings) SetWavSettings(v *WavSettings) *AudioCodecSettings

SetWavSettings sets the WavSettings field's value.

func (AudioCodecSettings) String

func (s AudioCodecSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioCodecSettings) Validate

func (s *AudioCodecSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioDescription

type AudioDescription struct {

    // Advanced audio normalization settings.
    AudioNormalizationSettings *AudioNormalizationSettings `locationName:"audioNormalizationSettings" type:"structure"`

    // The name of the AudioSelector used as the source for this AudioDescription.
    //
    // AudioSelectorName is a required field
    AudioSelectorName *string `locationName:"audioSelectorName" type:"string" required:"true"`

    // Applies only if audioTypeControl is useConfigured. The values for audioType
    // are defined in ISO-IEC 13818-1.
    AudioType *string `locationName:"audioType" type:"string" enum:"AudioType"`

    // Determines how audio type is determined. followInput: If the input contains
    // an ISO 639 audioType, then that value is passed through to the output. If
    // the input contains no ISO 639 audioType, the value in Audio Type is included
    // in the output. useConfigured: The value in Audio Type is included in the
    // output.Note that this field and audioType are both ignored if inputType is
    // broadcasterMixedAd.
    AudioTypeControl *string `locationName:"audioTypeControl" type:"string" enum:"AudioDescriptionAudioTypeControl"`

    // Settings to configure one or more solutions that insert audio watermarks
    // in the audio encode
    AudioWatermarkingSettings *AudioWatermarkSettings `locationName:"audioWatermarkingSettings" type:"structure"`

    // Audio codec settings.
    CodecSettings *AudioCodecSettings `locationName:"codecSettings" type:"structure"`

    // RFC 5646 language code representing the language of the audio output track.
    // Only used if languageControlMode is useConfigured, or there is no ISO 639
    // language code specified in the input.
    LanguageCode *string `locationName:"languageCode" min:"1" type:"string"`

    // Choosing followInput will cause the ISO 639 language code of the output to
    // follow the ISO 639 language code of the input. The languageCode will be used
    // when useConfigured is set, or when followInput is selected but there is no
    // ISO 639 language code specified by the input.
    LanguageCodeControl *string `locationName:"languageCodeControl" type:"string" enum:"AudioDescriptionLanguageCodeControl"`

    // The name of this AudioDescription. Outputs will use this name to uniquely
    // identify this AudioDescription. Description names should be unique within
    // this Live Event.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true"`

    // Settings that control how input audio channels are remixed into the output
    // audio channels.
    RemixSettings *RemixSettings `locationName:"remixSettings" type:"structure"`

    // Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by
    // the player (eg. English, or Director Commentary).
    StreamName *string `locationName:"streamName" type:"string"`
    // contains filtered or unexported fields
}

Audio Description

func (AudioDescription) GoString

func (s AudioDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioDescription) SetAudioNormalizationSettings

func (s *AudioDescription) SetAudioNormalizationSettings(v *AudioNormalizationSettings) *AudioDescription

SetAudioNormalizationSettings sets the AudioNormalizationSettings field's value.

func (*AudioDescription) SetAudioSelectorName

func (s *AudioDescription) SetAudioSelectorName(v string) *AudioDescription

SetAudioSelectorName sets the AudioSelectorName field's value.

func (*AudioDescription) SetAudioType

func (s *AudioDescription) SetAudioType(v string) *AudioDescription

SetAudioType sets the AudioType field's value.

func (*AudioDescription) SetAudioTypeControl

func (s *AudioDescription) SetAudioTypeControl(v string) *AudioDescription

SetAudioTypeControl sets the AudioTypeControl field's value.

func (*AudioDescription) SetAudioWatermarkingSettings

func (s *AudioDescription) SetAudioWatermarkingSettings(v *AudioWatermarkSettings) *AudioDescription

SetAudioWatermarkingSettings sets the AudioWatermarkingSettings field's value.

func (*AudioDescription) SetCodecSettings

func (s *AudioDescription) SetCodecSettings(v *AudioCodecSettings) *AudioDescription

SetCodecSettings sets the CodecSettings field's value.

func (*AudioDescription) SetLanguageCode

func (s *AudioDescription) SetLanguageCode(v string) *AudioDescription

SetLanguageCode sets the LanguageCode field's value.

func (*AudioDescription) SetLanguageCodeControl

func (s *AudioDescription) SetLanguageCodeControl(v string) *AudioDescription

SetLanguageCodeControl sets the LanguageCodeControl field's value.

func (*AudioDescription) SetName

func (s *AudioDescription) SetName(v string) *AudioDescription

SetName sets the Name field's value.

func (*AudioDescription) SetRemixSettings

func (s *AudioDescription) SetRemixSettings(v *RemixSettings) *AudioDescription

SetRemixSettings sets the RemixSettings field's value.

func (*AudioDescription) SetStreamName

func (s *AudioDescription) SetStreamName(v string) *AudioDescription

SetStreamName sets the StreamName field's value.

func (AudioDescription) String

func (s AudioDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioDescription) Validate

func (s *AudioDescription) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioDolbyEDecode

type AudioDolbyEDecode struct {

    // Applies only to Dolby E. Enter the program ID (according to the metadata
    // in the audio) of the Dolby E program to extract from the specified track.
    // One program extracted per audio selector. To select multiple programs, create
    // multiple selectors with the same Track and different Program numbers. “All
    // channels” means to ignore the program IDs and include all the channels
    // in this selector; useful if metadata is known to be incorrect.
    //
    // ProgramSelection is a required field
    ProgramSelection *string `locationName:"programSelection" type:"string" required:"true" enum:"DolbyEProgramSelection"`
    // contains filtered or unexported fields
}

Audio Dolby EDecode

func (AudioDolbyEDecode) GoString

func (s AudioDolbyEDecode) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioDolbyEDecode) SetProgramSelection

func (s *AudioDolbyEDecode) SetProgramSelection(v string) *AudioDolbyEDecode

SetProgramSelection sets the ProgramSelection field's value.

func (AudioDolbyEDecode) String

func (s AudioDolbyEDecode) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioDolbyEDecode) Validate

func (s *AudioDolbyEDecode) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioHlsRenditionSelection

type AudioHlsRenditionSelection struct {

    // Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
    //
    // GroupId is a required field
    GroupId *string `locationName:"groupId" min:"1" type:"string" required:"true"`

    // Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Audio Hls Rendition Selection

func (AudioHlsRenditionSelection) GoString

func (s AudioHlsRenditionSelection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioHlsRenditionSelection) SetGroupId

func (s *AudioHlsRenditionSelection) SetGroupId(v string) *AudioHlsRenditionSelection

SetGroupId sets the GroupId field's value.

func (*AudioHlsRenditionSelection) SetName

func (s *AudioHlsRenditionSelection) SetName(v string) *AudioHlsRenditionSelection

SetName sets the Name field's value.

func (AudioHlsRenditionSelection) String

func (s AudioHlsRenditionSelection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioHlsRenditionSelection) Validate

func (s *AudioHlsRenditionSelection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioLanguageSelection

type AudioLanguageSelection struct {

    // Selects a specific three-letter language code from within an audio source.
    //
    // LanguageCode is a required field
    LanguageCode *string `locationName:"languageCode" type:"string" required:"true"`

    // When set to "strict", the transport stream demux strictly identifies audio
    // streams by their language descriptor. If a PMT update occurs such that an
    // audio stream matching the initially selected language is no longer present
    // then mute will be encoded until the language returns. If "loose", then on
    // a PMT update the demux will choose another audio stream in the program with
    // the same stream type if it can't find one with the same language.
    LanguageSelectionPolicy *string `locationName:"languageSelectionPolicy" type:"string" enum:"AudioLanguageSelectionPolicy"`
    // contains filtered or unexported fields
}

Audio Language Selection

func (AudioLanguageSelection) GoString

func (s AudioLanguageSelection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioLanguageSelection) SetLanguageCode

func (s *AudioLanguageSelection) SetLanguageCode(v string) *AudioLanguageSelection

SetLanguageCode sets the LanguageCode field's value.

func (*AudioLanguageSelection) SetLanguageSelectionPolicy

func (s *AudioLanguageSelection) SetLanguageSelectionPolicy(v string) *AudioLanguageSelection

SetLanguageSelectionPolicy sets the LanguageSelectionPolicy field's value.

func (AudioLanguageSelection) String

func (s AudioLanguageSelection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioLanguageSelection) Validate

func (s *AudioLanguageSelection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioNormalizationSettings

type AudioNormalizationSettings struct {

    // Audio normalization algorithm to use. itu17701 conforms to the CALM Act specification,
    // itu17702 conforms to the EBU R-128 specification.
    Algorithm *string `locationName:"algorithm" type:"string" enum:"AudioNormalizationAlgorithm"`

    // When set to correctAudio the output audio is corrected using the chosen algorithm.
    // If set to measureOnly, the audio will be measured but not adjusted.
    AlgorithmControl *string `locationName:"algorithmControl" type:"string" enum:"AudioNormalizationAlgorithmControl"`

    // Target LKFS(loudness) to adjust volume to. If no value is entered, a default
    // value will be used according to the chosen algorithm. The CALM Act (1770-1)
    // recommends a target of -24 LKFS. The EBU R-128 specification (1770-2) recommends
    // a target of -23 LKFS.
    TargetLkfs *float64 `locationName:"targetLkfs" type:"double"`
    // contains filtered or unexported fields
}

Audio Normalization Settings

func (AudioNormalizationSettings) GoString

func (s AudioNormalizationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioNormalizationSettings) SetAlgorithm

func (s *AudioNormalizationSettings) SetAlgorithm(v string) *AudioNormalizationSettings

SetAlgorithm sets the Algorithm field's value.

func (*AudioNormalizationSettings) SetAlgorithmControl

func (s *AudioNormalizationSettings) SetAlgorithmControl(v string) *AudioNormalizationSettings

SetAlgorithmControl sets the AlgorithmControl field's value.

func (*AudioNormalizationSettings) SetTargetLkfs

func (s *AudioNormalizationSettings) SetTargetLkfs(v float64) *AudioNormalizationSettings

SetTargetLkfs sets the TargetLkfs field's value.

func (AudioNormalizationSettings) String

func (s AudioNormalizationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type AudioOnlyHlsSettings

type AudioOnlyHlsSettings struct {

    // Specifies the group to which the audio Rendition belongs.
    AudioGroupId *string `locationName:"audioGroupId" type:"string"`

    // Optional. Specifies the .jpg or .png image to use as the cover art for an
    // audio-only output. We recommend a low bit-size file because the image increases
    // the output audio bandwidth.The image is attached to the audio as an ID3 tag,
    // frame type APIC, picture type 0x10, as per the "ID3 tag version 2.4.0 - Native
    // Frames" standard.
    AudioOnlyImage *InputLocation `locationName:"audioOnlyImage" type:"structure"`

    // Four types of audio-only tracks are supported:Audio-Only Variant StreamThe
    // client can play back this audio-only stream instead of video in low-bandwidth
    // scenarios. Represented as an EXT-X-STREAM-INF in the HLS manifest.Alternate
    // Audio, Auto Select, DefaultAlternate rendition that the client should try
    // to play back by default. Represented as an EXT-X-MEDIA in the HLS manifest
    // with DEFAULT=YES, AUTOSELECT=YESAlternate Audio, Auto Select, Not DefaultAlternate
    // rendition that the client may try to play back by default. Represented as
    // an EXT-X-MEDIA in the HLS manifest with DEFAULT=NO, AUTOSELECT=YESAlternate
    // Audio, not Auto SelectAlternate rendition that the client will not try to
    // play back by default. Represented as an EXT-X-MEDIA in the HLS manifest with
    // DEFAULT=NO, AUTOSELECT=NO
    AudioTrackType *string `locationName:"audioTrackType" type:"string" enum:"AudioOnlyHlsTrackType"`

    // Specifies the segment type.
    SegmentType *string `locationName:"segmentType" type:"string" enum:"AudioOnlyHlsSegmentType"`
    // contains filtered or unexported fields
}

Audio Only Hls Settings

func (AudioOnlyHlsSettings) GoString

func (s AudioOnlyHlsSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioOnlyHlsSettings) SetAudioGroupId

func (s *AudioOnlyHlsSettings) SetAudioGroupId(v string) *AudioOnlyHlsSettings

SetAudioGroupId sets the AudioGroupId field's value.

func (*AudioOnlyHlsSettings) SetAudioOnlyImage

func (s *AudioOnlyHlsSettings) SetAudioOnlyImage(v *InputLocation) *AudioOnlyHlsSettings

SetAudioOnlyImage sets the AudioOnlyImage field's value.

func (*AudioOnlyHlsSettings) SetAudioTrackType

func (s *AudioOnlyHlsSettings) SetAudioTrackType(v string) *AudioOnlyHlsSettings

SetAudioTrackType sets the AudioTrackType field's value.

func (*AudioOnlyHlsSettings) SetSegmentType

func (s *AudioOnlyHlsSettings) SetSegmentType(v string) *AudioOnlyHlsSettings

SetSegmentType sets the SegmentType field's value.

func (AudioOnlyHlsSettings) String

func (s AudioOnlyHlsSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioOnlyHlsSettings) Validate

func (s *AudioOnlyHlsSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioPidSelection

type AudioPidSelection struct {

    // Selects a specific PID from within a source.
    //
    // Pid is a required field
    Pid *int64 `locationName:"pid" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Audio Pid Selection

func (AudioPidSelection) GoString

func (s AudioPidSelection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioPidSelection) SetPid

func (s *AudioPidSelection) SetPid(v int64) *AudioPidSelection

SetPid sets the Pid field's value.

func (AudioPidSelection) String

func (s AudioPidSelection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioPidSelection) Validate

func (s *AudioPidSelection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioSelector

type AudioSelector struct {

    // The name of this AudioSelector. AudioDescriptions will use this name to uniquely
    // identify this Selector. Selector names should be unique per input.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // The audio selector settings.
    SelectorSettings *AudioSelectorSettings `locationName:"selectorSettings" type:"structure"`
    // contains filtered or unexported fields
}

Audio Selector

func (AudioSelector) GoString

func (s AudioSelector) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSelector) SetName

func (s *AudioSelector) SetName(v string) *AudioSelector

SetName sets the Name field's value.

func (*AudioSelector) SetSelectorSettings

func (s *AudioSelector) SetSelectorSettings(v *AudioSelectorSettings) *AudioSelector

SetSelectorSettings sets the SelectorSettings field's value.

func (AudioSelector) String

func (s AudioSelector) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSelector) Validate

func (s *AudioSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioSelectorSettings

type AudioSelectorSettings struct {

    // Audio Hls Rendition Selection
    AudioHlsRenditionSelection *AudioHlsRenditionSelection `locationName:"audioHlsRenditionSelection" type:"structure"`

    // Audio Language Selection
    AudioLanguageSelection *AudioLanguageSelection `locationName:"audioLanguageSelection" type:"structure"`

    // Audio Pid Selection
    AudioPidSelection *AudioPidSelection `locationName:"audioPidSelection" type:"structure"`

    // Audio Track Selection
    AudioTrackSelection *AudioTrackSelection `locationName:"audioTrackSelection" type:"structure"`
    // contains filtered or unexported fields
}

Audio Selector Settings

func (AudioSelectorSettings) GoString

func (s AudioSelectorSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSelectorSettings) SetAudioHlsRenditionSelection

func (s *AudioSelectorSettings) SetAudioHlsRenditionSelection(v *AudioHlsRenditionSelection) *AudioSelectorSettings

SetAudioHlsRenditionSelection sets the AudioHlsRenditionSelection field's value.

func (*AudioSelectorSettings) SetAudioLanguageSelection

func (s *AudioSelectorSettings) SetAudioLanguageSelection(v *AudioLanguageSelection) *AudioSelectorSettings

SetAudioLanguageSelection sets the AudioLanguageSelection field's value.

func (*AudioSelectorSettings) SetAudioPidSelection

func (s *AudioSelectorSettings) SetAudioPidSelection(v *AudioPidSelection) *AudioSelectorSettings

SetAudioPidSelection sets the AudioPidSelection field's value.

func (*AudioSelectorSettings) SetAudioTrackSelection

func (s *AudioSelectorSettings) SetAudioTrackSelection(v *AudioTrackSelection) *AudioSelectorSettings

SetAudioTrackSelection sets the AudioTrackSelection field's value.

func (AudioSelectorSettings) String

func (s AudioSelectorSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSelectorSettings) Validate

func (s *AudioSelectorSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioSilenceFailoverSettings

type AudioSilenceFailoverSettings struct {

    // The name of the audio selector in the input that MediaLive should monitor
    // to detect silence. Select your most important rendition. If you didn't create
    // an audio selector in this input, leave blank.
    //
    // AudioSelectorName is a required field
    AudioSelectorName *string `locationName:"audioSelectorName" type:"string" required:"true"`

    // The amount of time (in milliseconds) that the active input must be silent
    // before automatic input failover occurs. Silence is defined as audio loss
    // or audio quieter than -50 dBFS.
    AudioSilenceThresholdMsec *int64 `locationName:"audioSilenceThresholdMsec" min:"1000" type:"integer"`
    // contains filtered or unexported fields
}

func (AudioSilenceFailoverSettings) GoString

func (s AudioSilenceFailoverSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSilenceFailoverSettings) SetAudioSelectorName

func (s *AudioSilenceFailoverSettings) SetAudioSelectorName(v string) *AudioSilenceFailoverSettings

SetAudioSelectorName sets the AudioSelectorName field's value.

func (*AudioSilenceFailoverSettings) SetAudioSilenceThresholdMsec

func (s *AudioSilenceFailoverSettings) SetAudioSilenceThresholdMsec(v int64) *AudioSilenceFailoverSettings

SetAudioSilenceThresholdMsec sets the AudioSilenceThresholdMsec field's value.

func (AudioSilenceFailoverSettings) String

func (s AudioSilenceFailoverSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioSilenceFailoverSettings) Validate

func (s *AudioSilenceFailoverSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioTrack

type AudioTrack struct {

    // 1-based integer value that maps to a specific audio track
    //
    // Track is a required field
    Track *int64 `locationName:"track" min:"1" type:"integer" required:"true"`
    // contains filtered or unexported fields
}

Audio Track

func (AudioTrack) GoString

func (s AudioTrack) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioTrack) SetTrack

func (s *AudioTrack) SetTrack(v int64) *AudioTrack

SetTrack sets the Track field's value.

func (AudioTrack) String

func (s AudioTrack) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioTrack) Validate

func (s *AudioTrack) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioTrackSelection

type AudioTrackSelection struct {

    // Configure decoding options for Dolby E streams - these should be Dolby E
    // frames carried in PCM streams tagged with SMPTE-337
    DolbyEDecode *AudioDolbyEDecode `locationName:"dolbyEDecode" type:"structure"`

    // Selects one or more unique audio tracks from within a source.
    //
    // Tracks is a required field
    Tracks []*AudioTrack `locationName:"tracks" type:"list" required:"true"`
    // contains filtered or unexported fields
}

Audio Track Selection

func (AudioTrackSelection) GoString

func (s AudioTrackSelection) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioTrackSelection) SetDolbyEDecode

func (s *AudioTrackSelection) SetDolbyEDecode(v *AudioDolbyEDecode) *AudioTrackSelection

SetDolbyEDecode sets the DolbyEDecode field's value.

func (*AudioTrackSelection) SetTracks

func (s *AudioTrackSelection) SetTracks(v []*AudioTrack) *AudioTrackSelection

SetTracks sets the Tracks field's value.

func (AudioTrackSelection) String

func (s AudioTrackSelection) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioTrackSelection) Validate

func (s *AudioTrackSelection) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AudioWatermarkSettings

type AudioWatermarkSettings struct {

    // Settings to configure Nielsen Watermarks in the audio encode
    NielsenWatermarksSettings *NielsenWatermarksSettings `locationName:"nielsenWatermarksSettings" type:"structure"`
    // contains filtered or unexported fields
}

Audio Watermark Settings

func (AudioWatermarkSettings) GoString

func (s AudioWatermarkSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioWatermarkSettings) SetNielsenWatermarksSettings

func (s *AudioWatermarkSettings) SetNielsenWatermarksSettings(v *NielsenWatermarksSettings) *AudioWatermarkSettings

SetNielsenWatermarksSettings sets the NielsenWatermarksSettings field's value.

func (AudioWatermarkSettings) String

func (s AudioWatermarkSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AudioWatermarkSettings) Validate

func (s *AudioWatermarkSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AutomaticInputFailoverSettings

type AutomaticInputFailoverSettings struct {

    // This clear time defines the requirement a recovered input must meet to be
    // considered healthy. The input must have no failover conditions for this length
    // of time. Enter a time in milliseconds. This value is particularly important
    // if the input_preference for the failover pair is set to PRIMARY_INPUT_PREFERRED,
    // because after this time, MediaLive will switch back to the primary input.
    ErrorClearTimeMsec *int64 `locationName:"errorClearTimeMsec" min:"1" type:"integer"`

    // A list of failover conditions. If any of these conditions occur, MediaLive
    // will perform a failover to the other input.
    FailoverConditions []*FailoverCondition `locationName:"failoverConditions" type:"list"`

    // Input preference when deciding which input to make active when a previously
    // failed input has recovered.
    InputPreference *string `locationName:"inputPreference" type:"string" enum:"InputPreference"`

    // The input ID of the secondary input in the automatic input failover pair.
    //
    // SecondaryInputId is a required field
    SecondaryInputId *string `locationName:"secondaryInputId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

The settings for Automatic Input Failover.

func (AutomaticInputFailoverSettings) GoString

func (s AutomaticInputFailoverSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomaticInputFailoverSettings) SetErrorClearTimeMsec

func (s *AutomaticInputFailoverSettings) SetErrorClearTimeMsec(v int64) *AutomaticInputFailoverSettings

SetErrorClearTimeMsec sets the ErrorClearTimeMsec field's value.

func (*AutomaticInputFailoverSettings) SetFailoverConditions

func (s *AutomaticInputFailoverSettings) SetFailoverConditions(v []*FailoverCondition) *AutomaticInputFailoverSettings

SetFailoverConditions sets the FailoverConditions field's value.

func (*AutomaticInputFailoverSettings) SetInputPreference

func (s *AutomaticInputFailoverSettings) SetInputPreference(v string) *AutomaticInputFailoverSettings

SetInputPreference sets the InputPreference field's value.

func (*AutomaticInputFailoverSettings) SetSecondaryInputId

func (s *AutomaticInputFailoverSettings) SetSecondaryInputId(v string) *AutomaticInputFailoverSettings

SetSecondaryInputId sets the SecondaryInputId field's value.

func (AutomaticInputFailoverSettings) String

func (s AutomaticInputFailoverSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AutomaticInputFailoverSettings) Validate

func (s *AutomaticInputFailoverSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvailBlanking

type AvailBlanking struct {

    // Blanking image to be used. Leave empty for solid black. Only bmp and png
    // images are supported.
    AvailBlankingImage *InputLocation `locationName:"availBlankingImage" type:"structure"`

    // When set to enabled, causes video, audio and captions to be blanked when
    // insertion metadata is added.
    State *string `locationName:"state" type:"string" enum:"AvailBlankingState"`
    // contains filtered or unexported fields
}

Avail Blanking

func (AvailBlanking) GoString

func (s AvailBlanking) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailBlanking) SetAvailBlankingImage

func (s *AvailBlanking) SetAvailBlankingImage(v *InputLocation) *AvailBlanking

SetAvailBlankingImage sets the AvailBlankingImage field's value.

func (*AvailBlanking) SetState

func (s *AvailBlanking) SetState(v string) *AvailBlanking

SetState sets the State field's value.

func (AvailBlanking) String

func (s AvailBlanking) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailBlanking) Validate

func (s *AvailBlanking) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvailConfiguration

type AvailConfiguration struct {

    // Controls how SCTE-35 messages create cues. Splice Insert mode treats all
    // segmentation signals traditionally. With Time Signal APOS mode only Time
    // Signal Placement Opportunity and Break messages create segment breaks. With
    // ESAM mode, signals are forwarded to an ESAM server for possible update.
    AvailSettings *AvailSettings `locationName:"availSettings" type:"structure"`
    // contains filtered or unexported fields
}

Avail Configuration

func (AvailConfiguration) GoString

func (s AvailConfiguration) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailConfiguration) SetAvailSettings

func (s *AvailConfiguration) SetAvailSettings(v *AvailSettings) *AvailConfiguration

SetAvailSettings sets the AvailSettings field's value.

func (AvailConfiguration) String

func (s AvailConfiguration) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailConfiguration) Validate

func (s *AvailConfiguration) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type AvailSettings

type AvailSettings struct {

    // Esam
    Esam *Esam `locationName:"esam" type:"structure"`

    // Typical configuration that applies breaks on splice inserts in addition to
    // time signal placement opportunities, breaks, and advertisements.
    Scte35SpliceInsert *Scte35SpliceInsert `locationName:"scte35SpliceInsert" type:"structure"`

    // Atypical configuration that applies segment breaks only on SCTE-35 time signal
    // placement opportunities and breaks.
    Scte35TimeSignalApos *Scte35TimeSignalApos `locationName:"scte35TimeSignalApos" type:"structure"`
    // contains filtered or unexported fields
}

Avail Settings

func (AvailSettings) GoString

func (s AvailSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailSettings) SetEsam

func (s *AvailSettings) SetEsam(v *Esam) *AvailSettings

SetEsam sets the Esam field's value.

func (*AvailSettings) SetScte35SpliceInsert

func (s *AvailSettings) SetScte35SpliceInsert(v *Scte35SpliceInsert) *AvailSettings

SetScte35SpliceInsert sets the Scte35SpliceInsert field's value.

func (*AvailSettings) SetScte35TimeSignalApos

func (s *AvailSettings) SetScte35TimeSignalApos(v *Scte35TimeSignalApos) *AvailSettings

SetScte35TimeSignalApos sets the Scte35TimeSignalApos field's value.

func (AvailSettings) String

func (s AvailSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*AvailSettings) Validate

func (s *AvailSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BadGatewayException

type BadGatewayException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

func (*BadGatewayException) Code

func (s *BadGatewayException) Code() string

Code returns the exception type name.

func (*BadGatewayException) Error

func (s *BadGatewayException) Error() string

func (BadGatewayException) GoString

func (s BadGatewayException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BadGatewayException) Message

func (s *BadGatewayException) Message() string

Message returns the exception's message.

func (*BadGatewayException) OrigErr

func (s *BadGatewayException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadGatewayException) RequestID

func (s *BadGatewayException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadGatewayException) StatusCode

func (s *BadGatewayException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadGatewayException) String

func (s BadGatewayException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BadRequestException

type BadRequestException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

func (*BadRequestException) Code

func (s *BadRequestException) Code() string

Code returns the exception type name.

func (*BadRequestException) Error

func (s *BadRequestException) Error() string

func (BadRequestException) GoString

func (s BadRequestException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BadRequestException) Message

func (s *BadRequestException) Message() string

Message returns the exception's message.

func (*BadRequestException) OrigErr

func (s *BadRequestException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*BadRequestException) RequestID

func (s *BadRequestException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*BadRequestException) StatusCode

func (s *BadRequestException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (BadRequestException) String

func (s BadRequestException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDeleteInput

type BatchDeleteInput struct {
    ChannelIds []*string `locationName:"channelIds" type:"list"`

    InputIds []*string `locationName:"inputIds" type:"list"`

    InputSecurityGroupIds []*string `locationName:"inputSecurityGroupIds" type:"list"`

    MultiplexIds []*string `locationName:"multiplexIds" type:"list"`
    // contains filtered or unexported fields
}

func (BatchDeleteInput) GoString

func (s BatchDeleteInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteInput) SetChannelIds

func (s *BatchDeleteInput) SetChannelIds(v []*string) *BatchDeleteInput

SetChannelIds sets the ChannelIds field's value.

func (*BatchDeleteInput) SetInputIds

func (s *BatchDeleteInput) SetInputIds(v []*string) *BatchDeleteInput

SetInputIds sets the InputIds field's value.

func (*BatchDeleteInput) SetInputSecurityGroupIds

func (s *BatchDeleteInput) SetInputSecurityGroupIds(v []*string) *BatchDeleteInput

SetInputSecurityGroupIds sets the InputSecurityGroupIds field's value.

func (*BatchDeleteInput) SetMultiplexIds

func (s *BatchDeleteInput) SetMultiplexIds(v []*string) *BatchDeleteInput

SetMultiplexIds sets the MultiplexIds field's value.

func (BatchDeleteInput) String

func (s BatchDeleteInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchDeleteOutput

type BatchDeleteOutput struct {
    Failed []*BatchFailedResultModel `locationName:"failed" type:"list"`

    Successful []*BatchSuccessfulResultModel `locationName:"successful" type:"list"`
    // contains filtered or unexported fields
}

func (BatchDeleteOutput) GoString

func (s BatchDeleteOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchDeleteOutput) SetFailed

func (s *BatchDeleteOutput) SetFailed(v []*BatchFailedResultModel) *BatchDeleteOutput

SetFailed sets the Failed field's value.

func (*BatchDeleteOutput) SetSuccessful

func (s *BatchDeleteOutput) SetSuccessful(v []*BatchSuccessfulResultModel) *BatchDeleteOutput

SetSuccessful sets the Successful field's value.

func (BatchDeleteOutput) String

func (s BatchDeleteOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchFailedResultModel

type BatchFailedResultModel struct {

    // ARN of the resource
    Arn *string `locationName:"arn" type:"string"`

    // Error code for the failed operation
    Code *string `locationName:"code" type:"string"`

    // ID of the resource
    Id *string `locationName:"id" type:"string"`

    // Error message for the failed operation
    Message *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

Details from a failed operation

func (BatchFailedResultModel) GoString

func (s BatchFailedResultModel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchFailedResultModel) SetArn

func (s *BatchFailedResultModel) SetArn(v string) *BatchFailedResultModel

SetArn sets the Arn field's value.

func (*BatchFailedResultModel) SetCode

func (s *BatchFailedResultModel) SetCode(v string) *BatchFailedResultModel

SetCode sets the Code field's value.

func (*BatchFailedResultModel) SetId

func (s *BatchFailedResultModel) SetId(v string) *BatchFailedResultModel

SetId sets the Id field's value.

func (*BatchFailedResultModel) SetMessage

func (s *BatchFailedResultModel) SetMessage(v string) *BatchFailedResultModel

SetMessage sets the Message field's value.

func (BatchFailedResultModel) String

func (s BatchFailedResultModel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchScheduleActionCreateRequest

type BatchScheduleActionCreateRequest struct {

    // A list of schedule actions to create.
    //
    // ScheduleActions is a required field
    ScheduleActions []*ScheduleAction `locationName:"scheduleActions" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A list of schedule actions to create (in a request) or that have been created (in a response).

func (BatchScheduleActionCreateRequest) GoString

func (s BatchScheduleActionCreateRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchScheduleActionCreateRequest) SetScheduleActions

func (s *BatchScheduleActionCreateRequest) SetScheduleActions(v []*ScheduleAction) *BatchScheduleActionCreateRequest

SetScheduleActions sets the ScheduleActions field's value.

func (BatchScheduleActionCreateRequest) String

func (s BatchScheduleActionCreateRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchScheduleActionCreateRequest) Validate

func (s *BatchScheduleActionCreateRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchScheduleActionCreateResult

type BatchScheduleActionCreateResult struct {

    // List of actions that have been created in the schedule.
    //
    // ScheduleActions is a required field
    ScheduleActions []*ScheduleAction `locationName:"scheduleActions" type:"list" required:"true"`
    // contains filtered or unexported fields
}

List of actions that have been created in the schedule.

func (BatchScheduleActionCreateResult) GoString

func (s BatchScheduleActionCreateResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchScheduleActionCreateResult) SetScheduleActions

func (s *BatchScheduleActionCreateResult) SetScheduleActions(v []*ScheduleAction) *BatchScheduleActionCreateResult

SetScheduleActions sets the ScheduleActions field's value.

func (BatchScheduleActionCreateResult) String

func (s BatchScheduleActionCreateResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchScheduleActionDeleteRequest

type BatchScheduleActionDeleteRequest struct {

    // A list of schedule actions to delete.
    //
    // ActionNames is a required field
    ActionNames []*string `locationName:"actionNames" type:"list" required:"true"`
    // contains filtered or unexported fields
}

A list of schedule actions to delete.

func (BatchScheduleActionDeleteRequest) GoString

func (s BatchScheduleActionDeleteRequest) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchScheduleActionDeleteRequest) SetActionNames

func (s *BatchScheduleActionDeleteRequest) SetActionNames(v []*string) *BatchScheduleActionDeleteRequest

SetActionNames sets the ActionNames field's value.

func (BatchScheduleActionDeleteRequest) String

func (s BatchScheduleActionDeleteRequest) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchScheduleActionDeleteRequest) Validate

func (s *BatchScheduleActionDeleteRequest) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchScheduleActionDeleteResult

type BatchScheduleActionDeleteResult struct {

    // List of actions that have been deleted from the schedule.
    //
    // ScheduleActions is a required field
    ScheduleActions []*ScheduleAction `locationName:"scheduleActions" type:"list" required:"true"`
    // contains filtered or unexported fields
}

List of actions that have been deleted from the schedule.

func (BatchScheduleActionDeleteResult) GoString

func (s BatchScheduleActionDeleteResult) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchScheduleActionDeleteResult) SetScheduleActions

func (s *BatchScheduleActionDeleteResult) SetScheduleActions(v []*ScheduleAction) *BatchScheduleActionDeleteResult

SetScheduleActions sets the ScheduleActions field's value.

func (BatchScheduleActionDeleteResult) String

func (s BatchScheduleActionDeleteResult) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchStartInput

type BatchStartInput struct {
    ChannelIds []*string `locationName:"channelIds" type:"list"`

    MultiplexIds []*string `locationName:"multiplexIds" type:"list"`
    // contains filtered or unexported fields
}

func (BatchStartInput) GoString

func (s BatchStartInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchStartInput) SetChannelIds

func (s *BatchStartInput) SetChannelIds(v []*string) *BatchStartInput

SetChannelIds sets the ChannelIds field's value.

func (*BatchStartInput) SetMultiplexIds

func (s *BatchStartInput) SetMultiplexIds(v []*string) *BatchStartInput

SetMultiplexIds sets the MultiplexIds field's value.

func (BatchStartInput) String

func (s BatchStartInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchStartOutput

type BatchStartOutput struct {
    Failed []*BatchFailedResultModel `locationName:"failed" type:"list"`

    Successful []*BatchSuccessfulResultModel `locationName:"successful" type:"list"`
    // contains filtered or unexported fields
}

func (BatchStartOutput) GoString

func (s BatchStartOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchStartOutput) SetFailed

func (s *BatchStartOutput) SetFailed(v []*BatchFailedResultModel) *BatchStartOutput

SetFailed sets the Failed field's value.

func (*BatchStartOutput) SetSuccessful

func (s *BatchStartOutput) SetSuccessful(v []*BatchSuccessfulResultModel) *BatchStartOutput

SetSuccessful sets the Successful field's value.

func (BatchStartOutput) String

func (s BatchStartOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchStopInput

type BatchStopInput struct {
    ChannelIds []*string `locationName:"channelIds" type:"list"`

    MultiplexIds []*string `locationName:"multiplexIds" type:"list"`
    // contains filtered or unexported fields
}

func (BatchStopInput) GoString

func (s BatchStopInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchStopInput) SetChannelIds

func (s *BatchStopInput) SetChannelIds(v []*string) *BatchStopInput

SetChannelIds sets the ChannelIds field's value.

func (*BatchStopInput) SetMultiplexIds

func (s *BatchStopInput) SetMultiplexIds(v []*string) *BatchStopInput

SetMultiplexIds sets the MultiplexIds field's value.

func (BatchStopInput) String

func (s BatchStopInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchStopOutput

type BatchStopOutput struct {
    Failed []*BatchFailedResultModel `locationName:"failed" type:"list"`

    Successful []*BatchSuccessfulResultModel `locationName:"successful" type:"list"`
    // contains filtered or unexported fields
}

func (BatchStopOutput) GoString

func (s BatchStopOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchStopOutput) SetFailed

func (s *BatchStopOutput) SetFailed(v []*BatchFailedResultModel) *BatchStopOutput

SetFailed sets the Failed field's value.

func (*BatchStopOutput) SetSuccessful

func (s *BatchStopOutput) SetSuccessful(v []*BatchSuccessfulResultModel) *BatchStopOutput

SetSuccessful sets the Successful field's value.

func (BatchStopOutput) String

func (s BatchStopOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchSuccessfulResultModel

type BatchSuccessfulResultModel struct {

    // ARN of the resource
    Arn *string `locationName:"arn" type:"string"`

    // ID of the resource
    Id *string `locationName:"id" type:"string"`

    // Current state of the resource
    State *string `locationName:"state" type:"string"`
    // contains filtered or unexported fields
}

Details from a successful operation

func (BatchSuccessfulResultModel) GoString

func (s BatchSuccessfulResultModel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchSuccessfulResultModel) SetArn

func (s *BatchSuccessfulResultModel) SetArn(v string) *BatchSuccessfulResultModel

SetArn sets the Arn field's value.

func (*BatchSuccessfulResultModel) SetId

func (s *BatchSuccessfulResultModel) SetId(v string) *BatchSuccessfulResultModel

SetId sets the Id field's value.

func (*BatchSuccessfulResultModel) SetState

func (s *BatchSuccessfulResultModel) SetState(v string) *BatchSuccessfulResultModel

SetState sets the State field's value.

func (BatchSuccessfulResultModel) String

func (s BatchSuccessfulResultModel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BatchUpdateScheduleInput

type BatchUpdateScheduleInput struct {

    // ChannelId is a required field
    ChannelId *string `location:"uri" locationName:"channelId" type:"string" required:"true"`

    // Schedule actions to create in the schedule.
    Creates *BatchScheduleActionCreateRequest `locationName:"creates" type:"structure"`

    // Schedule actions to delete from the schedule.
    Deletes *BatchScheduleActionDeleteRequest `locationName:"deletes" type:"structure"`
    // contains filtered or unexported fields
}

A request to create actions (add actions to the schedule), delete actions (remove actions from the schedule), or both create and delete actions.

func (BatchUpdateScheduleInput) GoString

func (s BatchUpdateScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchUpdateScheduleInput) SetChannelId

func (s *BatchUpdateScheduleInput) SetChannelId(v string) *BatchUpdateScheduleInput

SetChannelId sets the ChannelId field's value.

func (*BatchUpdateScheduleInput) SetCreates

func (s *BatchUpdateScheduleInput) SetCreates(v *BatchScheduleActionCreateRequest) *BatchUpdateScheduleInput

SetCreates sets the Creates field's value.

func (*BatchUpdateScheduleInput) SetDeletes

func (s *BatchUpdateScheduleInput) SetDeletes(v *BatchScheduleActionDeleteRequest) *BatchUpdateScheduleInput

SetDeletes sets the Deletes field's value.

func (BatchUpdateScheduleInput) String

func (s BatchUpdateScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchUpdateScheduleInput) Validate

func (s *BatchUpdateScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BatchUpdateScheduleOutput

type BatchUpdateScheduleOutput struct {

    // List of actions that have been created in the schedule.
    Creates *BatchScheduleActionCreateResult `locationName:"creates" type:"structure"`

    // List of actions that have been deleted from the schedule.
    Deletes *BatchScheduleActionDeleteResult `locationName:"deletes" type:"structure"`
    // contains filtered or unexported fields
}

func (BatchUpdateScheduleOutput) GoString

func (s BatchUpdateScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BatchUpdateScheduleOutput) SetCreates

func (s *BatchUpdateScheduleOutput) SetCreates(v *BatchScheduleActionCreateResult) *BatchUpdateScheduleOutput

SetCreates sets the Creates field's value.

func (*BatchUpdateScheduleOutput) SetDeletes

func (s *BatchUpdateScheduleOutput) SetDeletes(v *BatchScheduleActionDeleteResult) *BatchUpdateScheduleOutput

SetDeletes sets the Deletes field's value.

func (BatchUpdateScheduleOutput) String

func (s BatchUpdateScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type BlackoutSlate

type BlackoutSlate struct {

    // Blackout slate image to be used. Leave empty for solid black. Only bmp and
    // png images are supported.
    BlackoutSlateImage *InputLocation `locationName:"blackoutSlateImage" type:"structure"`

    // Setting to enabled causes the encoder to blackout the video, audio, and captions,
    // and raise the "Network Blackout Image" slate when an SCTE104/35 Network End
    // Segmentation Descriptor is encountered. The blackout will be lifted when
    // the Network Start Segmentation Descriptor is encountered. The Network End
    // and Network Start descriptors must contain a network ID that matches the
    // value entered in "Network ID".
    NetworkEndBlackout *string `locationName:"networkEndBlackout" type:"string" enum:"BlackoutSlateNetworkEndBlackout"`

    // Path to local file to use as Network End Blackout image. Image will be scaled
    // to fill the entire output raster.
    NetworkEndBlackoutImage *InputLocation `locationName:"networkEndBlackoutImage" type:"structure"`

    // Provides Network ID that matches EIDR ID format (e.g., "10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C").
    NetworkId *string `locationName:"networkId" min:"34" type:"string"`

    // When set to enabled, causes video, audio and captions to be blanked when
    // indicated by program metadata.
    State *string `locationName:"state" type:"string" enum:"BlackoutSlateState"`
    // contains filtered or unexported fields
}

Blackout Slate

func (BlackoutSlate) GoString

func (s BlackoutSlate) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BlackoutSlate) SetBlackoutSlateImage

func (s *BlackoutSlate) SetBlackoutSlateImage(v *InputLocation) *BlackoutSlate

SetBlackoutSlateImage sets the BlackoutSlateImage field's value.

func (*BlackoutSlate) SetNetworkEndBlackout

func (s *BlackoutSlate) SetNetworkEndBlackout(v string) *BlackoutSlate

SetNetworkEndBlackout sets the NetworkEndBlackout field's value.

func (*BlackoutSlate) SetNetworkEndBlackoutImage

func (s *BlackoutSlate) SetNetworkEndBlackoutImage(v *InputLocation) *BlackoutSlate

SetNetworkEndBlackoutImage sets the NetworkEndBlackoutImage field's value.

func (*BlackoutSlate) SetNetworkId

func (s *BlackoutSlate) SetNetworkId(v string) *BlackoutSlate

SetNetworkId sets the NetworkId field's value.

func (*BlackoutSlate) SetState

func (s *BlackoutSlate) SetState(v string) *BlackoutSlate

SetState sets the State field's value.

func (BlackoutSlate) String

func (s BlackoutSlate) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BlackoutSlate) Validate

func (s *BlackoutSlate) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type BurnInDestinationSettings

type BurnInDestinationSettings struct {

    // If no explicit xPosition or yPosition is provided, setting alignment to centered
    // will place the captions at the bottom center of the output. Similarly, setting
    // a left alignment will align captions to the bottom left of the output. If
    // x and y positions are given in conjunction with the alignment parameter,
    // the font will be justified (either left or centered) relative to those coordinates.
    // Selecting "smart" justification will left-justify live subtitles and center-justify
    // pre-recorded subtitles. All burn-in and DVB-Sub font settings must match.
    Alignment *string `locationName:"alignment" type:"string" enum:"BurnInAlignment"`

    // Specifies the color of the rectangle behind the captions. All burn-in and
    // DVB-Sub font settings must match.
    BackgroundColor *string `locationName:"backgroundColor" type:"string" enum:"BurnInBackgroundColor"`

    // Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent.
    // Leaving this parameter out is equivalent to setting it to 0 (transparent).
    // All burn-in and DVB-Sub font settings must match.
    BackgroundOpacity *int64 `locationName:"backgroundOpacity" type:"integer"`

    // External font file used for caption burn-in. File extension must be 'ttf'
    // or 'tte'. Although the user can select output fonts for many different types
    // of input captions, embedded, STL and teletext sources use a strict grid system.
    // Using external fonts with these caption sources could cause unexpected display
    // of proportional fonts. All burn-in and DVB-Sub font settings must match.
    Font *InputLocation `locationName:"font" type:"structure"`

    // Specifies the color of the burned-in captions. This option is not valid for
    // source captions that are STL, 608/embedded or teletext. These source settings
    // are already pre-defined by the caption stream. All burn-in and DVB-Sub font
    // settings must match.
    FontColor *string `locationName:"fontColor" type:"string" enum:"BurnInFontColor"`

    // Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
    // All burn-in and DVB-Sub font settings must match.
    FontOpacity *int64 `locationName:"fontOpacity" type:"integer"`

    // Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and
    // DVB-Sub font settings must match.
    FontResolution *int64 `locationName:"fontResolution" min:"96" type:"integer"`

    // When set to 'auto' fontSize will scale depending on the size of the output.
    // Giving a positive integer will specify the exact font size in points. All
    // burn-in and DVB-Sub font settings must match.
    FontSize *string `locationName:"fontSize" type:"string"`

    // Specifies font outline color. This option is not valid for source captions
    // that are either 608/embedded or teletext. These source settings are already
    // pre-defined by the caption stream. All burn-in and DVB-Sub font settings
    // must match.
    OutlineColor *string `locationName:"outlineColor" type:"string" enum:"BurnInOutlineColor"`

    // Specifies font outline size in pixels. This option is not valid for source
    // captions that are either 608/embedded or teletext. These source settings
    // are already pre-defined by the caption stream. All burn-in and DVB-Sub font
    // settings must match.
    OutlineSize *int64 `locationName:"outlineSize" type:"integer"`

    // Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub
    // font settings must match.
    ShadowColor *string `locationName:"shadowColor" type:"string" enum:"BurnInShadowColor"`

    // Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving
    // this parameter out is equivalent to setting it to 0 (transparent). All burn-in
    // and DVB-Sub font settings must match.
    ShadowOpacity *int64 `locationName:"shadowOpacity" type:"integer"`

    // Specifies the horizontal offset of the shadow relative to the captions in
    // pixels. A value of -2 would result in a shadow offset 2 pixels to the left.
    // All burn-in and DVB-Sub font settings must match.
    ShadowXOffset *int64 `locationName:"shadowXOffset" type:"integer"`

    // Specifies the vertical offset of the shadow relative to the captions in pixels.
    // A value of -2 would result in a shadow offset 2 pixels above the text. All
    // burn-in and DVB-Sub font settings must match.
    ShadowYOffset *int64 `locationName:"shadowYOffset" type:"integer"`

    // Controls whether a fixed grid size will be used to generate the output subtitles
    // bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.
    TeletextGridControl *string `locationName:"teletextGridControl" type:"string" enum:"BurnInTeletextGridControl"`

    // Specifies the horizontal position of the caption relative to the left side
    // of the output in pixels. A value of 10 would result in the captions starting
    // 10 pixels from the left of the output. If no explicit xPosition is provided,
    // the horizontal caption position will be determined by the alignment parameter.
    // All burn-in and DVB-Sub font settings must match.
    XPosition *int64 `locationName:"xPosition" type:"integer"`

    // Specifies the vertical position of the caption relative to the top of the
    // output in pixels. A value of 10 would result in the captions starting 10
    // pixels from the top of the output. If no explicit yPosition is provided,
    // the caption will be positioned towards the bottom of the output. All burn-in
    // and DVB-Sub font settings must match.
    YPosition *int64 `locationName:"yPosition" type:"integer"`
    // contains filtered or unexported fields
}

Burn In Destination Settings

func (BurnInDestinationSettings) GoString

func (s BurnInDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BurnInDestinationSettings) SetAlignment

func (s *BurnInDestinationSettings) SetAlignment(v string) *BurnInDestinationSettings

SetAlignment sets the Alignment field's value.

func (*BurnInDestinationSettings) SetBackgroundColor

func (s *BurnInDestinationSettings) SetBackgroundColor(v string) *BurnInDestinationSettings

SetBackgroundColor sets the BackgroundColor field's value.

func (*BurnInDestinationSettings) SetBackgroundOpacity

func (s *BurnInDestinationSettings) SetBackgroundOpacity(v int64) *BurnInDestinationSettings

SetBackgroundOpacity sets the BackgroundOpacity field's value.

func (*BurnInDestinationSettings) SetFont

func (s *BurnInDestinationSettings) SetFont(v *InputLocation) *BurnInDestinationSettings

SetFont sets the Font field's value.

func (*BurnInDestinationSettings) SetFontColor

func (s *BurnInDestinationSettings) SetFontColor(v string) *BurnInDestinationSettings

SetFontColor sets the FontColor field's value.

func (*BurnInDestinationSettings) SetFontOpacity

func (s *BurnInDestinationSettings) SetFontOpacity(v int64) *BurnInDestinationSettings

SetFontOpacity sets the FontOpacity field's value.

func (*BurnInDestinationSettings) SetFontResolution

func (s *BurnInDestinationSettings) SetFontResolution(v int64) *BurnInDestinationSettings

SetFontResolution sets the FontResolution field's value.

func (*BurnInDestinationSettings) SetFontSize

func (s *BurnInDestinationSettings) SetFontSize(v string) *BurnInDestinationSettings

SetFontSize sets the FontSize field's value.

func (*BurnInDestinationSettings) SetOutlineColor

func (s *BurnInDestinationSettings) SetOutlineColor(v string) *BurnInDestinationSettings

SetOutlineColor sets the OutlineColor field's value.

func (*BurnInDestinationSettings) SetOutlineSize

func (s *BurnInDestinationSettings) SetOutlineSize(v int64) *BurnInDestinationSettings

SetOutlineSize sets the OutlineSize field's value.

func (*BurnInDestinationSettings) SetShadowColor

func (s *BurnInDestinationSettings) SetShadowColor(v string) *BurnInDestinationSettings

SetShadowColor sets the ShadowColor field's value.

func (*BurnInDestinationSettings) SetShadowOpacity

func (s *BurnInDestinationSettings) SetShadowOpacity(v int64) *BurnInDestinationSettings

SetShadowOpacity sets the ShadowOpacity field's value.

func (*BurnInDestinationSettings) SetShadowXOffset

func (s *BurnInDestinationSettings) SetShadowXOffset(v int64) *BurnInDestinationSettings

SetShadowXOffset sets the ShadowXOffset field's value.

func (*BurnInDestinationSettings) SetShadowYOffset

func (s *BurnInDestinationSettings) SetShadowYOffset(v int64) *BurnInDestinationSettings

SetShadowYOffset sets the ShadowYOffset field's value.

func (*BurnInDestinationSettings) SetTeletextGridControl

func (s *BurnInDestinationSettings) SetTeletextGridControl(v string) *BurnInDestinationSettings

SetTeletextGridControl sets the TeletextGridControl field's value.

func (*BurnInDestinationSettings) SetXPosition

func (s *BurnInDestinationSettings) SetXPosition(v int64) *BurnInDestinationSettings

SetXPosition sets the XPosition field's value.

func (*BurnInDestinationSettings) SetYPosition

func (s *BurnInDestinationSettings) SetYPosition(v int64) *BurnInDestinationSettings

SetYPosition sets the YPosition field's value.

func (BurnInDestinationSettings) String

func (s BurnInDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*BurnInDestinationSettings) Validate

func (s *BurnInDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelInputDeviceTransferInput

type CancelInputDeviceTransferInput struct {

    // InputDeviceId is a required field
    InputDeviceId *string `location:"uri" locationName:"inputDeviceId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (CancelInputDeviceTransferInput) GoString

func (s CancelInputDeviceTransferInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelInputDeviceTransferInput) SetInputDeviceId

func (s *CancelInputDeviceTransferInput) SetInputDeviceId(v string) *CancelInputDeviceTransferInput

SetInputDeviceId sets the InputDeviceId field's value.

func (CancelInputDeviceTransferInput) String

func (s CancelInputDeviceTransferInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CancelInputDeviceTransferInput) Validate

func (s *CancelInputDeviceTransferInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CancelInputDeviceTransferOutput

type CancelInputDeviceTransferOutput struct {
    // contains filtered or unexported fields
}

func (CancelInputDeviceTransferOutput) GoString

func (s CancelInputDeviceTransferOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CancelInputDeviceTransferOutput) String

func (s CancelInputDeviceTransferOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CaptionDescription

type CaptionDescription struct {

    // Indicates whether the caption track implements accessibility features such
    // as written descriptions of spoken dialog, music, and sounds.
    Accessibility *string `locationName:"accessibility" type:"string" enum:"AccessibilityType"`

    // Specifies which input caption selector to use as a caption source when generating
    // output captions. This field should match a captionSelector name.
    //
    // CaptionSelectorName is a required field
    CaptionSelectorName *string `locationName:"captionSelectorName" type:"string" required:"true"`

    // Additional settings for captions destination that depend on the destination
    // type.
    DestinationSettings *CaptionDestinationSettings `locationName:"destinationSettings" type:"structure"`

    // ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
    LanguageCode *string `locationName:"languageCode" type:"string"`

    // Human readable information to indicate captions available for players (eg.
    // English, or Spanish).
    LanguageDescription *string `locationName:"languageDescription" type:"string"`

    // Name of the caption description. Used to associate a caption description
    // with an output. Names must be unique within an event.
    //
    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Caption Description

func (CaptionDescription) GoString

func (s CaptionDescription) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDescription) SetAccessibility

func (s *CaptionDescription) SetAccessibility(v string) *CaptionDescription

SetAccessibility sets the Accessibility field's value.

func (*CaptionDescription) SetCaptionSelectorName

func (s *CaptionDescription) SetCaptionSelectorName(v string) *CaptionDescription

SetCaptionSelectorName sets the CaptionSelectorName field's value.

func (*CaptionDescription) SetDestinationSettings

func (s *CaptionDescription) SetDestinationSettings(v *CaptionDestinationSettings) *CaptionDescription

SetDestinationSettings sets the DestinationSettings field's value.

func (*CaptionDescription) SetLanguageCode

func (s *CaptionDescription) SetLanguageCode(v string) *CaptionDescription

SetLanguageCode sets the LanguageCode field's value.

func (*CaptionDescription) SetLanguageDescription

func (s *CaptionDescription) SetLanguageDescription(v string) *CaptionDescription

SetLanguageDescription sets the LanguageDescription field's value.

func (*CaptionDescription) SetName

func (s *CaptionDescription) SetName(v string) *CaptionDescription

SetName sets the Name field's value.

func (CaptionDescription) String

func (s CaptionDescription) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDescription) Validate

func (s *CaptionDescription) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionDestinationSettings

type CaptionDestinationSettings struct {

    // Arib Destination Settings
    AribDestinationSettings *AribDestinationSettings `locationName:"aribDestinationSettings" type:"structure"`

    // Burn In Destination Settings
    BurnInDestinationSettings *BurnInDestinationSettings `locationName:"burnInDestinationSettings" type:"structure"`

    // Dvb Sub Destination Settings
    DvbSubDestinationSettings *DvbSubDestinationSettings `locationName:"dvbSubDestinationSettings" type:"structure"`

    // Ebu Tt DDestination Settings
    EbuTtDDestinationSettings *EbuTtDDestinationSettings `locationName:"ebuTtDDestinationSettings" type:"structure"`

    // Embedded Destination Settings
    EmbeddedDestinationSettings *EmbeddedDestinationSettings `locationName:"embeddedDestinationSettings" type:"structure"`

    // Embedded Plus Scte20 Destination Settings
    EmbeddedPlusScte20DestinationSettings *EmbeddedPlusScte20DestinationSettings `locationName:"embeddedPlusScte20DestinationSettings" type:"structure"`

    // Rtmp Caption Info Destination Settings
    RtmpCaptionInfoDestinationSettings *RtmpCaptionInfoDestinationSettings `locationName:"rtmpCaptionInfoDestinationSettings" type:"structure"`

    // Scte20 Plus Embedded Destination Settings
    Scte20PlusEmbeddedDestinationSettings *Scte20PlusEmbeddedDestinationSettings `locationName:"scte20PlusEmbeddedDestinationSettings" type:"structure"`

    // Scte27 Destination Settings
    Scte27DestinationSettings *Scte27DestinationSettings `locationName:"scte27DestinationSettings" type:"structure"`

    // Smpte Tt Destination Settings
    SmpteTtDestinationSettings *SmpteTtDestinationSettings `locationName:"smpteTtDestinationSettings" type:"structure"`

    // Teletext Destination Settings
    TeletextDestinationSettings *TeletextDestinationSettings `locationName:"teletextDestinationSettings" type:"structure"`

    // Ttml Destination Settings
    TtmlDestinationSettings *TtmlDestinationSettings `locationName:"ttmlDestinationSettings" type:"structure"`

    // Webvtt Destination Settings
    WebvttDestinationSettings *WebvttDestinationSettings `locationName:"webvttDestinationSettings" type:"structure"`
    // contains filtered or unexported fields
}

Caption Destination Settings

func (CaptionDestinationSettings) GoString

func (s CaptionDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDestinationSettings) SetAribDestinationSettings

func (s *CaptionDestinationSettings) SetAribDestinationSettings(v *AribDestinationSettings) *CaptionDestinationSettings

SetAribDestinationSettings sets the AribDestinationSettings field's value.

func (*CaptionDestinationSettings) SetBurnInDestinationSettings

func (s *CaptionDestinationSettings) SetBurnInDestinationSettings(v *BurnInDestinationSettings) *CaptionDestinationSettings

SetBurnInDestinationSettings sets the BurnInDestinationSettings field's value.

func (*CaptionDestinationSettings) SetDvbSubDestinationSettings

func (s *CaptionDestinationSettings) SetDvbSubDestinationSettings(v *DvbSubDestinationSettings) *CaptionDestinationSettings

SetDvbSubDestinationSettings sets the DvbSubDestinationSettings field's value.

func (*CaptionDestinationSettings) SetEbuTtDDestinationSettings

func (s *CaptionDestinationSettings) SetEbuTtDDestinationSettings(v *EbuTtDDestinationSettings) *CaptionDestinationSettings

SetEbuTtDDestinationSettings sets the EbuTtDDestinationSettings field's value.

func (*CaptionDestinationSettings) SetEmbeddedDestinationSettings

func (s *CaptionDestinationSettings) SetEmbeddedDestinationSettings(v *EmbeddedDestinationSettings) *CaptionDestinationSettings

SetEmbeddedDestinationSettings sets the EmbeddedDestinationSettings field's value.

func (*CaptionDestinationSettings) SetEmbeddedPlusScte20DestinationSettings

func (s *CaptionDestinationSettings) SetEmbeddedPlusScte20DestinationSettings(v *EmbeddedPlusScte20DestinationSettings) *CaptionDestinationSettings

SetEmbeddedPlusScte20DestinationSettings sets the EmbeddedPlusScte20DestinationSettings field's value.

func (*CaptionDestinationSettings) SetRtmpCaptionInfoDestinationSettings

func (s *CaptionDestinationSettings) SetRtmpCaptionInfoDestinationSettings(v *RtmpCaptionInfoDestinationSettings) *CaptionDestinationSettings

SetRtmpCaptionInfoDestinationSettings sets the RtmpCaptionInfoDestinationSettings field's value.

func (*CaptionDestinationSettings) SetScte20PlusEmbeddedDestinationSettings

func (s *CaptionDestinationSettings) SetScte20PlusEmbeddedDestinationSettings(v *Scte20PlusEmbeddedDestinationSettings) *CaptionDestinationSettings

SetScte20PlusEmbeddedDestinationSettings sets the Scte20PlusEmbeddedDestinationSettings field's value.

func (*CaptionDestinationSettings) SetScte27DestinationSettings

func (s *CaptionDestinationSettings) SetScte27DestinationSettings(v *Scte27DestinationSettings) *CaptionDestinationSettings

SetScte27DestinationSettings sets the Scte27DestinationSettings field's value.

func (*CaptionDestinationSettings) SetSmpteTtDestinationSettings

func (s *CaptionDestinationSettings) SetSmpteTtDestinationSettings(v *SmpteTtDestinationSettings) *CaptionDestinationSettings

SetSmpteTtDestinationSettings sets the SmpteTtDestinationSettings field's value.

func (*CaptionDestinationSettings) SetTeletextDestinationSettings

func (s *CaptionDestinationSettings) SetTeletextDestinationSettings(v *TeletextDestinationSettings) *CaptionDestinationSettings

SetTeletextDestinationSettings sets the TeletextDestinationSettings field's value.

func (*CaptionDestinationSettings) SetTtmlDestinationSettings

func (s *CaptionDestinationSettings) SetTtmlDestinationSettings(v *TtmlDestinationSettings) *CaptionDestinationSettings

SetTtmlDestinationSettings sets the TtmlDestinationSettings field's value.

func (*CaptionDestinationSettings) SetWebvttDestinationSettings

func (s *CaptionDestinationSettings) SetWebvttDestinationSettings(v *WebvttDestinationSettings) *CaptionDestinationSettings

SetWebvttDestinationSettings sets the WebvttDestinationSettings field's value.

func (CaptionDestinationSettings) String

func (s CaptionDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionDestinationSettings) Validate

func (s *CaptionDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionLanguageMapping

type CaptionLanguageMapping struct {

    // The closed caption channel being described by this CaptionLanguageMapping.
    // Each channel mapping must have a unique channel number (maximum of 4)
    //
    // CaptionChannel is a required field
    CaptionChannel *int64 `locationName:"captionChannel" min:"1" type:"integer" required:"true"`

    // Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)
    //
    // LanguageCode is a required field
    LanguageCode *string `locationName:"languageCode" min:"3" type:"string" required:"true"`

    // Textual description of language
    //
    // LanguageDescription is a required field
    LanguageDescription *string `locationName:"languageDescription" min:"1" type:"string" required:"true"`
    // contains filtered or unexported fields
}

Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

func (CaptionLanguageMapping) GoString

func (s CaptionLanguageMapping) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionLanguageMapping) SetCaptionChannel

func (s *CaptionLanguageMapping) SetCaptionChannel(v int64) *CaptionLanguageMapping

SetCaptionChannel sets the CaptionChannel field's value.

func (*CaptionLanguageMapping) SetLanguageCode

func (s *CaptionLanguageMapping) SetLanguageCode(v string) *CaptionLanguageMapping

SetLanguageCode sets the LanguageCode field's value.

func (*CaptionLanguageMapping) SetLanguageDescription

func (s *CaptionLanguageMapping) SetLanguageDescription(v string) *CaptionLanguageMapping

SetLanguageDescription sets the LanguageDescription field's value.

func (CaptionLanguageMapping) String

func (s CaptionLanguageMapping) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionLanguageMapping) Validate

func (s *CaptionLanguageMapping) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionRectangle

type CaptionRectangle struct {

    // See the description in leftOffset.For height, specify the entire height of
    // the rectangle as a percentage of the underlying frame height. For example,
    // \"80\" means the rectangle height is 80% of the underlying frame height.
    // The topOffset and rectangleHeight must add up to 100% or less.This field
    // corresponds to tts:extent - Y in the TTML standard.
    //
    // Height is a required field
    Height *float64 `locationName:"height" type:"double" required:"true"`

    // Applies only if you plan to convert these source captions to EBU-TT-D or
    // TTML in an output. (Make sure to leave the default if you don't have either
    // of these formats in the output.) You can define a display rectangle for the
    // captions that is smaller than the underlying video frame. You define the
    // rectangle by specifying the position of the left edge, top edge, bottom edge,
    // and right edge of the rectangle, all within the underlying video frame. The
    // units for the measurements are percentages.If you specify a value for one
    // of these fields, you must specify a value for all of them.For leftOffset,
    // specify the position of the left edge of the rectangle, as a percentage of
    // the underlying frame width, and relative to the left edge of the frame. For
    // example, \"10\" means the measurement is 10% of the underlying frame width.
    // The rectangle left edge starts at that position from the left edge of the
    // frame.This field corresponds to tts:origin - X in the TTML standard.
    //
    // LeftOffset is a required field
    LeftOffset *float64 `locationName:"leftOffset" type:"double" required:"true"`

    // See the description in leftOffset.For topOffset, specify the position of
    // the top edge of the rectangle, as a percentage of the underlying frame height,
    // and relative to the top edge of the frame. For example, \"10\" means the
    // measurement is 10% of the underlying frame height. The rectangle top edge
    // starts at that position from the top edge of the frame.This field corresponds
    // to tts:origin - Y in the TTML standard.
    //
    // TopOffset is a required field
    TopOffset *float64 `locationName:"topOffset" type:"double" required:"true"`

    // See the description in leftOffset.For width, specify the entire width of
    // the rectangle as a percentage of the underlying frame width. For example,
    // \"80\" means the rectangle width is 80% of the underlying frame width. The
    // leftOffset and rectangleWidth must add up to 100% or less.This field corresponds
    // to tts:extent - X in the TTML standard.
    //
    // Width is a required field
    Width *float64 `locationName:"width" type:"double" required:"true"`
    // contains filtered or unexported fields
}

Caption Rectangle

func (CaptionRectangle) GoString

func (s CaptionRectangle) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionRectangle) SetHeight

func (s *CaptionRectangle) SetHeight(v float64) *CaptionRectangle

SetHeight sets the Height field's value.

func (*CaptionRectangle) SetLeftOffset

func (s *CaptionRectangle) SetLeftOffset(v float64) *CaptionRectangle

SetLeftOffset sets the LeftOffset field's value.

func (*CaptionRectangle) SetTopOffset

func (s *CaptionRectangle) SetTopOffset(v float64) *CaptionRectangle

SetTopOffset sets the TopOffset field's value.

func (*CaptionRectangle) SetWidth

func (s *CaptionRectangle) SetWidth(v float64) *CaptionRectangle

SetWidth sets the Width field's value.

func (CaptionRectangle) String

func (s CaptionRectangle) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionRectangle) Validate

func (s *CaptionRectangle) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionSelector

type CaptionSelector struct {

    // When specified this field indicates the three letter language code of the
    // caption track to extract from the source.
    LanguageCode *string `locationName:"languageCode" type:"string"`

    // Name identifier for a caption selector. This name is used to associate this
    // caption selector with one or more caption descriptions. Names must be unique
    // within an event.
    //
    // Name is a required field
    Name *string `locationName:"name" min:"1" type:"string" required:"true"`

    // Caption selector settings.
    SelectorSettings *CaptionSelectorSettings `locationName:"selectorSettings" type:"structure"`
    // contains filtered or unexported fields
}

Caption Selector

func (CaptionSelector) GoString

func (s CaptionSelector) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSelector) SetLanguageCode

func (s *CaptionSelector) SetLanguageCode(v string) *CaptionSelector

SetLanguageCode sets the LanguageCode field's value.

func (*CaptionSelector) SetName

func (s *CaptionSelector) SetName(v string) *CaptionSelector

SetName sets the Name field's value.

func (*CaptionSelector) SetSelectorSettings

func (s *CaptionSelector) SetSelectorSettings(v *CaptionSelectorSettings) *CaptionSelector

SetSelectorSettings sets the SelectorSettings field's value.

func (CaptionSelector) String

func (s CaptionSelector) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSelector) Validate

func (s *CaptionSelector) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CaptionSelectorSettings

type CaptionSelectorSettings struct {

    // Ancillary Source Settings
    AncillarySourceSettings *AncillarySourceSettings `locationName:"ancillarySourceSettings" type:"structure"`

    // Arib Source Settings
    AribSourceSettings *AribSourceSettings `locationName:"aribSourceSettings" type:"structure"`

    // Dvb Sub Source Settings
    DvbSubSourceSettings *DvbSubSourceSettings `locationName:"dvbSubSourceSettings" type:"structure"`

    // Embedded Source Settings
    EmbeddedSourceSettings *EmbeddedSourceSettings `locationName:"embeddedSourceSettings" type:"structure"`

    // Scte20 Source Settings
    Scte20SourceSettings *Scte20SourceSettings `locationName:"scte20SourceSettings" type:"structure"`

    // Scte27 Source Settings
    Scte27SourceSettings *Scte27SourceSettings `locationName:"scte27SourceSettings" type:"structure"`

    // Teletext Source Settings
    TeletextSourceSettings *TeletextSourceSettings `locationName:"teletextSourceSettings" type:"structure"`
    // contains filtered or unexported fields
}

Caption Selector Settings

func (CaptionSelectorSettings) GoString

func (s CaptionSelectorSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSelectorSettings) SetAncillarySourceSettings

func (s *CaptionSelectorSettings) SetAncillarySourceSettings(v *AncillarySourceSettings) *CaptionSelectorSettings

SetAncillarySourceSettings sets the AncillarySourceSettings field's value.

func (*CaptionSelectorSettings) SetAribSourceSettings

func (s *CaptionSelectorSettings) SetAribSourceSettings(v *AribSourceSettings) *CaptionSelectorSettings

SetAribSourceSettings sets the AribSourceSettings field's value.

func (*CaptionSelectorSettings) SetDvbSubSourceSettings

func (s *CaptionSelectorSettings) SetDvbSubSourceSettings(v *DvbSubSourceSettings) *CaptionSelectorSettings

SetDvbSubSourceSettings sets the DvbSubSourceSettings field's value.

func (*CaptionSelectorSettings) SetEmbeddedSourceSettings

func (s *CaptionSelectorSettings) SetEmbeddedSourceSettings(v *EmbeddedSourceSettings) *CaptionSelectorSettings

SetEmbeddedSourceSettings sets the EmbeddedSourceSettings field's value.

func (*CaptionSelectorSettings) SetScte20SourceSettings

func (s *CaptionSelectorSettings) SetScte20SourceSettings(v *Scte20SourceSettings) *CaptionSelectorSettings

SetScte20SourceSettings sets the Scte20SourceSettings field's value.

func (*CaptionSelectorSettings) SetScte27SourceSettings

func (s *CaptionSelectorSettings) SetScte27SourceSettings(v *Scte27SourceSettings) *CaptionSelectorSettings

SetScte27SourceSettings sets the Scte27SourceSettings field's value.

func (*CaptionSelectorSettings) SetTeletextSourceSettings

func (s *CaptionSelectorSettings) SetTeletextSourceSettings(v *TeletextSourceSettings) *CaptionSelectorSettings

SetTeletextSourceSettings sets the TeletextSourceSettings field's value.

func (CaptionSelectorSettings) String

func (s CaptionSelectorSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CaptionSelectorSettings) Validate

func (s *CaptionSelectorSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CdiInputSpecification

type CdiInputSpecification struct {

    // Maximum CDI input resolution
    Resolution *string `locationName:"resolution" type:"string" enum:"CdiInputResolution"`
    // contains filtered or unexported fields
}

func (CdiInputSpecification) GoString

func (s CdiInputSpecification) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CdiInputSpecification) SetResolution

func (s *CdiInputSpecification) SetResolution(v string) *CdiInputSpecification

SetResolution sets the Resolution field's value.

func (CdiInputSpecification) String

func (s CdiInputSpecification) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type Channel

type Channel struct {

    // The unique arn of the channel.
    Arn *string `locationName:"arn" type:"string"`

    // Specification of CDI inputs for this channel
    CdiInputSpecification *CdiInputSpecification `locationName:"cdiInputSpecification" type:"structure"`

    // The class for this channel. STANDARD for a channel with two pipelines or
    // SINGLE_PIPELINE for a channel with one pipeline.
    ChannelClass *string `locationName:"channelClass" type:"string" enum:"ChannelClass"`

    // A list of destinations of the channel. For UDP outputs, there is onedestination
    // per output. For other types (HLS, for example), there isone destination per
    // packager.
    Destinations []*OutputDestination `locationName:"destinations" type:"list"`

    // The endpoints where outgoing connections initiate from
    EgressEndpoints []*ChannelEgressEndpoint `locationName:"egressEndpoints" type:"list"`

    // Encoder Settings
    EncoderSettings *EncoderSettings `locationName:"encoderSettings" type:"structure"`

    // The unique id of the channel.
    Id *string `locationName:"id" type:"string"`

    // List of input attachments for channel.
    InputAttachments []*InputAttachment `locationName:"inputAttachments" type:"list"`

    // Specification of network and file inputs for this channel
    InputSpecification *InputSpecification `locationName:"inputSpecification" type:"structure"`

    // The log level being written to CloudWatch Logs.
    LogLevel *string `locationName:"logLevel" type:"string" enum:"LogLevel"`

    // Maintenance settings for this channel.
    Maintenance *MaintenanceStatus `locationName:"maintenance" type:"structure"`

    // The name of the channel. (user-mutable)
    Name *string `locationName:"name" type:"string"`

    // Runtime details for the pipelines of a running channel.
    PipelineDetails []*PipelineDetail `locationName:"pipelineDetails" type:"list"`

    // The number of currently healthy pipelines.
    PipelinesRunningCount *int64 `locationName:"pipelinesRunningCount" type:"integer"`

    // The Amazon Resource Name (ARN) of the role assumed when running the Channel.
    RoleArn *string `locationName:"roleArn" type:"string"`

    State *string `locationName:"state" type:"string" enum:"ChannelState"`

    // A collection of key-value pairs.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // Settings for VPC output
    Vpc *VpcOutputSettingsDescription `locationName:"vpc" type:"structure"`
    // contains filtered or unexported fields
}

func (Channel) GoString

func (s Channel) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Channel) SetArn

func (s *Channel) SetArn(v string) *Channel

SetArn sets the Arn field's value.

func (*Channel) SetCdiInputSpecification

func (s *Channel) SetCdiInputSpecification(v *CdiInputSpecification) *Channel

SetCdiInputSpecification sets the CdiInputSpecification field's value.

func (*Channel) SetChannelClass

func (s *Channel) SetChannelClass(v string) *Channel

SetChannelClass sets the ChannelClass field's value.

func (*Channel) SetDestinations

func (s *Channel) SetDestinations(v []*OutputDestination) *Channel

SetDestinations sets the Destinations field's value.

func (*Channel) SetEgressEndpoints

func (s *Channel) SetEgressEndpoints(v []*ChannelEgressEndpoint) *Channel

SetEgressEndpoints sets the EgressEndpoints field's value.

func (*Channel) SetEncoderSettings

func (s *Channel) SetEncoderSettings(v *EncoderSettings) *Channel

SetEncoderSettings sets the EncoderSettings field's value.

func (*Channel) SetId

func (s *Channel) SetId(v string) *Channel

SetId sets the Id field's value.

func (*Channel) SetInputAttachments

func (s *Channel) SetInputAttachments(v []*InputAttachment) *Channel

SetInputAttachments sets the InputAttachments field's value.

func (*Channel) SetInputSpecification

func (s *Channel) SetInputSpecification(v *InputSpecification) *Channel

SetInputSpecification sets the InputSpecification field's value.

func (*Channel) SetLogLevel

func (s *Channel) SetLogLevel(v string) *Channel

SetLogLevel sets the LogLevel field's value.

func (*Channel) SetMaintenance

func (s *Channel) SetMaintenance(v *MaintenanceStatus) *Channel

SetMaintenance sets the Maintenance field's value.

func (*Channel) SetName

func (s *Channel) SetName(v string) *Channel

SetName sets the Name field's value.

func (*Channel) SetPipelineDetails

func (s *Channel) SetPipelineDetails(v []*PipelineDetail) *Channel

SetPipelineDetails sets the PipelineDetails field's value.

func (*Channel) SetPipelinesRunningCount

func (s *Channel) SetPipelinesRunningCount(v int64) *Channel

SetPipelinesRunningCount sets the PipelinesRunningCount field's value.

func (*Channel) SetRoleArn

func (s *Channel) SetRoleArn(v string) *Channel

SetRoleArn sets the RoleArn field's value.

func (*Channel) SetState

func (s *Channel) SetState(v string) *Channel

SetState sets the State field's value.

func (*Channel) SetTags

func (s *Channel) SetTags(v map[string]*string) *Channel

SetTags sets the Tags field's value.

func (*Channel) SetVpc

func (s *Channel) SetVpc(v *VpcOutputSettingsDescription) *Channel

SetVpc sets the Vpc field's value.

func (Channel) String

func (s Channel) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChannelEgressEndpoint

type ChannelEgressEndpoint struct {

    // Public IP of where a channel's output comes from
    SourceIp *string `locationName:"sourceIp" type:"string"`
    // contains filtered or unexported fields
}

func (ChannelEgressEndpoint) GoString

func (s ChannelEgressEndpoint) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChannelEgressEndpoint) SetSourceIp

func (s *ChannelEgressEndpoint) SetSourceIp(v string) *ChannelEgressEndpoint

SetSourceIp sets the SourceIp field's value.

func (ChannelEgressEndpoint) String

func (s ChannelEgressEndpoint) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ChannelSummary

type ChannelSummary struct {

    // The unique arn of the channel.
    Arn *string `locationName:"arn" type:"string"`

    // Specification of CDI inputs for this channel
    CdiInputSpecification *CdiInputSpecification `locationName:"cdiInputSpecification" type:"structure"`

    // The class for this channel. STANDARD for a channel with two pipelines or
    // SINGLE_PIPELINE for a channel with one pipeline.
    ChannelClass *string `locationName:"channelClass" type:"string" enum:"ChannelClass"`

    // A list of destinations of the channel. For UDP outputs, there is onedestination
    // per output. For other types (HLS, for example), there isone destination per
    // packager.
    Destinations []*OutputDestination `locationName:"destinations" type:"list"`

    // The endpoints where outgoing connections initiate from
    EgressEndpoints []*ChannelEgressEndpoint `locationName:"egressEndpoints" type:"list"`

    // The unique id of the channel.
    Id *string `locationName:"id" type:"string"`

    // List of input attachments for channel.
    InputAttachments []*InputAttachment `locationName:"inputAttachments" type:"list"`

    // Specification of network and file inputs for this channel
    InputSpecification *InputSpecification `locationName:"inputSpecification" type:"structure"`

    // The log level being written to CloudWatch Logs.
    LogLevel *string `locationName:"logLevel" type:"string" enum:"LogLevel"`

    // Maintenance settings for this channel.
    Maintenance *MaintenanceStatus `locationName:"maintenance" type:"structure"`

    // The name of the channel. (user-mutable)
    Name *string `locationName:"name" type:"string"`

    // The number of currently healthy pipelines.
    PipelinesRunningCount *int64 `locationName:"pipelinesRunningCount" type:"integer"`

    // The Amazon Resource Name (ARN) of the role assumed when running the Channel.
    RoleArn *string `locationName:"roleArn" type:"string"`

    State *string `locationName:"state" type:"string" enum:"ChannelState"`

    // A collection of key-value pairs.
    Tags map[string]*string `locationName:"tags" type:"map"`

    // Settings for any VPC outputs.
    Vpc *VpcOutputSettingsDescription `locationName:"vpc" type:"structure"`
    // contains filtered or unexported fields
}

func (ChannelSummary) GoString

func (s ChannelSummary) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ChannelSummary) SetArn

func (s *ChannelSummary) SetArn(v string) *ChannelSummary

SetArn sets the Arn field's value.

func (*ChannelSummary) SetCdiInputSpecification

func (s *ChannelSummary) SetCdiInputSpecification(v *CdiInputSpecification) *ChannelSummary

SetCdiInputSpecification sets the CdiInputSpecification field's value.

func (*ChannelSummary) SetChannelClass

func (s *ChannelSummary) SetChannelClass(v string) *ChannelSummary

SetChannelClass sets the ChannelClass field's value.

func (*ChannelSummary) SetDestinations

func (s *ChannelSummary) SetDestinations(v []*OutputDestination) *ChannelSummary

SetDestinations sets the Destinations field's value.

func (*ChannelSummary) SetEgressEndpoints

func (s *ChannelSummary) SetEgressEndpoints(v []*ChannelEgressEndpoint) *ChannelSummary

SetEgressEndpoints sets the EgressEndpoints field's value.

func (*ChannelSummary) SetId

func (s *ChannelSummary) SetId(v string) *ChannelSummary

SetId sets the Id field's value.

func (*ChannelSummary) SetInputAttachments

func (s *ChannelSummary) SetInputAttachments(v []*InputAttachment) *ChannelSummary

SetInputAttachments sets the InputAttachments field's value.

func (*ChannelSummary) SetInputSpecification

func (s *ChannelSummary) SetInputSpecification(v *InputSpecification) *ChannelSummary

SetInputSpecification sets the InputSpecification field's value.

func (*ChannelSummary) SetLogLevel

func (s *ChannelSummary) SetLogLevel(v string) *ChannelSummary

SetLogLevel sets the LogLevel field's value.

func (*ChannelSummary) SetMaintenance

func (s *ChannelSummary) SetMaintenance(v *MaintenanceStatus) *ChannelSummary

SetMaintenance sets the Maintenance field's value.

func (*ChannelSummary) SetName

func (s *ChannelSummary) SetName(v string) *ChannelSummary

SetName sets the Name field's value.

func (*ChannelSummary) SetPipelinesRunningCount

func (s *ChannelSummary) SetPipelinesRunningCount(v int64) *ChannelSummary

SetPipelinesRunningCount sets the PipelinesRunningCount field's value.

func (*ChannelSummary) SetRoleArn

func (s *ChannelSummary) SetRoleArn(v string) *ChannelSummary

SetRoleArn sets the RoleArn field's value.

func (*ChannelSummary) SetState

func (s *ChannelSummary) SetState(v string) *ChannelSummary

SetState sets the State field's value.

func (*ChannelSummary) SetTags

func (s *ChannelSummary) SetTags(v map[string]*string) *ChannelSummary

SetTags sets the Tags field's value.

func (*ChannelSummary) SetVpc

func (s *ChannelSummary) SetVpc(v *VpcOutputSettingsDescription) *ChannelSummary

SetVpc sets the Vpc field's value.

func (ChannelSummary) String

func (s ChannelSummary) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClaimDeviceInput

type ClaimDeviceInput struct {

    // The id of the device you want to claim.
    Id *string `locationName:"id" type:"string"`
    // contains filtered or unexported fields
}

Request to claim an AWS Elemental device that you have purchased from a third-party vendor.

func (ClaimDeviceInput) GoString

func (s ClaimDeviceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ClaimDeviceInput) SetId

func (s *ClaimDeviceInput) SetId(v string) *ClaimDeviceInput

SetId sets the Id field's value.

func (ClaimDeviceInput) String

func (s ClaimDeviceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ClaimDeviceOutput

type ClaimDeviceOutput struct {
    // contains filtered or unexported fields
}

func (ClaimDeviceOutput) GoString

func (s ClaimDeviceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ClaimDeviceOutput) String

func (s ClaimDeviceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ColorSpacePassthroughSettings

type ColorSpacePassthroughSettings struct {
    // contains filtered or unexported fields
}

Passthrough applies no color space conversion to the output

func (ColorSpacePassthroughSettings) GoString

func (s ColorSpacePassthroughSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (ColorSpacePassthroughSettings) String

func (s ColorSpacePassthroughSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type ConflictException

type ConflictException struct {
    RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"`

    Message_ *string `locationName:"message" type:"string"`
    // contains filtered or unexported fields
}

func (*ConflictException) Code

func (s *ConflictException) Code() string

Code returns the exception type name.

func (*ConflictException) Error

func (s *ConflictException) Error() string

func (ConflictException) GoString

func (s ConflictException) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*ConflictException) Message

func (s *ConflictException) Message() string

Message returns the exception's message.

func (*ConflictException) OrigErr

func (s *ConflictException) OrigErr() error

OrigErr always returns nil, satisfies awserr.Error interface.

func (*ConflictException) RequestID

func (s *ConflictException) RequestID() string

RequestID returns the service's response RequestID for request.

func (*ConflictException) StatusCode

func (s *ConflictException) StatusCode() int

Status code returns the HTTP status code for the request's response error.

func (ConflictException) String

func (s ConflictException) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateChannelInput

type CreateChannelInput struct {
    CdiInputSpecification *CdiInputSpecification `locationName:"cdiInputSpecification" type:"structure"`

    // A standard channel has two encoding pipelines and a single pipeline channel
    // only has one.
    ChannelClass *string `locationName:"channelClass" type:"string" enum:"ChannelClass"`

    Destinations []*OutputDestination `locationName:"destinations" type:"list"`

    // Encoder Settings
    EncoderSettings *EncoderSettings `locationName:"encoderSettings" type:"structure"`

    InputAttachments []*InputAttachment `locationName:"inputAttachments" type:"list"`

    InputSpecification *InputSpecification `locationName:"inputSpecification" type:"structure"`

    // The log level the user wants for their channel.
    LogLevel *string `locationName:"logLevel" type:"string" enum:"LogLevel"`

    Maintenance *MaintenanceCreateSettings `locationName:"maintenance" type:"structure"`

    Name *string `locationName:"name" type:"string"`

    RequestId *string `locationName:"requestId" type:"string" idempotencyToken:"true"`

    Reserved *string `locationName:"reserved" deprecated:"true" type:"string"`

    RoleArn *string `locationName:"roleArn" type:"string"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    // The properties for a private VPC OutputWhen this property is specified, the
    // output egress addresses will be created in a user specified VPC
    Vpc *VpcOutputSettings `locationName:"vpc" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateChannelInput) GoString

func (s CreateChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateChannelInput) SetCdiInputSpecification

func (s *CreateChannelInput) SetCdiInputSpecification(v *CdiInputSpecification) *CreateChannelInput

SetCdiInputSpecification sets the CdiInputSpecification field's value.

func (*CreateChannelInput) SetChannelClass

func (s *CreateChannelInput) SetChannelClass(v string) *CreateChannelInput

SetChannelClass sets the ChannelClass field's value.

func (*CreateChannelInput) SetDestinations

func (s *CreateChannelInput) SetDestinations(v []*OutputDestination) *CreateChannelInput

SetDestinations sets the Destinations field's value.

func (*CreateChannelInput) SetEncoderSettings

func (s *CreateChannelInput) SetEncoderSettings(v *EncoderSettings) *CreateChannelInput

SetEncoderSettings sets the EncoderSettings field's value.

func (*CreateChannelInput) SetInputAttachments

func (s *CreateChannelInput) SetInputAttachments(v []*InputAttachment) *CreateChannelInput

SetInputAttachments sets the InputAttachments field's value.

func (*CreateChannelInput) SetInputSpecification

func (s *CreateChannelInput) SetInputSpecification(v *InputSpecification) *CreateChannelInput

SetInputSpecification sets the InputSpecification field's value.

func (*CreateChannelInput) SetLogLevel

func (s *CreateChannelInput) SetLogLevel(v string) *CreateChannelInput

SetLogLevel sets the LogLevel field's value.

func (*CreateChannelInput) SetMaintenance

func (s *CreateChannelInput) SetMaintenance(v *MaintenanceCreateSettings) *CreateChannelInput

SetMaintenance sets the Maintenance field's value.

func (*CreateChannelInput) SetName

func (s *CreateChannelInput) SetName(v string) *CreateChannelInput

SetName sets the Name field's value.

func (*CreateChannelInput) SetRequestId

func (s *CreateChannelInput) SetRequestId(v string) *CreateChannelInput

SetRequestId sets the RequestId field's value.

func (*CreateChannelInput) SetReserved

func (s *CreateChannelInput) SetReserved(v string) *CreateChannelInput

SetReserved sets the Reserved field's value.

func (*CreateChannelInput) SetRoleArn

func (s *CreateChannelInput) SetRoleArn(v string) *CreateChannelInput

SetRoleArn sets the RoleArn field's value.

func (*CreateChannelInput) SetTags

func (s *CreateChannelInput) SetTags(v map[string]*string) *CreateChannelInput

SetTags sets the Tags field's value.

func (*CreateChannelInput) SetVpc

func (s *CreateChannelInput) SetVpc(v *VpcOutputSettings) *CreateChannelInput

SetVpc sets the Vpc field's value.

func (CreateChannelInput) String

func (s CreateChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateChannelInput) Validate

func (s *CreateChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateChannelOutput

type CreateChannelOutput struct {
    Channel *Channel `locationName:"channel" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateChannelOutput) GoString

func (s CreateChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateChannelOutput) SetChannel

func (s *CreateChannelOutput) SetChannel(v *Channel) *CreateChannelOutput

SetChannel sets the Channel field's value.

func (CreateChannelOutput) String

func (s CreateChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateInputInput

type CreateInputInput struct {
    Destinations []*InputDestinationRequest `locationName:"destinations" type:"list"`

    InputDevices []*InputDeviceSettings `locationName:"inputDevices" type:"list"`

    InputSecurityGroups []*string `locationName:"inputSecurityGroups" type:"list"`

    MediaConnectFlows []*MediaConnectFlowRequest `locationName:"mediaConnectFlows" type:"list"`

    Name *string `locationName:"name" type:"string"`

    RequestId *string `locationName:"requestId" type:"string" idempotencyToken:"true"`

    RoleArn *string `locationName:"roleArn" type:"string"`

    Sources []*InputSourceRequest `locationName:"sources" type:"list"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    // The different types of inputs that AWS Elemental MediaLive supports.
    Type *string `locationName:"type" type:"string" enum:"InputType"`

    // Settings for a private VPC Input.When this property is specified, the input
    // destination addresses will be created in a VPC rather than with public Internet
    // addresses.This property requires setting the roleArn property on Input creation.Not
    // compatible with the inputSecurityGroups property.
    Vpc *InputVpcRequest `locationName:"vpc" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateInputInput) GoString

func (s CreateInputInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInputInput) SetDestinations

func (s *CreateInputInput) SetDestinations(v []*InputDestinationRequest) *CreateInputInput

SetDestinations sets the Destinations field's value.

func (*CreateInputInput) SetInputDevices

func (s *CreateInputInput) SetInputDevices(v []*InputDeviceSettings) *CreateInputInput

SetInputDevices sets the InputDevices field's value.

func (*CreateInputInput) SetInputSecurityGroups

func (s *CreateInputInput) SetInputSecurityGroups(v []*string) *CreateInputInput

SetInputSecurityGroups sets the InputSecurityGroups field's value.

func (*CreateInputInput) SetMediaConnectFlows

func (s *CreateInputInput) SetMediaConnectFlows(v []*MediaConnectFlowRequest) *CreateInputInput

SetMediaConnectFlows sets the MediaConnectFlows field's value.

func (*CreateInputInput) SetName

func (s *CreateInputInput) SetName(v string) *CreateInputInput

SetName sets the Name field's value.

func (*CreateInputInput) SetRequestId

func (s *CreateInputInput) SetRequestId(v string) *CreateInputInput

SetRequestId sets the RequestId field's value.

func (*CreateInputInput) SetRoleArn

func (s *CreateInputInput) SetRoleArn(v string) *CreateInputInput

SetRoleArn sets the RoleArn field's value.

func (*CreateInputInput) SetSources

func (s *CreateInputInput) SetSources(v []*InputSourceRequest) *CreateInputInput

SetSources sets the Sources field's value.

func (*CreateInputInput) SetTags

func (s *CreateInputInput) SetTags(v map[string]*string) *CreateInputInput

SetTags sets the Tags field's value.

func (*CreateInputInput) SetType

func (s *CreateInputInput) SetType(v string) *CreateInputInput

SetType sets the Type field's value.

func (*CreateInputInput) SetVpc

func (s *CreateInputInput) SetVpc(v *InputVpcRequest) *CreateInputInput

SetVpc sets the Vpc field's value.

func (CreateInputInput) String

func (s CreateInputInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInputInput) Validate

func (s *CreateInputInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateInputOutput

type CreateInputOutput struct {
    Input *Input `locationName:"input" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateInputOutput) GoString

func (s CreateInputOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInputOutput) SetInput

func (s *CreateInputOutput) SetInput(v *Input) *CreateInputOutput

SetInput sets the Input field's value.

func (CreateInputOutput) String

func (s CreateInputOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateInputSecurityGroupInput

type CreateInputSecurityGroupInput struct {
    Tags map[string]*string `locationName:"tags" type:"map"`

    WhitelistRules []*InputWhitelistRuleCidr `locationName:"whitelistRules" type:"list"`
    // contains filtered or unexported fields
}

func (CreateInputSecurityGroupInput) GoString

func (s CreateInputSecurityGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInputSecurityGroupInput) SetTags

func (s *CreateInputSecurityGroupInput) SetTags(v map[string]*string) *CreateInputSecurityGroupInput

SetTags sets the Tags field's value.

func (*CreateInputSecurityGroupInput) SetWhitelistRules

func (s *CreateInputSecurityGroupInput) SetWhitelistRules(v []*InputWhitelistRuleCidr) *CreateInputSecurityGroupInput

SetWhitelistRules sets the WhitelistRules field's value.

func (CreateInputSecurityGroupInput) String

func (s CreateInputSecurityGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateInputSecurityGroupOutput

type CreateInputSecurityGroupOutput struct {

    // An Input Security Group
    SecurityGroup *InputSecurityGroup `locationName:"securityGroup" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateInputSecurityGroupOutput) GoString

func (s CreateInputSecurityGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateInputSecurityGroupOutput) SetSecurityGroup

func (s *CreateInputSecurityGroupOutput) SetSecurityGroup(v *InputSecurityGroup) *CreateInputSecurityGroupOutput

SetSecurityGroup sets the SecurityGroup field's value.

func (CreateInputSecurityGroupOutput) String

func (s CreateInputSecurityGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateMultiplexInput

type CreateMultiplexInput struct {

    // AvailabilityZones is a required field
    AvailabilityZones []*string `locationName:"availabilityZones" type:"list" required:"true"`

    // Contains configuration for a Multiplex event
    //
    // MultiplexSettings is a required field
    MultiplexSettings *MultiplexSettings `locationName:"multiplexSettings" type:"structure" required:"true"`

    // Name is a required field
    Name *string `locationName:"name" type:"string" required:"true"`

    RequestId *string `locationName:"requestId" type:"string" idempotencyToken:"true"`

    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateMultiplexInput) GoString

func (s CreateMultiplexInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMultiplexInput) SetAvailabilityZones

func (s *CreateMultiplexInput) SetAvailabilityZones(v []*string) *CreateMultiplexInput

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*CreateMultiplexInput) SetMultiplexSettings

func (s *CreateMultiplexInput) SetMultiplexSettings(v *MultiplexSettings) *CreateMultiplexInput

SetMultiplexSettings sets the MultiplexSettings field's value.

func (*CreateMultiplexInput) SetName

func (s *CreateMultiplexInput) SetName(v string) *CreateMultiplexInput

SetName sets the Name field's value.

func (*CreateMultiplexInput) SetRequestId

func (s *CreateMultiplexInput) SetRequestId(v string) *CreateMultiplexInput

SetRequestId sets the RequestId field's value.

func (*CreateMultiplexInput) SetTags

func (s *CreateMultiplexInput) SetTags(v map[string]*string) *CreateMultiplexInput

SetTags sets the Tags field's value.

func (CreateMultiplexInput) String

func (s CreateMultiplexInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMultiplexInput) Validate

func (s *CreateMultiplexInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMultiplexOutput

type CreateMultiplexOutput struct {

    // The multiplex object.
    Multiplex *Multiplex `locationName:"multiplex" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateMultiplexOutput) GoString

func (s CreateMultiplexOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMultiplexOutput) SetMultiplex

func (s *CreateMultiplexOutput) SetMultiplex(v *Multiplex) *CreateMultiplexOutput

SetMultiplex sets the Multiplex field's value.

func (CreateMultiplexOutput) String

func (s CreateMultiplexOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateMultiplexProgramInput

type CreateMultiplexProgramInput struct {

    // MultiplexId is a required field
    MultiplexId *string `location:"uri" locationName:"multiplexId" type:"string" required:"true"`

    // Multiplex Program settings configuration.
    //
    // MultiplexProgramSettings is a required field
    MultiplexProgramSettings *MultiplexProgramSettings `locationName:"multiplexProgramSettings" type:"structure" required:"true"`

    // ProgramName is a required field
    ProgramName *string `locationName:"programName" type:"string" required:"true"`

    RequestId *string `locationName:"requestId" type:"string" idempotencyToken:"true"`
    // contains filtered or unexported fields
}

func (CreateMultiplexProgramInput) GoString

func (s CreateMultiplexProgramInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMultiplexProgramInput) SetMultiplexId

func (s *CreateMultiplexProgramInput) SetMultiplexId(v string) *CreateMultiplexProgramInput

SetMultiplexId sets the MultiplexId field's value.

func (*CreateMultiplexProgramInput) SetMultiplexProgramSettings

func (s *CreateMultiplexProgramInput) SetMultiplexProgramSettings(v *MultiplexProgramSettings) *CreateMultiplexProgramInput

SetMultiplexProgramSettings sets the MultiplexProgramSettings field's value.

func (*CreateMultiplexProgramInput) SetProgramName

func (s *CreateMultiplexProgramInput) SetProgramName(v string) *CreateMultiplexProgramInput

SetProgramName sets the ProgramName field's value.

func (*CreateMultiplexProgramInput) SetRequestId

func (s *CreateMultiplexProgramInput) SetRequestId(v string) *CreateMultiplexProgramInput

SetRequestId sets the RequestId field's value.

func (CreateMultiplexProgramInput) String

func (s CreateMultiplexProgramInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMultiplexProgramInput) Validate

func (s *CreateMultiplexProgramInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateMultiplexProgramOutput

type CreateMultiplexProgramOutput struct {

    // The multiplex program object.
    MultiplexProgram *MultiplexProgram `locationName:"multiplexProgram" type:"structure"`
    // contains filtered or unexported fields
}

func (CreateMultiplexProgramOutput) GoString

func (s CreateMultiplexProgramOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateMultiplexProgramOutput) SetMultiplexProgram

func (s *CreateMultiplexProgramOutput) SetMultiplexProgram(v *MultiplexProgram) *CreateMultiplexProgramOutput

SetMultiplexProgram sets the MultiplexProgram field's value.

func (CreateMultiplexProgramOutput) String

func (s CreateMultiplexProgramOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreatePartnerInputInput

type CreatePartnerInputInput struct {

    // InputId is a required field
    InputId *string `location:"uri" locationName:"inputId" type:"string" required:"true"`

    RequestId *string `locationName:"requestId" type:"string" idempotencyToken:"true"`

    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreatePartnerInputInput) GoString

func (s CreatePartnerInputInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePartnerInputInput) SetInputId

func (s *CreatePartnerInputInput) SetInputId(v string) *CreatePartnerInputInput

SetInputId sets the InputId field's value.

func (*CreatePartnerInputInput) SetRequestId

func (s *CreatePartnerInputInput) SetRequestId(v string) *CreatePartnerInputInput

SetRequestId sets the RequestId field's value.

func (*CreatePartnerInputInput) SetTags

func (s *CreatePartnerInputInput) SetTags(v map[string]*string) *CreatePartnerInputInput

SetTags sets the Tags field's value.

func (CreatePartnerInputInput) String

func (s CreatePartnerInputInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePartnerInputInput) Validate

func (s *CreatePartnerInputInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreatePartnerInputOutput

type CreatePartnerInputOutput struct {
    Input *Input `locationName:"input" type:"structure"`
    // contains filtered or unexported fields
}

func (CreatePartnerInputOutput) GoString

func (s CreatePartnerInputOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreatePartnerInputOutput) SetInput

func (s *CreatePartnerInputOutput) SetInput(v *Input) *CreatePartnerInputOutput

SetInput sets the Input field's value.

func (CreatePartnerInputOutput) String

func (s CreatePartnerInputOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type CreateTagsInput

type CreateTagsInput struct {

    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resource-arn" type:"string" required:"true"`

    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (CreateTagsInput) GoString

func (s CreateTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTagsInput) SetResourceArn

func (s *CreateTagsInput) SetResourceArn(v string) *CreateTagsInput

SetResourceArn sets the ResourceArn field's value.

func (*CreateTagsInput) SetTags

func (s *CreateTagsInput) SetTags(v map[string]*string) *CreateTagsInput

SetTags sets the Tags field's value.

func (CreateTagsInput) String

func (s CreateTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*CreateTagsInput) Validate

func (s *CreateTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type CreateTagsOutput

type CreateTagsOutput struct {
    // contains filtered or unexported fields
}

func (CreateTagsOutput) GoString

func (s CreateTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (CreateTagsOutput) String

func (s CreateTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteChannelInput

type DeleteChannelInput struct {

    // ChannelId is a required field
    ChannelId *string `location:"uri" locationName:"channelId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteChannelInput) GoString

func (s DeleteChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteChannelInput) SetChannelId

func (s *DeleteChannelInput) SetChannelId(v string) *DeleteChannelInput

SetChannelId sets the ChannelId field's value.

func (DeleteChannelInput) String

func (s DeleteChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteChannelInput) Validate

func (s *DeleteChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteChannelOutput

type DeleteChannelOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    CdiInputSpecification *CdiInputSpecification `locationName:"cdiInputSpecification" type:"structure"`

    // A standard channel has two encoding pipelines and a single pipeline channel
    // only has one.
    ChannelClass *string `locationName:"channelClass" type:"string" enum:"ChannelClass"`

    Destinations []*OutputDestination `locationName:"destinations" type:"list"`

    EgressEndpoints []*ChannelEgressEndpoint `locationName:"egressEndpoints" type:"list"`

    // Encoder Settings
    EncoderSettings *EncoderSettings `locationName:"encoderSettings" type:"structure"`

    Id *string `locationName:"id" type:"string"`

    InputAttachments []*InputAttachment `locationName:"inputAttachments" type:"list"`

    InputSpecification *InputSpecification `locationName:"inputSpecification" type:"structure"`

    // The log level the user wants for their channel.
    LogLevel *string `locationName:"logLevel" type:"string" enum:"LogLevel"`

    Maintenance *MaintenanceStatus `locationName:"maintenance" type:"structure"`

    Name *string `locationName:"name" type:"string"`

    PipelineDetails []*PipelineDetail `locationName:"pipelineDetails" type:"list"`

    PipelinesRunningCount *int64 `locationName:"pipelinesRunningCount" type:"integer"`

    RoleArn *string `locationName:"roleArn" type:"string"`

    State *string `locationName:"state" type:"string" enum:"ChannelState"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    // The properties for a private VPC Output
    Vpc *VpcOutputSettingsDescription `locationName:"vpc" type:"structure"`
    // contains filtered or unexported fields
}

func (DeleteChannelOutput) GoString

func (s DeleteChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteChannelOutput) SetArn

func (s *DeleteChannelOutput) SetArn(v string) *DeleteChannelOutput

SetArn sets the Arn field's value.

func (*DeleteChannelOutput) SetCdiInputSpecification

func (s *DeleteChannelOutput) SetCdiInputSpecification(v *CdiInputSpecification) *DeleteChannelOutput

SetCdiInputSpecification sets the CdiInputSpecification field's value.

func (*DeleteChannelOutput) SetChannelClass

func (s *DeleteChannelOutput) SetChannelClass(v string) *DeleteChannelOutput

SetChannelClass sets the ChannelClass field's value.

func (*DeleteChannelOutput) SetDestinations

func (s *DeleteChannelOutput) SetDestinations(v []*OutputDestination) *DeleteChannelOutput

SetDestinations sets the Destinations field's value.

func (*DeleteChannelOutput) SetEgressEndpoints

func (s *DeleteChannelOutput) SetEgressEndpoints(v []*ChannelEgressEndpoint) *DeleteChannelOutput

SetEgressEndpoints sets the EgressEndpoints field's value.

func (*DeleteChannelOutput) SetEncoderSettings

func (s *DeleteChannelOutput) SetEncoderSettings(v *EncoderSettings) *DeleteChannelOutput

SetEncoderSettings sets the EncoderSettings field's value.

func (*DeleteChannelOutput) SetId

func (s *DeleteChannelOutput) SetId(v string) *DeleteChannelOutput

SetId sets the Id field's value.

func (*DeleteChannelOutput) SetInputAttachments

func (s *DeleteChannelOutput) SetInputAttachments(v []*InputAttachment) *DeleteChannelOutput

SetInputAttachments sets the InputAttachments field's value.

func (*DeleteChannelOutput) SetInputSpecification

func (s *DeleteChannelOutput) SetInputSpecification(v *InputSpecification) *DeleteChannelOutput

SetInputSpecification sets the InputSpecification field's value.

func (*DeleteChannelOutput) SetLogLevel

func (s *DeleteChannelOutput) SetLogLevel(v string) *DeleteChannelOutput

SetLogLevel sets the LogLevel field's value.

func (*DeleteChannelOutput) SetMaintenance

func (s *DeleteChannelOutput) SetMaintenance(v *MaintenanceStatus) *DeleteChannelOutput

SetMaintenance sets the Maintenance field's value.

func (*DeleteChannelOutput) SetName

func (s *DeleteChannelOutput) SetName(v string) *DeleteChannelOutput

SetName sets the Name field's value.

func (*DeleteChannelOutput) SetPipelineDetails

func (s *DeleteChannelOutput) SetPipelineDetails(v []*PipelineDetail) *DeleteChannelOutput

SetPipelineDetails sets the PipelineDetails field's value.

func (*DeleteChannelOutput) SetPipelinesRunningCount

func (s *DeleteChannelOutput) SetPipelinesRunningCount(v int64) *DeleteChannelOutput

SetPipelinesRunningCount sets the PipelinesRunningCount field's value.

func (*DeleteChannelOutput) SetRoleArn

func (s *DeleteChannelOutput) SetRoleArn(v string) *DeleteChannelOutput

SetRoleArn sets the RoleArn field's value.

func (*DeleteChannelOutput) SetState

func (s *DeleteChannelOutput) SetState(v string) *DeleteChannelOutput

SetState sets the State field's value.

func (*DeleteChannelOutput) SetTags

func (s *DeleteChannelOutput) SetTags(v map[string]*string) *DeleteChannelOutput

SetTags sets the Tags field's value.

func (*DeleteChannelOutput) SetVpc

func (s *DeleteChannelOutput) SetVpc(v *VpcOutputSettingsDescription) *DeleteChannelOutput

SetVpc sets the Vpc field's value.

func (DeleteChannelOutput) String

func (s DeleteChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteInputInput

type DeleteInputInput struct {

    // InputId is a required field
    InputId *string `location:"uri" locationName:"inputId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteInputInput) GoString

func (s DeleteInputInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInputInput) SetInputId

func (s *DeleteInputInput) SetInputId(v string) *DeleteInputInput

SetInputId sets the InputId field's value.

func (DeleteInputInput) String

func (s DeleteInputInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInputInput) Validate

func (s *DeleteInputInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteInputOutput

type DeleteInputOutput struct {
    // contains filtered or unexported fields
}

func (DeleteInputOutput) GoString

func (s DeleteInputOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteInputOutput) String

func (s DeleteInputOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteInputSecurityGroupInput

type DeleteInputSecurityGroupInput struct {

    // InputSecurityGroupId is a required field
    InputSecurityGroupId *string `location:"uri" locationName:"inputSecurityGroupId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteInputSecurityGroupInput) GoString

func (s DeleteInputSecurityGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInputSecurityGroupInput) SetInputSecurityGroupId

func (s *DeleteInputSecurityGroupInput) SetInputSecurityGroupId(v string) *DeleteInputSecurityGroupInput

SetInputSecurityGroupId sets the InputSecurityGroupId field's value.

func (DeleteInputSecurityGroupInput) String

func (s DeleteInputSecurityGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteInputSecurityGroupInput) Validate

func (s *DeleteInputSecurityGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteInputSecurityGroupOutput

type DeleteInputSecurityGroupOutput struct {
    // contains filtered or unexported fields
}

func (DeleteInputSecurityGroupOutput) GoString

func (s DeleteInputSecurityGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteInputSecurityGroupOutput) String

func (s DeleteInputSecurityGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteMultiplexInput

type DeleteMultiplexInput struct {

    // MultiplexId is a required field
    MultiplexId *string `location:"uri" locationName:"multiplexId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteMultiplexInput) GoString

func (s DeleteMultiplexInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMultiplexInput) SetMultiplexId

func (s *DeleteMultiplexInput) SetMultiplexId(v string) *DeleteMultiplexInput

SetMultiplexId sets the MultiplexId field's value.

func (DeleteMultiplexInput) String

func (s DeleteMultiplexInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMultiplexInput) Validate

func (s *DeleteMultiplexInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMultiplexOutput

type DeleteMultiplexOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    AvailabilityZones []*string `locationName:"availabilityZones" type:"list"`

    Destinations []*MultiplexOutputDestination `locationName:"destinations" type:"list"`

    Id *string `locationName:"id" type:"string"`

    // Contains configuration for a Multiplex event
    MultiplexSettings *MultiplexSettings `locationName:"multiplexSettings" type:"structure"`

    Name *string `locationName:"name" type:"string"`

    PipelinesRunningCount *int64 `locationName:"pipelinesRunningCount" type:"integer"`

    ProgramCount *int64 `locationName:"programCount" type:"integer"`

    // The current state of the multiplex.
    State *string `locationName:"state" type:"string" enum:"MultiplexState"`

    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (DeleteMultiplexOutput) GoString

func (s DeleteMultiplexOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMultiplexOutput) SetArn

func (s *DeleteMultiplexOutput) SetArn(v string) *DeleteMultiplexOutput

SetArn sets the Arn field's value.

func (*DeleteMultiplexOutput) SetAvailabilityZones

func (s *DeleteMultiplexOutput) SetAvailabilityZones(v []*string) *DeleteMultiplexOutput

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*DeleteMultiplexOutput) SetDestinations

func (s *DeleteMultiplexOutput) SetDestinations(v []*MultiplexOutputDestination) *DeleteMultiplexOutput

SetDestinations sets the Destinations field's value.

func (*DeleteMultiplexOutput) SetId

func (s *DeleteMultiplexOutput) SetId(v string) *DeleteMultiplexOutput

SetId sets the Id field's value.

func (*DeleteMultiplexOutput) SetMultiplexSettings

func (s *DeleteMultiplexOutput) SetMultiplexSettings(v *MultiplexSettings) *DeleteMultiplexOutput

SetMultiplexSettings sets the MultiplexSettings field's value.

func (*DeleteMultiplexOutput) SetName

func (s *DeleteMultiplexOutput) SetName(v string) *DeleteMultiplexOutput

SetName sets the Name field's value.

func (*DeleteMultiplexOutput) SetPipelinesRunningCount

func (s *DeleteMultiplexOutput) SetPipelinesRunningCount(v int64) *DeleteMultiplexOutput

SetPipelinesRunningCount sets the PipelinesRunningCount field's value.

func (*DeleteMultiplexOutput) SetProgramCount

func (s *DeleteMultiplexOutput) SetProgramCount(v int64) *DeleteMultiplexOutput

SetProgramCount sets the ProgramCount field's value.

func (*DeleteMultiplexOutput) SetState

func (s *DeleteMultiplexOutput) SetState(v string) *DeleteMultiplexOutput

SetState sets the State field's value.

func (*DeleteMultiplexOutput) SetTags

func (s *DeleteMultiplexOutput) SetTags(v map[string]*string) *DeleteMultiplexOutput

SetTags sets the Tags field's value.

func (DeleteMultiplexOutput) String

func (s DeleteMultiplexOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteMultiplexProgramInput

type DeleteMultiplexProgramInput struct {

    // MultiplexId is a required field
    MultiplexId *string `location:"uri" locationName:"multiplexId" type:"string" required:"true"`

    // ProgramName is a required field
    ProgramName *string `location:"uri" locationName:"programName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteMultiplexProgramInput) GoString

func (s DeleteMultiplexProgramInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMultiplexProgramInput) SetMultiplexId

func (s *DeleteMultiplexProgramInput) SetMultiplexId(v string) *DeleteMultiplexProgramInput

SetMultiplexId sets the MultiplexId field's value.

func (*DeleteMultiplexProgramInput) SetProgramName

func (s *DeleteMultiplexProgramInput) SetProgramName(v string) *DeleteMultiplexProgramInput

SetProgramName sets the ProgramName field's value.

func (DeleteMultiplexProgramInput) String

func (s DeleteMultiplexProgramInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMultiplexProgramInput) Validate

func (s *DeleteMultiplexProgramInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteMultiplexProgramOutput

type DeleteMultiplexProgramOutput struct {
    ChannelId *string `locationName:"channelId" type:"string"`

    // Multiplex Program settings configuration.
    MultiplexProgramSettings *MultiplexProgramSettings `locationName:"multiplexProgramSettings" type:"structure"`

    // Packet identifiers map for a given Multiplex program.
    PacketIdentifiersMap *MultiplexProgramPacketIdentifiersMap `locationName:"packetIdentifiersMap" type:"structure"`

    PipelineDetails []*MultiplexProgramPipelineDetail `locationName:"pipelineDetails" type:"list"`

    ProgramName *string `locationName:"programName" type:"string"`
    // contains filtered or unexported fields
}

func (DeleteMultiplexProgramOutput) GoString

func (s DeleteMultiplexProgramOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteMultiplexProgramOutput) SetChannelId

func (s *DeleteMultiplexProgramOutput) SetChannelId(v string) *DeleteMultiplexProgramOutput

SetChannelId sets the ChannelId field's value.

func (*DeleteMultiplexProgramOutput) SetMultiplexProgramSettings

func (s *DeleteMultiplexProgramOutput) SetMultiplexProgramSettings(v *MultiplexProgramSettings) *DeleteMultiplexProgramOutput

SetMultiplexProgramSettings sets the MultiplexProgramSettings field's value.

func (*DeleteMultiplexProgramOutput) SetPacketIdentifiersMap

func (s *DeleteMultiplexProgramOutput) SetPacketIdentifiersMap(v *MultiplexProgramPacketIdentifiersMap) *DeleteMultiplexProgramOutput

SetPacketIdentifiersMap sets the PacketIdentifiersMap field's value.

func (*DeleteMultiplexProgramOutput) SetPipelineDetails

func (s *DeleteMultiplexProgramOutput) SetPipelineDetails(v []*MultiplexProgramPipelineDetail) *DeleteMultiplexProgramOutput

SetPipelineDetails sets the PipelineDetails field's value.

func (*DeleteMultiplexProgramOutput) SetProgramName

func (s *DeleteMultiplexProgramOutput) SetProgramName(v string) *DeleteMultiplexProgramOutput

SetProgramName sets the ProgramName field's value.

func (DeleteMultiplexProgramOutput) String

func (s DeleteMultiplexProgramOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteReservationInput

type DeleteReservationInput struct {

    // ReservationId is a required field
    ReservationId *string `location:"uri" locationName:"reservationId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteReservationInput) GoString

func (s DeleteReservationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteReservationInput) SetReservationId

func (s *DeleteReservationInput) SetReservationId(v string) *DeleteReservationInput

SetReservationId sets the ReservationId field's value.

func (DeleteReservationInput) String

func (s DeleteReservationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteReservationInput) Validate

func (s *DeleteReservationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteReservationOutput

type DeleteReservationOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    Count *int64 `locationName:"count" type:"integer"`

    CurrencyCode *string `locationName:"currencyCode" type:"string"`

    Duration *int64 `locationName:"duration" type:"integer"`

    // Units for duration, e.g. 'MONTHS'
    DurationUnits *string `locationName:"durationUnits" type:"string" enum:"OfferingDurationUnits"`

    End *string `locationName:"end" type:"string"`

    FixedPrice *float64 `locationName:"fixedPrice" type:"double"`

    Name *string `locationName:"name" type:"string"`

    OfferingDescription *string `locationName:"offeringDescription" type:"string"`

    OfferingId *string `locationName:"offeringId" type:"string"`

    // Offering type, e.g. 'NO_UPFRONT'
    OfferingType *string `locationName:"offeringType" type:"string" enum:"OfferingType"`

    Region *string `locationName:"region" type:"string"`

    // The Renewal settings for Reservations
    RenewalSettings *RenewalSettings `locationName:"renewalSettings" type:"structure"`

    ReservationId *string `locationName:"reservationId" type:"string"`

    // Resource configuration (codec, resolution, bitrate, ...)
    ResourceSpecification *ReservationResourceSpecification `locationName:"resourceSpecification" type:"structure"`

    Start *string `locationName:"start" type:"string"`

    // Current reservation state
    State *string `locationName:"state" type:"string" enum:"ReservationState"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    UsagePrice *float64 `locationName:"usagePrice" type:"double"`
    // contains filtered or unexported fields
}

func (DeleteReservationOutput) GoString

func (s DeleteReservationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteReservationOutput) SetArn

func (s *DeleteReservationOutput) SetArn(v string) *DeleteReservationOutput

SetArn sets the Arn field's value.

func (*DeleteReservationOutput) SetCount

func (s *DeleteReservationOutput) SetCount(v int64) *DeleteReservationOutput

SetCount sets the Count field's value.

func (*DeleteReservationOutput) SetCurrencyCode

func (s *DeleteReservationOutput) SetCurrencyCode(v string) *DeleteReservationOutput

SetCurrencyCode sets the CurrencyCode field's value.

func (*DeleteReservationOutput) SetDuration

func (s *DeleteReservationOutput) SetDuration(v int64) *DeleteReservationOutput

SetDuration sets the Duration field's value.

func (*DeleteReservationOutput) SetDurationUnits

func (s *DeleteReservationOutput) SetDurationUnits(v string) *DeleteReservationOutput

SetDurationUnits sets the DurationUnits field's value.

func (*DeleteReservationOutput) SetEnd

func (s *DeleteReservationOutput) SetEnd(v string) *DeleteReservationOutput

SetEnd sets the End field's value.

func (*DeleteReservationOutput) SetFixedPrice

func (s *DeleteReservationOutput) SetFixedPrice(v float64) *DeleteReservationOutput

SetFixedPrice sets the FixedPrice field's value.

func (*DeleteReservationOutput) SetName

func (s *DeleteReservationOutput) SetName(v string) *DeleteReservationOutput

SetName sets the Name field's value.

func (*DeleteReservationOutput) SetOfferingDescription

func (s *DeleteReservationOutput) SetOfferingDescription(v string) *DeleteReservationOutput

SetOfferingDescription sets the OfferingDescription field's value.

func (*DeleteReservationOutput) SetOfferingId

func (s *DeleteReservationOutput) SetOfferingId(v string) *DeleteReservationOutput

SetOfferingId sets the OfferingId field's value.

func (*DeleteReservationOutput) SetOfferingType

func (s *DeleteReservationOutput) SetOfferingType(v string) *DeleteReservationOutput

SetOfferingType sets the OfferingType field's value.

func (*DeleteReservationOutput) SetRegion

func (s *DeleteReservationOutput) SetRegion(v string) *DeleteReservationOutput

SetRegion sets the Region field's value.

func (*DeleteReservationOutput) SetRenewalSettings

func (s *DeleteReservationOutput) SetRenewalSettings(v *RenewalSettings) *DeleteReservationOutput

SetRenewalSettings sets the RenewalSettings field's value.

func (*DeleteReservationOutput) SetReservationId

func (s *DeleteReservationOutput) SetReservationId(v string) *DeleteReservationOutput

SetReservationId sets the ReservationId field's value.

func (*DeleteReservationOutput) SetResourceSpecification

func (s *DeleteReservationOutput) SetResourceSpecification(v *ReservationResourceSpecification) *DeleteReservationOutput

SetResourceSpecification sets the ResourceSpecification field's value.

func (*DeleteReservationOutput) SetStart

func (s *DeleteReservationOutput) SetStart(v string) *DeleteReservationOutput

SetStart sets the Start field's value.

func (*DeleteReservationOutput) SetState

func (s *DeleteReservationOutput) SetState(v string) *DeleteReservationOutput

SetState sets the State field's value.

func (*DeleteReservationOutput) SetTags

func (s *DeleteReservationOutput) SetTags(v map[string]*string) *DeleteReservationOutput

SetTags sets the Tags field's value.

func (*DeleteReservationOutput) SetUsagePrice

func (s *DeleteReservationOutput) SetUsagePrice(v float64) *DeleteReservationOutput

SetUsagePrice sets the UsagePrice field's value.

func (DeleteReservationOutput) String

func (s DeleteReservationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteScheduleInput

type DeleteScheduleInput struct {

    // ChannelId is a required field
    ChannelId *string `location:"uri" locationName:"channelId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteScheduleInput) GoString

func (s DeleteScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteScheduleInput) SetChannelId

func (s *DeleteScheduleInput) SetChannelId(v string) *DeleteScheduleInput

SetChannelId sets the ChannelId field's value.

func (DeleteScheduleInput) String

func (s DeleteScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteScheduleInput) Validate

func (s *DeleteScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteScheduleOutput

type DeleteScheduleOutput struct {
    // contains filtered or unexported fields
}

func (DeleteScheduleOutput) GoString

func (s DeleteScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteScheduleOutput) String

func (s DeleteScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DeleteTagsInput

type DeleteTagsInput struct {

    // ResourceArn is a required field
    ResourceArn *string `location:"uri" locationName:"resource-arn" type:"string" required:"true"`

    // TagKeys is a required field
    TagKeys []*string `location:"querystring" locationName:"tagKeys" type:"list" required:"true"`
    // contains filtered or unexported fields
}

func (DeleteTagsInput) GoString

func (s DeleteTagsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) SetResourceArn

func (s *DeleteTagsInput) SetResourceArn(v string) *DeleteTagsInput

SetResourceArn sets the ResourceArn field's value.

func (*DeleteTagsInput) SetTagKeys

func (s *DeleteTagsInput) SetTagKeys(v []*string) *DeleteTagsInput

SetTagKeys sets the TagKeys field's value.

func (DeleteTagsInput) String

func (s DeleteTagsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DeleteTagsInput) Validate

func (s *DeleteTagsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DeleteTagsOutput

type DeleteTagsOutput struct {
    // contains filtered or unexported fields
}

func (DeleteTagsOutput) GoString

func (s DeleteTagsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DeleteTagsOutput) String

func (s DeleteTagsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountConfigurationInput

type DescribeAccountConfigurationInput struct {
    // contains filtered or unexported fields
}

func (DescribeAccountConfigurationInput) GoString

func (s DescribeAccountConfigurationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DescribeAccountConfigurationInput) String

func (s DescribeAccountConfigurationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeAccountConfigurationOutput

type DescribeAccountConfigurationOutput struct {
    AccountConfiguration *AccountConfiguration `locationName:"accountConfiguration" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeAccountConfigurationOutput) GoString

func (s DescribeAccountConfigurationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeAccountConfigurationOutput) SetAccountConfiguration

func (s *DescribeAccountConfigurationOutput) SetAccountConfiguration(v *AccountConfiguration) *DescribeAccountConfigurationOutput

SetAccountConfiguration sets the AccountConfiguration field's value.

func (DescribeAccountConfigurationOutput) String

func (s DescribeAccountConfigurationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeChannelInput

type DescribeChannelInput struct {

    // ChannelId is a required field
    ChannelId *string `location:"uri" locationName:"channelId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeChannelInput) GoString

func (s DescribeChannelInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeChannelInput) SetChannelId

func (s *DescribeChannelInput) SetChannelId(v string) *DescribeChannelInput

SetChannelId sets the ChannelId field's value.

func (DescribeChannelInput) String

func (s DescribeChannelInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeChannelInput) Validate

func (s *DescribeChannelInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeChannelOutput

type DescribeChannelOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    CdiInputSpecification *CdiInputSpecification `locationName:"cdiInputSpecification" type:"structure"`

    // A standard channel has two encoding pipelines and a single pipeline channel
    // only has one.
    ChannelClass *string `locationName:"channelClass" type:"string" enum:"ChannelClass"`

    Destinations []*OutputDestination `locationName:"destinations" type:"list"`

    EgressEndpoints []*ChannelEgressEndpoint `locationName:"egressEndpoints" type:"list"`

    // Encoder Settings
    EncoderSettings *EncoderSettings `locationName:"encoderSettings" type:"structure"`

    Id *string `locationName:"id" type:"string"`

    InputAttachments []*InputAttachment `locationName:"inputAttachments" type:"list"`

    InputSpecification *InputSpecification `locationName:"inputSpecification" type:"structure"`

    // The log level the user wants for their channel.
    LogLevel *string `locationName:"logLevel" type:"string" enum:"LogLevel"`

    Maintenance *MaintenanceStatus `locationName:"maintenance" type:"structure"`

    Name *string `locationName:"name" type:"string"`

    PipelineDetails []*PipelineDetail `locationName:"pipelineDetails" type:"list"`

    PipelinesRunningCount *int64 `locationName:"pipelinesRunningCount" type:"integer"`

    RoleArn *string `locationName:"roleArn" type:"string"`

    State *string `locationName:"state" type:"string" enum:"ChannelState"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    // The properties for a private VPC Output
    Vpc *VpcOutputSettingsDescription `locationName:"vpc" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeChannelOutput) GoString

func (s DescribeChannelOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeChannelOutput) SetArn

func (s *DescribeChannelOutput) SetArn(v string) *DescribeChannelOutput

SetArn sets the Arn field's value.

func (*DescribeChannelOutput) SetCdiInputSpecification

func (s *DescribeChannelOutput) SetCdiInputSpecification(v *CdiInputSpecification) *DescribeChannelOutput

SetCdiInputSpecification sets the CdiInputSpecification field's value.

func (*DescribeChannelOutput) SetChannelClass

func (s *DescribeChannelOutput) SetChannelClass(v string) *DescribeChannelOutput

SetChannelClass sets the ChannelClass field's value.

func (*DescribeChannelOutput) SetDestinations

func (s *DescribeChannelOutput) SetDestinations(v []*OutputDestination) *DescribeChannelOutput

SetDestinations sets the Destinations field's value.

func (*DescribeChannelOutput) SetEgressEndpoints

func (s *DescribeChannelOutput) SetEgressEndpoints(v []*ChannelEgressEndpoint) *DescribeChannelOutput

SetEgressEndpoints sets the EgressEndpoints field's value.

func (*DescribeChannelOutput) SetEncoderSettings

func (s *DescribeChannelOutput) SetEncoderSettings(v *EncoderSettings) *DescribeChannelOutput

SetEncoderSettings sets the EncoderSettings field's value.

func (*DescribeChannelOutput) SetId

func (s *DescribeChannelOutput) SetId(v string) *DescribeChannelOutput

SetId sets the Id field's value.

func (*DescribeChannelOutput) SetInputAttachments

func (s *DescribeChannelOutput) SetInputAttachments(v []*InputAttachment) *DescribeChannelOutput

SetInputAttachments sets the InputAttachments field's value.

func (*DescribeChannelOutput) SetInputSpecification

func (s *DescribeChannelOutput) SetInputSpecification(v *InputSpecification) *DescribeChannelOutput

SetInputSpecification sets the InputSpecification field's value.

func (*DescribeChannelOutput) SetLogLevel

func (s *DescribeChannelOutput) SetLogLevel(v string) *DescribeChannelOutput

SetLogLevel sets the LogLevel field's value.

func (*DescribeChannelOutput) SetMaintenance

func (s *DescribeChannelOutput) SetMaintenance(v *MaintenanceStatus) *DescribeChannelOutput

SetMaintenance sets the Maintenance field's value.

func (*DescribeChannelOutput) SetName

func (s *DescribeChannelOutput) SetName(v string) *DescribeChannelOutput

SetName sets the Name field's value.

func (*DescribeChannelOutput) SetPipelineDetails

func (s *DescribeChannelOutput) SetPipelineDetails(v []*PipelineDetail) *DescribeChannelOutput

SetPipelineDetails sets the PipelineDetails field's value.

func (*DescribeChannelOutput) SetPipelinesRunningCount

func (s *DescribeChannelOutput) SetPipelinesRunningCount(v int64) *DescribeChannelOutput

SetPipelinesRunningCount sets the PipelinesRunningCount field's value.

func (*DescribeChannelOutput) SetRoleArn

func (s *DescribeChannelOutput) SetRoleArn(v string) *DescribeChannelOutput

SetRoleArn sets the RoleArn field's value.

func (*DescribeChannelOutput) SetState

func (s *DescribeChannelOutput) SetState(v string) *DescribeChannelOutput

SetState sets the State field's value.

func (*DescribeChannelOutput) SetTags

func (s *DescribeChannelOutput) SetTags(v map[string]*string) *DescribeChannelOutput

SetTags sets the Tags field's value.

func (*DescribeChannelOutput) SetVpc

func (s *DescribeChannelOutput) SetVpc(v *VpcOutputSettingsDescription) *DescribeChannelOutput

SetVpc sets the Vpc field's value.

func (DescribeChannelOutput) String

func (s DescribeChannelOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInputDeviceInput

type DescribeInputDeviceInput struct {

    // InputDeviceId is a required field
    InputDeviceId *string `location:"uri" locationName:"inputDeviceId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeInputDeviceInput) GoString

func (s DescribeInputDeviceInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputDeviceInput) SetInputDeviceId

func (s *DescribeInputDeviceInput) SetInputDeviceId(v string) *DescribeInputDeviceInput

SetInputDeviceId sets the InputDeviceId field's value.

func (DescribeInputDeviceInput) String

func (s DescribeInputDeviceInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputDeviceInput) Validate

func (s *DescribeInputDeviceInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInputDeviceOutput

type DescribeInputDeviceOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    AvailabilityZone *string `locationName:"availabilityZone" type:"string"`

    // The state of the connection between the input device and AWS.
    ConnectionState *string `locationName:"connectionState" type:"string" enum:"InputDeviceConnectionState"`

    // The status of the action to synchronize the device configuration. If you
    // change the configuration of the input device (for example, the maximum bitrate),
    // MediaLive sends the new data to the device. The device might not update itself
    // immediately. SYNCED means the device has updated its configuration. SYNCING
    // means that it has not updated its configuration.
    DeviceSettingsSyncState *string `locationName:"deviceSettingsSyncState" type:"string" enum:"DeviceSettingsSyncState"`

    // The status of software on the input device.
    DeviceUpdateStatus *string `locationName:"deviceUpdateStatus" type:"string" enum:"DeviceUpdateStatus"`

    // Settings that describe the active source from the input device, and the video
    // characteristics of that source.
    HdDeviceSettings *InputDeviceHdSettings `locationName:"hdDeviceSettings" type:"structure"`

    Id *string `locationName:"id" type:"string"`

    MacAddress *string `locationName:"macAddress" type:"string"`

    MedialiveInputArns []*string `locationName:"medialiveInputArns" type:"list"`

    Name *string `locationName:"name" type:"string"`

    // The network settings for the input device.
    NetworkSettings *InputDeviceNetworkSettings `locationName:"networkSettings" type:"structure"`

    // The output attachment type of the input device.
    OutputType *string `locationName:"outputType" type:"string" enum:"InputDeviceOutputType"`

    SerialNumber *string `locationName:"serialNumber" type:"string"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    // The type of the input device. For an AWS Elemental Link device that outputs
    // resolutions up to 1080, choose "HD".
    Type *string `locationName:"type" type:"string" enum:"InputDeviceType"`

    // Settings that describe the active source from the input device, and the video
    // characteristics of that source.
    UhdDeviceSettings *InputDeviceUhdSettings `locationName:"uhdDeviceSettings" type:"structure"`
    // contains filtered or unexported fields
}

func (DescribeInputDeviceOutput) GoString

func (s DescribeInputDeviceOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputDeviceOutput) SetArn

func (s *DescribeInputDeviceOutput) SetArn(v string) *DescribeInputDeviceOutput

SetArn sets the Arn field's value.

func (*DescribeInputDeviceOutput) SetAvailabilityZone

func (s *DescribeInputDeviceOutput) SetAvailabilityZone(v string) *DescribeInputDeviceOutput

SetAvailabilityZone sets the AvailabilityZone field's value.

func (*DescribeInputDeviceOutput) SetConnectionState

func (s *DescribeInputDeviceOutput) SetConnectionState(v string) *DescribeInputDeviceOutput

SetConnectionState sets the ConnectionState field's value.

func (*DescribeInputDeviceOutput) SetDeviceSettingsSyncState

func (s *DescribeInputDeviceOutput) SetDeviceSettingsSyncState(v string) *DescribeInputDeviceOutput

SetDeviceSettingsSyncState sets the DeviceSettingsSyncState field's value.

func (*DescribeInputDeviceOutput) SetDeviceUpdateStatus

func (s *DescribeInputDeviceOutput) SetDeviceUpdateStatus(v string) *DescribeInputDeviceOutput

SetDeviceUpdateStatus sets the DeviceUpdateStatus field's value.

func (*DescribeInputDeviceOutput) SetHdDeviceSettings

func (s *DescribeInputDeviceOutput) SetHdDeviceSettings(v *InputDeviceHdSettings) *DescribeInputDeviceOutput

SetHdDeviceSettings sets the HdDeviceSettings field's value.

func (*DescribeInputDeviceOutput) SetId

func (s *DescribeInputDeviceOutput) SetId(v string) *DescribeInputDeviceOutput

SetId sets the Id field's value.

func (*DescribeInputDeviceOutput) SetMacAddress

func (s *DescribeInputDeviceOutput) SetMacAddress(v string) *DescribeInputDeviceOutput

SetMacAddress sets the MacAddress field's value.

func (*DescribeInputDeviceOutput) SetMedialiveInputArns

func (s *DescribeInputDeviceOutput) SetMedialiveInputArns(v []*string) *DescribeInputDeviceOutput

SetMedialiveInputArns sets the MedialiveInputArns field's value.

func (*DescribeInputDeviceOutput) SetName

func (s *DescribeInputDeviceOutput) SetName(v string) *DescribeInputDeviceOutput

SetName sets the Name field's value.

func (*DescribeInputDeviceOutput) SetNetworkSettings

func (s *DescribeInputDeviceOutput) SetNetworkSettings(v *InputDeviceNetworkSettings) *DescribeInputDeviceOutput

SetNetworkSettings sets the NetworkSettings field's value.

func (*DescribeInputDeviceOutput) SetOutputType

func (s *DescribeInputDeviceOutput) SetOutputType(v string) *DescribeInputDeviceOutput

SetOutputType sets the OutputType field's value.

func (*DescribeInputDeviceOutput) SetSerialNumber

func (s *DescribeInputDeviceOutput) SetSerialNumber(v string) *DescribeInputDeviceOutput

SetSerialNumber sets the SerialNumber field's value.

func (*DescribeInputDeviceOutput) SetTags

func (s *DescribeInputDeviceOutput) SetTags(v map[string]*string) *DescribeInputDeviceOutput

SetTags sets the Tags field's value.

func (*DescribeInputDeviceOutput) SetType

func (s *DescribeInputDeviceOutput) SetType(v string) *DescribeInputDeviceOutput

SetType sets the Type field's value.

func (*DescribeInputDeviceOutput) SetUhdDeviceSettings

func (s *DescribeInputDeviceOutput) SetUhdDeviceSettings(v *InputDeviceUhdSettings) *DescribeInputDeviceOutput

SetUhdDeviceSettings sets the UhdDeviceSettings field's value.

func (DescribeInputDeviceOutput) String

func (s DescribeInputDeviceOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInputDeviceThumbnailInput

type DescribeInputDeviceThumbnailInput struct {

    // Accept is a required field
    Accept *string `location:"header" locationName:"accept" type:"string" required:"true" enum:"AcceptHeader"`

    // InputDeviceId is a required field
    InputDeviceId *string `location:"uri" locationName:"inputDeviceId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeInputDeviceThumbnailInput) GoString

func (s DescribeInputDeviceThumbnailInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputDeviceThumbnailInput) SetAccept

func (s *DescribeInputDeviceThumbnailInput) SetAccept(v string) *DescribeInputDeviceThumbnailInput

SetAccept sets the Accept field's value.

func (*DescribeInputDeviceThumbnailInput) SetInputDeviceId

func (s *DescribeInputDeviceThumbnailInput) SetInputDeviceId(v string) *DescribeInputDeviceThumbnailInput

SetInputDeviceId sets the InputDeviceId field's value.

func (DescribeInputDeviceThumbnailInput) String

func (s DescribeInputDeviceThumbnailInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputDeviceThumbnailInput) Validate

func (s *DescribeInputDeviceThumbnailInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInputDeviceThumbnailOutput

type DescribeInputDeviceThumbnailOutput struct {
    Body io.ReadCloser `locationName:"body" type:"blob"`

    ContentLength *int64 `location:"header" locationName:"Content-Length" type:"long"`

    ContentType *string `location:"header" locationName:"Content-Type" type:"string" enum:"ContentType"`

    ETag *string `location:"header" locationName:"ETag" type:"string"`

    LastModified *time.Time `location:"header" locationName:"Last-Modified" type:"timestamp"`
    // contains filtered or unexported fields
}

func (DescribeInputDeviceThumbnailOutput) GoString

func (s DescribeInputDeviceThumbnailOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputDeviceThumbnailOutput) SetBody

func (s *DescribeInputDeviceThumbnailOutput) SetBody(v io.ReadCloser) *DescribeInputDeviceThumbnailOutput

SetBody sets the Body field's value.

func (*DescribeInputDeviceThumbnailOutput) SetContentLength

func (s *DescribeInputDeviceThumbnailOutput) SetContentLength(v int64) *DescribeInputDeviceThumbnailOutput

SetContentLength sets the ContentLength field's value.

func (*DescribeInputDeviceThumbnailOutput) SetContentType

func (s *DescribeInputDeviceThumbnailOutput) SetContentType(v string) *DescribeInputDeviceThumbnailOutput

SetContentType sets the ContentType field's value.

func (*DescribeInputDeviceThumbnailOutput) SetETag

func (s *DescribeInputDeviceThumbnailOutput) SetETag(v string) *DescribeInputDeviceThumbnailOutput

SetETag sets the ETag field's value.

func (*DescribeInputDeviceThumbnailOutput) SetLastModified

func (s *DescribeInputDeviceThumbnailOutput) SetLastModified(v time.Time) *DescribeInputDeviceThumbnailOutput

SetLastModified sets the LastModified field's value.

func (DescribeInputDeviceThumbnailOutput) String

func (s DescribeInputDeviceThumbnailOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInputInput

type DescribeInputInput struct {

    // InputId is a required field
    InputId *string `location:"uri" locationName:"inputId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeInputInput) GoString

func (s DescribeInputInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputInput) SetInputId

func (s *DescribeInputInput) SetInputId(v string) *DescribeInputInput

SetInputId sets the InputId field's value.

func (DescribeInputInput) String

func (s DescribeInputInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputInput) Validate

func (s *DescribeInputInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInputOutput

type DescribeInputOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    AttachedChannels []*string `locationName:"attachedChannels" type:"list"`

    Destinations []*InputDestination `locationName:"destinations" type:"list"`

    Id *string `locationName:"id" type:"string"`

    // A standard input has two sources and a single pipeline input only has one.
    InputClass *string `locationName:"inputClass" type:"string" enum:"InputClass"`

    InputDevices []*InputDeviceSettings `locationName:"inputDevices" type:"list"`

    InputPartnerIds []*string `locationName:"inputPartnerIds" type:"list"`

    // There are two types of input sources, static and dynamic. If an input source
    // is dynamic you canchange the source url of the input dynamically using an
    // input switch action. Currently, two input typessupport a dynamic url at this
    // time, MP4_FILE and TS_FILE. By default all input sources are static.
    InputSourceType *string `locationName:"inputSourceType" type:"string" enum:"InputSourceType"`

    MediaConnectFlows []*MediaConnectFlow `locationName:"mediaConnectFlows" type:"list"`

    Name *string `locationName:"name" type:"string"`

    RoleArn *string `locationName:"roleArn" type:"string"`

    SecurityGroups []*string `locationName:"securityGroups" type:"list"`

    Sources []*InputSource `locationName:"sources" type:"list"`

    State *string `locationName:"state" type:"string" enum:"InputState"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    // The different types of inputs that AWS Elemental MediaLive supports.
    Type *string `locationName:"type" type:"string" enum:"InputType"`
    // contains filtered or unexported fields
}

func (DescribeInputOutput) GoString

func (s DescribeInputOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputOutput) SetArn

func (s *DescribeInputOutput) SetArn(v string) *DescribeInputOutput

SetArn sets the Arn field's value.

func (*DescribeInputOutput) SetAttachedChannels

func (s *DescribeInputOutput) SetAttachedChannels(v []*string) *DescribeInputOutput

SetAttachedChannels sets the AttachedChannels field's value.

func (*DescribeInputOutput) SetDestinations

func (s *DescribeInputOutput) SetDestinations(v []*InputDestination) *DescribeInputOutput

SetDestinations sets the Destinations field's value.

func (*DescribeInputOutput) SetId

func (s *DescribeInputOutput) SetId(v string) *DescribeInputOutput

SetId sets the Id field's value.

func (*DescribeInputOutput) SetInputClass

func (s *DescribeInputOutput) SetInputClass(v string) *DescribeInputOutput

SetInputClass sets the InputClass field's value.

func (*DescribeInputOutput) SetInputDevices

func (s *DescribeInputOutput) SetInputDevices(v []*InputDeviceSettings) *DescribeInputOutput

SetInputDevices sets the InputDevices field's value.

func (*DescribeInputOutput) SetInputPartnerIds

func (s *DescribeInputOutput) SetInputPartnerIds(v []*string) *DescribeInputOutput

SetInputPartnerIds sets the InputPartnerIds field's value.

func (*DescribeInputOutput) SetInputSourceType

func (s *DescribeInputOutput) SetInputSourceType(v string) *DescribeInputOutput

SetInputSourceType sets the InputSourceType field's value.

func (*DescribeInputOutput) SetMediaConnectFlows

func (s *DescribeInputOutput) SetMediaConnectFlows(v []*MediaConnectFlow) *DescribeInputOutput

SetMediaConnectFlows sets the MediaConnectFlows field's value.

func (*DescribeInputOutput) SetName

func (s *DescribeInputOutput) SetName(v string) *DescribeInputOutput

SetName sets the Name field's value.

func (*DescribeInputOutput) SetRoleArn

func (s *DescribeInputOutput) SetRoleArn(v string) *DescribeInputOutput

SetRoleArn sets the RoleArn field's value.

func (*DescribeInputOutput) SetSecurityGroups

func (s *DescribeInputOutput) SetSecurityGroups(v []*string) *DescribeInputOutput

SetSecurityGroups sets the SecurityGroups field's value.

func (*DescribeInputOutput) SetSources

func (s *DescribeInputOutput) SetSources(v []*InputSource) *DescribeInputOutput

SetSources sets the Sources field's value.

func (*DescribeInputOutput) SetState

func (s *DescribeInputOutput) SetState(v string) *DescribeInputOutput

SetState sets the State field's value.

func (*DescribeInputOutput) SetTags

func (s *DescribeInputOutput) SetTags(v map[string]*string) *DescribeInputOutput

SetTags sets the Tags field's value.

func (*DescribeInputOutput) SetType

func (s *DescribeInputOutput) SetType(v string) *DescribeInputOutput

SetType sets the Type field's value.

func (DescribeInputOutput) String

func (s DescribeInputOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeInputSecurityGroupInput

type DescribeInputSecurityGroupInput struct {

    // InputSecurityGroupId is a required field
    InputSecurityGroupId *string `location:"uri" locationName:"inputSecurityGroupId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeInputSecurityGroupInput) GoString

func (s DescribeInputSecurityGroupInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputSecurityGroupInput) SetInputSecurityGroupId

func (s *DescribeInputSecurityGroupInput) SetInputSecurityGroupId(v string) *DescribeInputSecurityGroupInput

SetInputSecurityGroupId sets the InputSecurityGroupId field's value.

func (DescribeInputSecurityGroupInput) String

func (s DescribeInputSecurityGroupInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputSecurityGroupInput) Validate

func (s *DescribeInputSecurityGroupInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeInputSecurityGroupOutput

type DescribeInputSecurityGroupOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    Id *string `locationName:"id" type:"string"`

    Inputs []*string `locationName:"inputs" type:"list"`

    State *string `locationName:"state" type:"string" enum:"InputSecurityGroupState"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    WhitelistRules []*InputWhitelistRule `locationName:"whitelistRules" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeInputSecurityGroupOutput) GoString

func (s DescribeInputSecurityGroupOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeInputSecurityGroupOutput) SetArn

func (s *DescribeInputSecurityGroupOutput) SetArn(v string) *DescribeInputSecurityGroupOutput

SetArn sets the Arn field's value.

func (*DescribeInputSecurityGroupOutput) SetId

func (s *DescribeInputSecurityGroupOutput) SetId(v string) *DescribeInputSecurityGroupOutput

SetId sets the Id field's value.

func (*DescribeInputSecurityGroupOutput) SetInputs

func (s *DescribeInputSecurityGroupOutput) SetInputs(v []*string) *DescribeInputSecurityGroupOutput

SetInputs sets the Inputs field's value.

func (*DescribeInputSecurityGroupOutput) SetState

func (s *DescribeInputSecurityGroupOutput) SetState(v string) *DescribeInputSecurityGroupOutput

SetState sets the State field's value.

func (*DescribeInputSecurityGroupOutput) SetTags

func (s *DescribeInputSecurityGroupOutput) SetTags(v map[string]*string) *DescribeInputSecurityGroupOutput

SetTags sets the Tags field's value.

func (*DescribeInputSecurityGroupOutput) SetWhitelistRules

func (s *DescribeInputSecurityGroupOutput) SetWhitelistRules(v []*InputWhitelistRule) *DescribeInputSecurityGroupOutput

SetWhitelistRules sets the WhitelistRules field's value.

func (DescribeInputSecurityGroupOutput) String

func (s DescribeInputSecurityGroupOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMultiplexInput

type DescribeMultiplexInput struct {

    // MultiplexId is a required field
    MultiplexId *string `location:"uri" locationName:"multiplexId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMultiplexInput) GoString

func (s DescribeMultiplexInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMultiplexInput) SetMultiplexId

func (s *DescribeMultiplexInput) SetMultiplexId(v string) *DescribeMultiplexInput

SetMultiplexId sets the MultiplexId field's value.

func (DescribeMultiplexInput) String

func (s DescribeMultiplexInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMultiplexInput) Validate

func (s *DescribeMultiplexInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeMultiplexOutput

type DescribeMultiplexOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    AvailabilityZones []*string `locationName:"availabilityZones" type:"list"`

    Destinations []*MultiplexOutputDestination `locationName:"destinations" type:"list"`

    Id *string `locationName:"id" type:"string"`

    // Contains configuration for a Multiplex event
    MultiplexSettings *MultiplexSettings `locationName:"multiplexSettings" type:"structure"`

    Name *string `locationName:"name" type:"string"`

    PipelinesRunningCount *int64 `locationName:"pipelinesRunningCount" type:"integer"`

    ProgramCount *int64 `locationName:"programCount" type:"integer"`

    // The current state of the multiplex.
    State *string `locationName:"state" type:"string" enum:"MultiplexState"`

    Tags map[string]*string `locationName:"tags" type:"map"`
    // contains filtered or unexported fields
}

func (DescribeMultiplexOutput) GoString

func (s DescribeMultiplexOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMultiplexOutput) SetArn

func (s *DescribeMultiplexOutput) SetArn(v string) *DescribeMultiplexOutput

SetArn sets the Arn field's value.

func (*DescribeMultiplexOutput) SetAvailabilityZones

func (s *DescribeMultiplexOutput) SetAvailabilityZones(v []*string) *DescribeMultiplexOutput

SetAvailabilityZones sets the AvailabilityZones field's value.

func (*DescribeMultiplexOutput) SetDestinations

func (s *DescribeMultiplexOutput) SetDestinations(v []*MultiplexOutputDestination) *DescribeMultiplexOutput

SetDestinations sets the Destinations field's value.

func (*DescribeMultiplexOutput) SetId

func (s *DescribeMultiplexOutput) SetId(v string) *DescribeMultiplexOutput

SetId sets the Id field's value.

func (*DescribeMultiplexOutput) SetMultiplexSettings

func (s *DescribeMultiplexOutput) SetMultiplexSettings(v *MultiplexSettings) *DescribeMultiplexOutput

SetMultiplexSettings sets the MultiplexSettings field's value.

func (*DescribeMultiplexOutput) SetName

func (s *DescribeMultiplexOutput) SetName(v string) *DescribeMultiplexOutput

SetName sets the Name field's value.

func (*DescribeMultiplexOutput) SetPipelinesRunningCount

func (s *DescribeMultiplexOutput) SetPipelinesRunningCount(v int64) *DescribeMultiplexOutput

SetPipelinesRunningCount sets the PipelinesRunningCount field's value.

func (*DescribeMultiplexOutput) SetProgramCount

func (s *DescribeMultiplexOutput) SetProgramCount(v int64) *DescribeMultiplexOutput

SetProgramCount sets the ProgramCount field's value.

func (*DescribeMultiplexOutput) SetState

func (s *DescribeMultiplexOutput) SetState(v string) *DescribeMultiplexOutput

SetState sets the State field's value.

func (*DescribeMultiplexOutput) SetTags

func (s *DescribeMultiplexOutput) SetTags(v map[string]*string) *DescribeMultiplexOutput

SetTags sets the Tags field's value.

func (DescribeMultiplexOutput) String

func (s DescribeMultiplexOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeMultiplexProgramInput

type DescribeMultiplexProgramInput struct {

    // MultiplexId is a required field
    MultiplexId *string `location:"uri" locationName:"multiplexId" type:"string" required:"true"`

    // ProgramName is a required field
    ProgramName *string `location:"uri" locationName:"programName" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeMultiplexProgramInput) GoString

func (s DescribeMultiplexProgramInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMultiplexProgramInput) SetMultiplexId

func (s *DescribeMultiplexProgramInput) SetMultiplexId(v string) *DescribeMultiplexProgramInput

SetMultiplexId sets the MultiplexId field's value.

func (*DescribeMultiplexProgramInput) SetProgramName

func (s *DescribeMultiplexProgramInput) SetProgramName(v string) *DescribeMultiplexProgramInput

SetProgramName sets the ProgramName field's value.

func (DescribeMultiplexProgramInput) String

func (s DescribeMultiplexProgramInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMultiplexProgramInput) Validate

func (s *DescribeMultiplexProgramInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeMultiplexProgramOutput

type DescribeMultiplexProgramOutput struct {
    ChannelId *string `locationName:"channelId" type:"string"`

    // Multiplex Program settings configuration.
    MultiplexProgramSettings *MultiplexProgramSettings `locationName:"multiplexProgramSettings" type:"structure"`

    // Packet identifiers map for a given Multiplex program.
    PacketIdentifiersMap *MultiplexProgramPacketIdentifiersMap `locationName:"packetIdentifiersMap" type:"structure"`

    PipelineDetails []*MultiplexProgramPipelineDetail `locationName:"pipelineDetails" type:"list"`

    ProgramName *string `locationName:"programName" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeMultiplexProgramOutput) GoString

func (s DescribeMultiplexProgramOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeMultiplexProgramOutput) SetChannelId

func (s *DescribeMultiplexProgramOutput) SetChannelId(v string) *DescribeMultiplexProgramOutput

SetChannelId sets the ChannelId field's value.

func (*DescribeMultiplexProgramOutput) SetMultiplexProgramSettings

func (s *DescribeMultiplexProgramOutput) SetMultiplexProgramSettings(v *MultiplexProgramSettings) *DescribeMultiplexProgramOutput

SetMultiplexProgramSettings sets the MultiplexProgramSettings field's value.

func (*DescribeMultiplexProgramOutput) SetPacketIdentifiersMap

func (s *DescribeMultiplexProgramOutput) SetPacketIdentifiersMap(v *MultiplexProgramPacketIdentifiersMap) *DescribeMultiplexProgramOutput

SetPacketIdentifiersMap sets the PacketIdentifiersMap field's value.

func (*DescribeMultiplexProgramOutput) SetPipelineDetails

func (s *DescribeMultiplexProgramOutput) SetPipelineDetails(v []*MultiplexProgramPipelineDetail) *DescribeMultiplexProgramOutput

SetPipelineDetails sets the PipelineDetails field's value.

func (*DescribeMultiplexProgramOutput) SetProgramName

func (s *DescribeMultiplexProgramOutput) SetProgramName(v string) *DescribeMultiplexProgramOutput

SetProgramName sets the ProgramName field's value.

func (DescribeMultiplexProgramOutput) String

func (s DescribeMultiplexProgramOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeOfferingInput

type DescribeOfferingInput struct {

    // OfferingId is a required field
    OfferingId *string `location:"uri" locationName:"offeringId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeOfferingInput) GoString

func (s DescribeOfferingInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOfferingInput) SetOfferingId

func (s *DescribeOfferingInput) SetOfferingId(v string) *DescribeOfferingInput

SetOfferingId sets the OfferingId field's value.

func (DescribeOfferingInput) String

func (s DescribeOfferingInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOfferingInput) Validate

func (s *DescribeOfferingInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeOfferingOutput

type DescribeOfferingOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    CurrencyCode *string `locationName:"currencyCode" type:"string"`

    Duration *int64 `locationName:"duration" type:"integer"`

    // Units for duration, e.g. 'MONTHS'
    DurationUnits *string `locationName:"durationUnits" type:"string" enum:"OfferingDurationUnits"`

    FixedPrice *float64 `locationName:"fixedPrice" type:"double"`

    OfferingDescription *string `locationName:"offeringDescription" type:"string"`

    OfferingId *string `locationName:"offeringId" type:"string"`

    // Offering type, e.g. 'NO_UPFRONT'
    OfferingType *string `locationName:"offeringType" type:"string" enum:"OfferingType"`

    Region *string `locationName:"region" type:"string"`

    // Resource configuration (codec, resolution, bitrate, ...)
    ResourceSpecification *ReservationResourceSpecification `locationName:"resourceSpecification" type:"structure"`

    UsagePrice *float64 `locationName:"usagePrice" type:"double"`
    // contains filtered or unexported fields
}

func (DescribeOfferingOutput) GoString

func (s DescribeOfferingOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeOfferingOutput) SetArn

func (s *DescribeOfferingOutput) SetArn(v string) *DescribeOfferingOutput

SetArn sets the Arn field's value.

func (*DescribeOfferingOutput) SetCurrencyCode

func (s *DescribeOfferingOutput) SetCurrencyCode(v string) *DescribeOfferingOutput

SetCurrencyCode sets the CurrencyCode field's value.

func (*DescribeOfferingOutput) SetDuration

func (s *DescribeOfferingOutput) SetDuration(v int64) *DescribeOfferingOutput

SetDuration sets the Duration field's value.

func (*DescribeOfferingOutput) SetDurationUnits

func (s *DescribeOfferingOutput) SetDurationUnits(v string) *DescribeOfferingOutput

SetDurationUnits sets the DurationUnits field's value.

func (*DescribeOfferingOutput) SetFixedPrice

func (s *DescribeOfferingOutput) SetFixedPrice(v float64) *DescribeOfferingOutput

SetFixedPrice sets the FixedPrice field's value.

func (*DescribeOfferingOutput) SetOfferingDescription

func (s *DescribeOfferingOutput) SetOfferingDescription(v string) *DescribeOfferingOutput

SetOfferingDescription sets the OfferingDescription field's value.

func (*DescribeOfferingOutput) SetOfferingId

func (s *DescribeOfferingOutput) SetOfferingId(v string) *DescribeOfferingOutput

SetOfferingId sets the OfferingId field's value.

func (*DescribeOfferingOutput) SetOfferingType

func (s *DescribeOfferingOutput) SetOfferingType(v string) *DescribeOfferingOutput

SetOfferingType sets the OfferingType field's value.

func (*DescribeOfferingOutput) SetRegion

func (s *DescribeOfferingOutput) SetRegion(v string) *DescribeOfferingOutput

SetRegion sets the Region field's value.

func (*DescribeOfferingOutput) SetResourceSpecification

func (s *DescribeOfferingOutput) SetResourceSpecification(v *ReservationResourceSpecification) *DescribeOfferingOutput

SetResourceSpecification sets the ResourceSpecification field's value.

func (*DescribeOfferingOutput) SetUsagePrice

func (s *DescribeOfferingOutput) SetUsagePrice(v float64) *DescribeOfferingOutput

SetUsagePrice sets the UsagePrice field's value.

func (DescribeOfferingOutput) String

func (s DescribeOfferingOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeReservationInput

type DescribeReservationInput struct {

    // ReservationId is a required field
    ReservationId *string `location:"uri" locationName:"reservationId" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeReservationInput) GoString

func (s DescribeReservationInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReservationInput) SetReservationId

func (s *DescribeReservationInput) SetReservationId(v string) *DescribeReservationInput

SetReservationId sets the ReservationId field's value.

func (DescribeReservationInput) String

func (s DescribeReservationInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReservationInput) Validate

func (s *DescribeReservationInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeReservationOutput

type DescribeReservationOutput struct {
    Arn *string `locationName:"arn" type:"string"`

    Count *int64 `locationName:"count" type:"integer"`

    CurrencyCode *string `locationName:"currencyCode" type:"string"`

    Duration *int64 `locationName:"duration" type:"integer"`

    // Units for duration, e.g. 'MONTHS'
    DurationUnits *string `locationName:"durationUnits" type:"string" enum:"OfferingDurationUnits"`

    End *string `locationName:"end" type:"string"`

    FixedPrice *float64 `locationName:"fixedPrice" type:"double"`

    Name *string `locationName:"name" type:"string"`

    OfferingDescription *string `locationName:"offeringDescription" type:"string"`

    OfferingId *string `locationName:"offeringId" type:"string"`

    // Offering type, e.g. 'NO_UPFRONT'
    OfferingType *string `locationName:"offeringType" type:"string" enum:"OfferingType"`

    Region *string `locationName:"region" type:"string"`

    // The Renewal settings for Reservations
    RenewalSettings *RenewalSettings `locationName:"renewalSettings" type:"structure"`

    ReservationId *string `locationName:"reservationId" type:"string"`

    // Resource configuration (codec, resolution, bitrate, ...)
    ResourceSpecification *ReservationResourceSpecification `locationName:"resourceSpecification" type:"structure"`

    Start *string `locationName:"start" type:"string"`

    // Current reservation state
    State *string `locationName:"state" type:"string" enum:"ReservationState"`

    Tags map[string]*string `locationName:"tags" type:"map"`

    UsagePrice *float64 `locationName:"usagePrice" type:"double"`
    // contains filtered or unexported fields
}

func (DescribeReservationOutput) GoString

func (s DescribeReservationOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeReservationOutput) SetArn

func (s *DescribeReservationOutput) SetArn(v string) *DescribeReservationOutput

SetArn sets the Arn field's value.

func (*DescribeReservationOutput) SetCount

func (s *DescribeReservationOutput) SetCount(v int64) *DescribeReservationOutput

SetCount sets the Count field's value.

func (*DescribeReservationOutput) SetCurrencyCode

func (s *DescribeReservationOutput) SetCurrencyCode(v string) *DescribeReservationOutput

SetCurrencyCode sets the CurrencyCode field's value.

func (*DescribeReservationOutput) SetDuration

func (s *DescribeReservationOutput) SetDuration(v int64) *DescribeReservationOutput

SetDuration sets the Duration field's value.

func (*DescribeReservationOutput) SetDurationUnits

func (s *DescribeReservationOutput) SetDurationUnits(v string) *DescribeReservationOutput

SetDurationUnits sets the DurationUnits field's value.

func (*DescribeReservationOutput) SetEnd

func (s *DescribeReservationOutput) SetEnd(v string) *DescribeReservationOutput

SetEnd sets the End field's value.

func (*DescribeReservationOutput) SetFixedPrice

func (s *DescribeReservationOutput) SetFixedPrice(v float64) *DescribeReservationOutput

SetFixedPrice sets the FixedPrice field's value.

func (*DescribeReservationOutput) SetName

func (s *DescribeReservationOutput) SetName(v string) *DescribeReservationOutput

SetName sets the Name field's value.

func (*DescribeReservationOutput) SetOfferingDescription

func (s *DescribeReservationOutput) SetOfferingDescription(v string) *DescribeReservationOutput

SetOfferingDescription sets the OfferingDescription field's value.

func (*DescribeReservationOutput) SetOfferingId

func (s *DescribeReservationOutput) SetOfferingId(v string) *DescribeReservationOutput

SetOfferingId sets the OfferingId field's value.

func (*DescribeReservationOutput) SetOfferingType

func (s *DescribeReservationOutput) SetOfferingType(v string) *DescribeReservationOutput

SetOfferingType sets the OfferingType field's value.

func (*DescribeReservationOutput) SetRegion

func (s *DescribeReservationOutput) SetRegion(v string) *DescribeReservationOutput

SetRegion sets the Region field's value.

func (*DescribeReservationOutput) SetRenewalSettings

func (s *DescribeReservationOutput) SetRenewalSettings(v *RenewalSettings) *DescribeReservationOutput

SetRenewalSettings sets the RenewalSettings field's value.

func (*DescribeReservationOutput) SetReservationId

func (s *DescribeReservationOutput) SetReservationId(v string) *DescribeReservationOutput

SetReservationId sets the ReservationId field's value.

func (*DescribeReservationOutput) SetResourceSpecification

func (s *DescribeReservationOutput) SetResourceSpecification(v *ReservationResourceSpecification) *DescribeReservationOutput

SetResourceSpecification sets the ResourceSpecification field's value.

func (*DescribeReservationOutput) SetStart

func (s *DescribeReservationOutput) SetStart(v string) *DescribeReservationOutput

SetStart sets the Start field's value.

func (*DescribeReservationOutput) SetState

func (s *DescribeReservationOutput) SetState(v string) *DescribeReservationOutput

SetState sets the State field's value.

func (*DescribeReservationOutput) SetTags

func (s *DescribeReservationOutput) SetTags(v map[string]*string) *DescribeReservationOutput

SetTags sets the Tags field's value.

func (*DescribeReservationOutput) SetUsagePrice

func (s *DescribeReservationOutput) SetUsagePrice(v float64) *DescribeReservationOutput

SetUsagePrice sets the UsagePrice field's value.

func (DescribeReservationOutput) String

func (s DescribeReservationOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeScheduleInput

type DescribeScheduleInput struct {

    // ChannelId is a required field
    ChannelId *string `location:"uri" locationName:"channelId" type:"string" required:"true"`

    MaxResults *int64 `location:"querystring" locationName:"maxResults" min:"1" type:"integer"`

    NextToken *string `location:"querystring" locationName:"nextToken" type:"string"`
    // contains filtered or unexported fields
}

func (DescribeScheduleInput) GoString

func (s DescribeScheduleInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScheduleInput) SetChannelId

func (s *DescribeScheduleInput) SetChannelId(v string) *DescribeScheduleInput

SetChannelId sets the ChannelId field's value.

func (*DescribeScheduleInput) SetMaxResults

func (s *DescribeScheduleInput) SetMaxResults(v int64) *DescribeScheduleInput

SetMaxResults sets the MaxResults field's value.

func (*DescribeScheduleInput) SetNextToken

func (s *DescribeScheduleInput) SetNextToken(v string) *DescribeScheduleInput

SetNextToken sets the NextToken field's value.

func (DescribeScheduleInput) String

func (s DescribeScheduleInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScheduleInput) Validate

func (s *DescribeScheduleInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeScheduleOutput

type DescribeScheduleOutput struct {
    NextToken *string `locationName:"nextToken" type:"string"`

    ScheduleActions []*ScheduleAction `locationName:"scheduleActions" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeScheduleOutput) GoString

func (s DescribeScheduleOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeScheduleOutput) SetNextToken

func (s *DescribeScheduleOutput) SetNextToken(v string) *DescribeScheduleOutput

SetNextToken sets the NextToken field's value.

func (*DescribeScheduleOutput) SetScheduleActions

func (s *DescribeScheduleOutput) SetScheduleActions(v []*ScheduleAction) *DescribeScheduleOutput

SetScheduleActions sets the ScheduleActions field's value.

func (DescribeScheduleOutput) String

func (s DescribeScheduleOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DescribeThumbnailsInput

type DescribeThumbnailsInput struct {

    // ChannelId is a required field
    ChannelId *string `location:"uri" locationName:"channelId" type:"string" required:"true"`

    // PipelineId is a required field
    PipelineId *string `location:"querystring" locationName:"pipelineId" type:"string" required:"true"`

    // ThumbnailType is a required field
    ThumbnailType *string `location:"querystring" locationName:"thumbnailType" type:"string" required:"true"`
    // contains filtered or unexported fields
}

func (DescribeThumbnailsInput) GoString

func (s DescribeThumbnailsInput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThumbnailsInput) SetChannelId

func (s *DescribeThumbnailsInput) SetChannelId(v string) *DescribeThumbnailsInput

SetChannelId sets the ChannelId field's value.

func (*DescribeThumbnailsInput) SetPipelineId

func (s *DescribeThumbnailsInput) SetPipelineId(v string) *DescribeThumbnailsInput

SetPipelineId sets the PipelineId field's value.

func (*DescribeThumbnailsInput) SetThumbnailType

func (s *DescribeThumbnailsInput) SetThumbnailType(v string) *DescribeThumbnailsInput

SetThumbnailType sets the ThumbnailType field's value.

func (DescribeThumbnailsInput) String

func (s DescribeThumbnailsInput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThumbnailsInput) Validate

func (s *DescribeThumbnailsInput) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DescribeThumbnailsOutput

type DescribeThumbnailsOutput struct {
    ThumbnailDetails []*ThumbnailDetail `locationName:"thumbnailDetails" type:"list"`
    // contains filtered or unexported fields
}

func (DescribeThumbnailsOutput) GoString

func (s DescribeThumbnailsOutput) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DescribeThumbnailsOutput) SetThumbnailDetails

func (s *DescribeThumbnailsOutput) SetThumbnailDetails(v []*ThumbnailDetail) *DescribeThumbnailsOutput

SetThumbnailDetails sets the ThumbnailDetails field's value.

func (DescribeThumbnailsOutput) String

func (s DescribeThumbnailsOutput) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DolbyVision81Settings

type DolbyVision81Settings struct {
    // contains filtered or unexported fields
}

Dolby Vision81 Settings

func (DolbyVision81Settings) GoString

func (s DolbyVision81Settings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (DolbyVision81Settings) String

func (s DolbyVision81Settings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type DvbNitSettings

type DvbNitSettings struct {

    // The numeric value placed in the Network Information Table (NIT).
    //
    // NetworkId is a required field
    NetworkId *int64 `locationName:"networkId" type:"integer" required:"true"`

    // The network name text placed in the networkNameDescriptor inside the Network
    // Information Table. Maximum length is 256 characters.
    //
    // NetworkName is a required field
    NetworkName *string `locationName:"networkName" min:"1" type:"string" required:"true"`

    // The number of milliseconds between instances of this table in the output
    // transport stream.
    RepInterval *int64 `locationName:"repInterval" min:"25" type:"integer"`
    // contains filtered or unexported fields
}

DVB Network Information Table (NIT)

func (DvbNitSettings) GoString

func (s DvbNitSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbNitSettings) SetNetworkId

func (s *DvbNitSettings) SetNetworkId(v int64) *DvbNitSettings

SetNetworkId sets the NetworkId field's value.

func (*DvbNitSettings) SetNetworkName

func (s *DvbNitSettings) SetNetworkName(v string) *DvbNitSettings

SetNetworkName sets the NetworkName field's value.

func (*DvbNitSettings) SetRepInterval

func (s *DvbNitSettings) SetRepInterval(v int64) *DvbNitSettings

SetRepInterval sets the RepInterval field's value.

func (DvbNitSettings) String

func (s DvbNitSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbNitSettings) Validate

func (s *DvbNitSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbSdtSettings

type DvbSdtSettings struct {

    // Selects method of inserting SDT information into output stream. The sdtFollow
    // setting copies SDT information from input stream to output stream. The sdtFollowIfPresent
    // setting copies SDT information from input stream to output stream if SDT
    // information is present in the input, otherwise it will fall back on the user-defined
    // values. The sdtManual setting means user will enter the SDT information.
    // The sdtNone setting means output stream will not contain SDT information.
    OutputSdt *string `locationName:"outputSdt" type:"string" enum:"DvbSdtOutputSdt"`

    // The number of milliseconds between instances of this table in the output
    // transport stream.
    RepInterval *int64 `locationName:"repInterval" min:"25" type:"integer"`

    // The service name placed in the serviceDescriptor in the Service Description
    // Table. Maximum length is 256 characters.
    ServiceName *string `locationName:"serviceName" min:"1" type:"string"`

    // The service provider name placed in the serviceDescriptor in the Service
    // Description Table. Maximum length is 256 characters.
    ServiceProviderName *string `locationName:"serviceProviderName" min:"1" type:"string"`
    // contains filtered or unexported fields
}

DVB Service Description Table (SDT)

func (DvbSdtSettings) GoString

func (s DvbSdtSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbSdtSettings) SetOutputSdt

func (s *DvbSdtSettings) SetOutputSdt(v string) *DvbSdtSettings

SetOutputSdt sets the OutputSdt field's value.

func (*DvbSdtSettings) SetRepInterval

func (s *DvbSdtSettings) SetRepInterval(v int64) *DvbSdtSettings

SetRepInterval sets the RepInterval field's value.

func (*DvbSdtSettings) SetServiceName

func (s *DvbSdtSettings) SetServiceName(v string) *DvbSdtSettings

SetServiceName sets the ServiceName field's value.

func (*DvbSdtSettings) SetServiceProviderName

func (s *DvbSdtSettings) SetServiceProviderName(v string) *DvbSdtSettings

SetServiceProviderName sets the ServiceProviderName field's value.

func (DvbSdtSettings) String

func (s DvbSdtSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbSdtSettings) Validate

func (s *DvbSdtSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbSubDestinationSettings

type DvbSubDestinationSettings struct {

    // If no explicit xPosition or yPosition is provided, setting alignment to centered
    // will place the captions at the bottom center of the output. Similarly, setting
    // a left alignment will align captions to the bottom left of the output. If
    // x and y positions are given in conjunction with the alignment parameter,
    // the font will be justified (either left or centered) relative to those coordinates.
    // Selecting "smart" justification will left-justify live subtitles and center-justify
    // pre-recorded subtitles. This option is not valid for source captions that
    // are STL or 608/embedded. These source settings are already pre-defined by
    // the caption stream. All burn-in and DVB-Sub font settings must match.
    Alignment *string `locationName:"alignment" type:"string" enum:"DvbSubDestinationAlignment"`

    // Specifies the color of the rectangle behind the captions. All burn-in and
    // DVB-Sub font settings must match.
    BackgroundColor *string `locationName:"backgroundColor" type:"string" enum:"DvbSubDestinationBackgroundColor"`

    // Specifies the opacity of the background rectangle. 255 is opaque; 0 is transparent.
    // Leaving this parameter blank is equivalent to setting it to 0 (transparent).
    // All burn-in and DVB-Sub font settings must match.
    BackgroundOpacity *int64 `locationName:"backgroundOpacity" type:"integer"`

    // External font file used for caption burn-in. File extension must be 'ttf'
    // or 'tte'. Although the user can select output fonts for many different types
    // of input captions, embedded, STL and teletext sources use a strict grid system.
    // Using external fonts with these caption sources could cause unexpected display
    // of proportional fonts. All burn-in and DVB-Sub font settings must match.
    Font *InputLocation `locationName:"font" type:"structure"`

    // Specifies the color of the burned-in captions. This option is not valid for
    // source captions that are STL, 608/embedded or teletext. These source settings
    // are already pre-defined by the caption stream. All burn-in and DVB-Sub font
    // settings must match.
    FontColor *string `locationName:"fontColor" type:"string" enum:"DvbSubDestinationFontColor"`

    // Specifies the opacity of the burned-in captions. 255 is opaque; 0 is transparent.
    // All burn-in and DVB-Sub font settings must match.
    FontOpacity *int64 `locationName:"fontOpacity" type:"integer"`

    // Font resolution in DPI (dots per inch); default is 96 dpi. All burn-in and
    // DVB-Sub font settings must match.
    FontResolution *int64 `locationName:"fontResolution" min:"96" type:"integer"`

    // When set to auto fontSize will scale depending on the size of the output.
    // Giving a positive integer will specify the exact font size in points. All
    // burn-in and DVB-Sub font settings must match.
    FontSize *string `locationName:"fontSize" type:"string"`

    // Specifies font outline color. This option is not valid for source captions
    // that are either 608/embedded or teletext. These source settings are already
    // pre-defined by the caption stream. All burn-in and DVB-Sub font settings
    // must match.
    OutlineColor *string `locationName:"outlineColor" type:"string" enum:"DvbSubDestinationOutlineColor"`

    // Specifies font outline size in pixels. This option is not valid for source
    // captions that are either 608/embedded or teletext. These source settings
    // are already pre-defined by the caption stream. All burn-in and DVB-Sub font
    // settings must match.
    OutlineSize *int64 `locationName:"outlineSize" type:"integer"`

    // Specifies the color of the shadow cast by the captions. All burn-in and DVB-Sub
    // font settings must match.
    ShadowColor *string `locationName:"shadowColor" type:"string" enum:"DvbSubDestinationShadowColor"`

    // Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Leaving
    // this parameter blank is equivalent to setting it to 0 (transparent). All
    // burn-in and DVB-Sub font settings must match.
    ShadowOpacity *int64 `locationName:"shadowOpacity" type:"integer"`

    // Specifies the horizontal offset of the shadow relative to the captions in
    // pixels. A value of -2 would result in a shadow offset 2 pixels to the left.
    // All burn-in and DVB-Sub font settings must match.
    ShadowXOffset *int64 `locationName:"shadowXOffset" type:"integer"`

    // Specifies the vertical offset of the shadow relative to the captions in pixels.
    // A value of -2 would result in a shadow offset 2 pixels above the text. All
    // burn-in and DVB-Sub font settings must match.
    ShadowYOffset *int64 `locationName:"shadowYOffset" type:"integer"`

    // Controls whether a fixed grid size will be used to generate the output subtitles
    // bitmap. Only applicable for Teletext inputs and DVB-Sub/Burn-in outputs.
    TeletextGridControl *string `locationName:"teletextGridControl" type:"string" enum:"DvbSubDestinationTeletextGridControl"`

    // Specifies the horizontal position of the caption relative to the left side
    // of the output in pixels. A value of 10 would result in the captions starting
    // 10 pixels from the left of the output. If no explicit xPosition is provided,
    // the horizontal caption position will be determined by the alignment parameter.
    // This option is not valid for source captions that are STL, 608/embedded or
    // teletext. These source settings are already pre-defined by the caption stream.
    // All burn-in and DVB-Sub font settings must match.
    XPosition *int64 `locationName:"xPosition" type:"integer"`

    // Specifies the vertical position of the caption relative to the top of the
    // output in pixels. A value of 10 would result in the captions starting 10
    // pixels from the top of the output. If no explicit yPosition is provided,
    // the caption will be positioned towards the bottom of the output. This option
    // is not valid for source captions that are STL, 608/embedded or teletext.
    // These source settings are already pre-defined by the caption stream. All
    // burn-in and DVB-Sub font settings must match.
    YPosition *int64 `locationName:"yPosition" type:"integer"`
    // contains filtered or unexported fields
}

Dvb Sub Destination Settings

func (DvbSubDestinationSettings) GoString

func (s DvbSubDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbSubDestinationSettings) SetAlignment

func (s *DvbSubDestinationSettings) SetAlignment(v string) *DvbSubDestinationSettings

SetAlignment sets the Alignment field's value.

func (*DvbSubDestinationSettings) SetBackgroundColor

func (s *DvbSubDestinationSettings) SetBackgroundColor(v string) *DvbSubDestinationSettings

SetBackgroundColor sets the BackgroundColor field's value.

func (*DvbSubDestinationSettings) SetBackgroundOpacity

func (s *DvbSubDestinationSettings) SetBackgroundOpacity(v int64) *DvbSubDestinationSettings

SetBackgroundOpacity sets the BackgroundOpacity field's value.

func (*DvbSubDestinationSettings) SetFont

func (s *DvbSubDestinationSettings) SetFont(v *InputLocation) *DvbSubDestinationSettings

SetFont sets the Font field's value.

func (*DvbSubDestinationSettings) SetFontColor

func (s *DvbSubDestinationSettings) SetFontColor(v string) *DvbSubDestinationSettings

SetFontColor sets the FontColor field's value.

func (*DvbSubDestinationSettings) SetFontOpacity

func (s *DvbSubDestinationSettings) SetFontOpacity(v int64) *DvbSubDestinationSettings

SetFontOpacity sets the FontOpacity field's value.

func (*DvbSubDestinationSettings) SetFontResolution

func (s *DvbSubDestinationSettings) SetFontResolution(v int64) *DvbSubDestinationSettings

SetFontResolution sets the FontResolution field's value.

func (*DvbSubDestinationSettings) SetFontSize

func (s *DvbSubDestinationSettings) SetFontSize(v string) *DvbSubDestinationSettings

SetFontSize sets the FontSize field's value.

func (*DvbSubDestinationSettings) SetOutlineColor

func (s *DvbSubDestinationSettings) SetOutlineColor(v string) *DvbSubDestinationSettings

SetOutlineColor sets the OutlineColor field's value.

func (*DvbSubDestinationSettings) SetOutlineSize

func (s *DvbSubDestinationSettings) SetOutlineSize(v int64) *DvbSubDestinationSettings

SetOutlineSize sets the OutlineSize field's value.

func (*DvbSubDestinationSettings) SetShadowColor

func (s *DvbSubDestinationSettings) SetShadowColor(v string) *DvbSubDestinationSettings

SetShadowColor sets the ShadowColor field's value.

func (*DvbSubDestinationSettings) SetShadowOpacity

func (s *DvbSubDestinationSettings) SetShadowOpacity(v int64) *DvbSubDestinationSettings

SetShadowOpacity sets the ShadowOpacity field's value.

func (*DvbSubDestinationSettings) SetShadowXOffset

func (s *DvbSubDestinationSettings) SetShadowXOffset(v int64) *DvbSubDestinationSettings

SetShadowXOffset sets the ShadowXOffset field's value.

func (*DvbSubDestinationSettings) SetShadowYOffset

func (s *DvbSubDestinationSettings) SetShadowYOffset(v int64) *DvbSubDestinationSettings

SetShadowYOffset sets the ShadowYOffset field's value.

func (*DvbSubDestinationSettings) SetTeletextGridControl

func (s *DvbSubDestinationSettings) SetTeletextGridControl(v string) *DvbSubDestinationSettings

SetTeletextGridControl sets the TeletextGridControl field's value.

func (*DvbSubDestinationSettings) SetXPosition

func (s *DvbSubDestinationSettings) SetXPosition(v int64) *DvbSubDestinationSettings

SetXPosition sets the XPosition field's value.

func (*DvbSubDestinationSettings) SetYPosition

func (s *DvbSubDestinationSettings) SetYPosition(v int64) *DvbSubDestinationSettings

SetYPosition sets the YPosition field's value.

func (DvbSubDestinationSettings) String

func (s DvbSubDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbSubDestinationSettings) Validate

func (s *DvbSubDestinationSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbSubSourceSettings

type DvbSubSourceSettings struct {

    // If you will configure a WebVTT caption description that references this caption
    // selector, use this field toprovide the language to consider when translating
    // the image-based source to text.
    OcrLanguage *string `locationName:"ocrLanguage" type:"string" enum:"DvbSubOcrLanguage"`

    // When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source
    // content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through,
    // regardless of selectors.
    Pid *int64 `locationName:"pid" min:"1" type:"integer"`
    // contains filtered or unexported fields
}

Dvb Sub Source Settings

func (DvbSubSourceSettings) GoString

func (s DvbSubSourceSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbSubSourceSettings) SetOcrLanguage

func (s *DvbSubSourceSettings) SetOcrLanguage(v string) *DvbSubSourceSettings

SetOcrLanguage sets the OcrLanguage field's value.

func (*DvbSubSourceSettings) SetPid

func (s *DvbSubSourceSettings) SetPid(v int64) *DvbSubSourceSettings

SetPid sets the Pid field's value.

func (DvbSubSourceSettings) String

func (s DvbSubSourceSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbSubSourceSettings) Validate

func (s *DvbSubSourceSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type DvbTdtSettings

type DvbTdtSettings struct {

    // The number of milliseconds between instances of this table in the output
    // transport stream.
    RepInterval *int64 `locationName:"repInterval" min:"1000" type:"integer"`
    // contains filtered or unexported fields
}

DVB Time and Date Table (SDT)

func (DvbTdtSettings) GoString

func (s DvbTdtSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbTdtSettings) SetRepInterval

func (s *DvbTdtSettings) SetRepInterval(v int64) *DvbTdtSettings

SetRepInterval sets the RepInterval field's value.

func (DvbTdtSettings) String

func (s DvbTdtSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*DvbTdtSettings) Validate

func (s *DvbTdtSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Eac3AtmosSettings

type Eac3AtmosSettings struct {

    // Average bitrate in bits/second. Valid bitrates depend on the coding mode.//
    // * @affectsRightSizing true
    Bitrate *float64 `locationName:"bitrate" type:"double"`

    // Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
    CodingMode *string `locationName:"codingMode" type:"string" enum:"Eac3AtmosCodingMode"`

    // Sets the dialnorm for the output. Default 23.
    Dialnorm *int64 `locationName:"dialnorm" min:"1" type:"integer"`

    // Sets the Dolby dynamic range compression profile.
    DrcLine *string `locationName:"drcLine" type:"string" enum:"Eac3AtmosDrcLine"`

    // Sets the profile for heavy Dolby dynamic range compression, ensures that
    // the instantaneous signal peaks do not exceed specified levels.
    DrcRf *string `locationName:"drcRf" type:"string" enum:"Eac3AtmosDrcRf"`

    // Height dimensional trim. Sets the maximum amount to attenuate the height
    // channels when the downstream player isn??t configured to handle Dolby Digital
    // Plus with Dolby Atmos and must remix the channels.
    HeightTrim *float64 `locationName:"heightTrim" type:"double"`

    // Surround dimensional trim. Sets the maximum amount to attenuate the surround
    // channels when the downstream player isn't configured to handle Dolby Digital
    // Plus with Dolby Atmos and must remix the channels.
    SurroundTrim *float64 `locationName:"surroundTrim" type:"double"`
    // contains filtered or unexported fields
}

Eac3 Atmos Settings

func (Eac3AtmosSettings) GoString

func (s Eac3AtmosSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Eac3AtmosSettings) SetBitrate

func (s *Eac3AtmosSettings) SetBitrate(v float64) *Eac3AtmosSettings

SetBitrate sets the Bitrate field's value.

func (*Eac3AtmosSettings) SetCodingMode

func (s *Eac3AtmosSettings) SetCodingMode(v string) *Eac3AtmosSettings

SetCodingMode sets the CodingMode field's value.

func (*Eac3AtmosSettings) SetDialnorm

func (s *Eac3AtmosSettings) SetDialnorm(v int64) *Eac3AtmosSettings

SetDialnorm sets the Dialnorm field's value.

func (*Eac3AtmosSettings) SetDrcLine

func (s *Eac3AtmosSettings) SetDrcLine(v string) *Eac3AtmosSettings

SetDrcLine sets the DrcLine field's value.

func (*Eac3AtmosSettings) SetDrcRf

func (s *Eac3AtmosSettings) SetDrcRf(v string) *Eac3AtmosSettings

SetDrcRf sets the DrcRf field's value.

func (*Eac3AtmosSettings) SetHeightTrim

func (s *Eac3AtmosSettings) SetHeightTrim(v float64) *Eac3AtmosSettings

SetHeightTrim sets the HeightTrim field's value.

func (*Eac3AtmosSettings) SetSurroundTrim

func (s *Eac3AtmosSettings) SetSurroundTrim(v float64) *Eac3AtmosSettings

SetSurroundTrim sets the SurroundTrim field's value.

func (Eac3AtmosSettings) String

func (s Eac3AtmosSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Eac3AtmosSettings) Validate

func (s *Eac3AtmosSettings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type Eac3Settings

type Eac3Settings struct {

    // When set to attenuate3Db, applies a 3 dB attenuation to the surround channels.
    // Only used for 3/2 coding mode.
    AttenuationControl *string `locationName:"attenuationControl" type:"string" enum:"Eac3AttenuationControl"`

    // Average bitrate in bits/second. Valid bitrates depend on the coding mode.
    Bitrate *float64 `locationName:"bitrate" type:"double"`

    // Specifies the bitstream mode (bsmod) for the emitted E-AC-3 stream. See ATSC
    // A/52-2012 (Annex E) for background on these values.
    BitstreamMode *string `locationName:"bitstreamMode" type:"string" enum:"Eac3BitstreamMode"`

    // Dolby Digital Plus coding mode. Determines number of channels.
    CodingMode *string `locationName:"codingMode" type:"string" enum:"Eac3CodingMode"`

    // When set to enabled, activates a DC highpass filter for all input channels.
    DcFilter *string `locationName:"dcFilter" type:"string" enum:"Eac3DcFilter"`

    // Sets the dialnorm for the output. If blank and input audio is Dolby Digital
    // Plus, dialnorm will be passed through.
    Dialnorm *int64 `locationName:"dialnorm" min:"1" type:"integer"`

    // Sets the Dolby dynamic range compression profile.
    DrcLine *string `locationName:"drcLine" type:"string" enum:"Eac3DrcLine"`

    // Sets the profile for heavy Dolby dynamic range compression, ensures that
    // the instantaneous signal peaks do not exceed specified levels.
    DrcRf *string `locationName:"drcRf" type:"string" enum:"Eac3DrcRf"`

    // When encoding 3/2 audio, setting to lfe enables the LFE channel
    LfeControl *string `locationName:"lfeControl" type:"string" enum:"Eac3LfeControl"`

    // When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior
    // to encoding. Only valid with codingMode32 coding mode.
    LfeFilter *string `locationName:"lfeFilter" type:"string" enum:"Eac3LfeFilter"`

    // Left only/Right only center mix level. Only used for 3/2 coding mode.
    LoRoCenterMixLevel *float64 `locationName:"loRoCenterMixLevel" type:"double"`

    // Left only/Right only surround mix level. Only used for 3/2 coding mode.
    LoRoSurroundMixLevel *float64 `locationName:"loRoSurroundMixLevel" type:"double"`

    // Left total/Right total center mix level. Only used for 3/2 coding mode.
    LtRtCenterMixLevel *float64 `locationName:"ltRtCenterMixLevel" type:"double"`

    // Left total/Right total surround mix level. Only used for 3/2 coding mode.
    LtRtSurroundMixLevel *float64 `locationName:"ltRtSurroundMixLevel" type:"double"`

    // When set to followInput, encoder metadata will be sourced from the DD, DD+,
    // or DolbyE decoder that supplied this audio data. If audio was not supplied
    // from one of these streams, then the static metadata settings will be used.
    MetadataControl *string `locationName:"metadataControl" type:"string" enum:"Eac3MetadataControl"`

    // When set to whenPossible, input DD+ audio will be passed through if it is
    // present on the input. This detection is dynamic over the life of the transcode.
    // Inputs that alternate between DD+ and non-DD+ content will have a consistent
    // DD+ output as the system alternates between passthrough and encoding.
    PassthroughControl *string `locationName:"passthroughControl" type:"string" enum:"Eac3PassthroughControl"`

    // When set to shift90Degrees, applies a 90-degree phase shift to the surround
    // channels. Only used for 3/2 coding mode.
    PhaseControl *string `locationName:"phaseControl" type:"string" enum:"Eac3PhaseControl"`

    // Stereo downmix preference. Only used for 3/2 coding mode.
    StereoDownmix *string `locationName:"stereoDownmix" type:"string" enum:"Eac3StereoDownmix"`

    // When encoding 3/2 audio, sets whether an extra center back surround channel
    // is matrix encoded into the left and right surround channels.
    SurroundExMode *string `locationName:"surroundExMode" type:"string" enum:"Eac3SurroundExMode"`

    // When encoding 2/0 audio, sets whether Dolby Surround is matrix encoded into
    // the two channels.
    SurroundMode *string `locationName:"surroundMode" type:"string" enum:"Eac3SurroundMode"`
    // contains filtered or unexported fields
}

Eac3 Settings

func (Eac3Settings) GoString

func (s Eac3Settings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Eac3Settings) SetAttenuationControl

func (s *Eac3Settings) SetAttenuationControl(v string) *Eac3Settings

SetAttenuationControl sets the AttenuationControl field's value.

func (*Eac3Settings) SetBitrate

func (s *Eac3Settings) SetBitrate(v float64) *Eac3Settings

SetBitrate sets the Bitrate field's value.

func (*Eac3Settings) SetBitstreamMode

func (s *Eac3Settings) SetBitstreamMode(v string) *Eac3Settings

SetBitstreamMode sets the BitstreamMode field's value.

func (*Eac3Settings) SetCodingMode

func (s *Eac3Settings) SetCodingMode(v string) *Eac3Settings

SetCodingMode sets the CodingMode field's value.

func (*Eac3Settings) SetDcFilter

func (s *Eac3Settings) SetDcFilter(v string) *Eac3Settings

SetDcFilter sets the DcFilter field's value.

func (*Eac3Settings) SetDialnorm

func (s *Eac3Settings) SetDialnorm(v int64) *Eac3Settings

SetDialnorm sets the Dialnorm field's value.

func (*Eac3Settings) SetDrcLine

func (s *Eac3Settings) SetDrcLine(v string) *Eac3Settings

SetDrcLine sets the DrcLine field's value.

func (*Eac3Settings) SetDrcRf

func (s *Eac3Settings) SetDrcRf(v string) *Eac3Settings

SetDrcRf sets the DrcRf field's value.

func (*Eac3Settings) SetLfeControl

func (s *Eac3Settings) SetLfeControl(v string) *Eac3Settings

SetLfeControl sets the LfeControl field's value.

func (*Eac3Settings) SetLfeFilter

func (s *Eac3Settings) SetLfeFilter(v string) *Eac3Settings

SetLfeFilter sets the LfeFilter field's value.

func (*Eac3Settings) SetLoRoCenterMixLevel

func (s *Eac3Settings) SetLoRoCenterMixLevel(v float64) *Eac3Settings

SetLoRoCenterMixLevel sets the LoRoCenterMixLevel field's value.

func (*Eac3Settings) SetLoRoSurroundMixLevel

func (s *Eac3Settings) SetLoRoSurroundMixLevel(v float64) *Eac3Settings

SetLoRoSurroundMixLevel sets the LoRoSurroundMixLevel field's value.

func (*Eac3Settings) SetLtRtCenterMixLevel

func (s *Eac3Settings) SetLtRtCenterMixLevel(v float64) *Eac3Settings

SetLtRtCenterMixLevel sets the LtRtCenterMixLevel field's value.

func (*Eac3Settings) SetLtRtSurroundMixLevel

func (s *Eac3Settings) SetLtRtSurroundMixLevel(v float64) *Eac3Settings

SetLtRtSurroundMixLevel sets the LtRtSurroundMixLevel field's value.

func (*Eac3Settings) SetMetadataControl

func (s *Eac3Settings) SetMetadataControl(v string) *Eac3Settings

SetMetadataControl sets the MetadataControl field's value.

func (*Eac3Settings) SetPassthroughControl

func (s *Eac3Settings) SetPassthroughControl(v string) *Eac3Settings

SetPassthroughControl sets the PassthroughControl field's value.

func (*Eac3Settings) SetPhaseControl

func (s *Eac3Settings) SetPhaseControl(v string) *Eac3Settings

SetPhaseControl sets the PhaseControl field's value.

func (*Eac3Settings) SetStereoDownmix

func (s *Eac3Settings) SetStereoDownmix(v string) *Eac3Settings

SetStereoDownmix sets the StereoDownmix field's value.

func (*Eac3Settings) SetSurroundExMode

func (s *Eac3Settings) SetSurroundExMode(v string) *Eac3Settings

SetSurroundExMode sets the SurroundExMode field's value.

func (*Eac3Settings) SetSurroundMode

func (s *Eac3Settings) SetSurroundMode(v string) *Eac3Settings

SetSurroundMode sets the SurroundMode field's value.

func (Eac3Settings) String

func (s Eac3Settings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*Eac3Settings) Validate

func (s *Eac3Settings) Validate() error

Validate inspects the fields of the type to determine if they are valid.

type EbuTtDDestinationSettings

type EbuTtDDestinationSettings struct {

    // Complete this field if you want to include the name of the copyright holder
    // in the copyright tag in the captions metadata.
    CopyrightHolder *string `locationName:"copyrightHolder" type:"string"`

    // Specifies how to handle the gap between the lines (in multi-line captions).-
    // enabled: Fill with the captions background color (as specified in the input
    // captions).- disabled: Leave the gap unfilled.
    FillLineGap *string `locationName:"fillLineGap" type:"string" enum:"EbuTtDFillLineGapControl"`

    // Specifies the font family to include in the font data attached to the EBU-TT
    // captions. Valid only if styleControl is set to include. If you leave this
    // field empty, the font family is set to "monospaced". (If styleControl is
    // set to exclude, the font family is always set to "monospaced".)You specify
    // only the font family. All other style information (color, bold, position
    // and so on) is copied from the input captions. The size is always set to 100%
    // to allow the downstream player to choose the size.- Enter a list of font
    // families, as a comma-separated list of font names, in order of preference.
    // The name can be a font family (such as “Arial”), or a generic font family
    // (such as “serif”), or “default” (to let the downstream player choose
    // the font).- Leave blank to set the family to “monospace”.
    FontFamily *string `locationName:"fontFamily" type:"string"`

    // Specifies the style information (font color, font position, and so on) to
    // include in the font data that is attached to the EBU-TT captions.- include:
    // Take the style information (font color, font position, and so on) from the
    // source captions and include that information in the font data attached to
    // the EBU-TT captions. This option is valid only if the source captions are
    // Embedded or Teletext.- exclude: In the font data attached to the EBU-TT captions,
    // set the font family to "monospaced". Do not include any other style information.
    StyleControl *string `locationName:"styleControl" type:"string" enum:"EbuTtDDestinationStyleControl"`
    // contains filtered or unexported fields
}

Ebu Tt DDestination Settings

func (EbuTtDDestinationSettings) GoString

func (s EbuTtDDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (*EbuTtDDestinationSettings) SetCopyrightHolder

func (s *EbuTtDDestinationSettings) SetCopyrightHolder(v string) *EbuTtDDestinationSettings

SetCopyrightHolder sets the CopyrightHolder field's value.

func (*EbuTtDDestinationSettings) SetFillLineGap

func (s *EbuTtDDestinationSettings) SetFillLineGap(v string) *EbuTtDDestinationSettings

SetFillLineGap sets the FillLineGap field's value.

func (*EbuTtDDestinationSettings) SetFontFamily

func (s *EbuTtDDestinationSettings) SetFontFamily(v string) *EbuTtDDestinationSettings

SetFontFamily sets the FontFamily field's value.

func (*EbuTtDDestinationSettings) SetStyleControl

func (s *EbuTtDDestinationSettings) SetStyleControl(v string) *EbuTtDDestinationSettings

SetStyleControl sets the StyleControl field's value.

func (EbuTtDDestinationSettings) String

func (s EbuTtDDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EmbeddedDestinationSettings

type EmbeddedDestinationSettings struct {
    // contains filtered or unexported fields
}

Embedded Destination Settings

func (EmbeddedDestinationSettings) GoString

func (s EmbeddedDestinationSettings) GoString() string

GoString returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

func (EmbeddedDestinationSettings) String

func (s EmbeddedDestinationSettings) String() string

String returns the string representation.

API parameter values that are decorated as "sensitive" in the API will not be included in the string output. The member name will be present, but the value will be replaced with "sensitive".

type EmbeddedPlusScte20DestinationSettings

type EmbeddedPlusScte20DestinationSettings struct {
    // contains filtered or unexported fields
}

Embedded Plus Scte20 Destination Se