| 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.MediaPackage.Types.IngestEndpoint
Description
Synopsis
- data IngestEndpoint = IngestEndpoint' {}
- newIngestEndpoint :: IngestEndpoint
- ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_url :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_username :: Lens' IngestEndpoint (Maybe Text)
Documentation
data IngestEndpoint Source #
An endpoint for ingesting source content for a Channel.
See: newIngestEndpoint smart constructor.
Constructors
| IngestEndpoint' | |
Fields
| |
Instances
newIngestEndpoint :: IngestEndpoint Source #
Create a value of IngestEndpoint 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:id:IngestEndpoint', ingestEndpoint_id - The system generated unique identifier for the IngestEndpoint
$sel:password:IngestEndpoint', ingestEndpoint_password - The system generated password for ingest authentication.
$sel:url:IngestEndpoint', ingestEndpoint_url - The ingest URL to which the source stream should be sent.
$sel:username:IngestEndpoint', ingestEndpoint_username - The system generated username for ingest authentication.
ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated unique identifier for the IngestEndpoint
ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated password for ingest authentication.
ingestEndpoint_url :: Lens' IngestEndpoint (Maybe Text) Source #
The ingest URL to which the source stream should be sent.
ingestEndpoint_username :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated username for ingest authentication.