libZSservicesZSamazonka-signerZSamazonka-signer
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.Signer.ListSigningPlatforms

Description

Lists all signing platforms available in code signing that match the request parameters. If additional jobs remain to be listed, code signing returns a nextToken value. Use this value in subsequent calls to ListSigningJobs to fetch the remaining values. You can continue calling ListSigningJobs with your maxResults parameter and with new values that code signing returns in the nextToken parameter until all of your signing jobs have been returned.

This operation returns paginated results.

Synopsis

Creating a Request

data ListSigningPlatforms Source #

See: newListSigningPlatforms smart constructor.

Constructors

ListSigningPlatforms' 

Fields

  • category :: Maybe Text

    The category type of a signing platform.

  • partner :: Maybe Text

    Any partner entities connected to a signing platform.

  • nextToken :: Maybe Text

    Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

  • maxResults :: Maybe Natural

    The maximum number of results to be returned by this operation.

  • target :: Maybe Text

    The validation template that is used by the target signing platform.

Instances

Instances details
Eq ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Read ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Show ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Generic ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type Rep ListSigningPlatforms :: Type -> Type #

NFData ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Methods

rnf :: ListSigningPlatforms -> () #

Hashable ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

AWSPager ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

AWSRequest ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type AWSResponse ListSigningPlatforms #

ToHeaders ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

ToPath ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

ToQuery ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatforms = D1 ('MetaData "ListSigningPlatforms" "Amazonka.Signer.ListSigningPlatforms" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListSigningPlatforms'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "category") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "partner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "target") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))
type AWSResponse ListSigningPlatforms Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

newListSigningPlatforms :: ListSigningPlatforms Source #

Create a value of ListSigningPlatforms 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:category:ListSigningPlatforms', listSigningPlatforms_category - The category type of a signing platform.

$sel:partner:ListSigningPlatforms', listSigningPlatforms_partner - Any partner entities connected to a signing platform.

$sel:nextToken:ListSigningPlatforms', listSigningPlatforms_nextToken - Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

$sel:maxResults:ListSigningPlatforms', listSigningPlatforms_maxResults - The maximum number of results to be returned by this operation.

$sel:target:ListSigningPlatforms', listSigningPlatforms_target - The validation template that is used by the target signing platform.

Request Lenses

listSigningPlatforms_category :: Lens' ListSigningPlatforms (Maybe Text) Source #

The category type of a signing platform.

listSigningPlatforms_partner :: Lens' ListSigningPlatforms (Maybe Text) Source #

Any partner entities connected to a signing platform.

listSigningPlatforms_nextToken :: Lens' ListSigningPlatforms (Maybe Text) Source #

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

listSigningPlatforms_maxResults :: Lens' ListSigningPlatforms (Maybe Natural) Source #

The maximum number of results to be returned by this operation.

listSigningPlatforms_target :: Lens' ListSigningPlatforms (Maybe Text) Source #

The validation template that is used by the target signing platform.

Destructuring the Response

data ListSigningPlatformsResponse Source #

See: newListSigningPlatformsResponse smart constructor.

Constructors

ListSigningPlatformsResponse' 

Fields

Instances

Instances details
Eq ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Read ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Show ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Generic ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

Associated Types

type Rep ListSigningPlatformsResponse :: Type -> Type #

NFData ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatformsResponse Source # 
Instance details

Defined in Amazonka.Signer.ListSigningPlatforms

type Rep ListSigningPlatformsResponse = D1 ('MetaData "ListSigningPlatformsResponse" "Amazonka.Signer.ListSigningPlatforms" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "ListSigningPlatformsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platforms") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SigningPlatform])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListSigningPlatformsResponse Source #

Create a value of ListSigningPlatformsResponse 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:platforms:ListSigningPlatformsResponse', listSigningPlatformsResponse_platforms - A list of all platforms that match the request parameters.

$sel:nextToken:ListSigningPlatforms', listSigningPlatformsResponse_nextToken - Value for specifying the next set of paginated results to return.

$sel:httpStatus:ListSigningPlatformsResponse', listSigningPlatformsResponse_httpStatus - The response's http status code.

Response Lenses

listSigningPlatformsResponse_platforms :: Lens' ListSigningPlatformsResponse (Maybe [SigningPlatform]) Source #

A list of all platforms that match the request parameters.

listSigningPlatformsResponse_nextToken :: Lens' ListSigningPlatformsResponse (Maybe Text) Source #

Value for specifying the next set of paginated results to return.