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

Description

Lists the versions of a device definition.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDeviceDefinitionVersions Source #

See: newListDeviceDefinitionVersions smart constructor.

Constructors

ListDeviceDefinitionVersions' 

Fields

Instances

Instances details
Eq ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Read ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Show ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Generic ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Associated Types

type Rep ListDeviceDefinitionVersions :: Type -> Type #

NFData ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Hashable ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

AWSPager ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

AWSRequest ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

ToHeaders ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

ToPath ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

ToQuery ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

type Rep ListDeviceDefinitionVersions Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

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

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

newListDeviceDefinitionVersions Source #

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

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

$sel:deviceDefinitionId:ListDeviceDefinitionVersions', listDeviceDefinitionVersions_deviceDefinitionId - The ID of the device definition.

Request Lenses

listDeviceDefinitionVersions_nextToken :: Lens' ListDeviceDefinitionVersions (Maybe Text) Source #

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

listDeviceDefinitionVersions_maxResults :: Lens' ListDeviceDefinitionVersions (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListDeviceDefinitionVersionsResponse Source #

Constructors

ListDeviceDefinitionVersionsResponse' 

Fields

Instances

Instances details
Eq ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Read ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Show ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

Generic ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

NFData ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

type Rep ListDeviceDefinitionVersionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListDeviceDefinitionVersions

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

newListDeviceDefinitionVersionsResponse Source #

Create a value of ListDeviceDefinitionVersionsResponse 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:versions:ListDeviceDefinitionVersionsResponse', listDeviceDefinitionVersionsResponse_versions - Information about a version.

$sel:nextToken:ListDeviceDefinitionVersions', listDeviceDefinitionVersionsResponse_nextToken - The token for the next set of results, or ''null'' if there are no additional results.

$sel:httpStatus:ListDeviceDefinitionVersionsResponse', listDeviceDefinitionVersionsResponse_httpStatus - The response's http status code.

Response Lenses

listDeviceDefinitionVersionsResponse_nextToken :: Lens' ListDeviceDefinitionVersionsResponse (Maybe Text) Source #

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