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 |
Documentation
data InputDestinationRequest Source #
Endpoint settings for a PUSH type input.
See: newInputDestinationRequest
smart constructor.
InputDestinationRequest' | |
|
Instances
newInputDestinationRequest :: InputDestinationRequest Source #
Create a value of InputDestinationRequest
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:streamName:InputDestinationRequest'
, inputDestinationRequest_streamName
- A unique name for the location the RTMP stream is being pushed to.
inputDestinationRequest_streamName :: Lens' InputDestinationRequest (Maybe Text) Source #
A unique name for the location the RTMP stream is being pushed to.