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 |
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.
GetEventStream' | |
|
Instances
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:
$sel:applicationId: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.
GetEventStreamResponse' | |
|
Instances
newGetEventStreamResponse Source #
:: 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.