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 IngestEndpoint = IngestEndpoint' {}
- newIngestEndpoint :: IngestEndpoint
- ingestEndpoint_url :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_username :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text)
- ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text)
Documentation
data IngestEndpoint Source #
An endpoint for ingesting source content for a Channel.
See: newIngestEndpoint
smart constructor.
IngestEndpoint' | |
|
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: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.
$sel:password:IngestEndpoint'
, ingestEndpoint_password
- The system generated password for ingest authentication.
$sel:id:IngestEndpoint'
, ingestEndpoint_id
- The system generated unique identifier for the IngestEndpoint
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.
ingestEndpoint_password :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated password for ingest authentication.
ingestEndpoint_id :: Lens' IngestEndpoint (Maybe Text) Source #
The system generated unique identifier for the IngestEndpoint