| 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.GetEventStream
Description
Retrieves information about the event stream settings for an application.
Synopsis
- data GetEventStream = GetEventStream' {}
- newGetEventStream :: Text -> GetEventStream
- getEventStream_applicationId :: Lens' GetEventStream Text
- data GetEventStreamResponse = GetEventStreamResponse' {}
- newGetEventStreamResponse :: Int -> EventStream -> GetEventStreamResponse
- getEventStreamResponse_httpStatus :: Lens' GetEventStreamResponse Int
- getEventStreamResponse_eventStream :: Lens' GetEventStreamResponse EventStream
Creating a Request
data GetEventStream Source #
See: newGetEventStream smart constructor.
Constructors
| GetEventStream' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> GetEventStream |
Create a value of GetEventStream 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:
GetEventStream, getEventStream_applicationId - The unique identifier for the application. This identifier is displayed
as the Project ID on the Amazon Pinpoint console.
Request Lenses
getEventStream_applicationId :: Lens' GetEventStream 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 GetEventStreamResponse Source #
See: newGetEventStreamResponse smart constructor.
Constructors
| GetEventStreamResponse' | |
Fields
| |
Instances
newGetEventStreamResponse Source #
Arguments
| :: Int | |
| -> EventStream | |
| -> GetEventStreamResponse |
Create a value of GetEventStreamResponse 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:GetEventStreamResponse', getEventStreamResponse_httpStatus - The response's http status code.
$sel:eventStream:GetEventStreamResponse', getEventStreamResponse_eventStream - Undocumented member.
Response Lenses
getEventStreamResponse_httpStatus :: Lens' GetEventStreamResponse Int Source #
The response's http status code.
getEventStreamResponse_eventStream :: Lens' GetEventStreamResponse EventStream Source #
Undocumented member.