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
Eq GetMessagingSessionEndpointResponse Source # | |
Read GetMessagingSessionEndpointResponse Source # | |
Show GetMessagingSessionEndpointResponse Source # | |
Generic GetMessagingSessionEndpointResponse Source # | |
NFData GetMessagingSessionEndpointResponse Source # | |
Defined in Amazonka.Chime.GetMessagingSessionEndpoint rnf :: GetMessagingSessionEndpointResponse -> () # | |
type Rep GetMessagingSessionEndpointResponse Source # | |
Defined in Amazonka.Chime.GetMessagingSessionEndpoint type Rep GetMessagingSessionEndpointResponse = D1 ('MetaData "GetMessagingSessionEndpointResponse" "Amazonka.Chime.GetMessagingSessionEndpoint" "libZSservicesZSamazonka-chimeZSamazonka-chime" 'False) (C1 ('MetaCons "GetMessagingSessionEndpointResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MessagingSessionEndpoint)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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.