amazonka-mediapackage-2.0: Amazon Elemental MediaPackage SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaPackage.Types.OriginEndpoint

Description

 
Synopsis

Documentation

data OriginEndpoint Source #

An OriginEndpoint resource configuration.

See: newOriginEndpoint smart constructor.

Constructors

OriginEndpoint' 

Fields

Instances

Instances details
FromJSON OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

Generic OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

Associated Types

type Rep OriginEndpoint :: Type -> Type #

Read OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

Show OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

NFData OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

Methods

rnf :: OriginEndpoint -> () #

Eq OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

Hashable OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

type Rep OriginEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackage.Types.OriginEndpoint

type Rep OriginEndpoint = D1 ('MetaData "OriginEndpoint" "Amazonka.MediaPackage.Types.OriginEndpoint" "amazonka-mediapackage-2.0-Ht5BbgvzDNJCrSLrgDmB6l" 'False) (C1 ('MetaCons "OriginEndpoint'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorization") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Authorization))) :*: (S1 ('MetaSel ('Just "channelId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "cmafPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CmafPackage)))) :*: ((S1 ('MetaSel ('Just "dashPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DashPackage)) :*: S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "hlsPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe HlsPackage)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "manifestName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "mssPackage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MssPackage))) :*: (S1 ('MetaSel ('Just "origination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Origination)) :*: S1 ('MetaSel ('Just "startoverWindowSeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "timeDelaySeconds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "whitelist") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))))))

newOriginEndpoint :: OriginEndpoint Source #

Create a value of OriginEndpoint 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:arn:OriginEndpoint', originEndpoint_arn - The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

$sel:authorization:OriginEndpoint', originEndpoint_authorization - Undocumented member.

$sel:channelId:OriginEndpoint', originEndpoint_channelId - The ID of the Channel the OriginEndpoint is associated with.

$sel:cmafPackage:OriginEndpoint', originEndpoint_cmafPackage - Undocumented member.

$sel:dashPackage:OriginEndpoint', originEndpoint_dashPackage - Undocumented member.

$sel:description:OriginEndpoint', originEndpoint_description - A short text description of the OriginEndpoint.

$sel:hlsPackage:OriginEndpoint', originEndpoint_hlsPackage - Undocumented member.

$sel:id:OriginEndpoint', originEndpoint_id - The ID of the OriginEndpoint.

$sel:manifestName:OriginEndpoint', originEndpoint_manifestName - A short string appended to the end of the OriginEndpoint URL.

$sel:mssPackage:OriginEndpoint', originEndpoint_mssPackage - Undocumented member.

$sel:origination:OriginEndpoint', originEndpoint_origination - Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

$sel:startoverWindowSeconds:OriginEndpoint', originEndpoint_startoverWindowSeconds - Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

$sel:tags:OriginEndpoint', originEndpoint_tags - Undocumented member.

$sel:timeDelaySeconds:OriginEndpoint', originEndpoint_timeDelaySeconds - Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

$sel:url:OriginEndpoint', originEndpoint_url - The URL of the packaged OriginEndpoint for consumption.

$sel:whitelist:OriginEndpoint', originEndpoint_whitelist - A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.

originEndpoint_arn :: Lens' OriginEndpoint (Maybe Text) Source #

The Amazon Resource Name (ARN) assigned to the OriginEndpoint.

originEndpoint_channelId :: Lens' OriginEndpoint (Maybe Text) Source #

The ID of the Channel the OriginEndpoint is associated with.

originEndpoint_description :: Lens' OriginEndpoint (Maybe Text) Source #

A short text description of the OriginEndpoint.

originEndpoint_id :: Lens' OriginEndpoint (Maybe Text) Source #

The ID of the OriginEndpoint.

originEndpoint_manifestName :: Lens' OriginEndpoint (Maybe Text) Source #

A short string appended to the end of the OriginEndpoint URL.

originEndpoint_origination :: Lens' OriginEndpoint (Maybe Origination) Source #

Control whether origination of video is allowed for this OriginEndpoint. If set to ALLOW, the OriginEndpoint may by requested, pursuant to any other form of access control. If set to DENY, the OriginEndpoint may not be requested. This can be helpful for Live to VOD harvesting, or for temporarily disabling origination

originEndpoint_startoverWindowSeconds :: Lens' OriginEndpoint (Maybe Int) Source #

Maximum duration (seconds) of content to retain for startover playback. If not specified, startover playback will be disabled for the OriginEndpoint.

originEndpoint_timeDelaySeconds :: Lens' OriginEndpoint (Maybe Int) Source #

Amount of delay (seconds) to enforce on the playback of live content. If not specified, there will be no time delay in effect for the OriginEndpoint.

originEndpoint_url :: Lens' OriginEndpoint (Maybe Text) Source #

The URL of the packaged OriginEndpoint for consumption.

originEndpoint_whitelist :: Lens' OriginEndpoint (Maybe [Text]) Source #

A list of source IP CIDR blocks that will be allowed to access the OriginEndpoint.