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

Description

Retrieves a list of core definitions.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCoreDefinitions Source #

See: newListCoreDefinitions smart constructor.

Constructors

ListCoreDefinitions' 

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 ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Read ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Show ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Generic ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Associated Types

type Rep ListCoreDefinitions :: Type -> Type #

NFData ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Methods

rnf :: ListCoreDefinitions -> () #

Hashable ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

AWSPager ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

AWSRequest ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Associated Types

type AWSResponse ListCoreDefinitions #

ToHeaders ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

ToPath ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

ToQuery ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

type Rep ListCoreDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

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

Defined in Amazonka.Greengrass.ListCoreDefinitions

newListCoreDefinitions :: ListCoreDefinitions Source #

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

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

Request Lenses

listCoreDefinitions_nextToken :: Lens' ListCoreDefinitions (Maybe Text) Source #

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

listCoreDefinitions_maxResults :: Lens' ListCoreDefinitions (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListCoreDefinitionsResponse Source #

See: newListCoreDefinitionsResponse smart constructor.

Constructors

ListCoreDefinitionsResponse' 

Fields

Instances

Instances details
Eq ListCoreDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Read ListCoreDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Show ListCoreDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Generic ListCoreDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

Associated Types

type Rep ListCoreDefinitionsResponse :: Type -> Type #

NFData ListCoreDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

type Rep ListCoreDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListCoreDefinitions

type Rep ListCoreDefinitionsResponse = D1 ('MetaData "ListCoreDefinitionsResponse" "Amazonka.Greengrass.ListCoreDefinitions" "libZSservicesZSamazonka-greengrassZSamazonka-greengrass" 'False) (C1 ('MetaCons "ListCoreDefinitionsResponse'" '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))))

newListCoreDefinitionsResponse Source #

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

$sel:definitions:ListCoreDefinitionsResponse', listCoreDefinitionsResponse_definitions - Information about a definition.

$sel:httpStatus:ListCoreDefinitionsResponse', listCoreDefinitionsResponse_httpStatus - The response's http status code.

Response Lenses

listCoreDefinitionsResponse_nextToken :: Lens' ListCoreDefinitionsResponse (Maybe Text) Source #

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