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

Description

Returns a list of code signing configurations. A request returns up to 10,000 configurations per call. You can use the MaxItems parameter to return fewer configurations per call.

This operation returns paginated results.

Synopsis

Creating a Request

data ListCodeSigningConfigs Source #

See: newListCodeSigningConfigs smart constructor.

Constructors

ListCodeSigningConfigs' 

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

    Maximum number of items to return.

Instances

Instances details
Eq ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Read ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Show ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Generic ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Associated Types

type Rep ListCodeSigningConfigs :: Type -> Type #

NFData ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Methods

rnf :: ListCodeSigningConfigs -> () #

Hashable ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

AWSPager ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

AWSRequest ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Associated Types

type AWSResponse ListCodeSigningConfigs #

ToHeaders ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

ToPath ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

ToQuery ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

type Rep ListCodeSigningConfigs Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

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

Defined in Amazonka.Lambda.ListCodeSigningConfigs

newListCodeSigningConfigs :: ListCodeSigningConfigs Source #

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

$sel:maxItems:ListCodeSigningConfigs', listCodeSigningConfigs_maxItems - Maximum number of items to return.

Request Lenses

listCodeSigningConfigs_marker :: Lens' ListCodeSigningConfigs (Maybe Text) Source #

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

Destructuring the Response

data ListCodeSigningConfigsResponse Source #

See: newListCodeSigningConfigsResponse smart constructor.

Constructors

ListCodeSigningConfigsResponse' 

Fields

Instances

Instances details
Eq ListCodeSigningConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Read ListCodeSigningConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Show ListCodeSigningConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Generic ListCodeSigningConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

Associated Types

type Rep ListCodeSigningConfigsResponse :: Type -> Type #

NFData ListCodeSigningConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

type Rep ListCodeSigningConfigsResponse Source # 
Instance details

Defined in Amazonka.Lambda.ListCodeSigningConfigs

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

newListCodeSigningConfigsResponse Source #

Create a value of ListCodeSigningConfigsResponse 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:codeSigningConfigs:ListCodeSigningConfigsResponse', listCodeSigningConfigsResponse_codeSigningConfigs - The code signing configurations

$sel:nextMarker:ListCodeSigningConfigsResponse', listCodeSigningConfigsResponse_nextMarker - The pagination token that's included if more results are available.

$sel:httpStatus:ListCodeSigningConfigsResponse', listCodeSigningConfigsResponse_httpStatus - The response's http status code.

Response Lenses

listCodeSigningConfigsResponse_nextMarker :: Lens' ListCodeSigningConfigsResponse (Maybe Text) Source #

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