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 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.
DeleteEventStream' | |
|
Instances
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:
$sel:applicationId: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.
DeleteEventStreamResponse' | |
|
Instances
newDeleteEventStreamResponse Source #
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.