| Copyright | (c) 2013-2018 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 |
| Language | Haskell2010 |
Network.AWS.Rekognition.StartStreamProcessor
Description
Starts processing a stream processor. You create a stream processor by calling . To tell StartStreamProcessor which stream processor to start, use the value of the Name field specified in the call to CreateStreamProcessor .
Creating a Request
Arguments
| :: Text | |
| -> StartStreamProcessor |
Creates a value of StartStreamProcessor with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sName- The name of the stream processor to start processing.
data StartStreamProcessor Source #
See: startStreamProcessor smart constructor.
Instances
Request Lenses
sName :: Lens' StartStreamProcessor Text Source #
The name of the stream processor to start processing.
Destructuring the Response
startStreamProcessorResponse Source #
Arguments
| :: Int | |
| -> StartStreamProcessorResponse |
Creates a value of StartStreamProcessorResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
srsResponseStatus- -- | The response status code.
data StartStreamProcessorResponse Source #
See: startStreamProcessorResponse smart constructor.
Instances
Response Lenses
srsResponseStatus :: Lens' StartStreamProcessorResponse Int Source #
- - | The response status code.