| 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 Source #
See: stopStreamProcessor smart constructor.
Instances
Request Lenses
Destructuring the Response
stopStreamProcessorResponse Source #
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 Source #
See: stopStreamProcessorResponse smart constructor.
Instances
Response Lenses
ssprsResponseStatus :: Lens' StopStreamProcessorResponse Int Source #
- - | The response status code.