| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaTailor.Types.HttpPackageConfiguration
Description
Synopsis
- data HttpPackageConfiguration = HttpPackageConfiguration' {}
- newHttpPackageConfiguration :: Text -> Text -> Type -> HttpPackageConfiguration
- httpPackageConfiguration_path :: Lens' HttpPackageConfiguration Text
- httpPackageConfiguration_sourceGroup :: Lens' HttpPackageConfiguration Text
- httpPackageConfiguration_type :: Lens' HttpPackageConfiguration Type
Documentation
data HttpPackageConfiguration Source #
The HTTP package configuration properties for the requested VOD source.
See: newHttpPackageConfiguration smart constructor.
Constructors
| HttpPackageConfiguration' | |
Fields
| |
Instances
newHttpPackageConfiguration Source #
Arguments
| :: Text | |
| -> Text | |
| -> Type | |
| -> HttpPackageConfiguration |
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:sourceGroup:HttpPackageConfiguration', httpPackageConfiguration_sourceGroup - The name of the source group. This has to match one of the
Channel::Outputs::SourceGroup.
$sel:type':HttpPackageConfiguration', httpPackageConfiguration_type - The streaming protocol for this package configuration. Supported values
are HLS and DASH.
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_sourceGroup :: Lens' HttpPackageConfiguration Text Source #
The name of the source group. This has to match one of the
Channel::Outputs::SourceGroup.
httpPackageConfiguration_type :: Lens' HttpPackageConfiguration Type Source #
The streaming protocol for this package configuration. Supported values
are HLS and DASH.