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 HlsIngest = HlsIngest' {}
- newHlsIngest :: HlsIngest
- hlsIngest_ingestEndpoints :: Lens' HlsIngest (Maybe [IngestEndpoint])
Documentation
An HTTP Live Streaming (HLS) ingest resource configuration.
See: newHlsIngest
smart constructor.
HlsIngest' | |
|
Instances
Eq HlsIngest Source # | |
Read HlsIngest Source # | |
Show HlsIngest Source # | |
Generic HlsIngest Source # | |
NFData HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
Hashable HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest | |
FromJSON HlsIngest Source # | |
type Rep HlsIngest Source # | |
Defined in Amazonka.MediaPackage.Types.HlsIngest type Rep HlsIngest = D1 ('MetaData "HlsIngest" "Amazonka.MediaPackage.Types.HlsIngest" "libZSservicesZSamazonka-mediapackageZSamazonka-mediapackage" 'False) (C1 ('MetaCons "HlsIngest'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ingestEndpoints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IngestEndpoint])))) |
newHlsIngest :: HlsIngest Source #
Create a value of HlsIngest
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:ingestEndpoints:HlsIngest'
, hlsIngest_ingestEndpoints
- A list of endpoints to which the source stream should be sent.
hlsIngest_ingestEndpoints :: Lens' HlsIngest (Maybe [IngestEndpoint]) Source #
A list of endpoints to which the source stream should be sent.