libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

Description

 
Synopsis

Documentation

data Scte35SegmentationDescriptor Source #

Corresponds to SCTE-35 segmentation_descriptor.

See: newScte35SegmentationDescriptor smart constructor.

Constructors

Scte35SegmentationDescriptor' 

Fields

  • segmentationUpidType :: Maybe Natural

    Corresponds to SCTE-35 segmentation_upid_type. On the console, enter one of the types listed in the SCTE-35 specification, converted to a decimal. For example, "0x0C" hex from the specification is "12" in decimal. In the CLI, API, or an SDK, enter one of the types listed in the SCTE-35 specification, in either hex (for example, "0x0C" ) or in decimal (for example, "12").

  • segmentsExpected :: Maybe Natural

    Corresponds to SCTE-35 segments_expected. A value that is valid for the specified segmentation_type_id.

  • subSegmentsExpected :: Maybe Natural

    Corresponds to SCTE-35 sub_segments_expected. A value that is valid for the specified segmentation_type_id.

  • segmentNum :: Maybe Natural

    Corresponds to SCTE-35 segment_num. A value that is valid for the specified segmentation_type_id.

  • segmentationDuration :: Maybe Natural

    Corresponds to SCTE-35 segmentation_duration. Optional. The duration for the time_signal, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. Enter time in 90 KHz clock ticks. If you do not enter a duration, the time_signal will continue until you insert a cancellation message.

  • segmentationTypeId :: Maybe Natural

    Corresponds to SCTE-35 segmentation_type_id. One of the segmentation_type_id values listed in the SCTE-35 specification. On the console, enter the ID in decimal (for example, "52"). In the CLI, API, or an SDK, enter the ID in hex (for example, "0x34") or decimal (for example, "52").

  • deliveryRestrictions :: Maybe Scte35DeliveryRestrictions

    Holds the four SCTE-35 delivery restriction parameters.

  • segmentationUpid :: Maybe Text

    Corresponds to SCTE-35 segmentation_upid. Enter a string containing the hexadecimal representation of the characters that make up the SCTE-35 segmentation_upid value. Must contain an even number of hex characters. Do not include spaces between each hex pair. For example, the ASCII "ADS Information" becomes hex "41445320496e666f726d6174696f6e.

  • subSegmentNum :: Maybe Natural

    Corresponds to SCTE-35 sub_segment_num. A value that is valid for the specified segmentation_type_id.

  • segmentationEventId :: Natural

    Corresponds to SCTE-35 segmentation_event_id.

  • segmentationCancelIndicator :: Scte35SegmentationCancelIndicator

    Corresponds to SCTE-35 segmentation_event_cancel_indicator.

Instances

Instances details
Eq Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

Read Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

Show Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

Generic Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

Associated Types

type Rep Scte35SegmentationDescriptor :: Type -> Type #

NFData Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

Hashable Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

ToJSON Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

FromJSON Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

type Rep Scte35SegmentationDescriptor Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SegmentationDescriptor

