amazonka-iotwireless-2.0: Amazon IoT Wireless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.IoTWireless.ListMulticastGroups

Description

Lists the multicast groups registered to your AWS account.

Synopsis

Creating a Request

data ListMulticastGroups Source #

See: newListMulticastGroups smart constructor.

Constructors

ListMulticastGroups' 

Fields

Instances

Instances details
ToHeaders ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

ToPath ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

ToQuery ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

AWSRequest ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Associated Types

type AWSResponse ListMulticastGroups #

Generic ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Associated Types

type Rep ListMulticastGroups :: Type -> Type #

Read ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Show ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

NFData ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Methods

rnf :: ListMulticastGroups -> () #

Eq ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Hashable ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

type AWSResponse ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

type Rep ListMulticastGroups Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

type Rep ListMulticastGroups = D1 ('MetaData "ListMulticastGroups" "Amazonka.IoTWireless.ListMulticastGroups" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "ListMulticastGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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_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

Instances details
Generic ListMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Associated Types

type Rep ListMulticastGroupsResponse :: Type -> Type #

Read ListMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Show ListMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

NFData ListMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

Eq ListMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

type Rep ListMulticastGroupsResponse Source # 
Instance details

Defined in Amazonka.IoTWireless.ListMulticastGroups

type Rep ListMulticastGroupsResponse = D1 ('MetaData "ListMulticastGroupsResponse" "Amazonka.IoTWireless.ListMulticastGroups" "amazonka-iotwireless-2.0-Dzx6Wen5AK9DyNP5TQU7zN" 'False) (C1 ('MetaCons "ListMulticastGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "multicastGroupList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MulticastGroup])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

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_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.