| 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.ChimeSDKMessaging.GetMessagingSessionEndpoint
Description
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.
Constructors
| GetMessagingSessionEndpoint' | |
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.
Constructors
| GetMessagingSessionEndpointResponse' | |
Fields
| |
Instances
newGetMessagingSessionEndpointResponse Source #
Arguments
| :: Int | |
| -> GetMessagingSessionEndpointResponse |
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.