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 |
The details of the endpoint for the messaging session.
Synopsis
- data GetMessagingSessionEndpoint = GetMessagingSessionEndpoint' {
- newGetMessagingSessionEndpoint :: GetMessagingSessionEndpoint
- data GetMessagingSessionEndpointResponse = GetMessagingSessionEndpointResponse' {}
- newGetMessagingSessionEndpointResponse :: Int -> GetMessagingSessionEndpointResponse
- getMessagingSessionEndpointResponse_endpoint :: Lens' GetMessagingSessionEndpointResponse (Maybe MessagingSessionEndpoint)
- getMessagingSessionEndpointResponse_httpStatus :: Lens' GetMessagingSessionEndpointResponse Int
Creating a Request
data GetMessagingSessionEndpoint Source #
See: newGetMessagingSessionEndpoint
smart constructor.
Instances
newGetMessagingSessionEndpoint :: GetMessagingSessionEndpoint Source #
Create a value of GetMessagingSessionEndpoint
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data GetMessagingSessionEndpointResponse Source #
See: newGetMessagingSessionEndpointResponse
smart constructor.
GetMessagingSessionEndpointResponse' | |
|
Instances
newGetMessagingSessionEndpointResponse Source #
Create a value of GetMessagingSessionEndpointResponse
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:endpoint:GetMessagingSessionEndpointResponse'
, getMessagingSessionEndpointResponse_endpoint
- The endpoint returned in the response.
$sel:httpStatus:GetMessagingSessionEndpointResponse'
, getMessagingSessionEndpointResponse_httpStatus
- The response's http status code.
Response Lenses
getMessagingSessionEndpointResponse_endpoint :: Lens' GetMessagingSessionEndpointResponse (Maybe MessagingSessionEndpoint) Source #
The endpoint returned in the response.
getMessagingSessionEndpointResponse_httpStatus :: Lens' GetMessagingSessionEndpointResponse Int Source #
The response's http status code.