AWS Elemental MediaLive 2017-10-14
- Client: Aws\MediaLive\MediaLiveClient
- Service ID: medialive
- Version: 2017-10-14
This page describes the parameters and results for the operations of the AWS Elemental MediaLive (2017-10-14), and shows how to use the Aws\MediaLive\MediaLiveClient object to call the described operations. This documentation is specific to the 2017-10-14 API version of the service.
Operation Summary
Each of the following operations can be created from a client using
$client->getCommand('CommandName')
, where "CommandName" is the
name of one of the following operations. Note: a command is a value that
encapsulates an operation and the parameters used to create an HTTP request.
You can also create and send a command immediately using the magic methods
available on a client object: $client->commandName(/* parameters */)
.
You can send the command asynchronously (returning a promise) by appending the
word "Async" to the operation name: $client->commandNameAsync(/* parameters */)
.
- AcceptInputDeviceTransfer ( array $params = [] )
Accept an incoming input device transfer.
- BatchDelete ( array $params = [] )
Starts delete of resources.
- BatchStart ( array $params = [] )
Starts existing resources
- BatchStop ( array $params = [] )
Stops running resources
- BatchUpdateSchedule ( array $params = [] )
Update a channel schedule
- CancelInputDeviceTransfer ( array $params = [] )
Cancel an input device transfer that you have requested.
- ClaimDevice ( array $params = [] )
Send a request to claim an AWS Elemental device that you have purchased from a third-party vendor.
- CreateChannel ( array $params = [] )
Creates a new channel
- CreateInput ( array $params = [] )
Create an input
- CreateInputSecurityGroup ( array $params = [] )
Creates a Input Security Group
- CreateMultiplex ( array $params = [] )
Create a new multiplex.
- CreateMultiplexProgram ( array $params = [] )
Create a new program in the multiplex.
- CreatePartnerInput ( array $params = [] )
Create a partner input
- CreateTags ( array $params = [] )
Create tags for a resource
- DeleteChannel ( array $params = [] )
Starts deletion of channel.
- DeleteInput ( array $params = [] )
Deletes the input end point
- DeleteInputSecurityGroup ( array $params = [] )
Deletes an Input Security Group
- DeleteMultiplex ( array $params = [] )
Delete a multiplex.
- DeleteMultiplexProgram ( array $params = [] )
Delete a program from a multiplex.
- DeleteReservation ( array $params = [] )
Delete an expired reservation.
- DeleteSchedule ( array $params = [] )
Delete all schedule actions on a channel.
- DeleteTags ( array $params = [] )
Removes tags for a resource
- DescribeAccountConfiguration ( array $params = [] )
Describe account configuration
- DescribeChannel ( array $params = [] )
Gets details about a channel
- DescribeInput ( array $params = [] )
Produces details about an input
- DescribeInputDevice ( array $params = [] )
Gets the details for the input device
- DescribeInputDeviceThumbnail ( array $params = [] )
Get the latest thumbnail data for the input device.
- DescribeInputSecurityGroup ( array $params = [] )
Produces a summary of an Input Security Group
- DescribeMultiplex ( array $params = [] )
Gets details about a multiplex.
- DescribeMultiplexProgram ( array $params = [] )
Get the details for a program in a multiplex.
- DescribeOffering ( array $params = [] )
Get details for an offering.
- DescribeReservation ( array $params = [] )
Get details for a reservation.
- DescribeSchedule ( array $params = [] )
Get a channel schedule
- DescribeThumbnails ( array $params = [] )
Describe the latest thumbnails data.
- ListChannels ( array $params = [] )
Produces list of channels that have been created
- ListInputDeviceTransfers ( array $params = [] )
List input devices that are currently being transferred.
- ListInputDevices ( array $params = [] )
List input devices
- ListInputSecurityGroups ( array $params = [] )
Produces a list of Input Security Groups for an account
- ListInputs ( array $params = [] )
Produces list of inputs that have been created
- ListMultiplexPrograms ( array $params = [] )
List the programs that currently exist for a specific multiplex.
- ListMultiplexes ( array $params = [] )
Retrieve a list of the existing multiplexes.
- ListOfferings ( array $params = [] )
List offerings available for purchase.
- ListReservations ( array $params = [] )
List purchased reservations.
- ListTagsForResource ( array $params = [] )
Produces list of tags that have been created for a resource
- PurchaseOffering ( array $params = [] )
Purchase an offering and create a reservation.
- RebootInputDevice ( array $params = [] )
Send a reboot command to the specified input device.
- RejectInputDeviceTransfer ( array $params = [] )
Reject the transfer of the specified input device to your AWS account.
- StartChannel ( array $params = [] )
Starts an existing channel
- StartInputDevice ( array $params = [] )
Start an input device that is attached to a MediaConnect flow.
- StartInputDeviceMaintenanceWindow ( array $params = [] )
Start a maintenance window for the specified input device.
- StartMultiplex ( array $params = [] )
Start (run) the multiplex.
- StopChannel ( array $params = [] )
Stops a running channel
- StopInputDevice ( array $params = [] )
Stop an input device that is attached to a MediaConnect flow.
- StopMultiplex ( array $params = [] )
Stops a running multiplex.
- TransferInputDevice ( array $params = [] )
Start an input device transfer to another AWS account.
- UpdateAccountConfiguration ( array $params = [] )
Update account configuration
- UpdateChannel ( array $params = [] )
Updates a channel.
- UpdateChannelClass ( array $params = [] )
Changes the class of the channel.
- UpdateInput ( array $params = [] )
Updates an input.
- UpdateInputDevice ( array $params = [] )
Updates the parameters for the input device.
- UpdateInputSecurityGroup ( array $params = [] )
Update an Input Security Group's Whilelists.
- UpdateMultiplex ( array $params = [] )
Updates a multiplex.
- UpdateMultiplexProgram ( array $params = [] )
Update a program in a multiplex.
- UpdateReservation ( array $params = [] )
Update reservation.
Paginators
Paginators handle automatically iterating over paginated API results. Paginators are associated with specific API operations, and they accept the parameters that the corresponding API operation accepts. You can get a paginator from a client class using getPaginator($paginatorName, $operationParameters). This client supports the following paginators:
Waiters
Waiters allow you to poll a resource until it enters into a desired state. A waiter has a name used to describe what it does, and is associated with an API operation. When creating a waiter, you can provide the API operation parameters associated with the corresponding operation. Waiters can be accessed using the getWaiter($waiterName, $operationParameters) method of a client object. This client supports the following waiters:
Waiter name | API Operation | Delay | Max Attempts |
---|---|---|---|
ChannelCreated | DescribeChannel | 3 | 5 |
ChannelRunning | DescribeChannel | 5 | 120 |
ChannelStopped | DescribeChannel | 5 | 60 |
ChannelDeleted | DescribeChannel | 5 | 84 |
InputAttached | DescribeInput | 5 | 20 |
InputDetached | DescribeInput | 5 | 84 |
InputDeleted | DescribeInput | 5 | 20 |
MultiplexCreated | DescribeMultiplex | 3 | 5 |
MultiplexRunning | DescribeMultiplex | 5 | 120 |
MultiplexStopped | DescribeMultiplex | 5 | 28 |
MultiplexDeleted | DescribeMultiplex | 5 | 20 |
Operations
AcceptInputDeviceTransfer
$result = $client->acceptInputDeviceTransfer
([/* ... */]); $promise = $client->acceptInputDeviceTransferAsync
([/* ... */]);
Parameter Syntax
$result = $client->acceptInputDeviceTransfer([ 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
BatchDelete
$result = $client->batchDelete
([/* ... */]); $promise = $client->batchDeleteAsync
([/* ... */]);
Parameter Syntax
$result = $client->batchDelete([ 'ChannelIds' => ['<string>', ...], 'InputIds' => ['<string>', ...], 'InputSecurityGroupIds' => ['<string>', ...], 'MultiplexIds' => ['<string>', ...], ]);
Parameter Details
Members
- ChannelIds
-
- Type: Array of strings
- InputIds
-
- Type: Array of strings
- InputSecurityGroupIds
-
- Type: Array of strings
- MultiplexIds
-
- Type: Array of strings
Result Syntax
[ 'Failed' => [ [ 'Arn' => '<string>', 'Code' => '<string>', 'Id' => '<string>', 'Message' => '<string>', ], // ... ], 'Successful' => [ [ 'Arn' => '<string>', 'Id' => '<string>', 'State' => '<string>', ], // ... ], ]
Result Details
Members
- Failed
-
- Type: Array of BatchFailedResultModel structures
- Successful
-
- Type: Array of BatchSuccessfulResultModel structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
BatchStart
$result = $client->batchStart
([/* ... */]); $promise = $client->batchStartAsync
([/* ... */]);
Parameter Syntax
$result = $client->batchStart([ 'ChannelIds' => ['<string>', ...], 'MultiplexIds' => ['<string>', ...], ]);
Parameter Details
Members
- ChannelIds
-
- Type: Array of strings
- MultiplexIds
-
- Type: Array of strings
Result Syntax
[ 'Failed' => [ [ 'Arn' => '<string>', 'Code' => '<string>', 'Id' => '<string>', 'Message' => '<string>', ], // ... ], 'Successful' => [ [ 'Arn' => '<string>', 'Id' => '<string>', 'State' => '<string>', ], // ... ], ]
Result Details
Members
- Failed
-
- Type: Array of BatchFailedResultModel structures
- Successful
-
- Type: Array of BatchSuccessfulResultModel structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
BatchStop
$result = $client->batchStop
([/* ... */]); $promise = $client->batchStopAsync
([/* ... */]);
Parameter Syntax
$result = $client->batchStop([ 'ChannelIds' => ['<string>', ...], 'MultiplexIds' => ['<string>', ...], ]);
Parameter Details
Members
- ChannelIds
-
- Type: Array of strings
- MultiplexIds
-
- Type: Array of strings
Result Syntax
[ 'Failed' => [ [ 'Arn' => '<string>', 'Code' => '<string>', 'Id' => '<string>', 'Message' => '<string>', ], // ... ], 'Successful' => [ [ 'Arn' => '<string>', 'Id' => '<string>', 'State' => '<string>', ], // ... ], ]
Result Details
Members
- Failed
-
- Type: Array of BatchFailedResultModel structures
- Successful
-
- Type: Array of BatchSuccessfulResultModel structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
BatchUpdateSchedule
$result = $client->batchUpdateSchedule
([/* ... */]); $promise = $client->batchUpdateScheduleAsync
([/* ... */]);
Parameter Syntax
$result = $client->batchUpdateSchedule([ 'ChannelId' => '<string>', // REQUIRED 'Creates' => [ 'ScheduleActions' => [ // REQUIRED [ 'ActionName' => '<string>', // REQUIRED 'ScheduleActionSettings' => [ // REQUIRED 'HlsId3SegmentTaggingSettings' => [ 'Id3' => '<string>', 'Tag' => '<string>', ], 'HlsTimedMetadataSettings' => [ 'Id3' => '<string>', // REQUIRED ], 'InputPrepareSettings' => [ 'InputAttachmentNameReference' => '<string>', 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', // REQUIRED 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'InputSwitchSettings' => [ 'InputAttachmentNameReference' => '<string>', // REQUIRED 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', // REQUIRED 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'MotionGraphicsImageActivateSettings' => [ 'Duration' => <integer>, 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], 'MotionGraphicsImageDeactivateSettings' => [ ], 'PauseStateSettings' => [ 'Pipelines' => [ [ 'PipelineId' => 'PIPELINE_0|PIPELINE_1', // REQUIRED ], // ... ], ], 'Scte35InputSettings' => [ 'InputAttachmentNameReference' => '<string>', 'Mode' => 'FIXED|FOLLOW_ACTIVE', // REQUIRED ], 'Scte35ReturnToNetworkSettings' => [ 'SpliceEventId' => <integer>, // REQUIRED ], 'Scte35SpliceInsertSettings' => [ 'Duration' => <integer>, 'SpliceEventId' => <integer>, // REQUIRED ], 'Scte35TimeSignalSettings' => [ 'Scte35Descriptors' => [ // REQUIRED [ 'Scte35DescriptorSettings' => [ // REQUIRED 'SegmentationDescriptorScte35DescriptorSettings' => [ // REQUIRED 'DeliveryRestrictions' => [ 'ArchiveAllowedFlag' => 'ARCHIVE_NOT_ALLOWED|ARCHIVE_ALLOWED', // REQUIRED 'DeviceRestrictions' => 'NONE|RESTRICT_GROUP0|RESTRICT_GROUP1|RESTRICT_GROUP2', // REQUIRED 'NoRegionalBlackoutFlag' => 'REGIONAL_BLACKOUT|NO_REGIONAL_BLACKOUT', // REQUIRED 'WebDeliveryAllowedFlag' => 'WEB_DELIVERY_NOT_ALLOWED|WEB_DELIVERY_ALLOWED', // REQUIRED ], 'SegmentNum' => <integer>, 'SegmentationCancelIndicator' => 'SEGMENTATION_EVENT_NOT_CANCELED|SEGMENTATION_EVENT_CANCELED', // REQUIRED 'SegmentationDuration' => <integer>, 'SegmentationEventId' => <integer>, // REQUIRED 'SegmentationTypeId' => <integer>, 'SegmentationUpid' => '<string>', 'SegmentationUpidType' => <integer>, 'SegmentsExpected' => <integer>, 'SubSegmentNum' => <integer>, 'SubSegmentsExpected' => <integer>, ], ], ], // ... ], ], 'StaticImageActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ // REQUIRED 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'Width' => <integer>, ], 'StaticImageDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, ], 'StaticImageOutputActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ // REQUIRED 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'OutputNames' => ['<string>', ...], // REQUIRED 'Width' => <integer>, ], 'StaticImageOutputDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, 'OutputNames' => ['<string>', ...], // REQUIRED ], ], 'ScheduleActionStartSettings' => [ // REQUIRED 'FixedModeScheduleActionStartSettings' => [ 'Time' => '<string>', // REQUIRED ], 'FollowModeScheduleActionStartSettings' => [ 'FollowPoint' => 'END|START', // REQUIRED 'ReferenceActionName' => '<string>', // REQUIRED ], 'ImmediateModeScheduleActionStartSettings' => [ ], ], ], // ... ], ], 'Deletes' => [ 'ActionNames' => ['<string>', ...], // REQUIRED ], ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
- Creates
-
- Type: BatchScheduleActionCreateRequest structure
Schedule actions to create in the schedule. - Deletes
-
- Type: BatchScheduleActionDeleteRequest structure
Schedule actions to delete from the schedule.
Result Syntax
[ 'Creates' => [ 'ScheduleActions' => [ [ 'ActionName' => '<string>', 'ScheduleActionSettings' => [ 'HlsId3SegmentTaggingSettings' => [ 'Id3' => '<string>', 'Tag' => '<string>', ], 'HlsTimedMetadataSettings' => [ 'Id3' => '<string>', ], 'InputPrepareSettings' => [ 'InputAttachmentNameReference' => '<string>', 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'InputSwitchSettings' => [ 'InputAttachmentNameReference' => '<string>', 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'MotionGraphicsImageActivateSettings' => [ 'Duration' => <integer>, 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], 'MotionGraphicsImageDeactivateSettings' => [ ], 'PauseStateSettings' => [ 'Pipelines' => [ [ 'PipelineId' => 'PIPELINE_0|PIPELINE_1', ], // ... ], ], 'Scte35InputSettings' => [ 'InputAttachmentNameReference' => '<string>', 'Mode' => 'FIXED|FOLLOW_ACTIVE', ], 'Scte35ReturnToNetworkSettings' => [ 'SpliceEventId' => <integer>, ], 'Scte35SpliceInsertSettings' => [ 'Duration' => <integer>, 'SpliceEventId' => <integer>, ], 'Scte35TimeSignalSettings' => [ 'Scte35Descriptors' => [ [ 'Scte35DescriptorSettings' => [ 'SegmentationDescriptorScte35DescriptorSettings' => [ 'DeliveryRestrictions' => [ 'ArchiveAllowedFlag' => 'ARCHIVE_NOT_ALLOWED|ARCHIVE_ALLOWED', 'DeviceRestrictions' => 'NONE|RESTRICT_GROUP0|RESTRICT_GROUP1|RESTRICT_GROUP2', 'NoRegionalBlackoutFlag' => 'REGIONAL_BLACKOUT|NO_REGIONAL_BLACKOUT', 'WebDeliveryAllowedFlag' => 'WEB_DELIVERY_NOT_ALLOWED|WEB_DELIVERY_ALLOWED', ], 'SegmentNum' => <integer>, 'SegmentationCancelIndicator' => 'SEGMENTATION_EVENT_NOT_CANCELED|SEGMENTATION_EVENT_CANCELED', 'SegmentationDuration' => <integer>, 'SegmentationEventId' => <integer>, 'SegmentationTypeId' => <integer>, 'SegmentationUpid' => '<string>', 'SegmentationUpidType' => <integer>, 'SegmentsExpected' => <integer>, 'SubSegmentNum' => <integer>, 'SubSegmentsExpected' => <integer>, ], ], ], // ... ], ], 'StaticImageActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'Width' => <integer>, ], 'StaticImageDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, ], 'StaticImageOutputActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'OutputNames' => ['<string>', ...], 'Width' => <integer>, ], 'StaticImageOutputDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, 'OutputNames' => ['<string>', ...], ], ], 'ScheduleActionStartSettings' => [ 'FixedModeScheduleActionStartSettings' => [ 'Time' => '<string>', ], 'FollowModeScheduleActionStartSettings' => [ 'FollowPoint' => 'END|START', 'ReferenceActionName' => '<string>', ], 'ImmediateModeScheduleActionStartSettings' => [ ], ], ], // ... ], ], 'Deletes' => [ 'ScheduleActions' => [ [ 'ActionName' => '<string>', 'ScheduleActionSettings' => [ 'HlsId3SegmentTaggingSettings' => [ 'Id3' => '<string>', 'Tag' => '<string>', ], 'HlsTimedMetadataSettings' => [ 'Id3' => '<string>', ], 'InputPrepareSettings' => [ 'InputAttachmentNameReference' => '<string>', 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'InputSwitchSettings' => [ 'InputAttachmentNameReference' => '<string>', 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'MotionGraphicsImageActivateSettings' => [ 'Duration' => <integer>, 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], 'MotionGraphicsImageDeactivateSettings' => [ ], 'PauseStateSettings' => [ 'Pipelines' => [ [ 'PipelineId' => 'PIPELINE_0|PIPELINE_1', ], // ... ], ], 'Scte35InputSettings' => [ 'InputAttachmentNameReference' => '<string>', 'Mode' => 'FIXED|FOLLOW_ACTIVE', ], 'Scte35ReturnToNetworkSettings' => [ 'SpliceEventId' => <integer>, ], 'Scte35SpliceInsertSettings' => [ 'Duration' => <integer>, 'SpliceEventId' => <integer>, ], 'Scte35TimeSignalSettings' => [ 'Scte35Descriptors' => [ [ 'Scte35DescriptorSettings' => [ 'SegmentationDescriptorScte35DescriptorSettings' => [ 'DeliveryRestrictions' => [ 'ArchiveAllowedFlag' => 'ARCHIVE_NOT_ALLOWED|ARCHIVE_ALLOWED', 'DeviceRestrictions' => 'NONE|RESTRICT_GROUP0|RESTRICT_GROUP1|RESTRICT_GROUP2', 'NoRegionalBlackoutFlag' => 'REGIONAL_BLACKOUT|NO_REGIONAL_BLACKOUT', 'WebDeliveryAllowedFlag' => 'WEB_DELIVERY_NOT_ALLOWED|WEB_DELIVERY_ALLOWED', ], 'SegmentNum' => <integer>, 'SegmentationCancelIndicator' => 'SEGMENTATION_EVENT_NOT_CANCELED|SEGMENTATION_EVENT_CANCELED', 'SegmentationDuration' => <integer>, 'SegmentationEventId' => <integer>, 'SegmentationTypeId' => <integer>, 'SegmentationUpid' => '<string>', 'SegmentationUpidType' => <integer>, 'SegmentsExpected' => <integer>, 'SubSegmentNum' => <integer>, 'SubSegmentsExpected' => <integer>, ], ], ], // ... ], ], 'StaticImageActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'Width' => <integer>, ], 'StaticImageDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, ], 'StaticImageOutputActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'OutputNames' => ['<string>', ...], 'Width' => <integer>, ], 'StaticImageOutputDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, 'OutputNames' => ['<string>', ...], ], ], 'ScheduleActionStartSettings' => [ 'FixedModeScheduleActionStartSettings' => [ 'Time' => '<string>', ], 'FollowModeScheduleActionStartSettings' => [ 'FollowPoint' => 'END|START', 'ReferenceActionName' => '<string>', ], 'ImmediateModeScheduleActionStartSettings' => [ ], ], ], // ... ], ], ]
Result Details
Members
- Creates
-
- Type: BatchScheduleActionCreateResult structure
List of actions that have been created in the schedule. - Deletes
-
- Type: BatchScheduleActionDeleteResult structure
List of actions that have been deleted from the schedule.
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CancelInputDeviceTransfer
$result = $client->cancelInputDeviceTransfer
([/* ... */]); $promise = $client->cancelInputDeviceTransferAsync
([/* ... */]);
Parameter Syntax
$result = $client->cancelInputDeviceTransfer([ 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ClaimDevice
$result = $client->claimDevice
([/* ... */]); $promise = $client->claimDeviceAsync
([/* ... */]);
Parameter Syntax
$result = $client->claimDevice([ 'Id' => '<string>', ]);
Parameter Details
Members
- Id
-
- Type: string
The id of the device you want to claim.
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CreateChannel
$result = $client->createChannel
([/* ... */]); $promise = $client->createChannelAsync
([/* ... */]);
Parameter Syntax
$result = $client->createChannel([ 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EncoderSettings' => [ 'AudioDescriptions' => [ // REQUIRED [ 'AudioNormalizationSettings' => [ 'Algorithm' => 'ITU_1770_1|ITU_1770_2', 'AlgorithmControl' => 'CORRECT_AUDIO', 'TargetLkfs' => <float>, ], 'AudioSelectorName' => '<string>', // REQUIRED 'AudioType' => 'CLEAN_EFFECTS|HEARING_IMPAIRED|UNDEFINED|VISUAL_IMPAIRED_COMMENTARY', 'AudioTypeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'AudioWatermarkingSettings' => [ 'NielsenWatermarksSettings' => [ 'NielsenCbetSettings' => [ 'CbetCheckDigitString' => '<string>', // REQUIRED 'CbetStepaside' => 'DISABLED|ENABLED', // REQUIRED 'Csid' => '<string>', // REQUIRED ], 'NielsenDistributionType' => 'FINAL_DISTRIBUTOR|PROGRAM_CONTENT', 'NielsenNaesIiNwSettings' => [ 'CheckDigitString' => '<string>', // REQUIRED 'Sid' => <float>, // REQUIRED 'Timezone' => 'AMERICA_PUERTO_RICO|US_ALASKA|US_ARIZONA|US_CENTRAL|US_EASTERN|US_HAWAII|US_MOUNTAIN|US_PACIFIC|US_SAMOA|UTC', ], ], ], 'CodecSettings' => [ 'AacSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'AD_RECEIVER_MIX|CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_5_1', 'InputType' => 'BROADCASTER_MIXED_AD|NORMAL', 'Profile' => 'HEV1|HEV2|LC', 'RateControlMode' => 'CBR|VBR', 'RawFormat' => 'LATM_LOAS|NONE', 'SampleRate' => <float>, 'Spec' => 'MPEG2|MPEG4', 'VbrQuality' => 'HIGH|LOW|MEDIUM_HIGH|MEDIUM_LOW', ], 'Ac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|DIALOGUE|EMERGENCY|HEARING_IMPAIRED|MUSIC_AND_EFFECTS|VISUALLY_IMPAIRED|VOICE_OVER', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_3_2_LFE', 'Dialnorm' => <integer>, 'DrcProfile' => 'FILM_STANDARD|NONE', 'LfeFilter' => 'DISABLED|ENABLED', 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', ], 'Eac3AtmosSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_5_1_4|CODING_MODE_7_1_4|CODING_MODE_9_1_6', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'HeightTrim' => <float>, 'SurroundTrim' => <float>, ], 'Eac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|EMERGENCY|HEARING_IMPAIRED|VISUALLY_IMPAIRED', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_3_2', 'DcFilter' => 'DISABLED|ENABLED', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'LfeControl' => 'LFE|NO_LFE', 'LfeFilter' => 'DISABLED|ENABLED', 'LoRoCenterMixLevel' => <float>, 'LoRoSurroundMixLevel' => <float>, 'LtRtCenterMixLevel' => <float>, 'LtRtSurroundMixLevel' => <float>, 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'PassthroughControl' => 'NO_PASSTHROUGH|WHEN_POSSIBLE', 'PhaseControl' => 'NO_SHIFT|SHIFT_90_DEGREES', 'StereoDownmix' => 'DPL2|LO_RO|LT_RT|NOT_INDICATED', 'SurroundExMode' => 'DISABLED|ENABLED|NOT_INDICATED', 'SurroundMode' => 'DISABLED|ENABLED|NOT_INDICATED', ], 'Mp2Settings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0', 'SampleRate' => <float>, ], 'PassThroughSettings' => [ ], 'WavSettings' => [ 'BitDepth' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_4_0|CODING_MODE_8_0', 'SampleRate' => <float>, ], ], 'LanguageCode' => '<string>', 'LanguageCodeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'Name' => '<string>', // REQUIRED 'RemixSettings' => [ 'ChannelMappings' => [ // REQUIRED [ 'InputChannelLevels' => [ // REQUIRED [ 'Gain' => <integer>, // REQUIRED 'InputChannel' => <integer>, // REQUIRED ], // ... ], 'OutputChannel' => <integer>, // REQUIRED ], // ... ], 'ChannelsIn' => <integer>, 'ChannelsOut' => <integer>, ], 'StreamName' => '<string>', ], // ... ], 'AvailBlanking' => [ 'AvailBlankingImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'State' => 'DISABLED|ENABLED', ], 'AvailConfiguration' => [ 'AvailSettings' => [ 'Esam' => [ 'AcquisitionPointId' => '<string>', // REQUIRED 'AdAvailOffset' => <integer>, 'PasswordParam' => '<string>', 'PoisEndpoint' => '<string>', // REQUIRED 'Username' => '<string>', 'ZoneIdentity' => '<string>', ], 'Scte35SpliceInsert' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], 'Scte35TimeSignalApos' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], ], ], 'BlackoutSlate' => [ 'BlackoutSlateImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'NetworkEndBlackout' => 'DISABLED|ENABLED', 'NetworkEndBlackoutImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'NetworkId' => '<string>', 'State' => 'DISABLED|ENABLED', ], 'CaptionDescriptions' => [ [ 'Accessibility' => 'DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES|IMPLEMENTS_ACCESSIBILITY_FEATURES', 'CaptionSelectorName' => '<string>', // REQUIRED 'DestinationSettings' => [ 'AribDestinationSettings' => [ ], 'BurnInDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'DvbSubDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'EbuTtDDestinationSettings' => [ 'CopyrightHolder' => '<string>', 'FillLineGap' => 'DISABLED|ENABLED', 'FontFamily' => '<string>', 'StyleControl' => 'EXCLUDE|INCLUDE', ], 'EmbeddedDestinationSettings' => [ ], 'EmbeddedPlusScte20DestinationSettings' => [ ], 'RtmpCaptionInfoDestinationSettings' => [ ], 'Scte20PlusEmbeddedDestinationSettings' => [ ], 'Scte27DestinationSettings' => [ ], 'SmpteTtDestinationSettings' => [ ], 'TeletextDestinationSettings' => [ ], 'TtmlDestinationSettings' => [ 'StyleControl' => 'PASSTHROUGH|USE_CONFIGURED', ], 'WebvttDestinationSettings' => [ 'StyleControl' => 'NO_STYLE_DATA|PASSTHROUGH', ], ], 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', 'Name' => '<string>', // REQUIRED ], // ... ], 'FeatureActivations' => [ 'InputPrepareScheduleActions' => 'DISABLED|ENABLED', 'OutputStaticImageOverlayScheduleActions' => 'DISABLED|ENABLED', ], 'GlobalConfiguration' => [ 'InitialAudioGain' => <integer>, 'InputEndAction' => 'NONE|SWITCH_AND_LOOP_INPUTS', 'InputLossBehavior' => [ 'BlackFrameMsec' => <integer>, 'InputLossImageColor' => '<string>', 'InputLossImageSlate' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'InputLossImageType' => 'COLOR|SLATE', 'RepeatFrameMsec' => <integer>, ], 'OutputLockingMode' => 'EPOCH_LOCKING|PIPELINE_LOCKING', 'OutputLockingSettings' => [ 'EpochLockingSettings' => [ 'CustomEpoch' => '<string>', 'JamSyncTime' => '<string>', ], 'PipelineLockingSettings' => [ ], ], 'OutputTimingSource' => 'INPUT_CLOCK|SYSTEM_CLOCK', 'SupportLowFramerateInputs' => 'DISABLED|ENABLED', ], 'MotionGraphicsConfiguration' => [ 'MotionGraphicsInsertion' => 'DISABLED|ENABLED', 'MotionGraphicsSettings' => [ // REQUIRED 'HtmlMotionGraphicsSettings' => [ ], ], ], 'NielsenConfiguration' => [ 'DistributorId' => '<string>', 'NielsenPcmToId3Tagging' => 'DISABLED|ENABLED', ], 'OutputGroups' => [ // REQUIRED [ 'Name' => '<string>', 'OutputGroupSettings' => [ // REQUIRED 'ArchiveGroupSettings' => [ 'ArchiveCdnSettings' => [ 'ArchiveS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'RolloverInterval' => <integer>, ], 'FrameCaptureGroupSettings' => [ 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'FrameCaptureCdnSettings' => [ 'FrameCaptureS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], ], 'HlsGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'BaseUrlContent' => '<string>', 'BaseUrlContent1' => '<string>', 'BaseUrlManifest' => '<string>', 'BaseUrlManifest1' => '<string>', 'CaptionLanguageMappings' => [ [ 'CaptionChannel' => <integer>, // REQUIRED 'LanguageCode' => '<string>', // REQUIRED 'LanguageDescription' => '<string>', // REQUIRED ], // ... ], 'CaptionLanguageSetting' => 'INSERT|NONE|OMIT', 'ClientCache' => 'DISABLED|ENABLED', 'CodecSpecification' => 'RFC_4281|RFC_6381', 'ConstantIv' => '<string>', 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'DirectoryStructure' => 'SINGLE_DIRECTORY|SUBDIRECTORY_PER_STREAM', 'DiscontinuityTags' => 'INSERT|NEVER_INSERT', 'EncryptionType' => 'AES128|SAMPLE_AES', 'HlsCdnSettings' => [ 'HlsAkamaiSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'Salt' => '<string>', 'Token' => '<string>', ], 'HlsBasicPutSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsMediaStoreSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'MediaStoreStorageClass' => 'TEMPORAL', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], 'HlsWebdavSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], ], 'HlsId3SegmentTagging' => 'DISABLED|ENABLED', 'IFrameOnlyPlaylists' => 'DISABLED|STANDARD', 'IncompleteSegmentBehavior' => 'AUTO|SUPPRESS', 'IndexNSegments' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'IvInManifest' => 'EXCLUDE|INCLUDE', 'IvSource' => 'EXPLICIT|FOLLOWS_SEGMENT_NUMBER', 'KeepSegments' => <integer>, 'KeyFormat' => '<string>', 'KeyFormatVersions' => '<string>', 'KeyProviderSettings' => [ 'StaticKeySettings' => [ 'KeyProviderServer' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'StaticKeyValue' => '<string>', // REQUIRED ], ], 'ManifestCompression' => 'GZIP|NONE', 'ManifestDurationFormat' => 'FLOATING_POINT|INTEGER', 'MinSegmentLength' => <integer>, 'Mode' => 'LIVE|VOD', 'OutputSelection' => 'MANIFESTS_AND_SEGMENTS|SEGMENTS_ONLY|VARIANT_MANIFESTS_AND_SEGMENTS', 'ProgramDateTime' => 'EXCLUDE|INCLUDE', 'ProgramDateTimeClock' => 'INITIALIZE_FROM_OUTPUT_TIMECODE|SYSTEM_CLOCK', 'ProgramDateTimePeriod' => <integer>, 'RedundantManifest' => 'DISABLED|ENABLED', 'SegmentLength' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SegmentsPerSubdirectory' => <integer>, 'StreamInfResolution' => 'EXCLUDE|INCLUDE', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, 'TimestampDeltaMilliseconds' => <integer>, 'TsFileMode' => 'SEGMENTED_FILES|SINGLE_FILE', ], 'MediaPackageGroupSettings' => [ 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], ], 'MsSmoothGroupSettings' => [ 'AcquisitionPointId' => '<string>', 'AudioOnlyTimecodeControl' => 'PASSTHROUGH|USE_CONFIGURED_CLOCK', 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'EventId' => '<string>', 'EventIdMode' => 'NO_EVENT_ID|USE_CONFIGURED|USE_TIMESTAMP', 'EventStopBehavior' => 'NONE|SEND_EOS', 'FilecacheDuration' => <integer>, 'FragmentLength' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SendDelayMs' => <integer>, 'SparseTrackType' => 'NONE|SCTE_35|SCTE_35_WITHOUT_SEGMENTATION', 'StreamManifestBehavior' => 'DO_NOT_SEND|SEND', 'TimestampOffset' => '<string>', 'TimestampOffsetMode' => 'USE_CONFIGURED_OFFSET|USE_EVENT_START_DATE', ], 'MultiplexGroupSettings' => [ ], 'RtmpGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'AuthenticationScheme' => 'AKAMAI|COMMON', 'CacheFullBehavior' => 'DISCONNECT_IMMEDIATELY|WAIT_FOR_SERVER', 'CacheLength' => <integer>, 'CaptionData' => 'ALL|FIELD1_608|FIELD1_AND_FIELD2_608', 'IncludeFillerNalUnits' => 'AUTO|DROP|INCLUDE', 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'RestartDelay' => <integer>, ], 'UdpGroupSettings' => [ 'InputLossAction' => 'DROP_PROGRAM|DROP_TS|EMIT_PROGRAM', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, ], ], 'Outputs' => [ // REQUIRED [ 'AudioDescriptionNames' => ['<string>', ...], 'CaptionDescriptionNames' => ['<string>', ...], 'OutputName' => '<string>', 'OutputSettings' => [ // REQUIRED 'ArchiveOutputSettings' => [ 'ContainerSettings' => [ // REQUIRED 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, // REQUIRED 'NetworkName' => '<string>', // REQUIRED 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], 'RawSettings' => [ ], ], 'Extension' => '<string>', 'NameModifier' => '<string>', ], 'FrameCaptureOutputSettings' => [ 'NameModifier' => '<string>', ], 'HlsOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'HlsSettings' => [ // REQUIRED 'AudioOnlyHlsSettings' => [ 'AudioGroupId' => '<string>', 'AudioOnlyImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'AudioTrackType' => 'ALTERNATE_AUDIO_AUTO_SELECT|ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT|ALTERNATE_AUDIO_NOT_AUTO_SELECT|AUDIO_ONLY_VARIANT_STREAM', 'SegmentType' => 'AAC|FMP4', ], 'Fmp4HlsSettings' => [ 'AudioRenditionSets' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', ], 'FrameCaptureHlsSettings' => [ ], 'StandardHlsSettings' => [ 'AudioRenditionSets' => '<string>', 'M3u8Settings' => [ // REQUIRED 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'EcmPid' => '<string>', 'KlvBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'Scte35Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'Scte35Pid' => '<string>', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], ], 'NameModifier' => '<string>', 'SegmentModifier' => '<string>', ], 'MediaPackageOutputSettings' => [ ], 'MsSmoothOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'NameModifier' => '<string>', ], 'MultiplexOutputSettings' => [ 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], ], 'RtmpOutputSettings' => [ 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'NumRetries' => <integer>, ], 'UdpOutputSettings' => [ 'BufferMsec' => <integer>, 'ContainerSettings' => [ // REQUIRED 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, // REQUIRED 'NetworkName' => '<string>', // REQUIRED 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'FecOutputSettings' => [ 'ColumnDepth' => <integer>, 'IncludeFec' => 'COLUMN|COLUMN_AND_ROW', 'RowLength' => <integer>, ], ], ], 'VideoDescriptionName' => '<string>', ], // ... ], ], // ... ], 'ThumbnailConfiguration' => [ 'State' => 'AUTO|DISABLED', // REQUIRED ], 'TimecodeConfig' => [ // REQUIRED 'Source' => 'EMBEDDED|SYSTEMCLOCK|ZEROBASED', // REQUIRED 'SyncThreshold' => <integer>, ], 'VideoDescriptions' => [ // REQUIRED [ 'CodecSettings' => [ 'FrameCaptureSettings' => [ 'CaptureInterval' => <integer>, 'CaptureIntervalUnits' => 'MILLISECONDS|SECONDS', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', // REQUIRED 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', // REQUIRED 'Prefix' => '<string>', ], ], 'H264Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'Bitrate' => <integer>, 'BufFillPct' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'EntropyEncoding' => 'CABAC|CAVLC', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'ForceFieldPictures' => 'DISABLED|ENABLED', 'FramerateControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopBReference' => 'DISABLED|ENABLED', 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H264_LEVEL_1|H264_LEVEL_1_1|H264_LEVEL_1_2|H264_LEVEL_1_3|H264_LEVEL_2|H264_LEVEL_2_1|H264_LEVEL_2_2|H264_LEVEL_3|H264_LEVEL_3_1|H264_LEVEL_3_2|H264_LEVEL_4|H264_LEVEL_4_1|H264_LEVEL_4_2|H264_LEVEL_5|H264_LEVEL_5_1|H264_LEVEL_5_2|H264_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'NumRefFrames' => <integer>, 'ParControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'BASELINE|HIGH|HIGH_10BIT|HIGH_422|HIGH_422_10BIT|MAIN', 'QualityLevel' => 'ENHANCED_QUALITY|STANDARD_QUALITY', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR|VBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Softness' => <integer>, 'SpatialAq' => 'DISABLED|ENABLED', 'SubgopLength' => 'DYNAMIC|FIXED', 'Syntax' => 'DEFAULT|RP2027', 'TemporalAq' => 'DISABLED|ENABLED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', // REQUIRED 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', // REQUIRED 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'H265Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'AlternativeTransferFunction' => 'INSERT|OMIT', 'Bitrate' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'DolbyVision81Settings' => [ ], 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'FramerateDenominator' => <integer>, // REQUIRED 'FramerateNumerator' => <integer>, // REQUIRED 'GopClosedCadence' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H265_LEVEL_1|H265_LEVEL_2|H265_LEVEL_2_1|H265_LEVEL_3|H265_LEVEL_3_1|H265_LEVEL_4|H265_LEVEL_4_1|H265_LEVEL_5|H265_LEVEL_5_1|H265_LEVEL_5_2|H265_LEVEL_6|H265_LEVEL_6_1|H265_LEVEL_6_2|H265_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'MAIN|MAIN_10BIT', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Tier' => 'HIGH|MAIN', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', // REQUIRED 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', // REQUIRED 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'Mpeg2Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|LOW|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpace' => 'AUTO|PASSTHROUGH', 'DisplayAspectRatio' => 'DISPLAYRATIO16X9|DISPLAYRATIO4X3', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FramerateDenominator' => <integer>, // REQUIRED 'FramerateNumerator' => <integer>, // REQUIRED 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SubgopLength' => 'DYNAMIC|FIXED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', // REQUIRED 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', // REQUIRED 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|GOP_TIMECODE', ], ], 'Height' => <integer>, 'Name' => '<string>', // REQUIRED 'RespondToAfd' => 'NONE|PASSTHROUGH|RESPOND', 'ScalingBehavior' => 'DEFAULT|STRETCH_TO_OUTPUT', 'Sharpness' => <integer>, 'Width' => <integer>, ], // ... ], ], 'InputAttachments' => [ [ 'AutomaticInputFailoverSettings' => [ 'ErrorClearTimeMsec' => <integer>, 'FailoverConditions' => [ [ 'FailoverConditionSettings' => [ 'AudioSilenceSettings' => [ 'AudioSelectorName' => '<string>', // REQUIRED 'AudioSilenceThresholdMsec' => <integer>, ], 'InputLossSettings' => [ 'InputLossThresholdMsec' => <integer>, ], 'VideoBlackSettings' => [ 'BlackDetectThreshold' => <float>, 'VideoBlackThresholdMsec' => <integer>, ], ], ], // ... ], 'InputPreference' => 'EQUAL_INPUT_PREFERENCE|PRIMARY_INPUT_PREFERRED', 'SecondaryInputId' => '<string>', // REQUIRED ], 'InputAttachmentName' => '<string>', 'InputId' => '<string>', 'InputSettings' => [ 'AudioSelectors' => [ [ 'Name' => '<string>', // REQUIRED 'SelectorSettings' => [ 'AudioHlsRenditionSelection' => [ 'GroupId' => '<string>', // REQUIRED 'Name' => '<string>', // REQUIRED ], 'AudioLanguageSelection' => [ 'LanguageCode' => '<string>', // REQUIRED 'LanguageSelectionPolicy' => 'LOOSE|STRICT', ], 'AudioPidSelection' => [ 'Pid' => <integer>, // REQUIRED ], 'AudioTrackSelection' => [ 'DolbyEDecode' => [ 'ProgramSelection' => 'ALL_CHANNELS|PROGRAM_1|PROGRAM_2|PROGRAM_3|PROGRAM_4|PROGRAM_5|PROGRAM_6|PROGRAM_7|PROGRAM_8', // REQUIRED ], 'Tracks' => [ // REQUIRED [ 'Track' => <integer>, // REQUIRED ], // ... ], ], ], ], // ... ], 'CaptionSelectors' => [ [ 'LanguageCode' => '<string>', 'Name' => '<string>', // REQUIRED 'SelectorSettings' => [ 'AncillarySourceSettings' => [ 'SourceAncillaryChannelNumber' => <integer>, ], 'AribSourceSettings' => [ ], 'DvbSubSourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'EmbeddedSourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Scte20Detection' => 'AUTO|OFF', 'Source608ChannelNumber' => <integer>, 'Source608TrackNumber' => <integer>, ], 'Scte20SourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Source608ChannelNumber' => <integer>, ], 'Scte27SourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'TeletextSourceSettings' => [ 'OutputRectangle' => [ 'Height' => <float>, // REQUIRED 'LeftOffset' => <float>, // REQUIRED 'TopOffset' => <float>, // REQUIRED 'Width' => <float>, // REQUIRED ], 'PageNumber' => '<string>', ], ], ], // ... ], 'DeblockFilter' => 'DISABLED|ENABLED', 'DenoiseFilter' => 'DISABLED|ENABLED', 'FilterStrength' => <integer>, 'InputFilter' => 'AUTO|DISABLED|FORCED', 'NetworkInputSettings' => [ 'HlsInputSettings' => [ 'Bandwidth' => <integer>, 'BufferSegments' => <integer>, 'Retries' => <integer>, 'RetryInterval' => <integer>, 'Scte35Source' => 'MANIFEST|SEGMENTS', ], 'ServerValidation' => 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME|CHECK_CRYPTOGRAPHY_ONLY', ], 'Scte35Pid' => <integer>, 'Smpte2038DataPreference' => 'IGNORE|PREFER', 'SourceEndBehavior' => 'CONTINUE|LOOP', 'VideoSelector' => [ 'ColorSpace' => 'FOLLOW|HDR10|HLG_2020|REC_601|REC_709', 'ColorSpaceSettings' => [ 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], ], 'ColorSpaceUsage' => 'FALLBACK|FORCE', 'SelectorSettings' => [ 'VideoSelectorPid' => [ 'Pid' => <integer>, ], 'VideoSelectorProgramId' => [ 'ProgramId' => <integer>, ], ], ], ], ], // ... ], 'InputSpecification' => [ 'Codec' => 'MPEG2|AVC|HEVC', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'Resolution' => 'SD|HD|UHD', ], 'LogLevel' => 'ERROR|WARNING|INFO|DEBUG|DISABLED', 'Maintenance' => [ 'MaintenanceDay' => 'MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY', 'MaintenanceStartTime' => '<string>', ], 'Name' => '<string>', 'RequestId' => '<string>', 'Reserved' => '<string>', 'RoleArn' => '<string>', 'Tags' => ['<string>', ...], 'Vpc' => [ 'PublicAddressAllocationIds' => ['<string>', ...], 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], // REQUIRED ], ]);
Parameter Details
Members
- CdiInputSpecification
-
- Type: CdiInputSpecification structure
- ChannelClass
-
- Type: string
A standard channel has two encoding pipelines and a single pipeline channel only has one. - Destinations
-
- Type: Array of OutputDestination structures
- EncoderSettings
-
- Type: EncoderSettings structure
Encoder Settings - InputAttachments
-
- Type: Array of InputAttachment structures
- InputSpecification
-
- Type: InputSpecification structure
- LogLevel
-
- Type: string
The log level the user wants for their channel. - Maintenance
-
- Type: MaintenanceCreateSettings structure
- Name
-
- Type: string
- RequestId
-
- Type: string
- Reserved
-
- Type: string
- RoleArn
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Vpc
-
- Type: VpcOutputSettings structure
The properties for a private VPC OutputWhen this property is specified, the output egress addresses will be created in a user specified VPC
Result Syntax
[ 'Channel' => [ 'Arn' => '<string>', 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EgressEndpoints' => [ [ 'SourceIp' => '<string>', ], // ... ], 'EncoderSettings' => [ 'AudioDescriptions' => [ [ 'AudioNormalizationSettings' => [ 'Algorithm' => 'ITU_1770_1|ITU_1770_2', 'AlgorithmControl' => 'CORRECT_AUDIO', 'TargetLkfs' => <float>, ], 'AudioSelectorName' => '<string>', 'AudioType' => 'CLEAN_EFFECTS|HEARING_IMPAIRED|UNDEFINED|VISUAL_IMPAIRED_COMMENTARY', 'AudioTypeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'AudioWatermarkingSettings' => [ 'NielsenWatermarksSettings' => [ 'NielsenCbetSettings' => [ 'CbetCheckDigitString' => '<string>', 'CbetStepaside' => 'DISABLED|ENABLED', 'Csid' => '<string>', ], 'NielsenDistributionType' => 'FINAL_DISTRIBUTOR|PROGRAM_CONTENT', 'NielsenNaesIiNwSettings' => [ 'CheckDigitString' => '<string>', 'Sid' => <float>, 'Timezone' => 'AMERICA_PUERTO_RICO|US_ALASKA|US_ARIZONA|US_CENTRAL|US_EASTERN|US_HAWAII|US_MOUNTAIN|US_PACIFIC|US_SAMOA|UTC', ], ], ], 'CodecSettings' => [ 'AacSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'AD_RECEIVER_MIX|CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_5_1', 'InputType' => 'BROADCASTER_MIXED_AD|NORMAL', 'Profile' => 'HEV1|HEV2|LC', 'RateControlMode' => 'CBR|VBR', 'RawFormat' => 'LATM_LOAS|NONE', 'SampleRate' => <float>, 'Spec' => 'MPEG2|MPEG4', 'VbrQuality' => 'HIGH|LOW|MEDIUM_HIGH|MEDIUM_LOW', ], 'Ac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|DIALOGUE|EMERGENCY|HEARING_IMPAIRED|MUSIC_AND_EFFECTS|VISUALLY_IMPAIRED|VOICE_OVER', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_3_2_LFE', 'Dialnorm' => <integer>, 'DrcProfile' => 'FILM_STANDARD|NONE', 'LfeFilter' => 'DISABLED|ENABLED', 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', ], 'Eac3AtmosSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_5_1_4|CODING_MODE_7_1_4|CODING_MODE_9_1_6', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'HeightTrim' => <float>, 'SurroundTrim' => <float>, ], 'Eac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|EMERGENCY|HEARING_IMPAIRED|VISUALLY_IMPAIRED', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_3_2', 'DcFilter' => 'DISABLED|ENABLED', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'LfeControl' => 'LFE|NO_LFE', 'LfeFilter' => 'DISABLED|ENABLED', 'LoRoCenterMixLevel' => <float>, 'LoRoSurroundMixLevel' => <float>, 'LtRtCenterMixLevel' => <float>, 'LtRtSurroundMixLevel' => <float>, 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'PassthroughControl' => 'NO_PASSTHROUGH|WHEN_POSSIBLE', 'PhaseControl' => 'NO_SHIFT|SHIFT_90_DEGREES', 'StereoDownmix' => 'DPL2|LO_RO|LT_RT|NOT_INDICATED', 'SurroundExMode' => 'DISABLED|ENABLED|NOT_INDICATED', 'SurroundMode' => 'DISABLED|ENABLED|NOT_INDICATED', ], 'Mp2Settings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0', 'SampleRate' => <float>, ], 'PassThroughSettings' => [ ], 'WavSettings' => [ 'BitDepth' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_4_0|CODING_MODE_8_0', 'SampleRate' => <float>, ], ], 'LanguageCode' => '<string>', 'LanguageCodeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'Name' => '<string>', 'RemixSettings' => [ 'ChannelMappings' => [ [ 'InputChannelLevels' => [ [ 'Gain' => <integer>, 'InputChannel' => <integer>, ], // ... ], 'OutputChannel' => <integer>, ], // ... ], 'ChannelsIn' => <integer>, 'ChannelsOut' => <integer>, ], 'StreamName' => '<string>', ], // ... ], 'AvailBlanking' => [ 'AvailBlankingImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'State' => 'DISABLED|ENABLED', ], 'AvailConfiguration' => [ 'AvailSettings' => [ 'Esam' => [ 'AcquisitionPointId' => '<string>', 'AdAvailOffset' => <integer>, 'PasswordParam' => '<string>', 'PoisEndpoint' => '<string>', 'Username' => '<string>', 'ZoneIdentity' => '<string>', ], 'Scte35SpliceInsert' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], 'Scte35TimeSignalApos' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], ], ], 'BlackoutSlate' => [ 'BlackoutSlateImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkEndBlackout' => 'DISABLED|ENABLED', 'NetworkEndBlackoutImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkId' => '<string>', 'State' => 'DISABLED|ENABLED', ], 'CaptionDescriptions' => [ [ 'Accessibility' => 'DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES|IMPLEMENTS_ACCESSIBILITY_FEATURES', 'CaptionSelectorName' => '<string>', 'DestinationSettings' => [ 'AribDestinationSettings' => [ ], 'BurnInDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'DvbSubDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'EbuTtDDestinationSettings' => [ 'CopyrightHolder' => '<string>', 'FillLineGap' => 'DISABLED|ENABLED', 'FontFamily' => '<string>', 'StyleControl' => 'EXCLUDE|INCLUDE', ], 'EmbeddedDestinationSettings' => [ ], 'EmbeddedPlusScte20DestinationSettings' => [ ], 'RtmpCaptionInfoDestinationSettings' => [ ], 'Scte20PlusEmbeddedDestinationSettings' => [ ], 'Scte27DestinationSettings' => [ ], 'SmpteTtDestinationSettings' => [ ], 'TeletextDestinationSettings' => [ ], 'TtmlDestinationSettings' => [ 'StyleControl' => 'PASSTHROUGH|USE_CONFIGURED', ], 'WebvttDestinationSettings' => [ 'StyleControl' => 'NO_STYLE_DATA|PASSTHROUGH', ], ], 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', 'Name' => '<string>', ], // ... ], 'FeatureActivations' => [ 'InputPrepareScheduleActions' => 'DISABLED|ENABLED', 'OutputStaticImageOverlayScheduleActions' => 'DISABLED|ENABLED', ], 'GlobalConfiguration' => [ 'InitialAudioGain' => <integer>, 'InputEndAction' => 'NONE|SWITCH_AND_LOOP_INPUTS', 'InputLossBehavior' => [ 'BlackFrameMsec' => <integer>, 'InputLossImageColor' => '<string>', 'InputLossImageSlate' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'InputLossImageType' => 'COLOR|SLATE', 'RepeatFrameMsec' => <integer>, ], 'OutputLockingMode' => 'EPOCH_LOCKING|PIPELINE_LOCKING', 'OutputLockingSettings' => [ 'EpochLockingSettings' => [ 'CustomEpoch' => '<string>', 'JamSyncTime' => '<string>', ], 'PipelineLockingSettings' => [ ], ], 'OutputTimingSource' => 'INPUT_CLOCK|SYSTEM_CLOCK', 'SupportLowFramerateInputs' => 'DISABLED|ENABLED', ], 'MotionGraphicsConfiguration' => [ 'MotionGraphicsInsertion' => 'DISABLED|ENABLED', 'MotionGraphicsSettings' => [ 'HtmlMotionGraphicsSettings' => [ ], ], ], 'NielsenConfiguration' => [ 'DistributorId' => '<string>', 'NielsenPcmToId3Tagging' => 'DISABLED|ENABLED', ], 'OutputGroups' => [ [ 'Name' => '<string>', 'OutputGroupSettings' => [ 'ArchiveGroupSettings' => [ 'ArchiveCdnSettings' => [ 'ArchiveS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'RolloverInterval' => <integer>, ], 'FrameCaptureGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FrameCaptureCdnSettings' => [ 'FrameCaptureS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], ], 'HlsGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'BaseUrlContent' => '<string>', 'BaseUrlContent1' => '<string>', 'BaseUrlManifest' => '<string>', 'BaseUrlManifest1' => '<string>', 'CaptionLanguageMappings' => [ [ 'CaptionChannel' => <integer>, 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', ], // ... ], 'CaptionLanguageSetting' => 'INSERT|NONE|OMIT', 'ClientCache' => 'DISABLED|ENABLED', 'CodecSpecification' => 'RFC_4281|RFC_6381', 'ConstantIv' => '<string>', 'Destination' => [ 'DestinationRefId' => '<string>', ], 'DirectoryStructure' => 'SINGLE_DIRECTORY|SUBDIRECTORY_PER_STREAM', 'DiscontinuityTags' => 'INSERT|NEVER_INSERT', 'EncryptionType' => 'AES128|SAMPLE_AES', 'HlsCdnSettings' => [ 'HlsAkamaiSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'Salt' => '<string>', 'Token' => '<string>', ], 'HlsBasicPutSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsMediaStoreSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'MediaStoreStorageClass' => 'TEMPORAL', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], 'HlsWebdavSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], ], 'HlsId3SegmentTagging' => 'DISABLED|ENABLED', 'IFrameOnlyPlaylists' => 'DISABLED|STANDARD', 'IncompleteSegmentBehavior' => 'AUTO|SUPPRESS', 'IndexNSegments' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'IvInManifest' => 'EXCLUDE|INCLUDE', 'IvSource' => 'EXPLICIT|FOLLOWS_SEGMENT_NUMBER', 'KeepSegments' => <integer>, 'KeyFormat' => '<string>', 'KeyFormatVersions' => '<string>', 'KeyProviderSettings' => [ 'StaticKeySettings' => [ 'KeyProviderServer' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'StaticKeyValue' => '<string>', ], ], 'ManifestCompression' => 'GZIP|NONE', 'ManifestDurationFormat' => 'FLOATING_POINT|INTEGER', 'MinSegmentLength' => <integer>, 'Mode' => 'LIVE|VOD', 'OutputSelection' => 'MANIFESTS_AND_SEGMENTS|SEGMENTS_ONLY|VARIANT_MANIFESTS_AND_SEGMENTS', 'ProgramDateTime' => 'EXCLUDE|INCLUDE', 'ProgramDateTimeClock' => 'INITIALIZE_FROM_OUTPUT_TIMECODE|SYSTEM_CLOCK', 'ProgramDateTimePeriod' => <integer>, 'RedundantManifest' => 'DISABLED|ENABLED', 'SegmentLength' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SegmentsPerSubdirectory' => <integer>, 'StreamInfResolution' => 'EXCLUDE|INCLUDE', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, 'TimestampDeltaMilliseconds' => <integer>, 'TsFileMode' => 'SEGMENTED_FILES|SINGLE_FILE', ], 'MediaPackageGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'MsSmoothGroupSettings' => [ 'AcquisitionPointId' => '<string>', 'AudioOnlyTimecodeControl' => 'PASSTHROUGH|USE_CONFIGURED_CLOCK', 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'EventId' => '<string>', 'EventIdMode' => 'NO_EVENT_ID|USE_CONFIGURED|USE_TIMESTAMP', 'EventStopBehavior' => 'NONE|SEND_EOS', 'FilecacheDuration' => <integer>, 'FragmentLength' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SendDelayMs' => <integer>, 'SparseTrackType' => 'NONE|SCTE_35|SCTE_35_WITHOUT_SEGMENTATION', 'StreamManifestBehavior' => 'DO_NOT_SEND|SEND', 'TimestampOffset' => '<string>', 'TimestampOffsetMode' => 'USE_CONFIGURED_OFFSET|USE_EVENT_START_DATE', ], 'MultiplexGroupSettings' => [ ], 'RtmpGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'AuthenticationScheme' => 'AKAMAI|COMMON', 'CacheFullBehavior' => 'DISCONNECT_IMMEDIATELY|WAIT_FOR_SERVER', 'CacheLength' => <integer>, 'CaptionData' => 'ALL|FIELD1_608|FIELD1_AND_FIELD2_608', 'IncludeFillerNalUnits' => 'AUTO|DROP|INCLUDE', 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'RestartDelay' => <integer>, ], 'UdpGroupSettings' => [ 'InputLossAction' => 'DROP_PROGRAM|DROP_TS|EMIT_PROGRAM', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, ], ], 'Outputs' => [ [ 'AudioDescriptionNames' => ['<string>', ...], 'CaptionDescriptionNames' => ['<string>', ...], 'OutputName' => '<string>', 'OutputSettings' => [ 'ArchiveOutputSettings' => [ 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], 'RawSettings' => [ ], ], 'Extension' => '<string>', 'NameModifier' => '<string>', ], 'FrameCaptureOutputSettings' => [ 'NameModifier' => '<string>', ], 'HlsOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'HlsSettings' => [ 'AudioOnlyHlsSettings' => [ 'AudioGroupId' => '<string>', 'AudioOnlyImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'AudioTrackType' => 'ALTERNATE_AUDIO_AUTO_SELECT|ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT|ALTERNATE_AUDIO_NOT_AUTO_SELECT|AUDIO_ONLY_VARIANT_STREAM', 'SegmentType' => 'AAC|FMP4', ], 'Fmp4HlsSettings' => [ 'AudioRenditionSets' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', ], 'FrameCaptureHlsSettings' => [ ], 'StandardHlsSettings' => [ 'AudioRenditionSets' => '<string>', 'M3u8Settings' => [ 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'EcmPid' => '<string>', 'KlvBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'Scte35Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'Scte35Pid' => '<string>', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], ], 'NameModifier' => '<string>', 'SegmentModifier' => '<string>', ], 'MediaPackageOutputSettings' => [ ], 'MsSmoothOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'NameModifier' => '<string>', ], 'MultiplexOutputSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'RtmpOutputSettings' => [ 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'NumRetries' => <integer>, ], 'UdpOutputSettings' => [ 'BufferMsec' => <integer>, 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FecOutputSettings' => [ 'ColumnDepth' => <integer>, 'IncludeFec' => 'COLUMN|COLUMN_AND_ROW', 'RowLength' => <integer>, ], ], ], 'VideoDescriptionName' => '<string>', ], // ... ], ], // ... ], 'ThumbnailConfiguration' => [ 'State' => 'AUTO|DISABLED', ], 'TimecodeConfig' => [ 'Source' => 'EMBEDDED|SYSTEMCLOCK|ZEROBASED', 'SyncThreshold' => <integer>, ], 'VideoDescriptions' => [ [ 'CodecSettings' => [ 'FrameCaptureSettings' => [ 'CaptureInterval' => <integer>, 'CaptureIntervalUnits' => 'MILLISECONDS|SECONDS', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], ], 'H264Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'Bitrate' => <integer>, 'BufFillPct' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'EntropyEncoding' => 'CABAC|CAVLC', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'ForceFieldPictures' => 'DISABLED|ENABLED', 'FramerateControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopBReference' => 'DISABLED|ENABLED', 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H264_LEVEL_1|H264_LEVEL_1_1|H264_LEVEL_1_2|H264_LEVEL_1_3|H264_LEVEL_2|H264_LEVEL_2_1|H264_LEVEL_2_2|H264_LEVEL_3|H264_LEVEL_3_1|H264_LEVEL_3_2|H264_LEVEL_4|H264_LEVEL_4_1|H264_LEVEL_4_2|H264_LEVEL_5|H264_LEVEL_5_1|H264_LEVEL_5_2|H264_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'NumRefFrames' => <integer>, 'ParControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'BASELINE|HIGH|HIGH_10BIT|HIGH_422|HIGH_422_10BIT|MAIN', 'QualityLevel' => 'ENHANCED_QUALITY|STANDARD_QUALITY', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR|VBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Softness' => <integer>, 'SpatialAq' => 'DISABLED|ENABLED', 'SubgopLength' => 'DYNAMIC|FIXED', 'Syntax' => 'DEFAULT|RP2027', 'TemporalAq' => 'DISABLED|ENABLED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'H265Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'AlternativeTransferFunction' => 'INSERT|OMIT', 'Bitrate' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'DolbyVision81Settings' => [ ], 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H265_LEVEL_1|H265_LEVEL_2|H265_LEVEL_2_1|H265_LEVEL_3|H265_LEVEL_3_1|H265_LEVEL_4|H265_LEVEL_4_1|H265_LEVEL_5|H265_LEVEL_5_1|H265_LEVEL_5_2|H265_LEVEL_6|H265_LEVEL_6_1|H265_LEVEL_6_2|H265_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'MAIN|MAIN_10BIT', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Tier' => 'HIGH|MAIN', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'Mpeg2Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|LOW|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpace' => 'AUTO|PASSTHROUGH', 'DisplayAspectRatio' => 'DISPLAYRATIO16X9|DISPLAYRATIO4X3', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SubgopLength' => 'DYNAMIC|FIXED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|GOP_TIMECODE', ], ], 'Height' => <integer>, 'Name' => '<string>', 'RespondToAfd' => 'NONE|PASSTHROUGH|RESPOND', 'ScalingBehavior' => 'DEFAULT|STRETCH_TO_OUTPUT', 'Sharpness' => <integer>, 'Width' => <integer>, ], // ... ], ], 'Id' => '<string>', 'InputAttachments' => [ [ 'AutomaticInputFailoverSettings' => [ 'ErrorClearTimeMsec' => <integer>, 'FailoverConditions' => [ [ 'FailoverConditionSettings' => [ 'AudioSilenceSettings' => [ 'AudioSelectorName' => '<string>', 'AudioSilenceThresholdMsec' => <integer>, ], 'InputLossSettings' => [ 'InputLossThresholdMsec' => <integer>, ], 'VideoBlackSettings' => [ 'BlackDetectThreshold' => <float>, 'VideoBlackThresholdMsec' => <integer>, ], ], ], // ... ], 'InputPreference' => 'EQUAL_INPUT_PREFERENCE|PRIMARY_INPUT_PREFERRED', 'SecondaryInputId' => '<string>', ], 'InputAttachmentName' => '<string>', 'InputId' => '<string>', 'InputSettings' => [ 'AudioSelectors' => [ [ 'Name' => '<string>', 'SelectorSettings' => [ 'AudioHlsRenditionSelection' => [ 'GroupId' => '<string>', 'Name' => '<string>', ], 'AudioLanguageSelection' => [ 'LanguageCode' => '<string>', 'LanguageSelectionPolicy' => 'LOOSE|STRICT', ], 'AudioPidSelection' => [ 'Pid' => <integer>, ], 'AudioTrackSelection' => [ 'DolbyEDecode' => [ 'ProgramSelection' => 'ALL_CHANNELS|PROGRAM_1|PROGRAM_2|PROGRAM_3|PROGRAM_4|PROGRAM_5|PROGRAM_6|PROGRAM_7|PROGRAM_8', ], 'Tracks' => [ [ 'Track' => <integer>, ], // ... ], ], ], ], // ... ], 'CaptionSelectors' => [ [ 'LanguageCode' => '<string>', 'Name' => '<string>', 'SelectorSettings' => [ 'AncillarySourceSettings' => [ 'SourceAncillaryChannelNumber' => <integer>, ], 'AribSourceSettings' => [ ], 'DvbSubSourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'EmbeddedSourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Scte20Detection' => 'AUTO|OFF', 'Source608ChannelNumber' => <integer>, 'Source608TrackNumber' => <integer>, ], 'Scte20SourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Source608ChannelNumber' => <integer>, ], 'Scte27SourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'TeletextSourceSettings' => [ 'OutputRectangle' => [ 'Height' => <float>, 'LeftOffset' => <float>, 'TopOffset' => <float>, 'Width' => <float>, ], 'PageNumber' => '<string>', ], ], ], // ... ], 'DeblockFilter' => 'DISABLED|ENABLED', 'DenoiseFilter' => 'DISABLED|ENABLED', 'FilterStrength' => <integer>, 'InputFilter' => 'AUTO|DISABLED|FORCED', 'NetworkInputSettings' => [ 'HlsInputSettings' => [ 'Bandwidth' => <integer>, 'BufferSegments' => <integer>, 'Retries' => <integer>, 'RetryInterval' => <integer>, 'Scte35Source' => 'MANIFEST|SEGMENTS', ], 'ServerValidation' => 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME|CHECK_CRYPTOGRAPHY_ONLY', ], 'Scte35Pid' => <integer>, 'Smpte2038DataPreference' => 'IGNORE|PREFER', 'SourceEndBehavior' => 'CONTINUE|LOOP', 'VideoSelector' => [ 'ColorSpace' => 'FOLLOW|HDR10|HLG_2020|REC_601|REC_709', 'ColorSpaceSettings' => [ 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], ], 'ColorSpaceUsage' => 'FALLBACK|FORCE', 'SelectorSettings' => [ 'VideoSelectorPid' => [ 'Pid' => <integer>, ], 'VideoSelectorProgramId' => [ 'ProgramId' => <integer>, ], ], ], ], ], // ... ], 'InputSpecification' => [ 'Codec' => 'MPEG2|AVC|HEVC', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'Resolution' => 'SD|HD|UHD', ], 'LogLevel' => 'ERROR|WARNING|INFO|DEBUG|DISABLED', 'Maintenance' => [ 'MaintenanceDay' => 'MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY', 'MaintenanceDeadline' => '<string>', 'MaintenanceScheduledDate' => '<string>', 'MaintenanceStartTime' => '<string>', ], 'Name' => '<string>', 'PipelineDetails' => [ [ 'ActiveInputAttachmentName' => '<string>', 'ActiveInputSwitchActionName' => '<string>', 'ActiveMotionGraphicsActionName' => '<string>', 'ActiveMotionGraphicsUri' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'PipelinesRunningCount' => <integer>, 'RoleArn' => '<string>', 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED|UPDATING|UPDATE_FAILED', 'Tags' => ['<string>', ...], 'Vpc' => [ 'AvailabilityZones' => ['<string>', ...], 'NetworkInterfaceIds' => ['<string>', ...], 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], ], ], ]
Result Details
Members
- Channel
-
- Type: Channel structure
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CreateInput
$result = $client->createInput
([/* ... */]); $promise = $client->createInputAsync
([/* ... */]);
Parameter Syntax
$result = $client->createInput([ 'Destinations' => [ [ 'StreamName' => '<string>', ], // ... ], 'InputDevices' => [ [ 'Id' => '<string>', ], // ... ], 'InputSecurityGroups' => ['<string>', ...], 'MediaConnectFlows' => [ [ 'FlowArn' => '<string>', ], // ... ], 'Name' => '<string>', 'RequestId' => '<string>', 'RoleArn' => '<string>', 'Sources' => [ [ 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], 'Tags' => ['<string>', ...], 'Type' => 'UDP_PUSH|RTP_PUSH|RTMP_PUSH|RTMP_PULL|URL_PULL|MP4_FILE|MEDIACONNECT|INPUT_DEVICE|AWS_CDI|TS_FILE', 'Vpc' => [ 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], // REQUIRED ], ]);
Parameter Details
Members
- Destinations
-
- Type: Array of InputDestinationRequest structures
- InputDevices
-
- Type: Array of InputDeviceSettings structures
- InputSecurityGroups
-
- Type: Array of strings
- MediaConnectFlows
-
- Type: Array of MediaConnectFlowRequest structures
- Name
-
- Type: string
- RequestId
-
- Type: string
- RoleArn
-
- Type: string
- Sources
-
- Type: Array of InputSourceRequest structures
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Type
-
- Type: string
The different types of inputs that AWS Elemental MediaLive supports. - Vpc
-
- Type: InputVpcRequest structure
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.
Result Syntax
[ 'Input' => [ 'Arn' => '<string>', 'AttachedChannels' => ['<string>', ...], 'Destinations' => [ [ 'Ip' => '<string>', 'Port' => '<string>', 'Url' => '<string>', 'Vpc' => [ 'AvailabilityZone' => '<string>', 'NetworkInterfaceId' => '<string>', ], ], // ... ], 'Id' => '<string>', 'InputClass' => 'STANDARD|SINGLE_PIPELINE', 'InputDevices' => [ [ 'Id' => '<string>', ], // ... ], 'InputPartnerIds' => ['<string>', ...], 'InputSourceType' => 'STATIC|DYNAMIC', 'MediaConnectFlows' => [ [ 'FlowArn' => '<string>', ], // ... ], 'Name' => '<string>', 'RoleArn' => '<string>', 'SecurityGroups' => ['<string>', ...], 'Sources' => [ [ 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], 'State' => 'CREATING|DETACHED|ATTACHED|DELETING|DELETED', 'Tags' => ['<string>', ...], 'Type' => 'UDP_PUSH|RTP_PUSH|RTMP_PUSH|RTMP_PULL|URL_PULL|MP4_FILE|MEDIACONNECT|INPUT_DEVICE|AWS_CDI|TS_FILE', ], ]
Result Details
Members
- Input
-
- Type: Input structure
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CreateInputSecurityGroup
$result = $client->createInputSecurityGroup
([/* ... */]); $promise = $client->createInputSecurityGroupAsync
([/* ... */]);
Parameter Syntax
$result = $client->createInputSecurityGroup([ 'Tags' => ['<string>', ...], 'WhitelistRules' => [ [ 'Cidr' => '<string>', ], // ... ], ]);
Parameter Details
Members
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- WhitelistRules
-
- Type: Array of InputWhitelistRuleCidr structures
Result Syntax
[ 'SecurityGroup' => [ 'Arn' => '<string>', 'Id' => '<string>', 'Inputs' => ['<string>', ...], 'State' => 'IDLE|IN_USE|UPDATING|DELETED', 'Tags' => ['<string>', ...], 'WhitelistRules' => [ [ 'Cidr' => '<string>', ], // ... ], ], ]
Result Details
Members
- SecurityGroup
-
- Type: InputSecurityGroup structure
An Input Security Group
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CreateMultiplex
$result = $client->createMultiplex
([/* ... */]); $promise = $client->createMultiplexAsync
([/* ... */]);
Parameter Syntax
$result = $client->createMultiplex([ 'AvailabilityZones' => ['<string>', ...], // REQUIRED 'MultiplexSettings' => [ // REQUIRED 'MaximumVideoBufferDelayMilliseconds' => <integer>, 'TransportStreamBitrate' => <integer>, // REQUIRED 'TransportStreamId' => <integer>, // REQUIRED 'TransportStreamReservedBitrate' => <integer>, ], 'Name' => '<string>', // REQUIRED 'RequestId' => '<string>', // REQUIRED 'Tags' => ['<string>', ...], ]);
Parameter Details
Members
- AvailabilityZones
-
- Required: Yes
- Type: Array of strings
- MultiplexSettings
-
- Required: Yes
- Type: MultiplexSettings structure
Contains configuration for a Multiplex event - Name
-
- Required: Yes
- Type: string
- RequestId
-
- Required: Yes
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Result Syntax
[ 'Multiplex' => [ 'Arn' => '<string>', 'AvailabilityZones' => ['<string>', ...], 'Destinations' => [ [ 'MediaConnectSettings' => [ 'EntitlementArn' => '<string>', ], ], // ... ], 'Id' => '<string>', 'MultiplexSettings' => [ 'MaximumVideoBufferDelayMilliseconds' => <integer>, 'TransportStreamBitrate' => <integer>, 'TransportStreamId' => <integer>, 'TransportStreamReservedBitrate' => <integer>, ], 'Name' => '<string>', 'PipelinesRunningCount' => <integer>, 'ProgramCount' => <integer>, 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED', 'Tags' => ['<string>', ...], ], ]
Result Details
Members
- Multiplex
-
- Type: Multiplex structure
The multiplex object.
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CreateMultiplexProgram
$result = $client->createMultiplexProgram
([/* ... */]); $promise = $client->createMultiplexProgramAsync
([/* ... */]);
Parameter Syntax
$result = $client->createMultiplexProgram([ 'MultiplexId' => '<string>', // REQUIRED 'MultiplexProgramSettings' => [ // REQUIRED 'PreferredChannelPipeline' => 'CURRENTLY_ACTIVE|PIPELINE_0|PIPELINE_1', 'ProgramNumber' => <integer>, // REQUIRED 'ServiceDescriptor' => [ 'ProviderName' => '<string>', // REQUIRED 'ServiceName' => '<string>', // REQUIRED ], 'VideoSettings' => [ 'ConstantBitrate' => <integer>, 'StatmuxSettings' => [ 'MaximumBitrate' => <integer>, 'MinimumBitrate' => <integer>, 'Priority' => <integer>, ], ], ], 'ProgramName' => '<string>', // REQUIRED 'RequestId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MultiplexId
-
- Required: Yes
- Type: string
- MultiplexProgramSettings
-
- Required: Yes
- Type: MultiplexProgramSettings structure
Multiplex Program settings configuration. - ProgramName
-
- Required: Yes
- Type: string
- RequestId
-
- Required: Yes
- Type: string
Result Syntax
[ 'MultiplexProgram' => [ 'ChannelId' => '<string>', 'MultiplexProgramSettings' => [ 'PreferredChannelPipeline' => 'CURRENTLY_ACTIVE|PIPELINE_0|PIPELINE_1', 'ProgramNumber' => <integer>, 'ServiceDescriptor' => [ 'ProviderName' => '<string>', 'ServiceName' => '<string>', ], 'VideoSettings' => [ 'ConstantBitrate' => <integer>, 'StatmuxSettings' => [ 'MaximumBitrate' => <integer>, 'MinimumBitrate' => <integer>, 'Priority' => <integer>, ], ], ], 'PacketIdentifiersMap' => [ 'AudioPids' => [<integer>, ...], 'DvbSubPids' => [<integer>, ...], 'DvbTeletextPid' => <integer>, 'EtvPlatformPid' => <integer>, 'EtvSignalPid' => <integer>, 'KlvDataPids' => [<integer>, ...], 'PcrPid' => <integer>, 'PmtPid' => <integer>, 'PrivateMetadataPid' => <integer>, 'Scte27Pids' => [<integer>, ...], 'Scte35Pid' => <integer>, 'TimedMetadataPid' => <integer>, 'VideoPid' => <integer>, ], 'PipelineDetails' => [ [ 'ActiveChannelPipeline' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'ProgramName' => '<string>', ], ]
Result Details
Members
- MultiplexProgram
-
- Type: MultiplexProgram structure
The multiplex program object.
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CreatePartnerInput
$result = $client->createPartnerInput
([/* ... */]); $promise = $client->createPartnerInputAsync
([/* ... */]);
Parameter Syntax
$result = $client->createPartnerInput([ 'InputId' => '<string>', // REQUIRED 'RequestId' => '<string>', 'Tags' => ['<string>', ...], ]);
Parameter Details
Members
- InputId
-
- Required: Yes
- Type: string
- RequestId
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Result Syntax
[ 'Input' => [ 'Arn' => '<string>', 'AttachedChannels' => ['<string>', ...], 'Destinations' => [ [ 'Ip' => '<string>', 'Port' => '<string>', 'Url' => '<string>', 'Vpc' => [ 'AvailabilityZone' => '<string>', 'NetworkInterfaceId' => '<string>', ], ], // ... ], 'Id' => '<string>', 'InputClass' => 'STANDARD|SINGLE_PIPELINE', 'InputDevices' => [ [ 'Id' => '<string>', ], // ... ], 'InputPartnerIds' => ['<string>', ...], 'InputSourceType' => 'STATIC|DYNAMIC', 'MediaConnectFlows' => [ [ 'FlowArn' => '<string>', ], // ... ], 'Name' => '<string>', 'RoleArn' => '<string>', 'SecurityGroups' => ['<string>', ...], 'Sources' => [ [ 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], 'State' => 'CREATING|DETACHED|ATTACHED|DELETING|DELETED', 'Tags' => ['<string>', ...], 'Type' => 'UDP_PUSH|RTP_PUSH|RTMP_PUSH|RTMP_PULL|URL_PULL|MP4_FILE|MEDIACONNECT|INPUT_DEVICE|AWS_CDI|TS_FILE', ], ]
Result Details
Members
- Input
-
- Type: Input structure
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
CreateTags
$result = $client->createTags
([/* ... */]); $promise = $client->createTagsAsync
([/* ... */]);
Parameter Syntax
$result = $client->createTags([ 'ResourceArn' => '<string>', // REQUIRED 'Tags' => ['<string>', ...], ]);
Parameter Details
Members
- ResourceArn
-
- Required: Yes
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteChannel
$result = $client->deleteChannel
([/* ... */]); $promise = $client->deleteChannelAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteChannel([ 'ChannelId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EgressEndpoints' => [ [ 'SourceIp' => '<string>', ], // ... ], 'EncoderSettings' => [ 'AudioDescriptions' => [ [ 'AudioNormalizationSettings' => [ 'Algorithm' => 'ITU_1770_1|ITU_1770_2', 'AlgorithmControl' => 'CORRECT_AUDIO', 'TargetLkfs' => <float>, ], 'AudioSelectorName' => '<string>', 'AudioType' => 'CLEAN_EFFECTS|HEARING_IMPAIRED|UNDEFINED|VISUAL_IMPAIRED_COMMENTARY', 'AudioTypeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'AudioWatermarkingSettings' => [ 'NielsenWatermarksSettings' => [ 'NielsenCbetSettings' => [ 'CbetCheckDigitString' => '<string>', 'CbetStepaside' => 'DISABLED|ENABLED', 'Csid' => '<string>', ], 'NielsenDistributionType' => 'FINAL_DISTRIBUTOR|PROGRAM_CONTENT', 'NielsenNaesIiNwSettings' => [ 'CheckDigitString' => '<string>', 'Sid' => <float>, 'Timezone' => 'AMERICA_PUERTO_RICO|US_ALASKA|US_ARIZONA|US_CENTRAL|US_EASTERN|US_HAWAII|US_MOUNTAIN|US_PACIFIC|US_SAMOA|UTC', ], ], ], 'CodecSettings' => [ 'AacSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'AD_RECEIVER_MIX|CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_5_1', 'InputType' => 'BROADCASTER_MIXED_AD|NORMAL', 'Profile' => 'HEV1|HEV2|LC', 'RateControlMode' => 'CBR|VBR', 'RawFormat' => 'LATM_LOAS|NONE', 'SampleRate' => <float>, 'Spec' => 'MPEG2|MPEG4', 'VbrQuality' => 'HIGH|LOW|MEDIUM_HIGH|MEDIUM_LOW', ], 'Ac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|DIALOGUE|EMERGENCY|HEARING_IMPAIRED|MUSIC_AND_EFFECTS|VISUALLY_IMPAIRED|VOICE_OVER', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_3_2_LFE', 'Dialnorm' => <integer>, 'DrcProfile' => 'FILM_STANDARD|NONE', 'LfeFilter' => 'DISABLED|ENABLED', 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', ], 'Eac3AtmosSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_5_1_4|CODING_MODE_7_1_4|CODING_MODE_9_1_6', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'HeightTrim' => <float>, 'SurroundTrim' => <float>, ], 'Eac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|EMERGENCY|HEARING_IMPAIRED|VISUALLY_IMPAIRED', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_3_2', 'DcFilter' => 'DISABLED|ENABLED', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'LfeControl' => 'LFE|NO_LFE', 'LfeFilter' => 'DISABLED|ENABLED', 'LoRoCenterMixLevel' => <float>, 'LoRoSurroundMixLevel' => <float>, 'LtRtCenterMixLevel' => <float>, 'LtRtSurroundMixLevel' => <float>, 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'PassthroughControl' => 'NO_PASSTHROUGH|WHEN_POSSIBLE', 'PhaseControl' => 'NO_SHIFT|SHIFT_90_DEGREES', 'StereoDownmix' => 'DPL2|LO_RO|LT_RT|NOT_INDICATED', 'SurroundExMode' => 'DISABLED|ENABLED|NOT_INDICATED', 'SurroundMode' => 'DISABLED|ENABLED|NOT_INDICATED', ], 'Mp2Settings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0', 'SampleRate' => <float>, ], 'PassThroughSettings' => [ ], 'WavSettings' => [ 'BitDepth' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_4_0|CODING_MODE_8_0', 'SampleRate' => <float>, ], ], 'LanguageCode' => '<string>', 'LanguageCodeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'Name' => '<string>', 'RemixSettings' => [ 'ChannelMappings' => [ [ 'InputChannelLevels' => [ [ 'Gain' => <integer>, 'InputChannel' => <integer>, ], // ... ], 'OutputChannel' => <integer>, ], // ... ], 'ChannelsIn' => <integer>, 'ChannelsOut' => <integer>, ], 'StreamName' => '<string>', ], // ... ], 'AvailBlanking' => [ 'AvailBlankingImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'State' => 'DISABLED|ENABLED', ], 'AvailConfiguration' => [ 'AvailSettings' => [ 'Esam' => [ 'AcquisitionPointId' => '<string>', 'AdAvailOffset' => <integer>, 'PasswordParam' => '<string>', 'PoisEndpoint' => '<string>', 'Username' => '<string>', 'ZoneIdentity' => '<string>', ], 'Scte35SpliceInsert' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], 'Scte35TimeSignalApos' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], ], ], 'BlackoutSlate' => [ 'BlackoutSlateImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkEndBlackout' => 'DISABLED|ENABLED', 'NetworkEndBlackoutImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkId' => '<string>', 'State' => 'DISABLED|ENABLED', ], 'CaptionDescriptions' => [ [ 'Accessibility' => 'DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES|IMPLEMENTS_ACCESSIBILITY_FEATURES', 'CaptionSelectorName' => '<string>', 'DestinationSettings' => [ 'AribDestinationSettings' => [ ], 'BurnInDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'DvbSubDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'EbuTtDDestinationSettings' => [ 'CopyrightHolder' => '<string>', 'FillLineGap' => 'DISABLED|ENABLED', 'FontFamily' => '<string>', 'StyleControl' => 'EXCLUDE|INCLUDE', ], 'EmbeddedDestinationSettings' => [ ], 'EmbeddedPlusScte20DestinationSettings' => [ ], 'RtmpCaptionInfoDestinationSettings' => [ ], 'Scte20PlusEmbeddedDestinationSettings' => [ ], 'Scte27DestinationSettings' => [ ], 'SmpteTtDestinationSettings' => [ ], 'TeletextDestinationSettings' => [ ], 'TtmlDestinationSettings' => [ 'StyleControl' => 'PASSTHROUGH|USE_CONFIGURED', ], 'WebvttDestinationSettings' => [ 'StyleControl' => 'NO_STYLE_DATA|PASSTHROUGH', ], ], 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', 'Name' => '<string>', ], // ... ], 'FeatureActivations' => [ 'InputPrepareScheduleActions' => 'DISABLED|ENABLED', 'OutputStaticImageOverlayScheduleActions' => 'DISABLED|ENABLED', ], 'GlobalConfiguration' => [ 'InitialAudioGain' => <integer>, 'InputEndAction' => 'NONE|SWITCH_AND_LOOP_INPUTS', 'InputLossBehavior' => [ 'BlackFrameMsec' => <integer>, 'InputLossImageColor' => '<string>', 'InputLossImageSlate' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'InputLossImageType' => 'COLOR|SLATE', 'RepeatFrameMsec' => <integer>, ], 'OutputLockingMode' => 'EPOCH_LOCKING|PIPELINE_LOCKING', 'OutputLockingSettings' => [ 'EpochLockingSettings' => [ 'CustomEpoch' => '<string>', 'JamSyncTime' => '<string>', ], 'PipelineLockingSettings' => [ ], ], 'OutputTimingSource' => 'INPUT_CLOCK|SYSTEM_CLOCK', 'SupportLowFramerateInputs' => 'DISABLED|ENABLED', ], 'MotionGraphicsConfiguration' => [ 'MotionGraphicsInsertion' => 'DISABLED|ENABLED', 'MotionGraphicsSettings' => [ 'HtmlMotionGraphicsSettings' => [ ], ], ], 'NielsenConfiguration' => [ 'DistributorId' => '<string>', 'NielsenPcmToId3Tagging' => 'DISABLED|ENABLED', ], 'OutputGroups' => [ [ 'Name' => '<string>', 'OutputGroupSettings' => [ 'ArchiveGroupSettings' => [ 'ArchiveCdnSettings' => [ 'ArchiveS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'RolloverInterval' => <integer>, ], 'FrameCaptureGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FrameCaptureCdnSettings' => [ 'FrameCaptureS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], ], 'HlsGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'BaseUrlContent' => '<string>', 'BaseUrlContent1' => '<string>', 'BaseUrlManifest' => '<string>', 'BaseUrlManifest1' => '<string>', 'CaptionLanguageMappings' => [ [ 'CaptionChannel' => <integer>, 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', ], // ... ], 'CaptionLanguageSetting' => 'INSERT|NONE|OMIT', 'ClientCache' => 'DISABLED|ENABLED', 'CodecSpecification' => 'RFC_4281|RFC_6381', 'ConstantIv' => '<string>', 'Destination' => [ 'DestinationRefId' => '<string>', ], 'DirectoryStructure' => 'SINGLE_DIRECTORY|SUBDIRECTORY_PER_STREAM', 'DiscontinuityTags' => 'INSERT|NEVER_INSERT', 'EncryptionType' => 'AES128|SAMPLE_AES', 'HlsCdnSettings' => [ 'HlsAkamaiSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'Salt' => '<string>', 'Token' => '<string>', ], 'HlsBasicPutSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsMediaStoreSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'MediaStoreStorageClass' => 'TEMPORAL', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], 'HlsWebdavSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], ], 'HlsId3SegmentTagging' => 'DISABLED|ENABLED', 'IFrameOnlyPlaylists' => 'DISABLED|STANDARD', 'IncompleteSegmentBehavior' => 'AUTO|SUPPRESS', 'IndexNSegments' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'IvInManifest' => 'EXCLUDE|INCLUDE', 'IvSource' => 'EXPLICIT|FOLLOWS_SEGMENT_NUMBER', 'KeepSegments' => <integer>, 'KeyFormat' => '<string>', 'KeyFormatVersions' => '<string>', 'KeyProviderSettings' => [ 'StaticKeySettings' => [ 'KeyProviderServer' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'StaticKeyValue' => '<string>', ], ], 'ManifestCompression' => 'GZIP|NONE', 'ManifestDurationFormat' => 'FLOATING_POINT|INTEGER', 'MinSegmentLength' => <integer>, 'Mode' => 'LIVE|VOD', 'OutputSelection' => 'MANIFESTS_AND_SEGMENTS|SEGMENTS_ONLY|VARIANT_MANIFESTS_AND_SEGMENTS', 'ProgramDateTime' => 'EXCLUDE|INCLUDE', 'ProgramDateTimeClock' => 'INITIALIZE_FROM_OUTPUT_TIMECODE|SYSTEM_CLOCK', 'ProgramDateTimePeriod' => <integer>, 'RedundantManifest' => 'DISABLED|ENABLED', 'SegmentLength' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SegmentsPerSubdirectory' => <integer>, 'StreamInfResolution' => 'EXCLUDE|INCLUDE', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, 'TimestampDeltaMilliseconds' => <integer>, 'TsFileMode' => 'SEGMENTED_FILES|SINGLE_FILE', ], 'MediaPackageGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'MsSmoothGroupSettings' => [ 'AcquisitionPointId' => '<string>', 'AudioOnlyTimecodeControl' => 'PASSTHROUGH|USE_CONFIGURED_CLOCK', 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'EventId' => '<string>', 'EventIdMode' => 'NO_EVENT_ID|USE_CONFIGURED|USE_TIMESTAMP', 'EventStopBehavior' => 'NONE|SEND_EOS', 'FilecacheDuration' => <integer>, 'FragmentLength' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SendDelayMs' => <integer>, 'SparseTrackType' => 'NONE|SCTE_35|SCTE_35_WITHOUT_SEGMENTATION', 'StreamManifestBehavior' => 'DO_NOT_SEND|SEND', 'TimestampOffset' => '<string>', 'TimestampOffsetMode' => 'USE_CONFIGURED_OFFSET|USE_EVENT_START_DATE', ], 'MultiplexGroupSettings' => [ ], 'RtmpGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'AuthenticationScheme' => 'AKAMAI|COMMON', 'CacheFullBehavior' => 'DISCONNECT_IMMEDIATELY|WAIT_FOR_SERVER', 'CacheLength' => <integer>, 'CaptionData' => 'ALL|FIELD1_608|FIELD1_AND_FIELD2_608', 'IncludeFillerNalUnits' => 'AUTO|DROP|INCLUDE', 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'RestartDelay' => <integer>, ], 'UdpGroupSettings' => [ 'InputLossAction' => 'DROP_PROGRAM|DROP_TS|EMIT_PROGRAM', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, ], ], 'Outputs' => [ [ 'AudioDescriptionNames' => ['<string>', ...], 'CaptionDescriptionNames' => ['<string>', ...], 'OutputName' => '<string>', 'OutputSettings' => [ 'ArchiveOutputSettings' => [ 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], 'RawSettings' => [ ], ], 'Extension' => '<string>', 'NameModifier' => '<string>', ], 'FrameCaptureOutputSettings' => [ 'NameModifier' => '<string>', ], 'HlsOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'HlsSettings' => [ 'AudioOnlyHlsSettings' => [ 'AudioGroupId' => '<string>', 'AudioOnlyImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'AudioTrackType' => 'ALTERNATE_AUDIO_AUTO_SELECT|ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT|ALTERNATE_AUDIO_NOT_AUTO_SELECT|AUDIO_ONLY_VARIANT_STREAM', 'SegmentType' => 'AAC|FMP4', ], 'Fmp4HlsSettings' => [ 'AudioRenditionSets' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', ], 'FrameCaptureHlsSettings' => [ ], 'StandardHlsSettings' => [ 'AudioRenditionSets' => '<string>', 'M3u8Settings' => [ 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'EcmPid' => '<string>', 'KlvBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'Scte35Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'Scte35Pid' => '<string>', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], ], 'NameModifier' => '<string>', 'SegmentModifier' => '<string>', ], 'MediaPackageOutputSettings' => [ ], 'MsSmoothOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'NameModifier' => '<string>', ], 'MultiplexOutputSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'RtmpOutputSettings' => [ 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'NumRetries' => <integer>, ], 'UdpOutputSettings' => [ 'BufferMsec' => <integer>, 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FecOutputSettings' => [ 'ColumnDepth' => <integer>, 'IncludeFec' => 'COLUMN|COLUMN_AND_ROW', 'RowLength' => <integer>, ], ], ], 'VideoDescriptionName' => '<string>', ], // ... ], ], // ... ], 'ThumbnailConfiguration' => [ 'State' => 'AUTO|DISABLED', ], 'TimecodeConfig' => [ 'Source' => 'EMBEDDED|SYSTEMCLOCK|ZEROBASED', 'SyncThreshold' => <integer>, ], 'VideoDescriptions' => [ [ 'CodecSettings' => [ 'FrameCaptureSettings' => [ 'CaptureInterval' => <integer>, 'CaptureIntervalUnits' => 'MILLISECONDS|SECONDS', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], ], 'H264Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'Bitrate' => <integer>, 'BufFillPct' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'EntropyEncoding' => 'CABAC|CAVLC', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'ForceFieldPictures' => 'DISABLED|ENABLED', 'FramerateControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopBReference' => 'DISABLED|ENABLED', 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H264_LEVEL_1|H264_LEVEL_1_1|H264_LEVEL_1_2|H264_LEVEL_1_3|H264_LEVEL_2|H264_LEVEL_2_1|H264_LEVEL_2_2|H264_LEVEL_3|H264_LEVEL_3_1|H264_LEVEL_3_2|H264_LEVEL_4|H264_LEVEL_4_1|H264_LEVEL_4_2|H264_LEVEL_5|H264_LEVEL_5_1|H264_LEVEL_5_2|H264_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'NumRefFrames' => <integer>, 'ParControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'BASELINE|HIGH|HIGH_10BIT|HIGH_422|HIGH_422_10BIT|MAIN', 'QualityLevel' => 'ENHANCED_QUALITY|STANDARD_QUALITY', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR|VBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Softness' => <integer>, 'SpatialAq' => 'DISABLED|ENABLED', 'SubgopLength' => 'DYNAMIC|FIXED', 'Syntax' => 'DEFAULT|RP2027', 'TemporalAq' => 'DISABLED|ENABLED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'H265Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'AlternativeTransferFunction' => 'INSERT|OMIT', 'Bitrate' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'DolbyVision81Settings' => [ ], 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H265_LEVEL_1|H265_LEVEL_2|H265_LEVEL_2_1|H265_LEVEL_3|H265_LEVEL_3_1|H265_LEVEL_4|H265_LEVEL_4_1|H265_LEVEL_5|H265_LEVEL_5_1|H265_LEVEL_5_2|H265_LEVEL_6|H265_LEVEL_6_1|H265_LEVEL_6_2|H265_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'MAIN|MAIN_10BIT', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Tier' => 'HIGH|MAIN', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'Mpeg2Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|LOW|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpace' => 'AUTO|PASSTHROUGH', 'DisplayAspectRatio' => 'DISPLAYRATIO16X9|DISPLAYRATIO4X3', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SubgopLength' => 'DYNAMIC|FIXED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|GOP_TIMECODE', ], ], 'Height' => <integer>, 'Name' => '<string>', 'RespondToAfd' => 'NONE|PASSTHROUGH|RESPOND', 'ScalingBehavior' => 'DEFAULT|STRETCH_TO_OUTPUT', 'Sharpness' => <integer>, 'Width' => <integer>, ], // ... ], ], 'Id' => '<string>', 'InputAttachments' => [ [ 'AutomaticInputFailoverSettings' => [ 'ErrorClearTimeMsec' => <integer>, 'FailoverConditions' => [ [ 'FailoverConditionSettings' => [ 'AudioSilenceSettings' => [ 'AudioSelectorName' => '<string>', 'AudioSilenceThresholdMsec' => <integer>, ], 'InputLossSettings' => [ 'InputLossThresholdMsec' => <integer>, ], 'VideoBlackSettings' => [ 'BlackDetectThreshold' => <float>, 'VideoBlackThresholdMsec' => <integer>, ], ], ], // ... ], 'InputPreference' => 'EQUAL_INPUT_PREFERENCE|PRIMARY_INPUT_PREFERRED', 'SecondaryInputId' => '<string>', ], 'InputAttachmentName' => '<string>', 'InputId' => '<string>', 'InputSettings' => [ 'AudioSelectors' => [ [ 'Name' => '<string>', 'SelectorSettings' => [ 'AudioHlsRenditionSelection' => [ 'GroupId' => '<string>', 'Name' => '<string>', ], 'AudioLanguageSelection' => [ 'LanguageCode' => '<string>', 'LanguageSelectionPolicy' => 'LOOSE|STRICT', ], 'AudioPidSelection' => [ 'Pid' => <integer>, ], 'AudioTrackSelection' => [ 'DolbyEDecode' => [ 'ProgramSelection' => 'ALL_CHANNELS|PROGRAM_1|PROGRAM_2|PROGRAM_3|PROGRAM_4|PROGRAM_5|PROGRAM_6|PROGRAM_7|PROGRAM_8', ], 'Tracks' => [ [ 'Track' => <integer>, ], // ... ], ], ], ], // ... ], 'CaptionSelectors' => [ [ 'LanguageCode' => '<string>', 'Name' => '<string>', 'SelectorSettings' => [ 'AncillarySourceSettings' => [ 'SourceAncillaryChannelNumber' => <integer>, ], 'AribSourceSettings' => [ ], 'DvbSubSourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'EmbeddedSourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Scte20Detection' => 'AUTO|OFF', 'Source608ChannelNumber' => <integer>, 'Source608TrackNumber' => <integer>, ], 'Scte20SourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Source608ChannelNumber' => <integer>, ], 'Scte27SourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'TeletextSourceSettings' => [ 'OutputRectangle' => [ 'Height' => <float>, 'LeftOffset' => <float>, 'TopOffset' => <float>, 'Width' => <float>, ], 'PageNumber' => '<string>', ], ], ], // ... ], 'DeblockFilter' => 'DISABLED|ENABLED', 'DenoiseFilter' => 'DISABLED|ENABLED', 'FilterStrength' => <integer>, 'InputFilter' => 'AUTO|DISABLED|FORCED', 'NetworkInputSettings' => [ 'HlsInputSettings' => [ 'Bandwidth' => <integer>, 'BufferSegments' => <integer>, 'Retries' => <integer>, 'RetryInterval' => <integer>, 'Scte35Source' => 'MANIFEST|SEGMENTS', ], 'ServerValidation' => 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME|CHECK_CRYPTOGRAPHY_ONLY', ], 'Scte35Pid' => <integer>, 'Smpte2038DataPreference' => 'IGNORE|PREFER', 'SourceEndBehavior' => 'CONTINUE|LOOP', 'VideoSelector' => [ 'ColorSpace' => 'FOLLOW|HDR10|HLG_2020|REC_601|REC_709', 'ColorSpaceSettings' => [ 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], ], 'ColorSpaceUsage' => 'FALLBACK|FORCE', 'SelectorSettings' => [ 'VideoSelectorPid' => [ 'Pid' => <integer>, ], 'VideoSelectorProgramId' => [ 'ProgramId' => <integer>, ], ], ], ], ], // ... ], 'InputSpecification' => [ 'Codec' => 'MPEG2|AVC|HEVC', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'Resolution' => 'SD|HD|UHD', ], 'LogLevel' => 'ERROR|WARNING|INFO|DEBUG|DISABLED', 'Maintenance' => [ 'MaintenanceDay' => 'MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY', 'MaintenanceDeadline' => '<string>', 'MaintenanceScheduledDate' => '<string>', 'MaintenanceStartTime' => '<string>', ], 'Name' => '<string>', 'PipelineDetails' => [ [ 'ActiveInputAttachmentName' => '<string>', 'ActiveInputSwitchActionName' => '<string>', 'ActiveMotionGraphicsActionName' => '<string>', 'ActiveMotionGraphicsUri' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'PipelinesRunningCount' => <integer>, 'RoleArn' => '<string>', 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED|UPDATING|UPDATE_FAILED', 'Tags' => ['<string>', ...], 'Vpc' => [ 'AvailabilityZones' => ['<string>', ...], 'NetworkInterfaceIds' => ['<string>', ...], 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], ], ]
Result Details
Members
- Arn
-
- Type: string
- CdiInputSpecification
-
- Type: CdiInputSpecification structure
- ChannelClass
-
- Type: string
A standard channel has two encoding pipelines and a single pipeline channel only has one. - Destinations
-
- Type: Array of OutputDestination structures
- EgressEndpoints
-
- Type: Array of ChannelEgressEndpoint structures
- EncoderSettings
-
- Type: EncoderSettings structure
Encoder Settings - Id
-
- Type: string
- InputAttachments
-
- Type: Array of InputAttachment structures
- InputSpecification
-
- Type: InputSpecification structure
- LogLevel
-
- Type: string
The log level the user wants for their channel. - Maintenance
-
- Type: MaintenanceStatus structure
- Name
-
- Type: string
- PipelineDetails
-
- Type: Array of PipelineDetail structures
- PipelinesRunningCount
-
- Type: int
- RoleArn
-
- Type: string
- State
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Vpc
-
- Type: VpcOutputSettingsDescription structure
The properties for a private VPC Output
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteInput
$result = $client->deleteInput
([/* ... */]); $promise = $client->deleteInputAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteInput([ 'InputId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteInputSecurityGroup
$result = $client->deleteInputSecurityGroup
([/* ... */]); $promise = $client->deleteInputSecurityGroupAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteInputSecurityGroup([ 'InputSecurityGroupId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputSecurityGroupId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteMultiplex
$result = $client->deleteMultiplex
([/* ... */]); $promise = $client->deleteMultiplexAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteMultiplex([ 'MultiplexId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MultiplexId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'AvailabilityZones' => ['<string>', ...], 'Destinations' => [ [ 'MediaConnectSettings' => [ 'EntitlementArn' => '<string>', ], ], // ... ], 'Id' => '<string>', 'MultiplexSettings' => [ 'MaximumVideoBufferDelayMilliseconds' => <integer>, 'TransportStreamBitrate' => <integer>, 'TransportStreamId' => <integer>, 'TransportStreamReservedBitrate' => <integer>, ], 'Name' => '<string>', 'PipelinesRunningCount' => <integer>, 'ProgramCount' => <integer>, 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED', 'Tags' => ['<string>', ...], ]
Result Details
Members
- Arn
-
- Type: string
- AvailabilityZones
-
- Type: Array of strings
- Destinations
-
- Type: Array of MultiplexOutputDestination structures
- Id
-
- Type: string
- MultiplexSettings
-
- Type: MultiplexSettings structure
Contains configuration for a Multiplex event - Name
-
- Type: string
- PipelinesRunningCount
-
- Type: int
- ProgramCount
-
- Type: int
- State
-
- Type: string
The current state of the multiplex. - Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteMultiplexProgram
$result = $client->deleteMultiplexProgram
([/* ... */]); $promise = $client->deleteMultiplexProgramAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteMultiplexProgram([ 'MultiplexId' => '<string>', // REQUIRED 'ProgramName' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MultiplexId
-
- Required: Yes
- Type: string
- ProgramName
-
- Required: Yes
- Type: string
Result Syntax
[ 'ChannelId' => '<string>', 'MultiplexProgramSettings' => [ 'PreferredChannelPipeline' => 'CURRENTLY_ACTIVE|PIPELINE_0|PIPELINE_1', 'ProgramNumber' => <integer>, 'ServiceDescriptor' => [ 'ProviderName' => '<string>', 'ServiceName' => '<string>', ], 'VideoSettings' => [ 'ConstantBitrate' => <integer>, 'StatmuxSettings' => [ 'MaximumBitrate' => <integer>, 'MinimumBitrate' => <integer>, 'Priority' => <integer>, ], ], ], 'PacketIdentifiersMap' => [ 'AudioPids' => [<integer>, ...], 'DvbSubPids' => [<integer>, ...], 'DvbTeletextPid' => <integer>, 'EtvPlatformPid' => <integer>, 'EtvSignalPid' => <integer>, 'KlvDataPids' => [<integer>, ...], 'PcrPid' => <integer>, 'PmtPid' => <integer>, 'PrivateMetadataPid' => <integer>, 'Scte27Pids' => [<integer>, ...], 'Scte35Pid' => <integer>, 'TimedMetadataPid' => <integer>, 'VideoPid' => <integer>, ], 'PipelineDetails' => [ [ 'ActiveChannelPipeline' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'ProgramName' => '<string>', ]
Result Details
Members
- ChannelId
-
- Type: string
- MultiplexProgramSettings
-
- Type: MultiplexProgramSettings structure
Multiplex Program settings configuration. - PacketIdentifiersMap
-
- Type: MultiplexProgramPacketIdentifiersMap structure
Packet identifiers map for a given Multiplex program. - PipelineDetails
-
- Type: Array of MultiplexProgramPipelineDetail structures
- ProgramName
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteReservation
$result = $client->deleteReservation
([/* ... */]); $promise = $client->deleteReservationAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteReservation([ 'ReservationId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ReservationId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'Count' => <integer>, 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'End' => '<string>', 'FixedPrice' => <float>, 'Name' => '<string>', 'OfferingDescription' => '<string>', 'OfferingId' => '<string>', 'OfferingType' => 'NO_UPFRONT', 'Region' => '<string>', 'RenewalSettings' => [ 'AutomaticRenewal' => 'DISABLED|ENABLED|UNAVAILABLE', 'RenewalCount' => <integer>, ], 'ReservationId' => '<string>', 'ResourceSpecification' => [ 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Codec' => 'MPEG2|AVC|HEVC|AUDIO|LINK', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'MaximumFramerate' => 'MAX_30_FPS|MAX_60_FPS', 'Resolution' => 'SD|HD|FHD|UHD', 'ResourceType' => 'INPUT|OUTPUT|MULTIPLEX|CHANNEL', 'SpecialFeature' => 'ADVANCED_AUDIO|AUDIO_NORMALIZATION|MGHD|MGUHD', 'VideoQuality' => 'STANDARD|ENHANCED|PREMIUM', ], 'Start' => '<string>', 'State' => 'ACTIVE|EXPIRED|CANCELED|DELETED', 'Tags' => ['<string>', ...], 'UsagePrice' => <float>, ]
Result Details
Members
- Arn
-
- Type: string
- Count
-
- Type: int
- CurrencyCode
-
- Type: string
- Duration
-
- Type: int
- DurationUnits
-
- Type: string
Units for duration, e.g. 'MONTHS' - End
-
- Type: string
- FixedPrice
-
- Type: double
- Name
-
- Type: string
- OfferingDescription
-
- Type: string
- OfferingId
-
- Type: string
- OfferingType
-
- Type: string
Offering type, e.g. 'NO_UPFRONT' - Region
-
- Type: string
- RenewalSettings
-
- Type: RenewalSettings structure
The Renewal settings for Reservations - ReservationId
-
- Type: string
- ResourceSpecification
-
- Type: ReservationResourceSpecification structure
Resource configuration (codec, resolution, bitrate, ...) - Start
-
- Type: string
- State
-
- Type: string
Current reservation state - Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- UsagePrice
-
- Type: double
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteSchedule
$result = $client->deleteSchedule
([/* ... */]); $promise = $client->deleteScheduleAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteSchedule([ 'ChannelId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DeleteTags
$result = $client->deleteTags
([/* ... */]); $promise = $client->deleteTagsAsync
([/* ... */]);
Parameter Syntax
$result = $client->deleteTags([ 'ResourceArn' => '<string>', // REQUIRED 'TagKeys' => ['<string>', ...], // REQUIRED ]);
Parameter Details
Members
- ResourceArn
-
- Required: Yes
- Type: string
- TagKeys
-
- Required: Yes
- Type: Array of strings
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeAccountConfiguration
$result = $client->describeAccountConfiguration
([/* ... */]); $promise = $client->describeAccountConfigurationAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeAccountConfiguration([ ]);
Parameter Details
Members
Result Syntax
[ 'AccountConfiguration' => [ 'KmsKeyId' => '<string>', ], ]
Result Details
Members
- AccountConfiguration
-
- Type: AccountConfiguration structure
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeChannel
$result = $client->describeChannel
([/* ... */]); $promise = $client->describeChannelAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeChannel([ 'ChannelId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EgressEndpoints' => [ [ 'SourceIp' => '<string>', ], // ... ], 'EncoderSettings' => [ 'AudioDescriptions' => [ [ 'AudioNormalizationSettings' => [ 'Algorithm' => 'ITU_1770_1|ITU_1770_2', 'AlgorithmControl' => 'CORRECT_AUDIO', 'TargetLkfs' => <float>, ], 'AudioSelectorName' => '<string>', 'AudioType' => 'CLEAN_EFFECTS|HEARING_IMPAIRED|UNDEFINED|VISUAL_IMPAIRED_COMMENTARY', 'AudioTypeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'AudioWatermarkingSettings' => [ 'NielsenWatermarksSettings' => [ 'NielsenCbetSettings' => [ 'CbetCheckDigitString' => '<string>', 'CbetStepaside' => 'DISABLED|ENABLED', 'Csid' => '<string>', ], 'NielsenDistributionType' => 'FINAL_DISTRIBUTOR|PROGRAM_CONTENT', 'NielsenNaesIiNwSettings' => [ 'CheckDigitString' => '<string>', 'Sid' => <float>, 'Timezone' => 'AMERICA_PUERTO_RICO|US_ALASKA|US_ARIZONA|US_CENTRAL|US_EASTERN|US_HAWAII|US_MOUNTAIN|US_PACIFIC|US_SAMOA|UTC', ], ], ], 'CodecSettings' => [ 'AacSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'AD_RECEIVER_MIX|CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_5_1', 'InputType' => 'BROADCASTER_MIXED_AD|NORMAL', 'Profile' => 'HEV1|HEV2|LC', 'RateControlMode' => 'CBR|VBR', 'RawFormat' => 'LATM_LOAS|NONE', 'SampleRate' => <float>, 'Spec' => 'MPEG2|MPEG4', 'VbrQuality' => 'HIGH|LOW|MEDIUM_HIGH|MEDIUM_LOW', ], 'Ac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|DIALOGUE|EMERGENCY|HEARING_IMPAIRED|MUSIC_AND_EFFECTS|VISUALLY_IMPAIRED|VOICE_OVER', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_3_2_LFE', 'Dialnorm' => <integer>, 'DrcProfile' => 'FILM_STANDARD|NONE', 'LfeFilter' => 'DISABLED|ENABLED', 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', ], 'Eac3AtmosSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_5_1_4|CODING_MODE_7_1_4|CODING_MODE_9_1_6', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'HeightTrim' => <float>, 'SurroundTrim' => <float>, ], 'Eac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|EMERGENCY|HEARING_IMPAIRED|VISUALLY_IMPAIRED', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_3_2', 'DcFilter' => 'DISABLED|ENABLED', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'LfeControl' => 'LFE|NO_LFE', 'LfeFilter' => 'DISABLED|ENABLED', 'LoRoCenterMixLevel' => <float>, 'LoRoSurroundMixLevel' => <float>, 'LtRtCenterMixLevel' => <float>, 'LtRtSurroundMixLevel' => <float>, 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'PassthroughControl' => 'NO_PASSTHROUGH|WHEN_POSSIBLE', 'PhaseControl' => 'NO_SHIFT|SHIFT_90_DEGREES', 'StereoDownmix' => 'DPL2|LO_RO|LT_RT|NOT_INDICATED', 'SurroundExMode' => 'DISABLED|ENABLED|NOT_INDICATED', 'SurroundMode' => 'DISABLED|ENABLED|NOT_INDICATED', ], 'Mp2Settings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0', 'SampleRate' => <float>, ], 'PassThroughSettings' => [ ], 'WavSettings' => [ 'BitDepth' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_4_0|CODING_MODE_8_0', 'SampleRate' => <float>, ], ], 'LanguageCode' => '<string>', 'LanguageCodeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'Name' => '<string>', 'RemixSettings' => [ 'ChannelMappings' => [ [ 'InputChannelLevels' => [ [ 'Gain' => <integer>, 'InputChannel' => <integer>, ], // ... ], 'OutputChannel' => <integer>, ], // ... ], 'ChannelsIn' => <integer>, 'ChannelsOut' => <integer>, ], 'StreamName' => '<string>', ], // ... ], 'AvailBlanking' => [ 'AvailBlankingImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'State' => 'DISABLED|ENABLED', ], 'AvailConfiguration' => [ 'AvailSettings' => [ 'Esam' => [ 'AcquisitionPointId' => '<string>', 'AdAvailOffset' => <integer>, 'PasswordParam' => '<string>', 'PoisEndpoint' => '<string>', 'Username' => '<string>', 'ZoneIdentity' => '<string>', ], 'Scte35SpliceInsert' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], 'Scte35TimeSignalApos' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], ], ], 'BlackoutSlate' => [ 'BlackoutSlateImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkEndBlackout' => 'DISABLED|ENABLED', 'NetworkEndBlackoutImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkId' => '<string>', 'State' => 'DISABLED|ENABLED', ], 'CaptionDescriptions' => [ [ 'Accessibility' => 'DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES|IMPLEMENTS_ACCESSIBILITY_FEATURES', 'CaptionSelectorName' => '<string>', 'DestinationSettings' => [ 'AribDestinationSettings' => [ ], 'BurnInDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'DvbSubDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'EbuTtDDestinationSettings' => [ 'CopyrightHolder' => '<string>', 'FillLineGap' => 'DISABLED|ENABLED', 'FontFamily' => '<string>', 'StyleControl' => 'EXCLUDE|INCLUDE', ], 'EmbeddedDestinationSettings' => [ ], 'EmbeddedPlusScte20DestinationSettings' => [ ], 'RtmpCaptionInfoDestinationSettings' => [ ], 'Scte20PlusEmbeddedDestinationSettings' => [ ], 'Scte27DestinationSettings' => [ ], 'SmpteTtDestinationSettings' => [ ], 'TeletextDestinationSettings' => [ ], 'TtmlDestinationSettings' => [ 'StyleControl' => 'PASSTHROUGH|USE_CONFIGURED', ], 'WebvttDestinationSettings' => [ 'StyleControl' => 'NO_STYLE_DATA|PASSTHROUGH', ], ], 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', 'Name' => '<string>', ], // ... ], 'FeatureActivations' => [ 'InputPrepareScheduleActions' => 'DISABLED|ENABLED', 'OutputStaticImageOverlayScheduleActions' => 'DISABLED|ENABLED', ], 'GlobalConfiguration' => [ 'InitialAudioGain' => <integer>, 'InputEndAction' => 'NONE|SWITCH_AND_LOOP_INPUTS', 'InputLossBehavior' => [ 'BlackFrameMsec' => <integer>, 'InputLossImageColor' => '<string>', 'InputLossImageSlate' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'InputLossImageType' => 'COLOR|SLATE', 'RepeatFrameMsec' => <integer>, ], 'OutputLockingMode' => 'EPOCH_LOCKING|PIPELINE_LOCKING', 'OutputLockingSettings' => [ 'EpochLockingSettings' => [ 'CustomEpoch' => '<string>', 'JamSyncTime' => '<string>', ], 'PipelineLockingSettings' => [ ], ], 'OutputTimingSource' => 'INPUT_CLOCK|SYSTEM_CLOCK', 'SupportLowFramerateInputs' => 'DISABLED|ENABLED', ], 'MotionGraphicsConfiguration' => [ 'MotionGraphicsInsertion' => 'DISABLED|ENABLED', 'MotionGraphicsSettings' => [ 'HtmlMotionGraphicsSettings' => [ ], ], ], 'NielsenConfiguration' => [ 'DistributorId' => '<string>', 'NielsenPcmToId3Tagging' => 'DISABLED|ENABLED', ], 'OutputGroups' => [ [ 'Name' => '<string>', 'OutputGroupSettings' => [ 'ArchiveGroupSettings' => [ 'ArchiveCdnSettings' => [ 'ArchiveS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'RolloverInterval' => <integer>, ], 'FrameCaptureGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FrameCaptureCdnSettings' => [ 'FrameCaptureS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], ], 'HlsGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'BaseUrlContent' => '<string>', 'BaseUrlContent1' => '<string>', 'BaseUrlManifest' => '<string>', 'BaseUrlManifest1' => '<string>', 'CaptionLanguageMappings' => [ [ 'CaptionChannel' => <integer>, 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', ], // ... ], 'CaptionLanguageSetting' => 'INSERT|NONE|OMIT', 'ClientCache' => 'DISABLED|ENABLED', 'CodecSpecification' => 'RFC_4281|RFC_6381', 'ConstantIv' => '<string>', 'Destination' => [ 'DestinationRefId' => '<string>', ], 'DirectoryStructure' => 'SINGLE_DIRECTORY|SUBDIRECTORY_PER_STREAM', 'DiscontinuityTags' => 'INSERT|NEVER_INSERT', 'EncryptionType' => 'AES128|SAMPLE_AES', 'HlsCdnSettings' => [ 'HlsAkamaiSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'Salt' => '<string>', 'Token' => '<string>', ], 'HlsBasicPutSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsMediaStoreSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'MediaStoreStorageClass' => 'TEMPORAL', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], 'HlsWebdavSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], ], 'HlsId3SegmentTagging' => 'DISABLED|ENABLED', 'IFrameOnlyPlaylists' => 'DISABLED|STANDARD', 'IncompleteSegmentBehavior' => 'AUTO|SUPPRESS', 'IndexNSegments' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'IvInManifest' => 'EXCLUDE|INCLUDE', 'IvSource' => 'EXPLICIT|FOLLOWS_SEGMENT_NUMBER', 'KeepSegments' => <integer>, 'KeyFormat' => '<string>', 'KeyFormatVersions' => '<string>', 'KeyProviderSettings' => [ 'StaticKeySettings' => [ 'KeyProviderServer' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'StaticKeyValue' => '<string>', ], ], 'ManifestCompression' => 'GZIP|NONE', 'ManifestDurationFormat' => 'FLOATING_POINT|INTEGER', 'MinSegmentLength' => <integer>, 'Mode' => 'LIVE|VOD', 'OutputSelection' => 'MANIFESTS_AND_SEGMENTS|SEGMENTS_ONLY|VARIANT_MANIFESTS_AND_SEGMENTS', 'ProgramDateTime' => 'EXCLUDE|INCLUDE', 'ProgramDateTimeClock' => 'INITIALIZE_FROM_OUTPUT_TIMECODE|SYSTEM_CLOCK', 'ProgramDateTimePeriod' => <integer>, 'RedundantManifest' => 'DISABLED|ENABLED', 'SegmentLength' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SegmentsPerSubdirectory' => <integer>, 'StreamInfResolution' => 'EXCLUDE|INCLUDE', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, 'TimestampDeltaMilliseconds' => <integer>, 'TsFileMode' => 'SEGMENTED_FILES|SINGLE_FILE', ], 'MediaPackageGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'MsSmoothGroupSettings' => [ 'AcquisitionPointId' => '<string>', 'AudioOnlyTimecodeControl' => 'PASSTHROUGH|USE_CONFIGURED_CLOCK', 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'EventId' => '<string>', 'EventIdMode' => 'NO_EVENT_ID|USE_CONFIGURED|USE_TIMESTAMP', 'EventStopBehavior' => 'NONE|SEND_EOS', 'FilecacheDuration' => <integer>, 'FragmentLength' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SendDelayMs' => <integer>, 'SparseTrackType' => 'NONE|SCTE_35|SCTE_35_WITHOUT_SEGMENTATION', 'StreamManifestBehavior' => 'DO_NOT_SEND|SEND', 'TimestampOffset' => '<string>', 'TimestampOffsetMode' => 'USE_CONFIGURED_OFFSET|USE_EVENT_START_DATE', ], 'MultiplexGroupSettings' => [ ], 'RtmpGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'AuthenticationScheme' => 'AKAMAI|COMMON', 'CacheFullBehavior' => 'DISCONNECT_IMMEDIATELY|WAIT_FOR_SERVER', 'CacheLength' => <integer>, 'CaptionData' => 'ALL|FIELD1_608|FIELD1_AND_FIELD2_608', 'IncludeFillerNalUnits' => 'AUTO|DROP|INCLUDE', 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'RestartDelay' => <integer>, ], 'UdpGroupSettings' => [ 'InputLossAction' => 'DROP_PROGRAM|DROP_TS|EMIT_PROGRAM', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, ], ], 'Outputs' => [ [ 'AudioDescriptionNames' => ['<string>', ...], 'CaptionDescriptionNames' => ['<string>', ...], 'OutputName' => '<string>', 'OutputSettings' => [ 'ArchiveOutputSettings' => [ 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], 'RawSettings' => [ ], ], 'Extension' => '<string>', 'NameModifier' => '<string>', ], 'FrameCaptureOutputSettings' => [ 'NameModifier' => '<string>', ], 'HlsOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'HlsSettings' => [ 'AudioOnlyHlsSettings' => [ 'AudioGroupId' => '<string>', 'AudioOnlyImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'AudioTrackType' => 'ALTERNATE_AUDIO_AUTO_SELECT|ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT|ALTERNATE_AUDIO_NOT_AUTO_SELECT|AUDIO_ONLY_VARIANT_STREAM', 'SegmentType' => 'AAC|FMP4', ], 'Fmp4HlsSettings' => [ 'AudioRenditionSets' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', ], 'FrameCaptureHlsSettings' => [ ], 'StandardHlsSettings' => [ 'AudioRenditionSets' => '<string>', 'M3u8Settings' => [ 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'EcmPid' => '<string>', 'KlvBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'Scte35Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'Scte35Pid' => '<string>', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], ], 'NameModifier' => '<string>', 'SegmentModifier' => '<string>', ], 'MediaPackageOutputSettings' => [ ], 'MsSmoothOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'NameModifier' => '<string>', ], 'MultiplexOutputSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'RtmpOutputSettings' => [ 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'NumRetries' => <integer>, ], 'UdpOutputSettings' => [ 'BufferMsec' => <integer>, 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FecOutputSettings' => [ 'ColumnDepth' => <integer>, 'IncludeFec' => 'COLUMN|COLUMN_AND_ROW', 'RowLength' => <integer>, ], ], ], 'VideoDescriptionName' => '<string>', ], // ... ], ], // ... ], 'ThumbnailConfiguration' => [ 'State' => 'AUTO|DISABLED', ], 'TimecodeConfig' => [ 'Source' => 'EMBEDDED|SYSTEMCLOCK|ZEROBASED', 'SyncThreshold' => <integer>, ], 'VideoDescriptions' => [ [ 'CodecSettings' => [ 'FrameCaptureSettings' => [ 'CaptureInterval' => <integer>, 'CaptureIntervalUnits' => 'MILLISECONDS|SECONDS', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], ], 'H264Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'Bitrate' => <integer>, 'BufFillPct' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'EntropyEncoding' => 'CABAC|CAVLC', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'ForceFieldPictures' => 'DISABLED|ENABLED', 'FramerateControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopBReference' => 'DISABLED|ENABLED', 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H264_LEVEL_1|H264_LEVEL_1_1|H264_LEVEL_1_2|H264_LEVEL_1_3|H264_LEVEL_2|H264_LEVEL_2_1|H264_LEVEL_2_2|H264_LEVEL_3|H264_LEVEL_3_1|H264_LEVEL_3_2|H264_LEVEL_4|H264_LEVEL_4_1|H264_LEVEL_4_2|H264_LEVEL_5|H264_LEVEL_5_1|H264_LEVEL_5_2|H264_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'NumRefFrames' => <integer>, 'ParControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'BASELINE|HIGH|HIGH_10BIT|HIGH_422|HIGH_422_10BIT|MAIN', 'QualityLevel' => 'ENHANCED_QUALITY|STANDARD_QUALITY', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR|VBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Softness' => <integer>, 'SpatialAq' => 'DISABLED|ENABLED', 'SubgopLength' => 'DYNAMIC|FIXED', 'Syntax' => 'DEFAULT|RP2027', 'TemporalAq' => 'DISABLED|ENABLED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'H265Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'AlternativeTransferFunction' => 'INSERT|OMIT', 'Bitrate' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'DolbyVision81Settings' => [ ], 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H265_LEVEL_1|H265_LEVEL_2|H265_LEVEL_2_1|H265_LEVEL_3|H265_LEVEL_3_1|H265_LEVEL_4|H265_LEVEL_4_1|H265_LEVEL_5|H265_LEVEL_5_1|H265_LEVEL_5_2|H265_LEVEL_6|H265_LEVEL_6_1|H265_LEVEL_6_2|H265_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'MAIN|MAIN_10BIT', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Tier' => 'HIGH|MAIN', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'Mpeg2Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|LOW|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpace' => 'AUTO|PASSTHROUGH', 'DisplayAspectRatio' => 'DISPLAYRATIO16X9|DISPLAYRATIO4X3', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SubgopLength' => 'DYNAMIC|FIXED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|GOP_TIMECODE', ], ], 'Height' => <integer>, 'Name' => '<string>', 'RespondToAfd' => 'NONE|PASSTHROUGH|RESPOND', 'ScalingBehavior' => 'DEFAULT|STRETCH_TO_OUTPUT', 'Sharpness' => <integer>, 'Width' => <integer>, ], // ... ], ], 'Id' => '<string>', 'InputAttachments' => [ [ 'AutomaticInputFailoverSettings' => [ 'ErrorClearTimeMsec' => <integer>, 'FailoverConditions' => [ [ 'FailoverConditionSettings' => [ 'AudioSilenceSettings' => [ 'AudioSelectorName' => '<string>', 'AudioSilenceThresholdMsec' => <integer>, ], 'InputLossSettings' => [ 'InputLossThresholdMsec' => <integer>, ], 'VideoBlackSettings' => [ 'BlackDetectThreshold' => <float>, 'VideoBlackThresholdMsec' => <integer>, ], ], ], // ... ], 'InputPreference' => 'EQUAL_INPUT_PREFERENCE|PRIMARY_INPUT_PREFERRED', 'SecondaryInputId' => '<string>', ], 'InputAttachmentName' => '<string>', 'InputId' => '<string>', 'InputSettings' => [ 'AudioSelectors' => [ [ 'Name' => '<string>', 'SelectorSettings' => [ 'AudioHlsRenditionSelection' => [ 'GroupId' => '<string>', 'Name' => '<string>', ], 'AudioLanguageSelection' => [ 'LanguageCode' => '<string>', 'LanguageSelectionPolicy' => 'LOOSE|STRICT', ], 'AudioPidSelection' => [ 'Pid' => <integer>, ], 'AudioTrackSelection' => [ 'DolbyEDecode' => [ 'ProgramSelection' => 'ALL_CHANNELS|PROGRAM_1|PROGRAM_2|PROGRAM_3|PROGRAM_4|PROGRAM_5|PROGRAM_6|PROGRAM_7|PROGRAM_8', ], 'Tracks' => [ [ 'Track' => <integer>, ], // ... ], ], ], ], // ... ], 'CaptionSelectors' => [ [ 'LanguageCode' => '<string>', 'Name' => '<string>', 'SelectorSettings' => [ 'AncillarySourceSettings' => [ 'SourceAncillaryChannelNumber' => <integer>, ], 'AribSourceSettings' => [ ], 'DvbSubSourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'EmbeddedSourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Scte20Detection' => 'AUTO|OFF', 'Source608ChannelNumber' => <integer>, 'Source608TrackNumber' => <integer>, ], 'Scte20SourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Source608ChannelNumber' => <integer>, ], 'Scte27SourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'TeletextSourceSettings' => [ 'OutputRectangle' => [ 'Height' => <float>, 'LeftOffset' => <float>, 'TopOffset' => <float>, 'Width' => <float>, ], 'PageNumber' => '<string>', ], ], ], // ... ], 'DeblockFilter' => 'DISABLED|ENABLED', 'DenoiseFilter' => 'DISABLED|ENABLED', 'FilterStrength' => <integer>, 'InputFilter' => 'AUTO|DISABLED|FORCED', 'NetworkInputSettings' => [ 'HlsInputSettings' => [ 'Bandwidth' => <integer>, 'BufferSegments' => <integer>, 'Retries' => <integer>, 'RetryInterval' => <integer>, 'Scte35Source' => 'MANIFEST|SEGMENTS', ], 'ServerValidation' => 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME|CHECK_CRYPTOGRAPHY_ONLY', ], 'Scte35Pid' => <integer>, 'Smpte2038DataPreference' => 'IGNORE|PREFER', 'SourceEndBehavior' => 'CONTINUE|LOOP', 'VideoSelector' => [ 'ColorSpace' => 'FOLLOW|HDR10|HLG_2020|REC_601|REC_709', 'ColorSpaceSettings' => [ 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], ], 'ColorSpaceUsage' => 'FALLBACK|FORCE', 'SelectorSettings' => [ 'VideoSelectorPid' => [ 'Pid' => <integer>, ], 'VideoSelectorProgramId' => [ 'ProgramId' => <integer>, ], ], ], ], ], // ... ], 'InputSpecification' => [ 'Codec' => 'MPEG2|AVC|HEVC', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'Resolution' => 'SD|HD|UHD', ], 'LogLevel' => 'ERROR|WARNING|INFO|DEBUG|DISABLED', 'Maintenance' => [ 'MaintenanceDay' => 'MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY', 'MaintenanceDeadline' => '<string>', 'MaintenanceScheduledDate' => '<string>', 'MaintenanceStartTime' => '<string>', ], 'Name' => '<string>', 'PipelineDetails' => [ [ 'ActiveInputAttachmentName' => '<string>', 'ActiveInputSwitchActionName' => '<string>', 'ActiveMotionGraphicsActionName' => '<string>', 'ActiveMotionGraphicsUri' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'PipelinesRunningCount' => <integer>, 'RoleArn' => '<string>', 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED|UPDATING|UPDATE_FAILED', 'Tags' => ['<string>', ...], 'Vpc' => [ 'AvailabilityZones' => ['<string>', ...], 'NetworkInterfaceIds' => ['<string>', ...], 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], ], ]
Result Details
Members
- Arn
-
- Type: string
- CdiInputSpecification
-
- Type: CdiInputSpecification structure
- ChannelClass
-
- Type: string
A standard channel has two encoding pipelines and a single pipeline channel only has one. - Destinations
-
- Type: Array of OutputDestination structures
- EgressEndpoints
-
- Type: Array of ChannelEgressEndpoint structures
- EncoderSettings
-
- Type: EncoderSettings structure
Encoder Settings - Id
-
- Type: string
- InputAttachments
-
- Type: Array of InputAttachment structures
- InputSpecification
-
- Type: InputSpecification structure
- LogLevel
-
- Type: string
The log level the user wants for their channel. - Maintenance
-
- Type: MaintenanceStatus structure
- Name
-
- Type: string
- PipelineDetails
-
- Type: Array of PipelineDetail structures
- PipelinesRunningCount
-
- Type: int
- RoleArn
-
- Type: string
- State
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Vpc
-
- Type: VpcOutputSettingsDescription structure
The properties for a private VPC Output
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeInput
$result = $client->describeInput
([/* ... */]); $promise = $client->describeInputAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeInput([ 'InputId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'AttachedChannels' => ['<string>', ...], 'Destinations' => [ [ 'Ip' => '<string>', 'Port' => '<string>', 'Url' => '<string>', 'Vpc' => [ 'AvailabilityZone' => '<string>', 'NetworkInterfaceId' => '<string>', ], ], // ... ], 'Id' => '<string>', 'InputClass' => 'STANDARD|SINGLE_PIPELINE', 'InputDevices' => [ [ 'Id' => '<string>', ], // ... ], 'InputPartnerIds' => ['<string>', ...], 'InputSourceType' => 'STATIC|DYNAMIC', 'MediaConnectFlows' => [ [ 'FlowArn' => '<string>', ], // ... ], 'Name' => '<string>', 'RoleArn' => '<string>', 'SecurityGroups' => ['<string>', ...], 'Sources' => [ [ 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], 'State' => 'CREATING|DETACHED|ATTACHED|DELETING|DELETED', 'Tags' => ['<string>', ...], 'Type' => 'UDP_PUSH|RTP_PUSH|RTMP_PUSH|RTMP_PULL|URL_PULL|MP4_FILE|MEDIACONNECT|INPUT_DEVICE|AWS_CDI|TS_FILE', ]
Result Details
Members
- Arn
-
- Type: string
- AttachedChannels
-
- Type: Array of strings
- Destinations
-
- Type: Array of InputDestination structures
- Id
-
- Type: string
- InputClass
-
- Type: string
A standard input has two sources and a single pipeline input only has one. - InputDevices
-
- Type: Array of InputDeviceSettings structures
- InputPartnerIds
-
- Type: Array of strings
- InputSourceType
-
- Type: string
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. - MediaConnectFlows
-
- Type: Array of MediaConnectFlow structures
- Name
-
- Type: string
- RoleArn
-
- Type: string
- SecurityGroups
-
- Type: Array of strings
- Sources
-
- Type: Array of InputSource structures
- State
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Type
-
- Type: string
The different types of inputs that AWS Elemental MediaLive supports.
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeInputDevice
$result = $client->describeInputDevice
([/* ... */]); $promise = $client->describeInputDeviceAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeInputDevice([ 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'AvailabilityZone' => '<string>', 'ConnectionState' => 'DISCONNECTED|CONNECTED', 'DeviceSettingsSyncState' => 'SYNCED|SYNCING', 'DeviceUpdateStatus' => 'UP_TO_DATE|NOT_UP_TO_DATE|UPDATING', 'HdDeviceSettings' => [ 'ActiveInput' => 'HDMI|SDI', 'ConfiguredInput' => 'AUTO|HDMI|SDI', 'DeviceState' => 'IDLE|STREAMING', 'Framerate' => <float>, 'Height' => <integer>, 'LatencyMs' => <integer>, 'MaxBitrate' => <integer>, 'ScanType' => 'INTERLACED|PROGRESSIVE', 'Width' => <integer>, ], 'Id' => '<string>', 'MacAddress' => '<string>', 'MedialiveInputArns' => ['<string>', ...], 'Name' => '<string>', 'NetworkSettings' => [ 'DnsAddresses' => ['<string>', ...], 'Gateway' => '<string>', 'IpAddress' => '<string>', 'IpScheme' => 'STATIC|DHCP', 'SubnetMask' => '<string>', ], 'OutputType' => 'NONE|MEDIALIVE_INPUT|MEDIACONNECT_FLOW', 'SerialNumber' => '<string>', 'Tags' => ['<string>', ...], 'Type' => 'HD|UHD', 'UhdDeviceSettings' => [ 'ActiveInput' => 'HDMI|SDI', 'Codec' => 'HEVC|AVC', 'ConfiguredInput' => 'AUTO|HDMI|SDI', 'DeviceState' => 'IDLE|STREAMING', 'Framerate' => <float>, 'Height' => <integer>, 'LatencyMs' => <integer>, 'MaxBitrate' => <integer>, 'MediaconnectSettings' => [ 'FlowArn' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'SourceName' => '<string>', ], 'ScanType' => 'INTERLACED|PROGRESSIVE', 'Width' => <integer>, ], ]
Result Details
Members
- Arn
-
- Type: string
- AvailabilityZone
-
- Type: string
- ConnectionState
-
- Type: string
The state of the connection between the input device and AWS. - DeviceSettingsSyncState
-
- Type: string
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. - DeviceUpdateStatus
-
- Type: string
The status of software on the input device. - HdDeviceSettings
-
- Type: InputDeviceHdSettings structure
Settings that describe the active source from the input device, and the video characteristics of that source. - Id
-
- Type: string
- MacAddress
-
- Type: string
- MedialiveInputArns
-
- Type: Array of strings
- Name
-
- Type: string
- NetworkSettings
-
- Type: InputDeviceNetworkSettings structure
The network settings for the input device. - OutputType
-
- Type: string
The output attachment type of the input device. - SerialNumber
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Type
-
- Type: string
The type of the input device. For an AWS Elemental Link device that outputs resolutions up to 1080, choose "HD". - UhdDeviceSettings
-
- Type: InputDeviceUhdSettings structure
Settings that describe the active source from the input device, and the video characteristics of that source.
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeInputDeviceThumbnail
$result = $client->describeInputDeviceThumbnail
([/* ... */]); $promise = $client->describeInputDeviceThumbnailAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeInputDeviceThumbnail([ 'Accept' => 'image/jpeg', // REQUIRED 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- Accept
-
- Required: Yes
- Type: string
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Body' => <string || resource || Psr\Http\Message\StreamInterface>, 'ContentLength' => <integer>, 'ContentType' => 'image/jpeg', 'ETag' => '<string>', 'LastModified' => <DateTime>, ]
Result Details
Members
- Body
-
- Type: blob (string|resource|Psr\Http\Message\StreamInterface)
- ContentLength
-
- Type: long (int|float)
- ContentType
-
- Type: string
- ETag
-
- Type: string
- LastModified
-
- Type: timestamp (string|DateTime or anything parsable by strtotime)
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeInputSecurityGroup
$result = $client->describeInputSecurityGroup
([/* ... */]); $promise = $client->describeInputSecurityGroupAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeInputSecurityGroup([ 'InputSecurityGroupId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputSecurityGroupId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'Id' => '<string>', 'Inputs' => ['<string>', ...], 'State' => 'IDLE|IN_USE|UPDATING|DELETED', 'Tags' => ['<string>', ...], 'WhitelistRules' => [ [ 'Cidr' => '<string>', ], // ... ], ]
Result Details
Members
- Arn
-
- Type: string
- Id
-
- Type: string
- Inputs
-
- Type: Array of strings
- State
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- WhitelistRules
-
- Type: Array of InputWhitelistRule structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeMultiplex
$result = $client->describeMultiplex
([/* ... */]); $promise = $client->describeMultiplexAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeMultiplex([ 'MultiplexId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MultiplexId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'AvailabilityZones' => ['<string>', ...], 'Destinations' => [ [ 'MediaConnectSettings' => [ 'EntitlementArn' => '<string>', ], ], // ... ], 'Id' => '<string>', 'MultiplexSettings' => [ 'MaximumVideoBufferDelayMilliseconds' => <integer>, 'TransportStreamBitrate' => <integer>, 'TransportStreamId' => <integer>, 'TransportStreamReservedBitrate' => <integer>, ], 'Name' => '<string>', 'PipelinesRunningCount' => <integer>, 'ProgramCount' => <integer>, 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED', 'Tags' => ['<string>', ...], ]
Result Details
Members
- Arn
-
- Type: string
- AvailabilityZones
-
- Type: Array of strings
- Destinations
-
- Type: Array of MultiplexOutputDestination structures
- Id
-
- Type: string
- MultiplexSettings
-
- Type: MultiplexSettings structure
Contains configuration for a Multiplex event - Name
-
- Type: string
- PipelinesRunningCount
-
- Type: int
- ProgramCount
-
- Type: int
- State
-
- Type: string
The current state of the multiplex. - Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeMultiplexProgram
$result = $client->describeMultiplexProgram
([/* ... */]); $promise = $client->describeMultiplexProgramAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeMultiplexProgram([ 'MultiplexId' => '<string>', // REQUIRED 'ProgramName' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MultiplexId
-
- Required: Yes
- Type: string
- ProgramName
-
- Required: Yes
- Type: string
Result Syntax
[ 'ChannelId' => '<string>', 'MultiplexProgramSettings' => [ 'PreferredChannelPipeline' => 'CURRENTLY_ACTIVE|PIPELINE_0|PIPELINE_1', 'ProgramNumber' => <integer>, 'ServiceDescriptor' => [ 'ProviderName' => '<string>', 'ServiceName' => '<string>', ], 'VideoSettings' => [ 'ConstantBitrate' => <integer>, 'StatmuxSettings' => [ 'MaximumBitrate' => <integer>, 'MinimumBitrate' => <integer>, 'Priority' => <integer>, ], ], ], 'PacketIdentifiersMap' => [ 'AudioPids' => [<integer>, ...], 'DvbSubPids' => [<integer>, ...], 'DvbTeletextPid' => <integer>, 'EtvPlatformPid' => <integer>, 'EtvSignalPid' => <integer>, 'KlvDataPids' => [<integer>, ...], 'PcrPid' => <integer>, 'PmtPid' => <integer>, 'PrivateMetadataPid' => <integer>, 'Scte27Pids' => [<integer>, ...], 'Scte35Pid' => <integer>, 'TimedMetadataPid' => <integer>, 'VideoPid' => <integer>, ], 'PipelineDetails' => [ [ 'ActiveChannelPipeline' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'ProgramName' => '<string>', ]
Result Details
Members
- ChannelId
-
- Type: string
- MultiplexProgramSettings
-
- Type: MultiplexProgramSettings structure
Multiplex Program settings configuration. - PacketIdentifiersMap
-
- Type: MultiplexProgramPacketIdentifiersMap structure
Packet identifiers map for a given Multiplex program. - PipelineDetails
-
- Type: Array of MultiplexProgramPipelineDetail structures
- ProgramName
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeOffering
$result = $client->describeOffering
([/* ... */]); $promise = $client->describeOfferingAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeOffering([ 'OfferingId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- OfferingId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'FixedPrice' => <float>, 'OfferingDescription' => '<string>', 'OfferingId' => '<string>', 'OfferingType' => 'NO_UPFRONT', 'Region' => '<string>', 'ResourceSpecification' => [ 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Codec' => 'MPEG2|AVC|HEVC|AUDIO|LINK', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'MaximumFramerate' => 'MAX_30_FPS|MAX_60_FPS', 'Resolution' => 'SD|HD|FHD|UHD', 'ResourceType' => 'INPUT|OUTPUT|MULTIPLEX|CHANNEL', 'SpecialFeature' => 'ADVANCED_AUDIO|AUDIO_NORMALIZATION|MGHD|MGUHD', 'VideoQuality' => 'STANDARD|ENHANCED|PREMIUM', ], 'UsagePrice' => <float>, ]
Result Details
Members
- Arn
-
- Type: string
- CurrencyCode
-
- Type: string
- Duration
-
- Type: int
- DurationUnits
-
- Type: string
Units for duration, e.g. 'MONTHS' - FixedPrice
-
- Type: double
- OfferingDescription
-
- Type: string
- OfferingId
-
- Type: string
- OfferingType
-
- Type: string
Offering type, e.g. 'NO_UPFRONT' - Region
-
- Type: string
- ResourceSpecification
-
- Type: ReservationResourceSpecification structure
Resource configuration (codec, resolution, bitrate, ...) - UsagePrice
-
- Type: double
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeReservation
$result = $client->describeReservation
([/* ... */]); $promise = $client->describeReservationAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeReservation([ 'ReservationId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ReservationId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'Count' => <integer>, 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'End' => '<string>', 'FixedPrice' => <float>, 'Name' => '<string>', 'OfferingDescription' => '<string>', 'OfferingId' => '<string>', 'OfferingType' => 'NO_UPFRONT', 'Region' => '<string>', 'RenewalSettings' => [ 'AutomaticRenewal' => 'DISABLED|ENABLED|UNAVAILABLE', 'RenewalCount' => <integer>, ], 'ReservationId' => '<string>', 'ResourceSpecification' => [ 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Codec' => 'MPEG2|AVC|HEVC|AUDIO|LINK', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'MaximumFramerate' => 'MAX_30_FPS|MAX_60_FPS', 'Resolution' => 'SD|HD|FHD|UHD', 'ResourceType' => 'INPUT|OUTPUT|MULTIPLEX|CHANNEL', 'SpecialFeature' => 'ADVANCED_AUDIO|AUDIO_NORMALIZATION|MGHD|MGUHD', 'VideoQuality' => 'STANDARD|ENHANCED|PREMIUM', ], 'Start' => '<string>', 'State' => 'ACTIVE|EXPIRED|CANCELED|DELETED', 'Tags' => ['<string>', ...], 'UsagePrice' => <float>, ]
Result Details
Members
- Arn
-
- Type: string
- Count
-
- Type: int
- CurrencyCode
-
- Type: string
- Duration
-
- Type: int
- DurationUnits
-
- Type: string
Units for duration, e.g. 'MONTHS' - End
-
- Type: string
- FixedPrice
-
- Type: double
- Name
-
- Type: string
- OfferingDescription
-
- Type: string
- OfferingId
-
- Type: string
- OfferingType
-
- Type: string
Offering type, e.g. 'NO_UPFRONT' - Region
-
- Type: string
- RenewalSettings
-
- Type: RenewalSettings structure
The Renewal settings for Reservations - ReservationId
-
- Type: string
- ResourceSpecification
-
- Type: ReservationResourceSpecification structure
Resource configuration (codec, resolution, bitrate, ...) - Start
-
- Type: string
- State
-
- Type: string
Current reservation state - Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- UsagePrice
-
- Type: double
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeSchedule
$result = $client->describeSchedule
([/* ... */]); $promise = $client->describeScheduleAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeSchedule([ 'ChannelId' => '<string>', // REQUIRED 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
- MaxResults
-
- Type: int
- NextToken
-
- Type: string
Result Syntax
[ 'NextToken' => '<string>', 'ScheduleActions' => [ [ 'ActionName' => '<string>', 'ScheduleActionSettings' => [ 'HlsId3SegmentTaggingSettings' => [ 'Id3' => '<string>', 'Tag' => '<string>', ], 'HlsTimedMetadataSettings' => [ 'Id3' => '<string>', ], 'InputPrepareSettings' => [ 'InputAttachmentNameReference' => '<string>', 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'InputSwitchSettings' => [ 'InputAttachmentNameReference' => '<string>', 'InputClippingSettings' => [ 'InputTimecodeSource' => 'ZEROBASED|EMBEDDED', 'StartTimecode' => [ 'Timecode' => '<string>', ], 'StopTimecode' => [ 'LastFrameClippingBehavior' => 'EXCLUDE_LAST_FRAME|INCLUDE_LAST_FRAME', 'Timecode' => '<string>', ], ], 'UrlPath' => ['<string>', ...], ], 'MotionGraphicsImageActivateSettings' => [ 'Duration' => <integer>, 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], 'MotionGraphicsImageDeactivateSettings' => [ ], 'PauseStateSettings' => [ 'Pipelines' => [ [ 'PipelineId' => 'PIPELINE_0|PIPELINE_1', ], // ... ], ], 'Scte35InputSettings' => [ 'InputAttachmentNameReference' => '<string>', 'Mode' => 'FIXED|FOLLOW_ACTIVE', ], 'Scte35ReturnToNetworkSettings' => [ 'SpliceEventId' => <integer>, ], 'Scte35SpliceInsertSettings' => [ 'Duration' => <integer>, 'SpliceEventId' => <integer>, ], 'Scte35TimeSignalSettings' => [ 'Scte35Descriptors' => [ [ 'Scte35DescriptorSettings' => [ 'SegmentationDescriptorScte35DescriptorSettings' => [ 'DeliveryRestrictions' => [ 'ArchiveAllowedFlag' => 'ARCHIVE_NOT_ALLOWED|ARCHIVE_ALLOWED', 'DeviceRestrictions' => 'NONE|RESTRICT_GROUP0|RESTRICT_GROUP1|RESTRICT_GROUP2', 'NoRegionalBlackoutFlag' => 'REGIONAL_BLACKOUT|NO_REGIONAL_BLACKOUT', 'WebDeliveryAllowedFlag' => 'WEB_DELIVERY_NOT_ALLOWED|WEB_DELIVERY_ALLOWED', ], 'SegmentNum' => <integer>, 'SegmentationCancelIndicator' => 'SEGMENTATION_EVENT_NOT_CANCELED|SEGMENTATION_EVENT_CANCELED', 'SegmentationDuration' => <integer>, 'SegmentationEventId' => <integer>, 'SegmentationTypeId' => <integer>, 'SegmentationUpid' => '<string>', 'SegmentationUpidType' => <integer>, 'SegmentsExpected' => <integer>, 'SubSegmentNum' => <integer>, 'SubSegmentsExpected' => <integer>, ], ], ], // ... ], ], 'StaticImageActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'Width' => <integer>, ], 'StaticImageDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, ], 'StaticImageOutputActivateSettings' => [ 'Duration' => <integer>, 'FadeIn' => <integer>, 'FadeOut' => <integer>, 'Height' => <integer>, 'Image' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'ImageX' => <integer>, 'ImageY' => <integer>, 'Layer' => <integer>, 'Opacity' => <integer>, 'OutputNames' => ['<string>', ...], 'Width' => <integer>, ], 'StaticImageOutputDeactivateSettings' => [ 'FadeOut' => <integer>, 'Layer' => <integer>, 'OutputNames' => ['<string>', ...], ], ], 'ScheduleActionStartSettings' => [ 'FixedModeScheduleActionStartSettings' => [ 'Time' => '<string>', ], 'FollowModeScheduleActionStartSettings' => [ 'FollowPoint' => 'END|START', 'ReferenceActionName' => '<string>', ], 'ImmediateModeScheduleActionStartSettings' => [ ], ], ], // ... ], ]
Result Details
Members
- NextToken
-
- Type: string
- ScheduleActions
-
- Type: Array of ScheduleAction structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
DescribeThumbnails
$result = $client->describeThumbnails
([/* ... */]); $promise = $client->describeThumbnailsAsync
([/* ... */]);
Parameter Syntax
$result = $client->describeThumbnails([ 'ChannelId' => '<string>', // REQUIRED 'PipelineId' => '<string>', // REQUIRED 'ThumbnailType' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
- PipelineId
-
- Required: Yes
- Type: string
- ThumbnailType
-
- Required: Yes
- Type: string
Result Syntax
[ 'ThumbnailDetails' => [ [ 'PipelineId' => '<string>', 'Thumbnails' => [ [ 'Body' => '<string>', 'ContentType' => '<string>', 'ThumbnailType' => 'UNSPECIFIED|CURRENT_ACTIVE', 'TimeStamp' => <DateTime>, ], // ... ], ], // ... ], ]
Result Details
Members
- ThumbnailDetails
-
- Type: Array of ThumbnailDetail structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListChannels
$result = $client->listChannels
([/* ... */]); $promise = $client->listChannelsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listChannels([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Members
- MaxResults
-
- Type: int
- NextToken
-
- Type: string
Result Syntax
[ 'Channels' => [ [ 'Arn' => '<string>', 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EgressEndpoints' => [ [ 'SourceIp' => '<string>', ], // ... ], 'Id' => '<string>', 'InputAttachments' => [ [ 'AutomaticInputFailoverSettings' => [ 'ErrorClearTimeMsec' => <integer>, 'FailoverConditions' => [ [ 'FailoverConditionSettings' => [ 'AudioSilenceSettings' => [ 'AudioSelectorName' => '<string>', 'AudioSilenceThresholdMsec' => <integer>, ], 'InputLossSettings' => [ 'InputLossThresholdMsec' => <integer>, ], 'VideoBlackSettings' => [ 'BlackDetectThreshold' => <float>, 'VideoBlackThresholdMsec' => <integer>, ], ], ], // ... ], 'InputPreference' => 'EQUAL_INPUT_PREFERENCE|PRIMARY_INPUT_PREFERRED', 'SecondaryInputId' => '<string>', ], 'InputAttachmentName' => '<string>', 'InputId' => '<string>', 'InputSettings' => [ 'AudioSelectors' => [ [ 'Name' => '<string>', 'SelectorSettings' => [ 'AudioHlsRenditionSelection' => [ 'GroupId' => '<string>', 'Name' => '<string>', ], 'AudioLanguageSelection' => [ 'LanguageCode' => '<string>', 'LanguageSelectionPolicy' => 'LOOSE|STRICT', ], 'AudioPidSelection' => [ 'Pid' => <integer>, ], 'AudioTrackSelection' => [ 'DolbyEDecode' => [ 'ProgramSelection' => 'ALL_CHANNELS|PROGRAM_1|PROGRAM_2|PROGRAM_3|PROGRAM_4|PROGRAM_5|PROGRAM_6|PROGRAM_7|PROGRAM_8', ], 'Tracks' => [ [ 'Track' => <integer>, ], // ... ], ], ], ], // ... ], 'CaptionSelectors' => [ [ 'LanguageCode' => '<string>', 'Name' => '<string>', 'SelectorSettings' => [ 'AncillarySourceSettings' => [ 'SourceAncillaryChannelNumber' => <integer>, ], 'AribSourceSettings' => [ ], 'DvbSubSourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'EmbeddedSourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Scte20Detection' => 'AUTO|OFF', 'Source608ChannelNumber' => <integer>, 'Source608TrackNumber' => <integer>, ], 'Scte20SourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Source608ChannelNumber' => <integer>, ], 'Scte27SourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'TeletextSourceSettings' => [ 'OutputRectangle' => [ 'Height' => <float>, 'LeftOffset' => <float>, 'TopOffset' => <float>, 'Width' => <float>, ], 'PageNumber' => '<string>', ], ], ], // ... ], 'DeblockFilter' => 'DISABLED|ENABLED', 'DenoiseFilter' => 'DISABLED|ENABLED', 'FilterStrength' => <integer>, 'InputFilter' => 'AUTO|DISABLED|FORCED', 'NetworkInputSettings' => [ 'HlsInputSettings' => [ 'Bandwidth' => <integer>, 'BufferSegments' => <integer>, 'Retries' => <integer>, 'RetryInterval' => <integer>, 'Scte35Source' => 'MANIFEST|SEGMENTS', ], 'ServerValidation' => 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME|CHECK_CRYPTOGRAPHY_ONLY', ], 'Scte35Pid' => <integer>, 'Smpte2038DataPreference' => 'IGNORE|PREFER', 'SourceEndBehavior' => 'CONTINUE|LOOP', 'VideoSelector' => [ 'ColorSpace' => 'FOLLOW|HDR10|HLG_2020|REC_601|REC_709', 'ColorSpaceSettings' => [ 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], ], 'ColorSpaceUsage' => 'FALLBACK|FORCE', 'SelectorSettings' => [ 'VideoSelectorPid' => [ 'Pid' => <integer>, ], 'VideoSelectorProgramId' => [ 'ProgramId' => <integer>, ], ], ], ], ], // ... ], 'InputSpecification' => [ 'Codec' => 'MPEG2|AVC|HEVC', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'Resolution' => 'SD|HD|UHD', ], 'LogLevel' => 'ERROR|WARNING|INFO|DEBUG|DISABLED', 'Maintenance' => [ 'MaintenanceDay' => 'MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY', 'MaintenanceDeadline' => '<string>', 'MaintenanceScheduledDate' => '<string>', 'MaintenanceStartTime' => '<string>', ], 'Name' => '<string>', 'PipelinesRunningCount' => <integer>, 'RoleArn' => '<string>', 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED|UPDATING|UPDATE_FAILED', 'Tags' => ['<string>', ...], 'Vpc' => [ 'AvailabilityZones' => ['<string>', ...], 'NetworkInterfaceIds' => ['<string>', ...], 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], ], ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- Channels
-
- Type: Array of ChannelSummary structures
- NextToken
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListInputDeviceTransfers
$result = $client->listInputDeviceTransfers
([/* ... */]); $promise = $client->listInputDeviceTransfersAsync
([/* ... */]);
Parameter Syntax
$result = $client->listInputDeviceTransfers([ 'MaxResults' => <integer>, 'NextToken' => '<string>', 'TransferType' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MaxResults
-
- Type: int
- NextToken
-
- Type: string
- TransferType
-
- Required: Yes
- Type: string
Result Syntax
[ 'InputDeviceTransfers' => [ [ 'Id' => '<string>', 'Message' => '<string>', 'TargetCustomerId' => '<string>', 'TransferType' => 'OUTGOING|INCOMING', ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- InputDeviceTransfers
-
- Type: Array of TransferringInputDeviceSummary structures
- NextToken
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListInputDevices
$result = $client->listInputDevices
([/* ... */]); $promise = $client->listInputDevicesAsync
([/* ... */]);
Parameter Syntax
$result = $client->listInputDevices([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Members
- MaxResults
-
- Type: int
- NextToken
-
- Type: string
Result Syntax
[ 'InputDevices' => [ [ 'Arn' => '<string>', 'AvailabilityZone' => '<string>', 'ConnectionState' => 'DISCONNECTED|CONNECTED', 'DeviceSettingsSyncState' => 'SYNCED|SYNCING', 'DeviceUpdateStatus' => 'UP_TO_DATE|NOT_UP_TO_DATE|UPDATING', 'HdDeviceSettings' => [ 'ActiveInput' => 'HDMI|SDI', 'ConfiguredInput' => 'AUTO|HDMI|SDI', 'DeviceState' => 'IDLE|STREAMING', 'Framerate' => <float>, 'Height' => <integer>, 'LatencyMs' => <integer>, 'MaxBitrate' => <integer>, 'ScanType' => 'INTERLACED|PROGRESSIVE', 'Width' => <integer>, ], 'Id' => '<string>', 'MacAddress' => '<string>', 'MedialiveInputArns' => ['<string>', ...], 'Name' => '<string>', 'NetworkSettings' => [ 'DnsAddresses' => ['<string>', ...], 'Gateway' => '<string>', 'IpAddress' => '<string>', 'IpScheme' => 'STATIC|DHCP', 'SubnetMask' => '<string>', ], 'OutputType' => 'NONE|MEDIALIVE_INPUT|MEDIACONNECT_FLOW', 'SerialNumber' => '<string>', 'Tags' => ['<string>', ...], 'Type' => 'HD|UHD', 'UhdDeviceSettings' => [ 'ActiveInput' => 'HDMI|SDI', 'Codec' => 'HEVC|AVC', 'ConfiguredInput' => 'AUTO|HDMI|SDI', 'DeviceState' => 'IDLE|STREAMING', 'Framerate' => <float>, 'Height' => <integer>, 'LatencyMs' => <integer>, 'MaxBitrate' => <integer>, 'MediaconnectSettings' => [ 'FlowArn' => '<string>', 'RoleArn' => '<string>', 'SecretArn' => '<string>', 'SourceName' => '<string>', ], 'ScanType' => 'INTERLACED|PROGRESSIVE', 'Width' => <integer>, ], ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- InputDevices
-
- Type: Array of InputDeviceSummary structures
- NextToken
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListInputSecurityGroups
$result = $client->listInputSecurityGroups
([/* ... */]); $promise = $client->listInputSecurityGroupsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listInputSecurityGroups([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Members
- MaxResults
-
- Type: int
- NextToken
-
- Type: string
Result Syntax
[ 'InputSecurityGroups' => [ [ 'Arn' => '<string>', 'Id' => '<string>', 'Inputs' => ['<string>', ...], 'State' => 'IDLE|IN_USE|UPDATING|DELETED', 'Tags' => ['<string>', ...], 'WhitelistRules' => [ [ 'Cidr' => '<string>', ], // ... ], ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- InputSecurityGroups
-
- Type: Array of InputSecurityGroup structures
- NextToken
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListInputs
$result = $client->listInputs
([/* ... */]); $promise = $client->listInputsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listInputs([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Members
- MaxResults
-
- Type: int
- NextToken
-
- Type: string
Result Syntax
[ 'Inputs' => [ [ 'Arn' => '<string>', 'AttachedChannels' => ['<string>', ...], 'Destinations' => [ [ 'Ip' => '<string>', 'Port' => '<string>', 'Url' => '<string>', 'Vpc' => [ 'AvailabilityZone' => '<string>', 'NetworkInterfaceId' => '<string>', ], ], // ... ], 'Id' => '<string>', 'InputClass' => 'STANDARD|SINGLE_PIPELINE', 'InputDevices' => [ [ 'Id' => '<string>', ], // ... ], 'InputPartnerIds' => ['<string>', ...], 'InputSourceType' => 'STATIC|DYNAMIC', 'MediaConnectFlows' => [ [ 'FlowArn' => '<string>', ], // ... ], 'Name' => '<string>', 'RoleArn' => '<string>', 'SecurityGroups' => ['<string>', ...], 'Sources' => [ [ 'PasswordParam' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], 'State' => 'CREATING|DETACHED|ATTACHED|DELETING|DELETED', 'Tags' => ['<string>', ...], 'Type' => 'UDP_PUSH|RTP_PUSH|RTMP_PUSH|RTMP_PULL|URL_PULL|MP4_FILE|MEDIACONNECT|INPUT_DEVICE|AWS_CDI|TS_FILE', ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- Inputs
-
- Type: Array of Input structures
- NextToken
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListMultiplexPrograms
$result = $client->listMultiplexPrograms
([/* ... */]); $promise = $client->listMultiplexProgramsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listMultiplexPrograms([ 'MaxResults' => <integer>, 'MultiplexId' => '<string>', // REQUIRED 'NextToken' => '<string>', ]);
Parameter Details
Members
- MaxResults
-
- Type: int
- MultiplexId
-
- Required: Yes
- Type: string
- NextToken
-
- Type: string
Result Syntax
[ 'MultiplexPrograms' => [ [ 'ChannelId' => '<string>', 'ProgramName' => '<string>', ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- MultiplexPrograms
-
- Type: Array of MultiplexProgramSummary structures
- NextToken
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListMultiplexes
$result = $client->listMultiplexes
([/* ... */]); $promise = $client->listMultiplexesAsync
([/* ... */]);
Parameter Syntax
$result = $client->listMultiplexes([ 'MaxResults' => <integer>, 'NextToken' => '<string>', ]);
Parameter Details
Members
- MaxResults
-
- Type: int
- NextToken
-
- Type: string
Result Syntax
[ 'Multiplexes' => [ [ 'Arn' => '<string>', 'AvailabilityZones' => ['<string>', ...], 'Id' => '<string>', 'MultiplexSettings' => [ 'TransportStreamBitrate' => <integer>, ], 'Name' => '<string>', 'PipelinesRunningCount' => <integer>, 'ProgramCount' => <integer>, 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED', 'Tags' => ['<string>', ...], ], // ... ], 'NextToken' => '<string>', ]
Result Details
Members
- Multiplexes
-
- Type: Array of MultiplexSummary structures
- NextToken
-
- Type: string
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListOfferings
$result = $client->listOfferings
([/* ... */]); $promise = $client->listOfferingsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listOfferings([ 'ChannelClass' => '<string>', 'ChannelConfiguration' => '<string>', 'Codec' => '<string>', 'Duration' => '<string>', 'MaxResults' => <integer>, 'MaximumBitrate' => '<string>', 'MaximumFramerate' => '<string>', 'NextToken' => '<string>', 'Resolution' => '<string>', 'ResourceType' => '<string>', 'SpecialFeature' => '<string>', 'VideoQuality' => '<string>', ]);
Parameter Details
Members
- ChannelClass
-
- Type: string
- ChannelConfiguration
-
- Type: string
- Codec
-
- Type: string
- Duration
-
- Type: string
- MaxResults
-
- Type: int
- MaximumBitrate
-
- Type: string
- MaximumFramerate
-
- Type: string
- NextToken
-
- Type: string
- Resolution
-
- Type: string
- ResourceType
-
- Type: string
- SpecialFeature
-
- Type: string
- VideoQuality
-
- Type: string
Result Syntax
[ 'NextToken' => '<string>', 'Offerings' => [ [ 'Arn' => '<string>', 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'FixedPrice' => <float>, 'OfferingDescription' => '<string>', 'OfferingId' => '<string>', 'OfferingType' => 'NO_UPFRONT', 'Region' => '<string>', 'ResourceSpecification' => [ 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Codec' => 'MPEG2|AVC|HEVC|AUDIO|LINK', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'MaximumFramerate' => 'MAX_30_FPS|MAX_60_FPS', 'Resolution' => 'SD|HD|FHD|UHD', 'ResourceType' => 'INPUT|OUTPUT|MULTIPLEX|CHANNEL', 'SpecialFeature' => 'ADVANCED_AUDIO|AUDIO_NORMALIZATION|MGHD|MGUHD', 'VideoQuality' => 'STANDARD|ENHANCED|PREMIUM', ], 'UsagePrice' => <float>, ], // ... ], ]
Result Details
Members
- NextToken
-
- Type: string
- Offerings
-
- Type: Array of Offering structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListReservations
$result = $client->listReservations
([/* ... */]); $promise = $client->listReservationsAsync
([/* ... */]);
Parameter Syntax
$result = $client->listReservations([ 'ChannelClass' => '<string>', 'Codec' => '<string>', 'MaxResults' => <integer>, 'MaximumBitrate' => '<string>', 'MaximumFramerate' => '<string>', 'NextToken' => '<string>', 'Resolution' => '<string>', 'ResourceType' => '<string>', 'SpecialFeature' => '<string>', 'VideoQuality' => '<string>', ]);
Parameter Details
Members
- ChannelClass
-
- Type: string
- Codec
-
- Type: string
- MaxResults
-
- Type: int
- MaximumBitrate
-
- Type: string
- MaximumFramerate
-
- Type: string
- NextToken
-
- Type: string
- Resolution
-
- Type: string
- ResourceType
-
- Type: string
- SpecialFeature
-
- Type: string
- VideoQuality
-
- Type: string
Result Syntax
[ 'NextToken' => '<string>', 'Reservations' => [ [ 'Arn' => '<string>', 'Count' => <integer>, 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'End' => '<string>', 'FixedPrice' => <float>, 'Name' => '<string>', 'OfferingDescription' => '<string>', 'OfferingId' => '<string>', 'OfferingType' => 'NO_UPFRONT', 'Region' => '<string>', 'RenewalSettings' => [ 'AutomaticRenewal' => 'DISABLED|ENABLED|UNAVAILABLE', 'RenewalCount' => <integer>, ], 'ReservationId' => '<string>', 'ResourceSpecification' => [ 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Codec' => 'MPEG2|AVC|HEVC|AUDIO|LINK', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'MaximumFramerate' => 'MAX_30_FPS|MAX_60_FPS', 'Resolution' => 'SD|HD|FHD|UHD', 'ResourceType' => 'INPUT|OUTPUT|MULTIPLEX|CHANNEL', 'SpecialFeature' => 'ADVANCED_AUDIO|AUDIO_NORMALIZATION|MGHD|MGUHD', 'VideoQuality' => 'STANDARD|ENHANCED|PREMIUM', ], 'Start' => '<string>', 'State' => 'ACTIVE|EXPIRED|CANCELED|DELETED', 'Tags' => ['<string>', ...], 'UsagePrice' => <float>, ], // ... ], ]
Result Details
Members
- NextToken
-
- Type: string
- Reservations
-
- Type: Array of Reservation structures
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
ListTagsForResource
$result = $client->listTagsForResource
([/* ... */]); $promise = $client->listTagsForResourceAsync
([/* ... */]);
Parameter Syntax
$result = $client->listTagsForResource([ 'ResourceArn' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ResourceArn
-
- Required: Yes
- Type: string
Result Syntax
[ 'Tags' => ['<string>', ...], ]
Result Details
Members
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
PurchaseOffering
$result = $client->purchaseOffering
([/* ... */]); $promise = $client->purchaseOfferingAsync
([/* ... */]);
Parameter Syntax
$result = $client->purchaseOffering([ 'Count' => <integer>, // REQUIRED 'Name' => '<string>', 'OfferingId' => '<string>', // REQUIRED 'RenewalSettings' => [ 'AutomaticRenewal' => 'DISABLED|ENABLED|UNAVAILABLE', 'RenewalCount' => <integer>, ], 'RequestId' => '<string>', 'Start' => '<string>', 'Tags' => ['<string>', ...], ]);
Parameter Details
Members
- Count
-
- Required: Yes
- Type: int
- Name
-
- Type: string
- OfferingId
-
- Required: Yes
- Type: string
- RenewalSettings
-
- Type: RenewalSettings structure
The Renewal settings for Reservations - RequestId
-
- Type: string
- Start
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Result Syntax
[ 'Reservation' => [ 'Arn' => '<string>', 'Count' => <integer>, 'CurrencyCode' => '<string>', 'Duration' => <integer>, 'DurationUnits' => 'MONTHS', 'End' => '<string>', 'FixedPrice' => <float>, 'Name' => '<string>', 'OfferingDescription' => '<string>', 'OfferingId' => '<string>', 'OfferingType' => 'NO_UPFRONT', 'Region' => '<string>', 'RenewalSettings' => [ 'AutomaticRenewal' => 'DISABLED|ENABLED|UNAVAILABLE', 'RenewalCount' => <integer>, ], 'ReservationId' => '<string>', 'ResourceSpecification' => [ 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Codec' => 'MPEG2|AVC|HEVC|AUDIO|LINK', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'MaximumFramerate' => 'MAX_30_FPS|MAX_60_FPS', 'Resolution' => 'SD|HD|FHD|UHD', 'ResourceType' => 'INPUT|OUTPUT|MULTIPLEX|CHANNEL', 'SpecialFeature' => 'ADVANCED_AUDIO|AUDIO_NORMALIZATION|MGHD|MGUHD', 'VideoQuality' => 'STANDARD|ENHANCED|PREMIUM', ], 'Start' => '<string>', 'State' => 'ACTIVE|EXPIRED|CANCELED|DELETED', 'Tags' => ['<string>', ...], 'UsagePrice' => <float>, ], ]
Result Details
Members
- Reservation
-
- Type: Reservation structure
Reserved resources available to use
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
RebootInputDevice
$result = $client->rebootInputDevice
([/* ... */]); $promise = $client->rebootInputDeviceAsync
([/* ... */]);
Parameter Syntax
$result = $client->rebootInputDevice([ 'Force' => 'NO|YES', 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- Force
-
- Type: string
Whether or not to force reboot the input device. - InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
RejectInputDeviceTransfer
$result = $client->rejectInputDeviceTransfer
([/* ... */]); $promise = $client->rejectInputDeviceTransferAsync
([/* ... */]);
Parameter Syntax
$result = $client->rejectInputDeviceTransfer([ 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
StartChannel
$result = $client->startChannel
([/* ... */]); $promise = $client->startChannelAsync
([/* ... */]);
Parameter Syntax
$result = $client->startChannel([ 'ChannelId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EgressEndpoints' => [ [ 'SourceIp' => '<string>', ], // ... ], 'EncoderSettings' => [ 'AudioDescriptions' => [ [ 'AudioNormalizationSettings' => [ 'Algorithm' => 'ITU_1770_1|ITU_1770_2', 'AlgorithmControl' => 'CORRECT_AUDIO', 'TargetLkfs' => <float>, ], 'AudioSelectorName' => '<string>', 'AudioType' => 'CLEAN_EFFECTS|HEARING_IMPAIRED|UNDEFINED|VISUAL_IMPAIRED_COMMENTARY', 'AudioTypeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'AudioWatermarkingSettings' => [ 'NielsenWatermarksSettings' => [ 'NielsenCbetSettings' => [ 'CbetCheckDigitString' => '<string>', 'CbetStepaside' => 'DISABLED|ENABLED', 'Csid' => '<string>', ], 'NielsenDistributionType' => 'FINAL_DISTRIBUTOR|PROGRAM_CONTENT', 'NielsenNaesIiNwSettings' => [ 'CheckDigitString' => '<string>', 'Sid' => <float>, 'Timezone' => 'AMERICA_PUERTO_RICO|US_ALASKA|US_ARIZONA|US_CENTRAL|US_EASTERN|US_HAWAII|US_MOUNTAIN|US_PACIFIC|US_SAMOA|UTC', ], ], ], 'CodecSettings' => [ 'AacSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'AD_RECEIVER_MIX|CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_5_1', 'InputType' => 'BROADCASTER_MIXED_AD|NORMAL', 'Profile' => 'HEV1|HEV2|LC', 'RateControlMode' => 'CBR|VBR', 'RawFormat' => 'LATM_LOAS|NONE', 'SampleRate' => <float>, 'Spec' => 'MPEG2|MPEG4', 'VbrQuality' => 'HIGH|LOW|MEDIUM_HIGH|MEDIUM_LOW', ], 'Ac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|DIALOGUE|EMERGENCY|HEARING_IMPAIRED|MUSIC_AND_EFFECTS|VISUALLY_IMPAIRED|VOICE_OVER', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_3_2_LFE', 'Dialnorm' => <integer>, 'DrcProfile' => 'FILM_STANDARD|NONE', 'LfeFilter' => 'DISABLED|ENABLED', 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', ], 'Eac3AtmosSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_5_1_4|CODING_MODE_7_1_4|CODING_MODE_9_1_6', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'HeightTrim' => <float>, 'SurroundTrim' => <float>, ], 'Eac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|EMERGENCY|HEARING_IMPAIRED|VISUALLY_IMPAIRED', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_3_2', 'DcFilter' => 'DISABLED|ENABLED', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'LfeControl' => 'LFE|NO_LFE', 'LfeFilter' => 'DISABLED|ENABLED', 'LoRoCenterMixLevel' => <float>, 'LoRoSurroundMixLevel' => <float>, 'LtRtCenterMixLevel' => <float>, 'LtRtSurroundMixLevel' => <float>, 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'PassthroughControl' => 'NO_PASSTHROUGH|WHEN_POSSIBLE', 'PhaseControl' => 'NO_SHIFT|SHIFT_90_DEGREES', 'StereoDownmix' => 'DPL2|LO_RO|LT_RT|NOT_INDICATED', 'SurroundExMode' => 'DISABLED|ENABLED|NOT_INDICATED', 'SurroundMode' => 'DISABLED|ENABLED|NOT_INDICATED', ], 'Mp2Settings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0', 'SampleRate' => <float>, ], 'PassThroughSettings' => [ ], 'WavSettings' => [ 'BitDepth' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_4_0|CODING_MODE_8_0', 'SampleRate' => <float>, ], ], 'LanguageCode' => '<string>', 'LanguageCodeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'Name' => '<string>', 'RemixSettings' => [ 'ChannelMappings' => [ [ 'InputChannelLevels' => [ [ 'Gain' => <integer>, 'InputChannel' => <integer>, ], // ... ], 'OutputChannel' => <integer>, ], // ... ], 'ChannelsIn' => <integer>, 'ChannelsOut' => <integer>, ], 'StreamName' => '<string>', ], // ... ], 'AvailBlanking' => [ 'AvailBlankingImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'State' => 'DISABLED|ENABLED', ], 'AvailConfiguration' => [ 'AvailSettings' => [ 'Esam' => [ 'AcquisitionPointId' => '<string>', 'AdAvailOffset' => <integer>, 'PasswordParam' => '<string>', 'PoisEndpoint' => '<string>', 'Username' => '<string>', 'ZoneIdentity' => '<string>', ], 'Scte35SpliceInsert' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], 'Scte35TimeSignalApos' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], ], ], 'BlackoutSlate' => [ 'BlackoutSlateImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkEndBlackout' => 'DISABLED|ENABLED', 'NetworkEndBlackoutImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkId' => '<string>', 'State' => 'DISABLED|ENABLED', ], 'CaptionDescriptions' => [ [ 'Accessibility' => 'DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES|IMPLEMENTS_ACCESSIBILITY_FEATURES', 'CaptionSelectorName' => '<string>', 'DestinationSettings' => [ 'AribDestinationSettings' => [ ], 'BurnInDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'DvbSubDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'EbuTtDDestinationSettings' => [ 'CopyrightHolder' => '<string>', 'FillLineGap' => 'DISABLED|ENABLED', 'FontFamily' => '<string>', 'StyleControl' => 'EXCLUDE|INCLUDE', ], 'EmbeddedDestinationSettings' => [ ], 'EmbeddedPlusScte20DestinationSettings' => [ ], 'RtmpCaptionInfoDestinationSettings' => [ ], 'Scte20PlusEmbeddedDestinationSettings' => [ ], 'Scte27DestinationSettings' => [ ], 'SmpteTtDestinationSettings' => [ ], 'TeletextDestinationSettings' => [ ], 'TtmlDestinationSettings' => [ 'StyleControl' => 'PASSTHROUGH|USE_CONFIGURED', ], 'WebvttDestinationSettings' => [ 'StyleControl' => 'NO_STYLE_DATA|PASSTHROUGH', ], ], 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', 'Name' => '<string>', ], // ... ], 'FeatureActivations' => [ 'InputPrepareScheduleActions' => 'DISABLED|ENABLED', 'OutputStaticImageOverlayScheduleActions' => 'DISABLED|ENABLED', ], 'GlobalConfiguration' => [ 'InitialAudioGain' => <integer>, 'InputEndAction' => 'NONE|SWITCH_AND_LOOP_INPUTS', 'InputLossBehavior' => [ 'BlackFrameMsec' => <integer>, 'InputLossImageColor' => '<string>', 'InputLossImageSlate' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'InputLossImageType' => 'COLOR|SLATE', 'RepeatFrameMsec' => <integer>, ], 'OutputLockingMode' => 'EPOCH_LOCKING|PIPELINE_LOCKING', 'OutputLockingSettings' => [ 'EpochLockingSettings' => [ 'CustomEpoch' => '<string>', 'JamSyncTime' => '<string>', ], 'PipelineLockingSettings' => [ ], ], 'OutputTimingSource' => 'INPUT_CLOCK|SYSTEM_CLOCK', 'SupportLowFramerateInputs' => 'DISABLED|ENABLED', ], 'MotionGraphicsConfiguration' => [ 'MotionGraphicsInsertion' => 'DISABLED|ENABLED', 'MotionGraphicsSettings' => [ 'HtmlMotionGraphicsSettings' => [ ], ], ], 'NielsenConfiguration' => [ 'DistributorId' => '<string>', 'NielsenPcmToId3Tagging' => 'DISABLED|ENABLED', ], 'OutputGroups' => [ [ 'Name' => '<string>', 'OutputGroupSettings' => [ 'ArchiveGroupSettings' => [ 'ArchiveCdnSettings' => [ 'ArchiveS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'RolloverInterval' => <integer>, ], 'FrameCaptureGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FrameCaptureCdnSettings' => [ 'FrameCaptureS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], ], 'HlsGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'BaseUrlContent' => '<string>', 'BaseUrlContent1' => '<string>', 'BaseUrlManifest' => '<string>', 'BaseUrlManifest1' => '<string>', 'CaptionLanguageMappings' => [ [ 'CaptionChannel' => <integer>, 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', ], // ... ], 'CaptionLanguageSetting' => 'INSERT|NONE|OMIT', 'ClientCache' => 'DISABLED|ENABLED', 'CodecSpecification' => 'RFC_4281|RFC_6381', 'ConstantIv' => '<string>', 'Destination' => [ 'DestinationRefId' => '<string>', ], 'DirectoryStructure' => 'SINGLE_DIRECTORY|SUBDIRECTORY_PER_STREAM', 'DiscontinuityTags' => 'INSERT|NEVER_INSERT', 'EncryptionType' => 'AES128|SAMPLE_AES', 'HlsCdnSettings' => [ 'HlsAkamaiSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'Salt' => '<string>', 'Token' => '<string>', ], 'HlsBasicPutSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsMediaStoreSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'MediaStoreStorageClass' => 'TEMPORAL', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], 'HlsWebdavSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], ], 'HlsId3SegmentTagging' => 'DISABLED|ENABLED', 'IFrameOnlyPlaylists' => 'DISABLED|STANDARD', 'IncompleteSegmentBehavior' => 'AUTO|SUPPRESS', 'IndexNSegments' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'IvInManifest' => 'EXCLUDE|INCLUDE', 'IvSource' => 'EXPLICIT|FOLLOWS_SEGMENT_NUMBER', 'KeepSegments' => <integer>, 'KeyFormat' => '<string>', 'KeyFormatVersions' => '<string>', 'KeyProviderSettings' => [ 'StaticKeySettings' => [ 'KeyProviderServer' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'StaticKeyValue' => '<string>', ], ], 'ManifestCompression' => 'GZIP|NONE', 'ManifestDurationFormat' => 'FLOATING_POINT|INTEGER', 'MinSegmentLength' => <integer>, 'Mode' => 'LIVE|VOD', 'OutputSelection' => 'MANIFESTS_AND_SEGMENTS|SEGMENTS_ONLY|VARIANT_MANIFESTS_AND_SEGMENTS', 'ProgramDateTime' => 'EXCLUDE|INCLUDE', 'ProgramDateTimeClock' => 'INITIALIZE_FROM_OUTPUT_TIMECODE|SYSTEM_CLOCK', 'ProgramDateTimePeriod' => <integer>, 'RedundantManifest' => 'DISABLED|ENABLED', 'SegmentLength' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SegmentsPerSubdirectory' => <integer>, 'StreamInfResolution' => 'EXCLUDE|INCLUDE', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, 'TimestampDeltaMilliseconds' => <integer>, 'TsFileMode' => 'SEGMENTED_FILES|SINGLE_FILE', ], 'MediaPackageGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'MsSmoothGroupSettings' => [ 'AcquisitionPointId' => '<string>', 'AudioOnlyTimecodeControl' => 'PASSTHROUGH|USE_CONFIGURED_CLOCK', 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'EventId' => '<string>', 'EventIdMode' => 'NO_EVENT_ID|USE_CONFIGURED|USE_TIMESTAMP', 'EventStopBehavior' => 'NONE|SEND_EOS', 'FilecacheDuration' => <integer>, 'FragmentLength' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SendDelayMs' => <integer>, 'SparseTrackType' => 'NONE|SCTE_35|SCTE_35_WITHOUT_SEGMENTATION', 'StreamManifestBehavior' => 'DO_NOT_SEND|SEND', 'TimestampOffset' => '<string>', 'TimestampOffsetMode' => 'USE_CONFIGURED_OFFSET|USE_EVENT_START_DATE', ], 'MultiplexGroupSettings' => [ ], 'RtmpGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'AuthenticationScheme' => 'AKAMAI|COMMON', 'CacheFullBehavior' => 'DISCONNECT_IMMEDIATELY|WAIT_FOR_SERVER', 'CacheLength' => <integer>, 'CaptionData' => 'ALL|FIELD1_608|FIELD1_AND_FIELD2_608', 'IncludeFillerNalUnits' => 'AUTO|DROP|INCLUDE', 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'RestartDelay' => <integer>, ], 'UdpGroupSettings' => [ 'InputLossAction' => 'DROP_PROGRAM|DROP_TS|EMIT_PROGRAM', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, ], ], 'Outputs' => [ [ 'AudioDescriptionNames' => ['<string>', ...], 'CaptionDescriptionNames' => ['<string>', ...], 'OutputName' => '<string>', 'OutputSettings' => [ 'ArchiveOutputSettings' => [ 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], 'RawSettings' => [ ], ], 'Extension' => '<string>', 'NameModifier' => '<string>', ], 'FrameCaptureOutputSettings' => [ 'NameModifier' => '<string>', ], 'HlsOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'HlsSettings' => [ 'AudioOnlyHlsSettings' => [ 'AudioGroupId' => '<string>', 'AudioOnlyImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'AudioTrackType' => 'ALTERNATE_AUDIO_AUTO_SELECT|ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT|ALTERNATE_AUDIO_NOT_AUTO_SELECT|AUDIO_ONLY_VARIANT_STREAM', 'SegmentType' => 'AAC|FMP4', ], 'Fmp4HlsSettings' => [ 'AudioRenditionSets' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', ], 'FrameCaptureHlsSettings' => [ ], 'StandardHlsSettings' => [ 'AudioRenditionSets' => '<string>', 'M3u8Settings' => [ 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'EcmPid' => '<string>', 'KlvBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'Scte35Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'Scte35Pid' => '<string>', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], ], 'NameModifier' => '<string>', 'SegmentModifier' => '<string>', ], 'MediaPackageOutputSettings' => [ ], 'MsSmoothOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'NameModifier' => '<string>', ], 'MultiplexOutputSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'RtmpOutputSettings' => [ 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'NumRetries' => <integer>, ], 'UdpOutputSettings' => [ 'BufferMsec' => <integer>, 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FecOutputSettings' => [ 'ColumnDepth' => <integer>, 'IncludeFec' => 'COLUMN|COLUMN_AND_ROW', 'RowLength' => <integer>, ], ], ], 'VideoDescriptionName' => '<string>', ], // ... ], ], // ... ], 'ThumbnailConfiguration' => [ 'State' => 'AUTO|DISABLED', ], 'TimecodeConfig' => [ 'Source' => 'EMBEDDED|SYSTEMCLOCK|ZEROBASED', 'SyncThreshold' => <integer>, ], 'VideoDescriptions' => [ [ 'CodecSettings' => [ 'FrameCaptureSettings' => [ 'CaptureInterval' => <integer>, 'CaptureIntervalUnits' => 'MILLISECONDS|SECONDS', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], ], 'H264Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'Bitrate' => <integer>, 'BufFillPct' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'EntropyEncoding' => 'CABAC|CAVLC', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'ForceFieldPictures' => 'DISABLED|ENABLED', 'FramerateControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopBReference' => 'DISABLED|ENABLED', 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H264_LEVEL_1|H264_LEVEL_1_1|H264_LEVEL_1_2|H264_LEVEL_1_3|H264_LEVEL_2|H264_LEVEL_2_1|H264_LEVEL_2_2|H264_LEVEL_3|H264_LEVEL_3_1|H264_LEVEL_3_2|H264_LEVEL_4|H264_LEVEL_4_1|H264_LEVEL_4_2|H264_LEVEL_5|H264_LEVEL_5_1|H264_LEVEL_5_2|H264_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'NumRefFrames' => <integer>, 'ParControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'BASELINE|HIGH|HIGH_10BIT|HIGH_422|HIGH_422_10BIT|MAIN', 'QualityLevel' => 'ENHANCED_QUALITY|STANDARD_QUALITY', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR|VBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Softness' => <integer>, 'SpatialAq' => 'DISABLED|ENABLED', 'SubgopLength' => 'DYNAMIC|FIXED', 'Syntax' => 'DEFAULT|RP2027', 'TemporalAq' => 'DISABLED|ENABLED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'H265Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'AlternativeTransferFunction' => 'INSERT|OMIT', 'Bitrate' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'DolbyVision81Settings' => [ ], 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H265_LEVEL_1|H265_LEVEL_2|H265_LEVEL_2_1|H265_LEVEL_3|H265_LEVEL_3_1|H265_LEVEL_4|H265_LEVEL_4_1|H265_LEVEL_5|H265_LEVEL_5_1|H265_LEVEL_5_2|H265_LEVEL_6|H265_LEVEL_6_1|H265_LEVEL_6_2|H265_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'MAIN|MAIN_10BIT', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Tier' => 'HIGH|MAIN', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'Mpeg2Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|LOW|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpace' => 'AUTO|PASSTHROUGH', 'DisplayAspectRatio' => 'DISPLAYRATIO16X9|DISPLAYRATIO4X3', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SubgopLength' => 'DYNAMIC|FIXED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|GOP_TIMECODE', ], ], 'Height' => <integer>, 'Name' => '<string>', 'RespondToAfd' => 'NONE|PASSTHROUGH|RESPOND', 'ScalingBehavior' => 'DEFAULT|STRETCH_TO_OUTPUT', 'Sharpness' => <integer>, 'Width' => <integer>, ], // ... ], ], 'Id' => '<string>', 'InputAttachments' => [ [ 'AutomaticInputFailoverSettings' => [ 'ErrorClearTimeMsec' => <integer>, 'FailoverConditions' => [ [ 'FailoverConditionSettings' => [ 'AudioSilenceSettings' => [ 'AudioSelectorName' => '<string>', 'AudioSilenceThresholdMsec' => <integer>, ], 'InputLossSettings' => [ 'InputLossThresholdMsec' => <integer>, ], 'VideoBlackSettings' => [ 'BlackDetectThreshold' => <float>, 'VideoBlackThresholdMsec' => <integer>, ], ], ], // ... ], 'InputPreference' => 'EQUAL_INPUT_PREFERENCE|PRIMARY_INPUT_PREFERRED', 'SecondaryInputId' => '<string>', ], 'InputAttachmentName' => '<string>', 'InputId' => '<string>', 'InputSettings' => [ 'AudioSelectors' => [ [ 'Name' => '<string>', 'SelectorSettings' => [ 'AudioHlsRenditionSelection' => [ 'GroupId' => '<string>', 'Name' => '<string>', ], 'AudioLanguageSelection' => [ 'LanguageCode' => '<string>', 'LanguageSelectionPolicy' => 'LOOSE|STRICT', ], 'AudioPidSelection' => [ 'Pid' => <integer>, ], 'AudioTrackSelection' => [ 'DolbyEDecode' => [ 'ProgramSelection' => 'ALL_CHANNELS|PROGRAM_1|PROGRAM_2|PROGRAM_3|PROGRAM_4|PROGRAM_5|PROGRAM_6|PROGRAM_7|PROGRAM_8', ], 'Tracks' => [ [ 'Track' => <integer>, ], // ... ], ], ], ], // ... ], 'CaptionSelectors' => [ [ 'LanguageCode' => '<string>', 'Name' => '<string>', 'SelectorSettings' => [ 'AncillarySourceSettings' => [ 'SourceAncillaryChannelNumber' => <integer>, ], 'AribSourceSettings' => [ ], 'DvbSubSourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'EmbeddedSourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Scte20Detection' => 'AUTO|OFF', 'Source608ChannelNumber' => <integer>, 'Source608TrackNumber' => <integer>, ], 'Scte20SourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Source608ChannelNumber' => <integer>, ], 'Scte27SourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'TeletextSourceSettings' => [ 'OutputRectangle' => [ 'Height' => <float>, 'LeftOffset' => <float>, 'TopOffset' => <float>, 'Width' => <float>, ], 'PageNumber' => '<string>', ], ], ], // ... ], 'DeblockFilter' => 'DISABLED|ENABLED', 'DenoiseFilter' => 'DISABLED|ENABLED', 'FilterStrength' => <integer>, 'InputFilter' => 'AUTO|DISABLED|FORCED', 'NetworkInputSettings' => [ 'HlsInputSettings' => [ 'Bandwidth' => <integer>, 'BufferSegments' => <integer>, 'Retries' => <integer>, 'RetryInterval' => <integer>, 'Scte35Source' => 'MANIFEST|SEGMENTS', ], 'ServerValidation' => 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME|CHECK_CRYPTOGRAPHY_ONLY', ], 'Scte35Pid' => <integer>, 'Smpte2038DataPreference' => 'IGNORE|PREFER', 'SourceEndBehavior' => 'CONTINUE|LOOP', 'VideoSelector' => [ 'ColorSpace' => 'FOLLOW|HDR10|HLG_2020|REC_601|REC_709', 'ColorSpaceSettings' => [ 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], ], 'ColorSpaceUsage' => 'FALLBACK|FORCE', 'SelectorSettings' => [ 'VideoSelectorPid' => [ 'Pid' => <integer>, ], 'VideoSelectorProgramId' => [ 'ProgramId' => <integer>, ], ], ], ], ], // ... ], 'InputSpecification' => [ 'Codec' => 'MPEG2|AVC|HEVC', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'Resolution' => 'SD|HD|UHD', ], 'LogLevel' => 'ERROR|WARNING|INFO|DEBUG|DISABLED', 'Maintenance' => [ 'MaintenanceDay' => 'MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY', 'MaintenanceDeadline' => '<string>', 'MaintenanceScheduledDate' => '<string>', 'MaintenanceStartTime' => '<string>', ], 'Name' => '<string>', 'PipelineDetails' => [ [ 'ActiveInputAttachmentName' => '<string>', 'ActiveInputSwitchActionName' => '<string>', 'ActiveMotionGraphicsActionName' => '<string>', 'ActiveMotionGraphicsUri' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'PipelinesRunningCount' => <integer>, 'RoleArn' => '<string>', 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED|UPDATING|UPDATE_FAILED', 'Tags' => ['<string>', ...], 'Vpc' => [ 'AvailabilityZones' => ['<string>', ...], 'NetworkInterfaceIds' => ['<string>', ...], 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], ], ]
Result Details
Members
- Arn
-
- Type: string
- CdiInputSpecification
-
- Type: CdiInputSpecification structure
- ChannelClass
-
- Type: string
A standard channel has two encoding pipelines and a single pipeline channel only has one. - Destinations
-
- Type: Array of OutputDestination structures
- EgressEndpoints
-
- Type: Array of ChannelEgressEndpoint structures
- EncoderSettings
-
- Type: EncoderSettings structure
Encoder Settings - Id
-
- Type: string
- InputAttachments
-
- Type: Array of InputAttachment structures
- InputSpecification
-
- Type: InputSpecification structure
- LogLevel
-
- Type: string
The log level the user wants for their channel. - Maintenance
-
- Type: MaintenanceStatus structure
- Name
-
- Type: string
- PipelineDetails
-
- Type: Array of PipelineDetail structures
- PipelinesRunningCount
-
- Type: int
- RoleArn
-
- Type: string
- State
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Vpc
-
- Type: VpcOutputSettingsDescription structure
The properties for a private VPC Output
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
StartInputDevice
$result = $client->startInputDevice
([/* ... */]); $promise = $client->startInputDeviceAsync
([/* ... */]);
Parameter Syntax
$result = $client->startInputDevice([ 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
StartInputDeviceMaintenanceWindow
$result = $client->startInputDeviceMaintenanceWindow
([/* ... */]); $promise = $client->startInputDeviceMaintenanceWindowAsync
([/* ... */]);
Parameter Syntax
$result = $client->startInputDeviceMaintenanceWindow([ 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
StartMultiplex
$result = $client->startMultiplex
([/* ... */]); $promise = $client->startMultiplexAsync
([/* ... */]);
Parameter Syntax
$result = $client->startMultiplex([ 'MultiplexId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MultiplexId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'AvailabilityZones' => ['<string>', ...], 'Destinations' => [ [ 'MediaConnectSettings' => [ 'EntitlementArn' => '<string>', ], ], // ... ], 'Id' => '<string>', 'MultiplexSettings' => [ 'MaximumVideoBufferDelayMilliseconds' => <integer>, 'TransportStreamBitrate' => <integer>, 'TransportStreamId' => <integer>, 'TransportStreamReservedBitrate' => <integer>, ], 'Name' => '<string>', 'PipelinesRunningCount' => <integer>, 'ProgramCount' => <integer>, 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED', 'Tags' => ['<string>', ...], ]
Result Details
Members
- Arn
-
- Type: string
- AvailabilityZones
-
- Type: Array of strings
- Destinations
-
- Type: Array of MultiplexOutputDestination structures
- Id
-
- Type: string
- MultiplexSettings
-
- Type: MultiplexSettings structure
Contains configuration for a Multiplex event - Name
-
- Type: string
- PipelinesRunningCount
-
- Type: int
- ProgramCount
-
- Type: int
- State
-
- Type: string
The current state of the multiplex. - Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
StopChannel
$result = $client->stopChannel
([/* ... */]); $promise = $client->stopChannelAsync
([/* ... */]);
Parameter Syntax
$result = $client->stopChannel([ 'ChannelId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- ChannelId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelClass' => 'STANDARD|SINGLE_PIPELINE', 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EgressEndpoints' => [ [ 'SourceIp' => '<string>', ], // ... ], 'EncoderSettings' => [ 'AudioDescriptions' => [ [ 'AudioNormalizationSettings' => [ 'Algorithm' => 'ITU_1770_1|ITU_1770_2', 'AlgorithmControl' => 'CORRECT_AUDIO', 'TargetLkfs' => <float>, ], 'AudioSelectorName' => '<string>', 'AudioType' => 'CLEAN_EFFECTS|HEARING_IMPAIRED|UNDEFINED|VISUAL_IMPAIRED_COMMENTARY', 'AudioTypeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'AudioWatermarkingSettings' => [ 'NielsenWatermarksSettings' => [ 'NielsenCbetSettings' => [ 'CbetCheckDigitString' => '<string>', 'CbetStepaside' => 'DISABLED|ENABLED', 'Csid' => '<string>', ], 'NielsenDistributionType' => 'FINAL_DISTRIBUTOR|PROGRAM_CONTENT', 'NielsenNaesIiNwSettings' => [ 'CheckDigitString' => '<string>', 'Sid' => <float>, 'Timezone' => 'AMERICA_PUERTO_RICO|US_ALASKA|US_ARIZONA|US_CENTRAL|US_EASTERN|US_HAWAII|US_MOUNTAIN|US_PACIFIC|US_SAMOA|UTC', ], ], ], 'CodecSettings' => [ 'AacSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'AD_RECEIVER_MIX|CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_5_1', 'InputType' => 'BROADCASTER_MIXED_AD|NORMAL', 'Profile' => 'HEV1|HEV2|LC', 'RateControlMode' => 'CBR|VBR', 'RawFormat' => 'LATM_LOAS|NONE', 'SampleRate' => <float>, 'Spec' => 'MPEG2|MPEG4', 'VbrQuality' => 'HIGH|LOW|MEDIUM_HIGH|MEDIUM_LOW', ], 'Ac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|DIALOGUE|EMERGENCY|HEARING_IMPAIRED|MUSIC_AND_EFFECTS|VISUALLY_IMPAIRED|VOICE_OVER', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_3_2_LFE', 'Dialnorm' => <integer>, 'DrcProfile' => 'FILM_STANDARD|NONE', 'LfeFilter' => 'DISABLED|ENABLED', 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', ], 'Eac3AtmosSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_5_1_4|CODING_MODE_7_1_4|CODING_MODE_9_1_6', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'HeightTrim' => <float>, 'SurroundTrim' => <float>, ], 'Eac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|EMERGENCY|HEARING_IMPAIRED|VISUALLY_IMPAIRED', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_3_2', 'DcFilter' => 'DISABLED|ENABLED', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'LfeControl' => 'LFE|NO_LFE', 'LfeFilter' => 'DISABLED|ENABLED', 'LoRoCenterMixLevel' => <float>, 'LoRoSurroundMixLevel' => <float>, 'LtRtCenterMixLevel' => <float>, 'LtRtSurroundMixLevel' => <float>, 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'PassthroughControl' => 'NO_PASSTHROUGH|WHEN_POSSIBLE', 'PhaseControl' => 'NO_SHIFT|SHIFT_90_DEGREES', 'StereoDownmix' => 'DPL2|LO_RO|LT_RT|NOT_INDICATED', 'SurroundExMode' => 'DISABLED|ENABLED|NOT_INDICATED', 'SurroundMode' => 'DISABLED|ENABLED|NOT_INDICATED', ], 'Mp2Settings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0', 'SampleRate' => <float>, ], 'PassThroughSettings' => [ ], 'WavSettings' => [ 'BitDepth' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_4_0|CODING_MODE_8_0', 'SampleRate' => <float>, ], ], 'LanguageCode' => '<string>', 'LanguageCodeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'Name' => '<string>', 'RemixSettings' => [ 'ChannelMappings' => [ [ 'InputChannelLevels' => [ [ 'Gain' => <integer>, 'InputChannel' => <integer>, ], // ... ], 'OutputChannel' => <integer>, ], // ... ], 'ChannelsIn' => <integer>, 'ChannelsOut' => <integer>, ], 'StreamName' => '<string>', ], // ... ], 'AvailBlanking' => [ 'AvailBlankingImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'State' => 'DISABLED|ENABLED', ], 'AvailConfiguration' => [ 'AvailSettings' => [ 'Esam' => [ 'AcquisitionPointId' => '<string>', 'AdAvailOffset' => <integer>, 'PasswordParam' => '<string>', 'PoisEndpoint' => '<string>', 'Username' => '<string>', 'ZoneIdentity' => '<string>', ], 'Scte35SpliceInsert' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], 'Scte35TimeSignalApos' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], ], ], 'BlackoutSlate' => [ 'BlackoutSlateImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkEndBlackout' => 'DISABLED|ENABLED', 'NetworkEndBlackoutImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'NetworkId' => '<string>', 'State' => 'DISABLED|ENABLED', ], 'CaptionDescriptions' => [ [ 'Accessibility' => 'DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES|IMPLEMENTS_ACCESSIBILITY_FEATURES', 'CaptionSelectorName' => '<string>', 'DestinationSettings' => [ 'AribDestinationSettings' => [ ], 'BurnInDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'DvbSubDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'EbuTtDDestinationSettings' => [ 'CopyrightHolder' => '<string>', 'FillLineGap' => 'DISABLED|ENABLED', 'FontFamily' => '<string>', 'StyleControl' => 'EXCLUDE|INCLUDE', ], 'EmbeddedDestinationSettings' => [ ], 'EmbeddedPlusScte20DestinationSettings' => [ ], 'RtmpCaptionInfoDestinationSettings' => [ ], 'Scte20PlusEmbeddedDestinationSettings' => [ ], 'Scte27DestinationSettings' => [ ], 'SmpteTtDestinationSettings' => [ ], 'TeletextDestinationSettings' => [ ], 'TtmlDestinationSettings' => [ 'StyleControl' => 'PASSTHROUGH|USE_CONFIGURED', ], 'WebvttDestinationSettings' => [ 'StyleControl' => 'NO_STYLE_DATA|PASSTHROUGH', ], ], 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', 'Name' => '<string>', ], // ... ], 'FeatureActivations' => [ 'InputPrepareScheduleActions' => 'DISABLED|ENABLED', 'OutputStaticImageOverlayScheduleActions' => 'DISABLED|ENABLED', ], 'GlobalConfiguration' => [ 'InitialAudioGain' => <integer>, 'InputEndAction' => 'NONE|SWITCH_AND_LOOP_INPUTS', 'InputLossBehavior' => [ 'BlackFrameMsec' => <integer>, 'InputLossImageColor' => '<string>', 'InputLossImageSlate' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'InputLossImageType' => 'COLOR|SLATE', 'RepeatFrameMsec' => <integer>, ], 'OutputLockingMode' => 'EPOCH_LOCKING|PIPELINE_LOCKING', 'OutputLockingSettings' => [ 'EpochLockingSettings' => [ 'CustomEpoch' => '<string>', 'JamSyncTime' => '<string>', ], 'PipelineLockingSettings' => [ ], ], 'OutputTimingSource' => 'INPUT_CLOCK|SYSTEM_CLOCK', 'SupportLowFramerateInputs' => 'DISABLED|ENABLED', ], 'MotionGraphicsConfiguration' => [ 'MotionGraphicsInsertion' => 'DISABLED|ENABLED', 'MotionGraphicsSettings' => [ 'HtmlMotionGraphicsSettings' => [ ], ], ], 'NielsenConfiguration' => [ 'DistributorId' => '<string>', 'NielsenPcmToId3Tagging' => 'DISABLED|ENABLED', ], 'OutputGroups' => [ [ 'Name' => '<string>', 'OutputGroupSettings' => [ 'ArchiveGroupSettings' => [ 'ArchiveCdnSettings' => [ 'ArchiveS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'RolloverInterval' => <integer>, ], 'FrameCaptureGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FrameCaptureCdnSettings' => [ 'FrameCaptureS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], ], 'HlsGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'BaseUrlContent' => '<string>', 'BaseUrlContent1' => '<string>', 'BaseUrlManifest' => '<string>', 'BaseUrlManifest1' => '<string>', 'CaptionLanguageMappings' => [ [ 'CaptionChannel' => <integer>, 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', ], // ... ], 'CaptionLanguageSetting' => 'INSERT|NONE|OMIT', 'ClientCache' => 'DISABLED|ENABLED', 'CodecSpecification' => 'RFC_4281|RFC_6381', 'ConstantIv' => '<string>', 'Destination' => [ 'DestinationRefId' => '<string>', ], 'DirectoryStructure' => 'SINGLE_DIRECTORY|SUBDIRECTORY_PER_STREAM', 'DiscontinuityTags' => 'INSERT|NEVER_INSERT', 'EncryptionType' => 'AES128|SAMPLE_AES', 'HlsCdnSettings' => [ 'HlsAkamaiSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'Salt' => '<string>', 'Token' => '<string>', ], 'HlsBasicPutSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsMediaStoreSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'MediaStoreStorageClass' => 'TEMPORAL', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], 'HlsWebdavSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], ], 'HlsId3SegmentTagging' => 'DISABLED|ENABLED', 'IFrameOnlyPlaylists' => 'DISABLED|STANDARD', 'IncompleteSegmentBehavior' => 'AUTO|SUPPRESS', 'IndexNSegments' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'IvInManifest' => 'EXCLUDE|INCLUDE', 'IvSource' => 'EXPLICIT|FOLLOWS_SEGMENT_NUMBER', 'KeepSegments' => <integer>, 'KeyFormat' => '<string>', 'KeyFormatVersions' => '<string>', 'KeyProviderSettings' => [ 'StaticKeySettings' => [ 'KeyProviderServer' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'StaticKeyValue' => '<string>', ], ], 'ManifestCompression' => 'GZIP|NONE', 'ManifestDurationFormat' => 'FLOATING_POINT|INTEGER', 'MinSegmentLength' => <integer>, 'Mode' => 'LIVE|VOD', 'OutputSelection' => 'MANIFESTS_AND_SEGMENTS|SEGMENTS_ONLY|VARIANT_MANIFESTS_AND_SEGMENTS', 'ProgramDateTime' => 'EXCLUDE|INCLUDE', 'ProgramDateTimeClock' => 'INITIALIZE_FROM_OUTPUT_TIMECODE|SYSTEM_CLOCK', 'ProgramDateTimePeriod' => <integer>, 'RedundantManifest' => 'DISABLED|ENABLED', 'SegmentLength' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SegmentsPerSubdirectory' => <integer>, 'StreamInfResolution' => 'EXCLUDE|INCLUDE', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, 'TimestampDeltaMilliseconds' => <integer>, 'TsFileMode' => 'SEGMENTED_FILES|SINGLE_FILE', ], 'MediaPackageGroupSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'MsSmoothGroupSettings' => [ 'AcquisitionPointId' => '<string>', 'AudioOnlyTimecodeControl' => 'PASSTHROUGH|USE_CONFIGURED_CLOCK', 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'EventId' => '<string>', 'EventIdMode' => 'NO_EVENT_ID|USE_CONFIGURED|USE_TIMESTAMP', 'EventStopBehavior' => 'NONE|SEND_EOS', 'FilecacheDuration' => <integer>, 'FragmentLength' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SendDelayMs' => <integer>, 'SparseTrackType' => 'NONE|SCTE_35|SCTE_35_WITHOUT_SEGMENTATION', 'StreamManifestBehavior' => 'DO_NOT_SEND|SEND', 'TimestampOffset' => '<string>', 'TimestampOffsetMode' => 'USE_CONFIGURED_OFFSET|USE_EVENT_START_DATE', ], 'MultiplexGroupSettings' => [ ], 'RtmpGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'AuthenticationScheme' => 'AKAMAI|COMMON', 'CacheFullBehavior' => 'DISCONNECT_IMMEDIATELY|WAIT_FOR_SERVER', 'CacheLength' => <integer>, 'CaptionData' => 'ALL|FIELD1_608|FIELD1_AND_FIELD2_608', 'IncludeFillerNalUnits' => 'AUTO|DROP|INCLUDE', 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'RestartDelay' => <integer>, ], 'UdpGroupSettings' => [ 'InputLossAction' => 'DROP_PROGRAM|DROP_TS|EMIT_PROGRAM', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, ], ], 'Outputs' => [ [ 'AudioDescriptionNames' => ['<string>', ...], 'CaptionDescriptionNames' => ['<string>', ...], 'OutputName' => '<string>', 'OutputSettings' => [ 'ArchiveOutputSettings' => [ 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], 'RawSettings' => [ ], ], 'Extension' => '<string>', 'NameModifier' => '<string>', ], 'FrameCaptureOutputSettings' => [ 'NameModifier' => '<string>', ], 'HlsOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'HlsSettings' => [ 'AudioOnlyHlsSettings' => [ 'AudioGroupId' => '<string>', 'AudioOnlyImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', 'Username' => '<string>', ], 'AudioTrackType' => 'ALTERNATE_AUDIO_AUTO_SELECT|ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT|ALTERNATE_AUDIO_NOT_AUTO_SELECT|AUDIO_ONLY_VARIANT_STREAM', 'SegmentType' => 'AAC|FMP4', ], 'Fmp4HlsSettings' => [ 'AudioRenditionSets' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', ], 'FrameCaptureHlsSettings' => [ ], 'StandardHlsSettings' => [ 'AudioRenditionSets' => '<string>', 'M3u8Settings' => [ 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'EcmPid' => '<string>', 'KlvBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'Scte35Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'Scte35Pid' => '<string>', 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], ], 'NameModifier' => '<string>', 'SegmentModifier' => '<string>', ], 'MediaPackageOutputSettings' => [ ], 'MsSmoothOutputSettings' => [ 'H265PackagingType' => 'HEV1|HVC1', 'NameModifier' => '<string>', ], 'MultiplexOutputSettings' => [ 'Destination' => [ 'DestinationRefId' => '<string>', ], ], 'RtmpOutputSettings' => [ 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ 'DestinationRefId' => '<string>', ], 'NumRetries' => <integer>, ], 'UdpOutputSettings' => [ 'BufferMsec' => <integer>, 'ContainerSettings' => [ 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, 'NetworkName' => '<string>', 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|RESET_CADENCE', 'SegmentationTime' => <float>, 'TimedMetadataBehavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'TimedMetadataPid' => '<string>', 'TransportStreamId' => <integer>, 'VideoPid' => '<string>', ], ], 'Destination' => [ 'DestinationRefId' => '<string>', ], 'FecOutputSettings' => [ 'ColumnDepth' => <integer>, 'IncludeFec' => 'COLUMN|COLUMN_AND_ROW', 'RowLength' => <integer>, ], ], ], 'VideoDescriptionName' => '<string>', ], // ... ], ], // ... ], 'ThumbnailConfiguration' => [ 'State' => 'AUTO|DISABLED', ], 'TimecodeConfig' => [ 'Source' => 'EMBEDDED|SYSTEMCLOCK|ZEROBASED', 'SyncThreshold' => <integer>, ], 'VideoDescriptions' => [ [ 'CodecSettings' => [ 'FrameCaptureSettings' => [ 'CaptureInterval' => <integer>, 'CaptureIntervalUnits' => 'MILLISECONDS|SECONDS', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], ], 'H264Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'Bitrate' => <integer>, 'BufFillPct' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'EntropyEncoding' => 'CABAC|CAVLC', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'ForceFieldPictures' => 'DISABLED|ENABLED', 'FramerateControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopBReference' => 'DISABLED|ENABLED', 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H264_LEVEL_1|H264_LEVEL_1_1|H264_LEVEL_1_2|H264_LEVEL_1_3|H264_LEVEL_2|H264_LEVEL_2_1|H264_LEVEL_2_2|H264_LEVEL_3|H264_LEVEL_3_1|H264_LEVEL_3_2|H264_LEVEL_4|H264_LEVEL_4_1|H264_LEVEL_4_2|H264_LEVEL_5|H264_LEVEL_5_1|H264_LEVEL_5_2|H264_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'NumRefFrames' => <integer>, 'ParControl' => 'INITIALIZE_FROM_SOURCE|SPECIFIED', 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'BASELINE|HIGH|HIGH_10BIT|HIGH_422|HIGH_422_10BIT|MAIN', 'QualityLevel' => 'ENHANCED_QUALITY|STANDARD_QUALITY', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR|VBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Softness' => <integer>, 'SpatialAq' => 'DISABLED|ENABLED', 'SubgopLength' => 'DYNAMIC|FIXED', 'Syntax' => 'DEFAULT|RP2027', 'TemporalAq' => 'DISABLED|ENABLED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'H265Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|HIGHER|LOW|MAX|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'AlternativeTransferFunction' => 'INSERT|OMIT', 'Bitrate' => <integer>, 'BufSize' => <integer>, 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpaceSettings' => [ 'ColorSpacePassthroughSettings' => [ ], 'DolbyVision81Settings' => [ ], 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], 'Rec601Settings' => [ ], 'Rec709Settings' => [ ], ], 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FlickerAq' => 'DISABLED|ENABLED', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'Level' => 'H265_LEVEL_1|H265_LEVEL_2|H265_LEVEL_2_1|H265_LEVEL_3|H265_LEVEL_3_1|H265_LEVEL_4|H265_LEVEL_4_1|H265_LEVEL_5|H265_LEVEL_5_1|H265_LEVEL_5_2|H265_LEVEL_6|H265_LEVEL_6_1|H265_LEVEL_6_2|H265_LEVEL_AUTO', 'LookAheadRateControl' => 'HIGH|LOW|MEDIUM', 'MaxBitrate' => <integer>, 'MinIInterval' => <integer>, 'ParDenominator' => <integer>, 'ParNumerator' => <integer>, 'Profile' => 'MAIN|MAIN_10BIT', 'QvbrQualityLevel' => <integer>, 'RateControlMode' => 'CBR|MULTIPLEX|QVBR', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SceneChangeDetect' => 'DISABLED|ENABLED', 'Slices' => <integer>, 'Tier' => 'HIGH|MAIN', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|PIC_TIMING_SEI', ], 'Mpeg2Settings' => [ 'AdaptiveQuantization' => 'AUTO|HIGH|LOW|MEDIUM|OFF', 'AfdSignaling' => 'AUTO|FIXED|NONE', 'ColorMetadata' => 'IGNORE|INSERT', 'ColorSpace' => 'AUTO|PASSTHROUGH', 'DisplayAspectRatio' => 'DISPLAYRATIO16X9|DISPLAYRATIO4X3', 'FilterSettings' => [ 'TemporalFilterSettings' => [ 'PostFilterSharpening' => 'AUTO|DISABLED|ENABLED', 'Strength' => 'AUTO|STRENGTH_1|STRENGTH_2|STRENGTH_3|STRENGTH_4|STRENGTH_5|STRENGTH_6|STRENGTH_7|STRENGTH_8|STRENGTH_9|STRENGTH_10|STRENGTH_11|STRENGTH_12|STRENGTH_13|STRENGTH_14|STRENGTH_15|STRENGTH_16', ], ], 'FixedAfd' => 'AFD_0000|AFD_0010|AFD_0011|AFD_0100|AFD_1000|AFD_1001|AFD_1010|AFD_1011|AFD_1101|AFD_1110|AFD_1111', 'FramerateDenominator' => <integer>, 'FramerateNumerator' => <integer>, 'GopClosedCadence' => <integer>, 'GopNumBFrames' => <integer>, 'GopSize' => <float>, 'GopSizeUnits' => 'FRAMES|SECONDS', 'ScanType' => 'INTERLACED|PROGRESSIVE', 'SubgopLength' => 'DYNAMIC|FIXED', 'TimecodeBurninSettings' => [ 'FontSize' => 'EXTRA_SMALL_10|LARGE_48|MEDIUM_32|SMALL_16', 'Position' => 'BOTTOM_CENTER|BOTTOM_LEFT|BOTTOM_RIGHT|MIDDLE_CENTER|MIDDLE_LEFT|MIDDLE_RIGHT|TOP_CENTER|TOP_LEFT|TOP_RIGHT', 'Prefix' => '<string>', ], 'TimecodeInsertion' => 'DISABLED|GOP_TIMECODE', ], ], 'Height' => <integer>, 'Name' => '<string>', 'RespondToAfd' => 'NONE|PASSTHROUGH|RESPOND', 'ScalingBehavior' => 'DEFAULT|STRETCH_TO_OUTPUT', 'Sharpness' => <integer>, 'Width' => <integer>, ], // ... ], ], 'Id' => '<string>', 'InputAttachments' => [ [ 'AutomaticInputFailoverSettings' => [ 'ErrorClearTimeMsec' => <integer>, 'FailoverConditions' => [ [ 'FailoverConditionSettings' => [ 'AudioSilenceSettings' => [ 'AudioSelectorName' => '<string>', 'AudioSilenceThresholdMsec' => <integer>, ], 'InputLossSettings' => [ 'InputLossThresholdMsec' => <integer>, ], 'VideoBlackSettings' => [ 'BlackDetectThreshold' => <float>, 'VideoBlackThresholdMsec' => <integer>, ], ], ], // ... ], 'InputPreference' => 'EQUAL_INPUT_PREFERENCE|PRIMARY_INPUT_PREFERRED', 'SecondaryInputId' => '<string>', ], 'InputAttachmentName' => '<string>', 'InputId' => '<string>', 'InputSettings' => [ 'AudioSelectors' => [ [ 'Name' => '<string>', 'SelectorSettings' => [ 'AudioHlsRenditionSelection' => [ 'GroupId' => '<string>', 'Name' => '<string>', ], 'AudioLanguageSelection' => [ 'LanguageCode' => '<string>', 'LanguageSelectionPolicy' => 'LOOSE|STRICT', ], 'AudioPidSelection' => [ 'Pid' => <integer>, ], 'AudioTrackSelection' => [ 'DolbyEDecode' => [ 'ProgramSelection' => 'ALL_CHANNELS|PROGRAM_1|PROGRAM_2|PROGRAM_3|PROGRAM_4|PROGRAM_5|PROGRAM_6|PROGRAM_7|PROGRAM_8', ], 'Tracks' => [ [ 'Track' => <integer>, ], // ... ], ], ], ], // ... ], 'CaptionSelectors' => [ [ 'LanguageCode' => '<string>', 'Name' => '<string>', 'SelectorSettings' => [ 'AncillarySourceSettings' => [ 'SourceAncillaryChannelNumber' => <integer>, ], 'AribSourceSettings' => [ ], 'DvbSubSourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'EmbeddedSourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Scte20Detection' => 'AUTO|OFF', 'Source608ChannelNumber' => <integer>, 'Source608TrackNumber' => <integer>, ], 'Scte20SourceSettings' => [ 'Convert608To708' => 'DISABLED|UPCONVERT', 'Source608ChannelNumber' => <integer>, ], 'Scte27SourceSettings' => [ 'OcrLanguage' => 'DEU|ENG|FRA|NLD|POR|SPA', 'Pid' => <integer>, ], 'TeletextSourceSettings' => [ 'OutputRectangle' => [ 'Height' => <float>, 'LeftOffset' => <float>, 'TopOffset' => <float>, 'Width' => <float>, ], 'PageNumber' => '<string>', ], ], ], // ... ], 'DeblockFilter' => 'DISABLED|ENABLED', 'DenoiseFilter' => 'DISABLED|ENABLED', 'FilterStrength' => <integer>, 'InputFilter' => 'AUTO|DISABLED|FORCED', 'NetworkInputSettings' => [ 'HlsInputSettings' => [ 'Bandwidth' => <integer>, 'BufferSegments' => <integer>, 'Retries' => <integer>, 'RetryInterval' => <integer>, 'Scte35Source' => 'MANIFEST|SEGMENTS', ], 'ServerValidation' => 'CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME|CHECK_CRYPTOGRAPHY_ONLY', ], 'Scte35Pid' => <integer>, 'Smpte2038DataPreference' => 'IGNORE|PREFER', 'SourceEndBehavior' => 'CONTINUE|LOOP', 'VideoSelector' => [ 'ColorSpace' => 'FOLLOW|HDR10|HLG_2020|REC_601|REC_709', 'ColorSpaceSettings' => [ 'Hdr10Settings' => [ 'MaxCll' => <integer>, 'MaxFall' => <integer>, ], ], 'ColorSpaceUsage' => 'FALLBACK|FORCE', 'SelectorSettings' => [ 'VideoSelectorPid' => [ 'Pid' => <integer>, ], 'VideoSelectorProgramId' => [ 'ProgramId' => <integer>, ], ], ], ], ], // ... ], 'InputSpecification' => [ 'Codec' => 'MPEG2|AVC|HEVC', 'MaximumBitrate' => 'MAX_10_MBPS|MAX_20_MBPS|MAX_50_MBPS', 'Resolution' => 'SD|HD|UHD', ], 'LogLevel' => 'ERROR|WARNING|INFO|DEBUG|DISABLED', 'Maintenance' => [ 'MaintenanceDay' => 'MONDAY|TUESDAY|WEDNESDAY|THURSDAY|FRIDAY|SATURDAY|SUNDAY', 'MaintenanceDeadline' => '<string>', 'MaintenanceScheduledDate' => '<string>', 'MaintenanceStartTime' => '<string>', ], 'Name' => '<string>', 'PipelineDetails' => [ [ 'ActiveInputAttachmentName' => '<string>', 'ActiveInputSwitchActionName' => '<string>', 'ActiveMotionGraphicsActionName' => '<string>', 'ActiveMotionGraphicsUri' => '<string>', 'PipelineId' => '<string>', ], // ... ], 'PipelinesRunningCount' => <integer>, 'RoleArn' => '<string>', 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED|UPDATING|UPDATE_FAILED', 'Tags' => ['<string>', ...], 'Vpc' => [ 'AvailabilityZones' => ['<string>', ...], 'NetworkInterfaceIds' => ['<string>', ...], 'SecurityGroupIds' => ['<string>', ...], 'SubnetIds' => ['<string>', ...], ], ]
Result Details
Members
- Arn
-
- Type: string
- CdiInputSpecification
-
- Type: CdiInputSpecification structure
- ChannelClass
-
- Type: string
A standard channel has two encoding pipelines and a single pipeline channel only has one. - Destinations
-
- Type: Array of OutputDestination structures
- EgressEndpoints
-
- Type: Array of ChannelEgressEndpoint structures
- EncoderSettings
-
- Type: EncoderSettings structure
Encoder Settings - Id
-
- Type: string
- InputAttachments
-
- Type: Array of InputAttachment structures
- InputSpecification
-
- Type: InputSpecification structure
- LogLevel
-
- Type: string
The log level the user wants for their channel. - Maintenance
-
- Type: MaintenanceStatus structure
- Name
-
- Type: string
- PipelineDetails
-
- Type: Array of PipelineDetail structures
- PipelinesRunningCount
-
- Type: int
- RoleArn
-
- Type: string
- State
-
- Type: string
- Tags
-
- Type: Associative array of custom strings keys (__string) to strings
- Vpc
-
- Type: VpcOutputSettingsDescription structure
The properties for a private VPC Output
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
StopInputDevice
$result = $client->stopInputDevice
([/* ... */]); $promise = $client->stopInputDeviceAsync
([/* ... */]);
Parameter Syntax
$result = $client->stopInputDevice([ 'InputDeviceId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
StopMultiplex
$result = $client->stopMultiplex
([/* ... */]); $promise = $client->stopMultiplexAsync
([/* ... */]);
Parameter Syntax
$result = $client->stopMultiplex([ 'MultiplexId' => '<string>', // REQUIRED ]);
Parameter Details
Members
- MultiplexId
-
- Required: Yes
- Type: string
Result Syntax
[ 'Arn' => '<string>', 'AvailabilityZones' => ['<string>', ...], 'Destinations' => [ [ 'MediaConnectSettings' => [ 'EntitlementArn' => '<string>', ], ], // ... ], 'Id' => '<string>', 'MultiplexSettings' => [ 'MaximumVideoBufferDelayMilliseconds' => <integer>, 'TransportStreamBitrate' => <integer>, 'TransportStreamId' => <integer>, 'TransportStreamReservedBitrate' => <integer>, ], 'Name' => '<string>', 'PipelinesRunningCount' => <integer>, 'ProgramCount' => <integer>, 'State' => 'CREATING|CREATE_FAILED|IDLE|STARTING|RUNNING|RECOVERING|STOPPING|DELETING|DELETED', 'Tags' => ['<string>', ...], ]
Result Details
Members
- Arn
-
- Type: string
- AvailabilityZones
-
- Type: Array of strings
- Destinations
-
- Type: Array of MultiplexOutputDestination structures
- Id
-
- Type: string
- MultiplexSettings
-
- Type: MultiplexSettings structure
Contains configuration for a Multiplex event - Name
-
- Type: string
- PipelinesRunningCount
-
- Type: int
- ProgramCount
-
- Type: int
- State
-
- Type: string
The current state of the multiplex. - Tags
-
- Type: Associative array of custom strings keys (__string) to strings
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
TransferInputDevice
$result = $client->transferInputDevice
([/* ... */]); $promise = $client->transferInputDeviceAsync
([/* ... */]);
Parameter Syntax
$result = $client->transferInputDevice([ 'InputDeviceId' => '<string>', // REQUIRED 'TargetCustomerId' => '<string>', 'TargetRegion' => '<string>', 'TransferMessage' => '<string>', ]);
Parameter Details
Members
- InputDeviceId
-
- Required: Yes
- Type: string
- TargetCustomerId
-
- Type: string
- TargetRegion
-
- Type: string
- TransferMessage
-
- Type: string
Result Syntax
[]
Result Details
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
UpdateAccountConfiguration
$result = $client->updateAccountConfiguration
([/* ... */]); $promise = $client->updateAccountConfigurationAsync
([/* ... */]);
Parameter Syntax
$result = $client->updateAccountConfiguration([ 'AccountConfiguration' => [ 'KmsKeyId' => '<string>', ], ]);
Parameter Details
Members
- AccountConfiguration
-
- Type: AccountConfiguration structure
Result Syntax
[ 'AccountConfiguration' => [ 'KmsKeyId' => '<string>', ], ]
Result Details
Members
- AccountConfiguration
-
- Type: AccountConfiguration structure
Errors
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
-
This error does not currently have a description.
UpdateChannel
$result = $client->updateChannel
([/* ... */]); $promise = $client->updateChannelAsync
([/* ... */]);
Parameter Syntax
$result = $client->updateChannel([ 'CdiInputSpecification' => [ 'Resolution' => 'SD|HD|FHD|UHD', ], 'ChannelId' => '<string>', // REQUIRED 'Destinations' => [ [ 'Id' => '<string>', 'MediaPackageSettings' => [ [ 'ChannelId' => '<string>', ], // ... ], 'MultiplexSettings' => [ 'MultiplexId' => '<string>', 'ProgramName' => '<string>', ], 'Settings' => [ [ 'PasswordParam' => '<string>', 'StreamName' => '<string>', 'Url' => '<string>', 'Username' => '<string>', ], // ... ], ], // ... ], 'EncoderSettings' => [ 'AudioDescriptions' => [ // REQUIRED [ 'AudioNormalizationSettings' => [ 'Algorithm' => 'ITU_1770_1|ITU_1770_2', 'AlgorithmControl' => 'CORRECT_AUDIO', 'TargetLkfs' => <float>, ], 'AudioSelectorName' => '<string>', // REQUIRED 'AudioType' => 'CLEAN_EFFECTS|HEARING_IMPAIRED|UNDEFINED|VISUAL_IMPAIRED_COMMENTARY', 'AudioTypeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'AudioWatermarkingSettings' => [ 'NielsenWatermarksSettings' => [ 'NielsenCbetSettings' => [ 'CbetCheckDigitString' => '<string>', // REQUIRED 'CbetStepaside' => 'DISABLED|ENABLED', // REQUIRED 'Csid' => '<string>', // REQUIRED ], 'NielsenDistributionType' => 'FINAL_DISTRIBUTOR|PROGRAM_CONTENT', 'NielsenNaesIiNwSettings' => [ 'CheckDigitString' => '<string>', // REQUIRED 'Sid' => <float>, // REQUIRED 'Timezone' => 'AMERICA_PUERTO_RICO|US_ALASKA|US_ARIZONA|US_CENTRAL|US_EASTERN|US_HAWAII|US_MOUNTAIN|US_PACIFIC|US_SAMOA|UTC', ], ], ], 'CodecSettings' => [ 'AacSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'AD_RECEIVER_MIX|CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_5_1', 'InputType' => 'BROADCASTER_MIXED_AD|NORMAL', 'Profile' => 'HEV1|HEV2|LC', 'RateControlMode' => 'CBR|VBR', 'RawFormat' => 'LATM_LOAS|NONE', 'SampleRate' => <float>, 'Spec' => 'MPEG2|MPEG4', 'VbrQuality' => 'HIGH|LOW|MEDIUM_HIGH|MEDIUM_LOW', ], 'Ac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|DIALOGUE|EMERGENCY|HEARING_IMPAIRED|MUSIC_AND_EFFECTS|VISUALLY_IMPAIRED|VOICE_OVER', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_1_1|CODING_MODE_2_0|CODING_MODE_3_2_LFE', 'Dialnorm' => <integer>, 'DrcProfile' => 'FILM_STANDARD|NONE', 'LfeFilter' => 'DISABLED|ENABLED', 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', ], 'Eac3AtmosSettings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_5_1_4|CODING_MODE_7_1_4|CODING_MODE_9_1_6', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'HeightTrim' => <float>, 'SurroundTrim' => <float>, ], 'Eac3Settings' => [ 'AttenuationControl' => 'ATTENUATE_3_DB|NONE', 'Bitrate' => <float>, 'BitstreamMode' => 'COMMENTARY|COMPLETE_MAIN|EMERGENCY|HEARING_IMPAIRED|VISUALLY_IMPAIRED', 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_3_2', 'DcFilter' => 'DISABLED|ENABLED', 'Dialnorm' => <integer>, 'DrcLine' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'DrcRf' => 'FILM_LIGHT|FILM_STANDARD|MUSIC_LIGHT|MUSIC_STANDARD|NONE|SPEECH', 'LfeControl' => 'LFE|NO_LFE', 'LfeFilter' => 'DISABLED|ENABLED', 'LoRoCenterMixLevel' => <float>, 'LoRoSurroundMixLevel' => <float>, 'LtRtCenterMixLevel' => <float>, 'LtRtSurroundMixLevel' => <float>, 'MetadataControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'PassthroughControl' => 'NO_PASSTHROUGH|WHEN_POSSIBLE', 'PhaseControl' => 'NO_SHIFT|SHIFT_90_DEGREES', 'StereoDownmix' => 'DPL2|LO_RO|LT_RT|NOT_INDICATED', 'SurroundExMode' => 'DISABLED|ENABLED|NOT_INDICATED', 'SurroundMode' => 'DISABLED|ENABLED|NOT_INDICATED', ], 'Mp2Settings' => [ 'Bitrate' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0', 'SampleRate' => <float>, ], 'PassThroughSettings' => [ ], 'WavSettings' => [ 'BitDepth' => <float>, 'CodingMode' => 'CODING_MODE_1_0|CODING_MODE_2_0|CODING_MODE_4_0|CODING_MODE_8_0', 'SampleRate' => <float>, ], ], 'LanguageCode' => '<string>', 'LanguageCodeControl' => 'FOLLOW_INPUT|USE_CONFIGURED', 'Name' => '<string>', // REQUIRED 'RemixSettings' => [ 'ChannelMappings' => [ // REQUIRED [ 'InputChannelLevels' => [ // REQUIRED [ 'Gain' => <integer>, // REQUIRED 'InputChannel' => <integer>, // REQUIRED ], // ... ], 'OutputChannel' => <integer>, // REQUIRED ], // ... ], 'ChannelsIn' => <integer>, 'ChannelsOut' => <integer>, ], 'StreamName' => '<string>', ], // ... ], 'AvailBlanking' => [ 'AvailBlankingImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'State' => 'DISABLED|ENABLED', ], 'AvailConfiguration' => [ 'AvailSettings' => [ 'Esam' => [ 'AcquisitionPointId' => '<string>', // REQUIRED 'AdAvailOffset' => <integer>, 'PasswordParam' => '<string>', 'PoisEndpoint' => '<string>', // REQUIRED 'Username' => '<string>', 'ZoneIdentity' => '<string>', ], 'Scte35SpliceInsert' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], 'Scte35TimeSignalApos' => [ 'AdAvailOffset' => <integer>, 'NoRegionalBlackoutFlag' => 'FOLLOW|IGNORE', 'WebDeliveryAllowedFlag' => 'FOLLOW|IGNORE', ], ], ], 'BlackoutSlate' => [ 'BlackoutSlateImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'NetworkEndBlackout' => 'DISABLED|ENABLED', 'NetworkEndBlackoutImage' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'NetworkId' => '<string>', 'State' => 'DISABLED|ENABLED', ], 'CaptionDescriptions' => [ [ 'Accessibility' => 'DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES|IMPLEMENTS_ACCESSIBILITY_FEATURES', 'CaptionSelectorName' => '<string>', // REQUIRED 'DestinationSettings' => [ 'AribDestinationSettings' => [ ], 'BurnInDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'DvbSubDestinationSettings' => [ 'Alignment' => 'CENTERED|LEFT|SMART', 'BackgroundColor' => 'BLACK|NONE|WHITE', 'BackgroundOpacity' => <integer>, 'Font' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'FontColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'FontOpacity' => <integer>, 'FontResolution' => <integer>, 'FontSize' => '<string>', 'OutlineColor' => 'BLACK|BLUE|GREEN|RED|WHITE|YELLOW', 'OutlineSize' => <integer>, 'ShadowColor' => 'BLACK|NONE|WHITE', 'ShadowOpacity' => <integer>, 'ShadowXOffset' => <integer>, 'ShadowYOffset' => <integer>, 'TeletextGridControl' => 'FIXED|SCALED', 'XPosition' => <integer>, 'YPosition' => <integer>, ], 'EbuTtDDestinationSettings' => [ 'CopyrightHolder' => '<string>', 'FillLineGap' => 'DISABLED|ENABLED', 'FontFamily' => '<string>', 'StyleControl' => 'EXCLUDE|INCLUDE', ], 'EmbeddedDestinationSettings' => [ ], 'EmbeddedPlusScte20DestinationSettings' => [ ], 'RtmpCaptionInfoDestinationSettings' => [ ], 'Scte20PlusEmbeddedDestinationSettings' => [ ], 'Scte27DestinationSettings' => [ ], 'SmpteTtDestinationSettings' => [ ], 'TeletextDestinationSettings' => [ ], 'TtmlDestinationSettings' => [ 'StyleControl' => 'PASSTHROUGH|USE_CONFIGURED', ], 'WebvttDestinationSettings' => [ 'StyleControl' => 'NO_STYLE_DATA|PASSTHROUGH', ], ], 'LanguageCode' => '<string>', 'LanguageDescription' => '<string>', 'Name' => '<string>', // REQUIRED ], // ... ], 'FeatureActivations' => [ 'InputPrepareScheduleActions' => 'DISABLED|ENABLED', 'OutputStaticImageOverlayScheduleActions' => 'DISABLED|ENABLED', ], 'GlobalConfiguration' => [ 'InitialAudioGain' => <integer>, 'InputEndAction' => 'NONE|SWITCH_AND_LOOP_INPUTS', 'InputLossBehavior' => [ 'BlackFrameMsec' => <integer>, 'InputLossImageColor' => '<string>', 'InputLossImageSlate' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'InputLossImageType' => 'COLOR|SLATE', 'RepeatFrameMsec' => <integer>, ], 'OutputLockingMode' => 'EPOCH_LOCKING|PIPELINE_LOCKING', 'OutputLockingSettings' => [ 'EpochLockingSettings' => [ 'CustomEpoch' => '<string>', 'JamSyncTime' => '<string>', ], 'PipelineLockingSettings' => [ ], ], 'OutputTimingSource' => 'INPUT_CLOCK|SYSTEM_CLOCK', 'SupportLowFramerateInputs' => 'DISABLED|ENABLED', ], 'MotionGraphicsConfiguration' => [ 'MotionGraphicsInsertion' => 'DISABLED|ENABLED', 'MotionGraphicsSettings' => [ // REQUIRED 'HtmlMotionGraphicsSettings' => [ ], ], ], 'NielsenConfiguration' => [ 'DistributorId' => '<string>', 'NielsenPcmToId3Tagging' => 'DISABLED|ENABLED', ], 'OutputGroups' => [ // REQUIRED [ 'Name' => '<string>', 'OutputGroupSettings' => [ // REQUIRED 'ArchiveGroupSettings' => [ 'ArchiveCdnSettings' => [ 'ArchiveS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'RolloverInterval' => <integer>, ], 'FrameCaptureGroupSettings' => [ 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'FrameCaptureCdnSettings' => [ 'FrameCaptureS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], ], ], 'HlsGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'BaseUrlContent' => '<string>', 'BaseUrlContent1' => '<string>', 'BaseUrlManifest' => '<string>', 'BaseUrlManifest1' => '<string>', 'CaptionLanguageMappings' => [ [ 'CaptionChannel' => <integer>, // REQUIRED 'LanguageCode' => '<string>', // REQUIRED 'LanguageDescription' => '<string>', // REQUIRED ], // ... ], 'CaptionLanguageSetting' => 'INSERT|NONE|OMIT', 'ClientCache' => 'DISABLED|ENABLED', 'CodecSpecification' => 'RFC_4281|RFC_6381', 'ConstantIv' => '<string>', 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'DirectoryStructure' => 'SINGLE_DIRECTORY|SUBDIRECTORY_PER_STREAM', 'DiscontinuityTags' => 'INSERT|NEVER_INSERT', 'EncryptionType' => 'AES128|SAMPLE_AES', 'HlsCdnSettings' => [ 'HlsAkamaiSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'Salt' => '<string>', 'Token' => '<string>', ], 'HlsBasicPutSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsMediaStoreSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'MediaStoreStorageClass' => 'TEMPORAL', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], 'HlsS3Settings' => [ 'CannedAcl' => 'AUTHENTICATED_READ|BUCKET_OWNER_FULL_CONTROL|BUCKET_OWNER_READ|PUBLIC_READ', ], 'HlsWebdavSettings' => [ 'ConnectionRetryInterval' => <integer>, 'FilecacheDuration' => <integer>, 'HttpTransferMode' => 'CHUNKED|NON_CHUNKED', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, ], ], 'HlsId3SegmentTagging' => 'DISABLED|ENABLED', 'IFrameOnlyPlaylists' => 'DISABLED|STANDARD', 'IncompleteSegmentBehavior' => 'AUTO|SUPPRESS', 'IndexNSegments' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'IvInManifest' => 'EXCLUDE|INCLUDE', 'IvSource' => 'EXPLICIT|FOLLOWS_SEGMENT_NUMBER', 'KeepSegments' => <integer>, 'KeyFormat' => '<string>', 'KeyFormatVersions' => '<string>', 'KeyProviderSettings' => [ 'StaticKeySettings' => [ 'KeyProviderServer' => [ 'PasswordParam' => '<string>', 'Uri' => '<string>', // REQUIRED 'Username' => '<string>', ], 'StaticKeyValue' => '<string>', // REQUIRED ], ], 'ManifestCompression' => 'GZIP|NONE', 'ManifestDurationFormat' => 'FLOATING_POINT|INTEGER', 'MinSegmentLength' => <integer>, 'Mode' => 'LIVE|VOD', 'OutputSelection' => 'MANIFESTS_AND_SEGMENTS|SEGMENTS_ONLY|VARIANT_MANIFESTS_AND_SEGMENTS', 'ProgramDateTime' => 'EXCLUDE|INCLUDE', 'ProgramDateTimeClock' => 'INITIALIZE_FROM_OUTPUT_TIMECODE|SYSTEM_CLOCK', 'ProgramDateTimePeriod' => <integer>, 'RedundantManifest' => 'DISABLED|ENABLED', 'SegmentLength' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SegmentsPerSubdirectory' => <integer>, 'StreamInfResolution' => 'EXCLUDE|INCLUDE', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, 'TimestampDeltaMilliseconds' => <integer>, 'TsFileMode' => 'SEGMENTED_FILES|SINGLE_FILE', ], 'MediaPackageGroupSettings' => [ 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], ], 'MsSmoothGroupSettings' => [ 'AcquisitionPointId' => '<string>', 'AudioOnlyTimecodeControl' => 'PASSTHROUGH|USE_CONFIGURED_CLOCK', 'CertificateMode' => 'SELF_SIGNED|VERIFY_AUTHENTICITY', 'ConnectionRetryInterval' => <integer>, 'Destination' => [ // REQUIRED 'DestinationRefId' => '<string>', ], 'EventId' => '<string>', 'EventIdMode' => 'NO_EVENT_ID|USE_CONFIGURED|USE_TIMESTAMP', 'EventStopBehavior' => 'NONE|SEND_EOS', 'FilecacheDuration' => <integer>, 'FragmentLength' => <integer>, 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'NumRetries' => <integer>, 'RestartDelay' => <integer>, 'SegmentationMode' => 'USE_INPUT_SEGMENTATION|USE_SEGMENT_DURATION', 'SendDelayMs' => <integer>, 'SparseTrackType' => 'NONE|SCTE_35|SCTE_35_WITHOUT_SEGMENTATION', 'StreamManifestBehavior' => 'DO_NOT_SEND|SEND', 'TimestampOffset' => '<string>', 'TimestampOffsetMode' => 'USE_CONFIGURED_OFFSET|USE_EVENT_START_DATE', ], 'MultiplexGroupSettings' => [ ], 'RtmpGroupSettings' => [ 'AdMarkers' => ['<string>', ...], 'AuthenticationScheme' => 'AKAMAI|COMMON', 'CacheFullBehavior' => 'DISCONNECT_IMMEDIATELY|WAIT_FOR_SERVER', 'CacheLength' => <integer>, 'CaptionData' => 'ALL|FIELD1_608|FIELD1_AND_FIELD2_608', 'IncludeFillerNalUnits' => 'AUTO|DROP|INCLUDE', 'InputLossAction' => 'EMIT_OUTPUT|PAUSE_OUTPUT', 'RestartDelay' => <integer>, ], 'UdpGroupSettings' => [ 'InputLossAction' => 'DROP_PROGRAM|DROP_TS|EMIT_PROGRAM', 'TimedMetadataId3Frame' => 'NONE|PRIV|TDRL', 'TimedMetadataId3Period' => <integer>, ], ], 'Outputs' => [ // REQUIRED [ 'AudioDescriptionNames' => ['<string>', ...], 'CaptionDescriptionNames' => ['<string>', ...], 'OutputName' => '<string>', 'OutputSettings' => [ // REQUIRED 'ArchiveOutputSettings' => [ 'ContainerSettings' => [ // REQUIRED 'M2tsSettings' => [ 'AbsentInputAudioBehavior' => 'DROP|ENCODE_SILENCE', 'Arib' => 'DISABLED|ENABLED', 'AribCaptionsPid' => '<string>', 'AribCaptionsPidControl' => 'AUTO|USE_CONFIGURED', 'AudioBufferModel' => 'ATSC|DVB', 'AudioFramesPerPes' => <integer>, 'AudioPids' => '<string>', 'AudioStreamType' => 'ATSC|DVB', 'Bitrate' => <integer>, 'BufferModel' => 'MULTIPLEX|NONE', 'CcDescriptor' => 'DISABLED|ENABLED', 'DvbNitSettings' => [ 'NetworkId' => <integer>, // REQUIRED 'NetworkName' => '<string>', // REQUIRED 'RepInterval' => <integer>, ], 'DvbSdtSettings' => [ 'OutputSdt' => 'SDT_FOLLOW|SDT_FOLLOW_IF_PRESENT|SDT_MANUAL|SDT_NONE', 'RepInterval' => <integer>, 'ServiceName' => '<string>', 'ServiceProviderName' => '<string>', ], 'DvbSubPids' => '<string>', 'DvbTdtSettings' => [ 'RepInterval' => <integer>, ], 'DvbTeletextPid' => '<string>', 'Ebif' => 'NONE|PASSTHROUGH', 'EbpAudioInterval' => 'VIDEO_AND_FIXED_INTERVALS|VIDEO_INTERVAL', 'EbpLookaheadMs' => <integer>, 'EbpPlacement' => 'VIDEO_AND_AUDIO_PIDS|VIDEO_PID', 'EcmPid' => '<string>', 'EsRateInPes' => 'EXCLUDE|INCLUDE', 'EtvPlatformPid' => '<string>', 'EtvSignalPid' => '<string>', 'FragmentTime' => <float>, 'Klv' => 'NONE|PASSTHROUGH', 'KlvDataPids' => '<string>', 'NielsenId3Behavior' => 'NO_PASSTHROUGH|PASSTHROUGH', 'NullPacketBitrate' => <float>, 'PatInterval' => <integer>, 'PcrControl' => 'CONFIGURED_PCR_PERIOD|PCR_EVERY_PES_PACKET', 'PcrPeriod' => <integer>, 'PcrPid' => '<string>', 'PmtInterval' => <integer>, 'PmtPid' => '<string>', 'ProgramNum' => <integer>, 'RateMode' => 'CBR|VBR', 'Scte27Pids' => '<string>', 'Scte35Control' => 'NONE|PASSTHROUGH', 'Scte35Pid' => '<string>', 'Scte35PrerollPullupMilliseconds' => <float>, 'SegmentationMarkers' => 'EBP|EBP_LEGACY|NONE|PSI_SEGSTART|RAI_ADAPT|RAI_SEGSTART', 'SegmentationStyle' => 'MAINTAIN_CADENCE|R