libZSservicesZSamazonka-lambdaZSamazonka-lambda
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.Lambda.ListFunctionEventInvokeConfigs

Description

Retrieves a list of configurations for asynchronous invocation for a function.

To configure options for asynchronous invocation, use PutFunctionEventInvokeConfig.

This operation returns paginated results.

Synopsis

Creating a Request

data ListFunctionEventInvokeConfigs Source #

See: newListFunctionEventInvokeConfigs smart constructor.

Constructors

ListFunctionEventInvokeConfigs' 

Fields

  • marker :: Maybe Text

    Specify the pagination token that's returned by a previous request to retrieve the next page of results.

  • maxItems :: Maybe Natural

    The maximum number of configurations to return.

  • functionName :: Text

    The name of the Lambda function.

    Name formats

    • Function name - my-function.
    • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function.
    • Partial ARN - 123456789012:function:my-function.

    The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Instances

Instances details
Eq ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Read ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Show ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Generic ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Associated Types

type Rep ListFunctionEventInvokeConfigs :: Type -> Type #

NFData ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Hashable ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

AWSPager ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

AWSRequest ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

ToHeaders ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

ToPath ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

ToQuery ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

type Rep ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

type Rep ListFunctionEventInvokeConfigs = D1 ('MetaData "ListFunctionEventInvokeConfigs" "Amazonka.Lambda.ListFunctionEventInvokeConfigs" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "ListFunctionEventInvokeConfigs'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "functionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ListFunctionEventInvokeConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

newListFunctionEventInvokeConfigs Source #

Create a value of ListFunctionEventInvokeConfigs 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:marker:ListFunctionEventInvokeConfigs', listFunctionEventInvokeConfigs_marker - Specify the pagination token that's returned by a previous request to retrieve the next page of results.

$sel:maxItems:ListFunctionEventInvokeConfigs', listFunctionEventInvokeConfigs_maxItems - The maximum number of configurations to return.

$sel:functionName:ListFunctionEventInvokeConfigs', listFunctionEventInvokeConfigs_functionName - The name of the Lambda function.

Name formats

  • Function name - my-function.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function.
  • Partial ARN - 123456789012:function:my-function.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Request Lenses

listFunctionEventInvokeConfigs_marker :: Lens' ListFunctionEventInvokeConfigs (Maybe Text) Source #

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

listFunctionEventInvokeConfigs_functionName :: Lens' ListFunctionEventInvokeConfigs Text Source #

The name of the Lambda function.

Name formats

  • Function name - my-function.
  • Function ARN - arn:aws:lambda:us-west-2:123456789012:function:my-function.
  • Partial ARN - 123456789012:function:my-function.

The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.

Destructuring the Response

data ListFunctionEventInvokeConfigsResponse Source #

Constructors

ListFunctionEventInvokeConfigsResponse' 

Fields

Instances

Instances details
Eq ListFunctionEventInvokeConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Read ListFunctionEventInvokeConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Show ListFunctionEventInvokeConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

Generic ListFunctionEventInvokeConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

NFData ListFunctionEventInvokeConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

type Rep ListFunctionEventInvokeConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListFunctionEventInvokeConfigs

type Rep ListFunctionEventInvokeConfigsResponse = D1 ('MetaData "ListFunctionEventInvokeConfigsResponse" "Amazonka.Lambda.ListFunctionEventInvokeConfigs" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "ListFunctionEventInvokeConfigsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "functionEventInvokeConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FunctionEventInvokeConfig])) :*: (S1 ('MetaSel ('Just "nextMarker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

Response Lenses

listFunctionEventInvokeConfigsResponse_nextMarker :: Lens' ListFunctionEventInvokeConfigsResponse (Maybe Text) Source #

The pagination token that's included if more results are available.