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.IoTWireless.GetMulticastGroupSession
Description
Gets information about a multicast group session.
Synopsis
- data GetMulticastGroupSession = GetMulticastGroupSession' {}
- newGetMulticastGroupSession :: Text -> GetMulticastGroupSession
- getMulticastGroupSession_id :: Lens' GetMulticastGroupSession Text
- data GetMulticastGroupSessionResponse = GetMulticastGroupSessionResponse' {}
- newGetMulticastGroupSessionResponse :: Int -> GetMulticastGroupSessionResponse
- getMulticastGroupSessionResponse_loRaWAN :: Lens' GetMulticastGroupSessionResponse (Maybe LoRaWANMulticastSession)
- getMulticastGroupSessionResponse_httpStatus :: Lens' GetMulticastGroupSessionResponse Int
Creating a Request
data GetMulticastGroupSession Source #
See: newGetMulticastGroupSession
smart constructor.
Constructors
GetMulticastGroupSession' | |
Instances
newGetMulticastGroupSession Source #
Arguments
:: Text | |
-> GetMulticastGroupSession |
Create a value of GetMulticastGroupSession
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:
GetMulticastGroupSession
, getMulticastGroupSession_id
- Undocumented member.
Request Lenses
getMulticastGroupSession_id :: Lens' GetMulticastGroupSession Text Source #
Undocumented member.
Destructuring the Response
data GetMulticastGroupSessionResponse Source #
See: newGetMulticastGroupSessionResponse
smart constructor.
Constructors
GetMulticastGroupSessionResponse' | |
Fields
|
Instances
newGetMulticastGroupSessionResponse Source #
Create a value of GetMulticastGroupSessionResponse
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:
GetMulticastGroupSessionResponse
, getMulticastGroupSessionResponse_loRaWAN
- Undocumented member.
$sel:httpStatus:GetMulticastGroupSessionResponse'
, getMulticastGroupSessionResponse_httpStatus
- The response's http status code.
Response Lenses
getMulticastGroupSessionResponse_loRaWAN :: Lens' GetMulticastGroupSessionResponse (Maybe LoRaWANMulticastSession) Source #
Undocumented member.
getMulticastGroupSessionResponse_httpStatus :: Lens' GetMulticastGroupSessionResponse Int Source #
The response's http status code.