libZSservicesZSamazonka-mediapackage-vodZSamazonka-mediapackage-vod
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.MediaPackageVOD.Types.EgressEndpoint

Description

 
Synopsis

Documentation

data EgressEndpoint Source #

The endpoint URL used to access an Asset using one PackagingConfiguration.

See: newEgressEndpoint smart constructor.

Constructors

EgressEndpoint' 

Fields

  • status :: Maybe Text

    The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

  • url :: Maybe Text

    The URL of the parent manifest for the repackaged Asset.

  • packagingConfigurationId :: Maybe Text

    The ID of the PackagingConfiguration being applied to the Asset.

Instances

Instances details
Eq EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Read EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Show EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Generic EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Associated Types

type Rep EgressEndpoint :: Type -> Type #

NFData EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

Methods

rnf :: EgressEndpoint -> () #

Hashable EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

FromJSON EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

type Rep EgressEndpoint Source # 
Instance details

Defined in Amazonka.MediaPackageVOD.Types.EgressEndpoint

type Rep EgressEndpoint = D1 ('MetaData "EgressEndpoint" "Amazonka.MediaPackageVOD.Types.EgressEndpoint" "libZSservicesZSamazonka-mediapackage-vodZSamazonka-mediapackage-vod" 'False) (C1 ('MetaCons "EgressEndpoint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "packagingConfigurationId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newEgressEndpoint :: EgressEndpoint Source #

Create a value of EgressEndpoint 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:status:EgressEndpoint', egressEndpoint_status - The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

$sel:url:EgressEndpoint', egressEndpoint_url - The URL of the parent manifest for the repackaged Asset.

$sel:packagingConfigurationId:EgressEndpoint', egressEndpoint_packagingConfigurationId - The ID of the PackagingConfiguration being applied to the Asset.

egressEndpoint_status :: Lens' EgressEndpoint (Maybe Text) Source #

The current processing status of the asset used for the packaging configuration. The status can be either QUEUED, PROCESSING, PLAYABLE, or FAILED. Status information won't be available for most assets ingested before 2021-09-30.

egressEndpoint_url :: Lens' EgressEndpoint (Maybe Text) Source #

The URL of the parent manifest for the repackaged Asset.

egressEndpoint_packagingConfigurationId :: Lens' EgressEndpoint (Maybe Text) Source #

The ID of the PackagingConfiguration being applied to the Asset.