| 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.ListMulticastGroups
Description
Lists the multicast groups registered to your AWS account.
Synopsis
- data ListMulticastGroups = ListMulticastGroups' {}
- newListMulticastGroups :: ListMulticastGroups
- listMulticastGroups_maxResults :: Lens' ListMulticastGroups (Maybe Natural)
- listMulticastGroups_nextToken :: Lens' ListMulticastGroups (Maybe Text)
- data ListMulticastGroupsResponse = ListMulticastGroupsResponse' {}
- newListMulticastGroupsResponse :: Int -> ListMulticastGroupsResponse
- listMulticastGroupsResponse_multicastGroupList :: Lens' ListMulticastGroupsResponse (Maybe [MulticastGroup])
- listMulticastGroupsResponse_nextToken :: Lens' ListMulticastGroupsResponse (Maybe Text)
- listMulticastGroupsResponse_httpStatus :: Lens' ListMulticastGroupsResponse Int
Creating a Request
data ListMulticastGroups Source #
See: newListMulticastGroups smart constructor.
Constructors
| ListMulticastGroups' | |
Instances
newListMulticastGroups :: ListMulticastGroups Source #
Create a value of ListMulticastGroups 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:maxResults:ListMulticastGroups', listMulticastGroups_maxResults - Undocumented member.
ListMulticastGroups, listMulticastGroups_nextToken - To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
Request Lenses
listMulticastGroups_maxResults :: Lens' ListMulticastGroups (Maybe Natural) Source #
Undocumented member.
listMulticastGroups_nextToken :: Lens' ListMulticastGroups (Maybe Text) Source #
To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
Destructuring the Response
data ListMulticastGroupsResponse Source #
See: newListMulticastGroupsResponse smart constructor.
Constructors
| ListMulticastGroupsResponse' | |
Fields
| |
Instances
newListMulticastGroupsResponse Source #
Create a value of ListMulticastGroupsResponse 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:multicastGroupList:ListMulticastGroupsResponse', listMulticastGroupsResponse_multicastGroupList - Undocumented member.
ListMulticastGroups, listMulticastGroupsResponse_nextToken - To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
$sel:httpStatus:ListMulticastGroupsResponse', listMulticastGroupsResponse_httpStatus - The response's http status code.
Response Lenses
listMulticastGroupsResponse_multicastGroupList :: Lens' ListMulticastGroupsResponse (Maybe [MulticastGroup]) Source #
Undocumented member.
listMulticastGroupsResponse_nextToken :: Lens' ListMulticastGroupsResponse (Maybe Text) Source #
To retrieve the next set of results, the nextToken value from a
previous response; otherwise null to receive the first set of
results.
listMulticastGroupsResponse_httpStatus :: Lens' ListMulticastGroupsResponse Int Source #
The response's http status code.