libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor
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.MediaTailor.Types.HttpPackageConfiguration

Description

 
Synopsis

Documentation

data HttpPackageConfiguration Source #

The HTTP package configuration properties for the requested VOD source.

See: newHttpPackageConfiguration smart constructor.

Constructors

HttpPackageConfiguration' 

Fields

  • path :: Text

    The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

  • type' :: Type

    The streaming protocol for this package configuration. Supported values are HLS and DASH.

  • sourceGroup :: Text

    The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

Instances

Instances details
Eq HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Read HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Show HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Generic HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Associated Types

type Rep HttpPackageConfiguration :: Type -> Type #

NFData HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

Hashable HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

ToJSON HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

FromJSON HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

type Rep HttpPackageConfiguration Source # 
Instance details

Defined in Amazonka.MediaTailor.Types.HttpPackageConfiguration

type Rep HttpPackageConfiguration = D1 ('MetaData "HttpPackageConfiguration" "Amazonka.MediaTailor.Types.HttpPackageConfiguration" "libZSservicesZSamazonka-mediatailorZSamazonka-mediatailor" 'False) (C1 ('MetaCons "HttpPackageConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Type) :*: S1 ('MetaSel ('Just "sourceGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newHttpPackageConfiguration Source #

Create a value of HttpPackageConfiguration 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:path:HttpPackageConfiguration', httpPackageConfiguration_path - The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

$sel:type':HttpPackageConfiguration', httpPackageConfiguration_type - The streaming protocol for this package configuration. Supported values are HLS and DASH.

$sel:sourceGroup:HttpPackageConfiguration', httpPackageConfiguration_sourceGroup - The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.

httpPackageConfiguration_path :: Lens' HttpPackageConfiguration Text Source #

The relative path to the URL for this VOD source. This is combined with SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.

httpPackageConfiguration_type :: Lens' HttpPackageConfiguration Type Source #

The streaming protocol for this package configuration. Supported values are HLS and DASH.

httpPackageConfiguration_sourceGroup :: Lens' HttpPackageConfiguration Text Source #

The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.