type Rep Scte35SegmentationDescriptor = D1 ('MetaData "Scte35SegmentationDescriptor" "Amazonka.MediaLive.Types.Scte35SegmentationDescriptor" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "Scte35SegmentationDescriptor'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "segmentationUpidType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "segmentsExpected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "subSegmentsExpected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "segmentNum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "segmentationDuration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))) :*: ((S1 ('MetaSel ('Just "segmentationTypeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "deliveryRestrictions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scte35DeliveryRestrictions)) :*: S1 ('MetaSel ('Just "segmentationUpid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "subSegmentNum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "segmentationEventId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "segmentationCancelIndicator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Scte35SegmentationCancelIndicator))))))

newScte35SegmentationDescriptor Source #

Create a value of Scte35SegmentationDescriptor with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:segmentationUpidType:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentationUpidType - Corresponds to SCTE-35 segmentation_upid_type. On the console, enter one of the types listed in the SCTE-35 specification, converted to a decimal. For example, "0x0C" hex from the specification is "12" in decimal. In the CLI, API, or an SDK, enter one of the types listed in the SCTE-35 specification, in either hex (for example, "0x0C" ) or in decimal (for example, "12").

$sel:segmentsExpected:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentsExpected - Corresponds to SCTE-35 segments_expected. A value that is valid for the specified segmentation_type_id.

$sel:subSegmentsExpected:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_subSegmentsExpected - Corresponds to SCTE-35 sub_segments_expected. A value that is valid for the specified segmentation_type_id.

$sel:segmentNum:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentNum - Corresponds to SCTE-35 segment_num. A value that is valid for the specified segmentation_type_id.

$sel:segmentationDuration:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentationDuration - Corresponds to SCTE-35 segmentation_duration. Optional. The duration for the time_signal, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. Enter time in 90 KHz clock ticks. If you do not enter a duration, the time_signal will continue until you insert a cancellation message.

$sel:segmentationTypeId:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentationTypeId - Corresponds to SCTE-35 segmentation_type_id. One of the segmentation_type_id values listed in the SCTE-35 specification. On the console, enter the ID in decimal (for example, "52"). In the CLI, API, or an SDK, enter the ID in hex (for example, "0x34") or decimal (for example, "52").

$sel:deliveryRestrictions:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_deliveryRestrictions - Holds the four SCTE-35 delivery restriction parameters.

$sel:segmentationUpid:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentationUpid - Corresponds to SCTE-35 segmentation_upid. Enter a string containing the hexadecimal representation of the characters that make up the SCTE-35 segmentation_upid value. Must contain an even number of hex characters. Do not include spaces between each hex pair. For example, the ASCII "ADS Information" becomes hex "41445320496e666f726d6174696f6e.

$sel:subSegmentNum:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_subSegmentNum - Corresponds to SCTE-35 sub_segment_num. A value that is valid for the specified segmentation_type_id.

$sel:segmentationEventId:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentationEventId - Corresponds to SCTE-35 segmentation_event_id.

$sel:segmentationCancelIndicator:Scte35SegmentationDescriptor', scte35SegmentationDescriptor_segmentationCancelIndicator - Corresponds to SCTE-35 segmentation_event_cancel_indicator.

scte35SegmentationDescriptor_segmentationUpidType :: Lens' Scte35SegmentationDescriptor (Maybe Natural) Source #

Corresponds to SCTE-35 segmentation_upid_type. On the console, enter one of the types listed in the SCTE-35 specification, converted to a decimal. For example, "0x0C" hex from the specification is "12" in decimal. In the CLI, API, or an SDK, enter one of the types listed in the SCTE-35 specification, in either hex (for example, "0x0C" ) or in decimal (for example, "12").

scte35SegmentationDescriptor_segmentsExpected :: Lens' Scte35SegmentationDescriptor (Maybe Natural) Source #

Corresponds to SCTE-35 segments_expected. A value that is valid for the specified segmentation_type_id.

scte35SegmentationDescriptor_subSegmentsExpected :: Lens' Scte35SegmentationDescriptor (Maybe Natural) Source #

Corresponds to SCTE-35 sub_segments_expected. A value that is valid for the specified segmentation_type_id.

scte35SegmentationDescriptor_segmentNum :: Lens' Scte35SegmentationDescriptor (Maybe Natural) Source #

Corresponds to SCTE-35 segment_num. A value that is valid for the specified segmentation_type_id.

scte35SegmentationDescriptor_segmentationDuration :: Lens' Scte35SegmentationDescriptor (Maybe Natural) Source #

Corresponds to SCTE-35 segmentation_duration. Optional. The duration for the time_signal, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. Enter time in 90 KHz clock ticks. If you do not enter a duration, the time_signal will continue until you insert a cancellation message.

scte35SegmentationDescriptor_segmentationTypeId :: Lens' Scte35SegmentationDescriptor (Maybe Natural) Source #

Corresponds to SCTE-35 segmentation_type_id. One of the segmentation_type_id values listed in the SCTE-35 specification. On the console, enter the ID in decimal (for example, "52"). In the CLI, API, or an SDK, enter the ID in hex (for example, "0x34") or decimal (for example, "52").

scte35SegmentationDescriptor_segmentationUpid :: Lens' Scte35SegmentationDescriptor (Maybe Text) Source #

Corresponds to SCTE-35 segmentation_upid. Enter a string containing the hexadecimal representation of the characters that make up the SCTE-35 segmentation_upid value. Must contain an even number of hex characters. Do not include spaces between each hex pair. For example, the ASCII "ADS Information" becomes hex "41445320496e666f726d6174696f6e.

scte35SegmentationDescriptor_subSegmentNum :: Lens' Scte35SegmentationDescriptor (Maybe Natural) Source #

Corresponds to SCTE-35 sub_segment_num. A value that is valid for the specified segmentation_type_id.