| 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.Pinpoint.DeleteEventStream
Description
Deletes the event stream for an app.
Synopsis
- deleteEventStream :: Text -> DeleteEventStream
- data DeleteEventStream
- desApplicationId :: Lens' DeleteEventStream Text
- deleteEventStreamResponse :: Int -> EventStream -> DeleteEventStreamResponse
- data DeleteEventStreamResponse
- desrsResponseStatus :: Lens' DeleteEventStreamResponse Int
- desrsEventStream :: Lens' DeleteEventStreamResponse EventStream
Creating a Request
Arguments
| :: Text | |
| -> DeleteEventStream |
Creates a value of DeleteEventStream with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desApplicationId- ApplicationId
data DeleteEventStream Source #
DeleteEventStream Request
See: deleteEventStream smart constructor.
Instances
Request Lenses
desApplicationId :: Lens' DeleteEventStream Text Source #
ApplicationId
Destructuring the Response
deleteEventStreamResponse Source #
Creates a value of DeleteEventStreamResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
desrsResponseStatus- -- | The response status code.desrsEventStream- Undocumented member.
data DeleteEventStreamResponse Source #
See: deleteEventStreamResponse smart constructor.
Instances
Response Lenses
desrsResponseStatus :: Lens' DeleteEventStreamResponse Int Source #
- - | The response status code.
desrsEventStream :: Lens' DeleteEventStreamResponse EventStream Source #
Undocumented member.