| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Pinpoint.DeleteEventStream
Description
Deletes the event stream for an application.
Synopsis
- data DeleteEventStream = DeleteEventStream' {}
- newDeleteEventStream :: Text -> DeleteEventStream
- deleteEventStream_applicationId :: Lens' DeleteEventStream Text
- data DeleteEventStreamResponse = DeleteEventStreamResponse' {}
- newDeleteEventStreamResponse :: Int -> EventStream -> DeleteEventStreamResponse
- deleteEventStreamResponse_httpStatus :: Lens' DeleteEventStreamResponse Int
- deleteEventStreamResponse_eventStream :: Lens' DeleteEventStreamResponse EventStream
Creating a Request
data DeleteEventStream Source #
See: newDeleteEventStream smart constructor.
Constructors
| DeleteEventStream' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteEventStream |
Create a value of DeleteEventStream 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:
DeleteEventStream, deleteEventStream_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
deleteEventStream_applicationId :: Lens' DeleteEventStream Text Source #
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
Destructuring the Response
data DeleteEventStreamResponse Source #
See: newDeleteEventStreamResponse smart constructor.
Constructors
| DeleteEventStreamResponse' | |
Fields
| |
Instances
newDeleteEventStreamResponse Source #
Arguments
| :: Int | |
| -> EventStream | |
| -> DeleteEventStreamResponse |
Create a value of DeleteEventStreamResponse 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:DeleteEventStreamResponse', deleteEventStreamResponse_httpStatus - The response's http status code.
$sel:eventStream:DeleteEventStreamResponse', deleteEventStreamResponse_eventStream - Undocumented member.
Response Lenses
deleteEventStreamResponse_httpStatus :: Lens' DeleteEventStreamResponse Int Source #
The response's http status code.
deleteEventStreamResponse_eventStream :: Lens' DeleteEventStreamResponse EventStream Source #
Undocumented member.