| 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.DeleteStreamProcessor
Description
Deletes the stream processor identified by Name . You assign the value for Name when you create the stream processor with . You might not be able to use the same name for a stream processor for a few seconds after calling DeleteStreamProcessor .
Creating a Request
deleteStreamProcessor Source #
Arguments
| :: Text | |
| -> DeleteStreamProcessor |
Creates a value of DeleteStreamProcessor with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dName- The name of the stream processor you want to delete.
data DeleteStreamProcessor Source #
See: deleteStreamProcessor smart constructor.
Instances
Request Lenses
dName :: Lens' DeleteStreamProcessor Text Source #
The name of the stream processor you want to delete.
Destructuring the Response
deleteStreamProcessorResponse Source #
Arguments
| :: Int | |
| -> DeleteStreamProcessorResponse |
Creates a value of DeleteStreamProcessorResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
drsResponseStatus- -- | The response status code.
data DeleteStreamProcessorResponse Source #
See: deleteStreamProcessorResponse smart constructor.
Instances
Response Lenses
drsResponseStatus :: Lens' DeleteStreamProcessorResponse Int Source #
- - | The response status code.