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

Description

Retrieves a list of Lambda function definitions.

This operation returns paginated results.

Synopsis

Creating a Request

data ListFunctionDefinitions Source #

See: newListFunctionDefinitions smart constructor.

Constructors

ListFunctionDefinitions' 

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

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Read ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Show ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Generic ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Associated Types

type Rep ListFunctionDefinitions :: Type -> Type #

NFData ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Methods

rnf :: ListFunctionDefinitions -> () #

Hashable ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

AWSPager ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

AWSRequest ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

ToHeaders ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

ToPath ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

ToQuery ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

type Rep ListFunctionDefinitions Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

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

Defined in Amazonka.Greengrass.ListFunctionDefinitions

newListFunctionDefinitions :: ListFunctionDefinitions Source #

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

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

Request Lenses

listFunctionDefinitions_nextToken :: Lens' ListFunctionDefinitions (Maybe Text) Source #

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

listFunctionDefinitions_maxResults :: Lens' ListFunctionDefinitions (Maybe Text) Source #

The maximum number of results to be returned per request.

Destructuring the Response

data ListFunctionDefinitionsResponse Source #

See: newListFunctionDefinitionsResponse smart constructor.

Constructors

ListFunctionDefinitionsResponse' 

Fields

Instances

Instances details
Eq ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Read ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Show ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Generic ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

Associated Types

type Rep ListFunctionDefinitionsResponse :: Type -> Type #

NFData ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

type Rep ListFunctionDefinitionsResponse Source # 
Instance details

Defined in Amazonka.Greengrass.ListFunctionDefinitions

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

newListFunctionDefinitionsResponse Source #

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

$sel:definitions:ListFunctionDefinitionsResponse', listFunctionDefinitionsResponse_definitions - Information about a definition.

$sel:httpStatus:ListFunctionDefinitionsResponse', listFunctionDefinitionsResponse_httpStatus - The response's http status code.

Response Lenses

listFunctionDefinitionsResponse_nextToken :: Lens' ListFunctionDefinitionsResponse (Maybe Text) Source #

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