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

Description

Retrieves a list of provisioned concurrency configurations for a function.

This operation returns paginated results.

Synopsis

Creating a Request

data ListProvisionedConcurrencyConfigs Source #

See: newListProvisionedConcurrencyConfigs smart constructor.

Constructors

ListProvisionedConcurrencyConfigs' 

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

    Specify a number to limit the number of configurations returned.

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

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Read ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Show ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Generic ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Associated Types

type Rep ListProvisionedConcurrencyConfigs :: Type -> Type #

NFData ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Hashable ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

AWSPager ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

AWSRequest ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

ToHeaders ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

ToPath ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

ToQuery ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

type Rep ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

type Rep ListProvisionedConcurrencyConfigs = D1 ('MetaData "ListProvisionedConcurrencyConfigs" "Amazonka.Lambda.ListProvisionedConcurrencyConfigs" "libZSservicesZSamazonka-lambdaZSamazonka-lambda" 'False) (C1 ('MetaCons "ListProvisionedConcurrencyConfigs'" '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 ListProvisionedConcurrencyConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

newListProvisionedConcurrencyConfigs Source #

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

$sel:maxItems:ListProvisionedConcurrencyConfigs', listProvisionedConcurrencyConfigs_maxItems - Specify a number to limit the number of configurations returned.

$sel:functionName:ListProvisionedConcurrencyConfigs', listProvisionedConcurrencyConfigs_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

listProvisionedConcurrencyConfigs_marker :: Lens' ListProvisionedConcurrencyConfigs (Maybe Text) Source #

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

listProvisionedConcurrencyConfigs_maxItems :: Lens' ListProvisionedConcurrencyConfigs (Maybe Natural) Source #

Specify a number to limit the number of configurations returned.

listProvisionedConcurrencyConfigs_functionName :: Lens' ListProvisionedConcurrencyConfigs 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 ListProvisionedConcurrencyConfigsResponse Source #

Constructors

ListProvisionedConcurrencyConfigsResponse' 

Fields

Instances

Instances details
Eq ListProvisionedConcurrencyConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Read ListProvisionedConcurrencyConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Show ListProvisionedConcurrencyConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

Generic ListProvisionedConcurrencyConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

NFData ListProvisionedConcurrencyConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

type Rep ListProvisionedConcurrencyConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListProvisionedConcurrencyConfigs

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

Response Lenses

listProvisionedConcurrencyConfigsResponse_nextMarker :: Lens' ListProvisionedConcurrencyConfigsResponse (Maybe Text) Source #

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