amazonka-alexa-business-2.0: Amazon Alexa For Business 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.AlexaBusiness.ListGatewayGroups

Description

Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of a specific gateway group.

Synopsis

Creating a Request

data ListGatewayGroups Source #

See: newListGatewayGroups smart constructor.

Constructors

ListGatewayGroups' 

Fields

  • maxResults :: Maybe Natural

    The maximum number of gateway group summaries to return. The default is 50.

  • nextToken :: Maybe Text

    The token used to paginate though multiple pages of gateway group summaries.

Instances

Instances details
ToJSON ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

ToHeaders ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

ToPath ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

ToQuery ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

AWSRequest ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Associated Types

type AWSResponse ListGatewayGroups #

Generic ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Associated Types

type Rep ListGatewayGroups :: Type -> Type #

Read ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Show ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

NFData ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Methods

rnf :: ListGatewayGroups -> () #

Eq ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Hashable ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

type AWSResponse ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

type Rep ListGatewayGroups Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

type Rep ListGatewayGroups = D1 ('MetaData "ListGatewayGroups" "Amazonka.AlexaBusiness.ListGatewayGroups" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "ListGatewayGroups'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newListGatewayGroups :: ListGatewayGroups Source #

Create a value of ListGatewayGroups 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:ListGatewayGroups', listGatewayGroups_maxResults - The maximum number of gateway group summaries to return. The default is 50.

ListGatewayGroups, listGatewayGroups_nextToken - The token used to paginate though multiple pages of gateway group summaries.

Request Lenses

listGatewayGroups_maxResults :: Lens' ListGatewayGroups (Maybe Natural) Source #

The maximum number of gateway group summaries to return. The default is 50.

listGatewayGroups_nextToken :: Lens' ListGatewayGroups (Maybe Text) Source #

The token used to paginate though multiple pages of gateway group summaries.

Destructuring the Response

data ListGatewayGroupsResponse Source #

See: newListGatewayGroupsResponse smart constructor.

Constructors

ListGatewayGroupsResponse' 

Fields

Instances

Instances details
Generic ListGatewayGroupsResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Associated Types

type Rep ListGatewayGroupsResponse :: Type -> Type #

Read ListGatewayGroupsResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Show ListGatewayGroupsResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

NFData ListGatewayGroupsResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

Eq ListGatewayGroupsResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

type Rep ListGatewayGroupsResponse Source # 
Instance details

Defined in Amazonka.AlexaBusiness.ListGatewayGroups

type Rep ListGatewayGroupsResponse = D1 ('MetaData "ListGatewayGroupsResponse" "Amazonka.AlexaBusiness.ListGatewayGroups" "amazonka-alexa-business-2.0-BWvKfxFukoyBarGovAkdOS" 'False) (C1 ('MetaCons "ListGatewayGroupsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "gatewayGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [GatewayGroupSummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListGatewayGroupsResponse Source #

Create a value of ListGatewayGroupsResponse 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:gatewayGroups:ListGatewayGroupsResponse', listGatewayGroupsResponse_gatewayGroups - The gateway groups in the list.

ListGatewayGroups, listGatewayGroupsResponse_nextToken - The token used to paginate though multiple pages of gateway group summaries.

$sel:httpStatus:ListGatewayGroupsResponse', listGatewayGroupsResponse_httpStatus - The response's http status code.

Response Lenses

listGatewayGroupsResponse_nextToken :: Lens' ListGatewayGroupsResponse (Maybe Text) Source #

The token used to paginate though multiple pages of gateway group summaries.