libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2
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.GreengrassV2.ListInstalledComponents

Description

Retrieves a paginated list of the components that a Greengrass core device runs.

This operation returns paginated results.

Synopsis

Creating a Request

data ListInstalledComponents Source #

See: newListInstalledComponents smart constructor.

Constructors

ListInstalledComponents' 

Fields

Instances

Instances details
Eq ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Read ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Show ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Generic ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Associated Types

type Rep ListInstalledComponents :: Type -> Type #

NFData ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Methods

rnf :: ListInstalledComponents -> () #

Hashable ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

AWSPager ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

AWSRequest ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

ToHeaders ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

ToPath ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

ToQuery ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

type Rep ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

type Rep ListInstalledComponents = D1 ('MetaData "ListInstalledComponents" "Amazonka.GreengrassV2.ListInstalledComponents" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "ListInstalledComponents'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "coreDeviceThingName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListInstalledComponents Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

newListInstalledComponents Source #

Create a value of ListInstalledComponents 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:ListInstalledComponents', listInstalledComponents_nextToken - The token to be used for the next set of paginated results.

$sel:maxResults:ListInstalledComponents', listInstalledComponents_maxResults - The maximum number of results to be returned per paginated request.

$sel:coreDeviceThingName:ListInstalledComponents', listInstalledComponents_coreDeviceThingName - The name of the core device. This is also the name of the IoT thing.

Request Lenses

listInstalledComponents_nextToken :: Lens' ListInstalledComponents (Maybe Text) Source #

The token to be used for the next set of paginated results.

listInstalledComponents_maxResults :: Lens' ListInstalledComponents (Maybe Natural) Source #

The maximum number of results to be returned per paginated request.

listInstalledComponents_coreDeviceThingName :: Lens' ListInstalledComponents Text Source #

The name of the core device. This is also the name of the IoT thing.

Destructuring the Response

data ListInstalledComponentsResponse Source #

See: newListInstalledComponentsResponse smart constructor.

Constructors

ListInstalledComponentsResponse' 

Fields

Instances

Instances details
Eq ListInstalledComponentsResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Read ListInstalledComponentsResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Show ListInstalledComponentsResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Generic ListInstalledComponentsResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

Associated Types

type Rep ListInstalledComponentsResponse :: Type -> Type #

NFData ListInstalledComponentsResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

type Rep ListInstalledComponentsResponse Source # 
Instance details

Defined in Amazonka.GreengrassV2.ListInstalledComponents

type Rep ListInstalledComponentsResponse = D1 ('MetaData "ListInstalledComponentsResponse" "Amazonka.GreengrassV2.ListInstalledComponents" "libZSservicesZSamazonka-greengrassv2ZSamazonka-greengrassv2" 'False) (C1 ('MetaCons "ListInstalledComponentsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "installedComponents") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstalledComponent])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListInstalledComponentsResponse Source #

Create a value of ListInstalledComponentsResponse 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:installedComponents:ListInstalledComponentsResponse', listInstalledComponentsResponse_installedComponents - A list that summarizes each component on the core device.

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

$sel:httpStatus:ListInstalledComponentsResponse', listInstalledComponentsResponse_httpStatus - The response's http status code.

Response Lenses

listInstalledComponentsResponse_nextToken :: Lens' ListInstalledComponentsResponse (Maybe Text) Source #

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