Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data HttpPackageConfiguration = HttpPackageConfiguration' {}
- newHttpPackageConfiguration :: Text -> Type -> Text -> HttpPackageConfiguration
- httpPackageConfiguration_path :: Lens' HttpPackageConfiguration Text
- httpPackageConfiguration_type :: Lens' HttpPackageConfiguration Type
- httpPackageConfiguration_sourceGroup :: Lens' HttpPackageConfiguration Text
Documentation
data HttpPackageConfiguration Source #
The HTTP package configuration properties for the requested VOD source.
See: newHttpPackageConfiguration
smart constructor.
HttpPackageConfiguration' | |
|
Instances
newHttpPackageConfiguration Source #
:: Text | |
-> Type | |
-> Text | |
-> 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: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.