Copyright | (c) 2013-2021 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 |
Deletes the stream processor identified by Name
. You assign the value
for Name
when you create the stream processor with
CreateStreamProcessor. You might not be able to use the same name for a
stream processor for a few seconds after calling
DeleteStreamProcessor
.
Synopsis
- data DeleteStreamProcessor = DeleteStreamProcessor' {}
- newDeleteStreamProcessor :: Text -> DeleteStreamProcessor
- deleteStreamProcessor_name :: Lens' DeleteStreamProcessor Text
- data DeleteStreamProcessorResponse = DeleteStreamProcessorResponse' {
- httpStatus :: Int
- newDeleteStreamProcessorResponse :: Int -> DeleteStreamProcessorResponse
- deleteStreamProcessorResponse_httpStatus :: Lens' DeleteStreamProcessorResponse Int
Creating a Request
data DeleteStreamProcessor Source #
See: newDeleteStreamProcessor
smart constructor.
Instances
newDeleteStreamProcessor Source #
Create a value of DeleteStreamProcessor
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:name:DeleteStreamProcessor'
, deleteStreamProcessor_name
- The name of the stream processor you want to delete.
Request Lenses
deleteStreamProcessor_name :: Lens' DeleteStreamProcessor Text Source #
The name of the stream processor you want to delete.
Destructuring the Response
data DeleteStreamProcessorResponse Source #
See: newDeleteStreamProcessorResponse
smart constructor.
DeleteStreamProcessorResponse' | |
|
Instances
newDeleteStreamProcessorResponse Source #
Create a value of DeleteStreamProcessorResponse
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:httpStatus:DeleteStreamProcessorResponse'
, deleteStreamProcessorResponse_httpStatus
- The response's http status code.
Response Lenses
deleteStreamProcessorResponse_httpStatus :: Lens' DeleteStreamProcessorResponse Int Source #
The response's http status code.