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.StopStreamProcessor
Description
Stops a running stream processor that was created by .
Creating a Request
Arguments
:: Text | |
-> StopStreamProcessor |
Creates a value of StopStreamProcessor
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
sspName
- The name of a stream processor created by .
data StopStreamProcessor #
See: stopStreamProcessor
smart constructor.
Instances
Request Lenses
sspName :: Lens' StopStreamProcessor Text #
The name of a stream processor created by .
Destructuring the Response
Arguments
:: Int | |
-> StopStreamProcessorResponse |
Creates a value of StopStreamProcessorResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ssprsResponseStatus
- -- | The response status code.
data StopStreamProcessorResponse #
See: stopStreamProcessorResponse
smart constructor.
Response Lenses
ssprsResponseStatus :: Lens' StopStreamProcessorResponse Int #
- - | The response status code.