libZSservicesZSamazonka-greengrassZSamazonka-greengrass
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Greengrass.ListDeviceDefinitions

Description

Retrieves a list of device definitions.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDeviceDefinitions Source #

See: newListDeviceDefinitions smart constructor.

Constructors

ListDeviceDefinitions' 

Fields

  • nextToken :: Maybe Text

    The token for the next set of results, or ''null'' if there are no additional results.

  • maxResults :: Maybe Text

    The maximum number of results to be returned per request.

Instances

Instances details
Eq ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Read ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Show ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Generic ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Associated Types

type Rep ListDeviceDefinitions :: Type -> Type #

NFData ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Methods

rnf :: ListDeviceDefinitions -> () #

Hashable ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

AWSPager ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

AWSRequest ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Associated Types

type AWSResponse ListDeviceDefinitions #

ToHeaders ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

ToPath ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

ToQuery ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

type Rep ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

type Rep ListDeviceDefinitions = D1 ('MetaData "ListDeviceDefinitions" "Amazonka.Greengrass.ListDeviceDefinitions" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "ListDeviceDefinitions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListDeviceDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

newListDeviceDefinitions :: ListDeviceDefinitions Source #

Create a value of ListDeviceDefinitions 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:nextToken:ListDeviceDefinitions', listDeviceDefinitions_nextToken - The token for the next set of results, or ''null'' if there are no additional results.

$sel:maxResults:ListDeviceDefinitions', listDeviceDefinitions_maxResults - The maximum number of results to be returned per request.

Request Lenses

listDeviceDefinitions_nextToken :: Lens' ListDeviceDefinitions (Maybe Text) Source #

The token for the next set of results, or ''null'' if there are no additional results.

listDeviceDefinitions_maxResults :: Lens' ListDeviceDefinitions (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListDeviceDefinitionsResponse Source #

See: newListDeviceDefinitionsResponse smart constructor.

Constructors

ListDeviceDefinitionsResponse' 

Fields

Instances

Instances details
Eq ListDeviceDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Read ListDeviceDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Show ListDeviceDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Generic ListDeviceDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

Associated Types

type Rep ListDeviceDefinitionsResponse :: Type -> Type #

NFData ListDeviceDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

type Rep ListDeviceDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitions

type Rep ListDeviceDefinitionsResponse = D1 ('MetaData "ListDeviceDefinitionsResponse" "Amazonka.Greengrass.ListDeviceDefinitions" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "ListDeviceDefinitionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "definitions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [DefinitionInformation])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListDeviceDefinitionsResponse Source #

Create a value of ListDeviceDefinitionsResponse 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:nextToken:ListDeviceDefinitions', listDeviceDefinitionsResponse_nextToken - The token for the next set of results, or ''null'' if there are no additional results.

$sel:definitions:ListDeviceDefinitionsResponse', listDeviceDefinitionsResponse_definitions - Information about a definition.

$sel:httpStatus:ListDeviceDefinitionsResponse', listDeviceDefinitionsResponse_httpStatus - The response's http status code.

Response Lenses

listDeviceDefinitionsResponse_nextToken :: Lens' ListDeviceDefinitionsResponse (Maybe Text) Source #

The token for the next set of results, or ''null'' if there are no additional results.