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

Description

Returns information on a specific signing platform.

Synopsis

Creating a Request

data GetSigningPlatform Source #

See: newGetSigningPlatform smart constructor.

Constructors

GetSigningPlatform' 

Fields

Instances

Instances details
Eq GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Read GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Generic GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatform :: Type -> Type #

NFData GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Methods

rnf :: GetSigningPlatform -> () #

Hashable GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

AWSRequest GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type AWSResponse GetSigningPlatform #

ToHeaders GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

ToPath GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

ToQuery GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type Rep GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type Rep GetSigningPlatform = D1 ('MetaData "GetSigningPlatform" "Amazonka.Signer.GetSigningPlatform" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "GetSigningPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

newGetSigningPlatform Source #

Create a value of GetSigningPlatform 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:platformId:GetSigningPlatform', getSigningPlatform_platformId - The ID of the target signing platform.

Request Lenses

getSigningPlatform_platformId :: Lens' GetSigningPlatform Text Source #

The ID of the target signing platform.

Destructuring the Response

data GetSigningPlatformResponse Source #

See: newGetSigningPlatformResponse smart constructor.

Constructors

GetSigningPlatformResponse' 

Fields

Instances

Instances details
Eq GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Read GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Generic GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatformResponse :: Type -> Type #

NFData GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type Rep GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

newGetSigningPlatformResponse Source #

Create a value of GetSigningPlatformResponse 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:GetSigningPlatformResponse', getSigningPlatformResponse_category - The category type of the target signing platform.

$sel:signingConfiguration:GetSigningPlatformResponse', getSigningPlatformResponse_signingConfiguration - A list of configurations applied to the target platform at signing.

$sel:partner:GetSigningPlatformResponse', getSigningPlatformResponse_partner - A list of partner entities that use the target signing platform.

$sel:revocationSupported:GetSigningPlatformResponse', getSigningPlatformResponse_revocationSupported - A flag indicating whether signatures generated for the signing platform can be revoked.

$sel:signingImageFormat:GetSigningPlatformResponse', getSigningPlatformResponse_signingImageFormat - The format of the target platform's signing image.

$sel:platformId:GetSigningPlatform', getSigningPlatformResponse_platformId - The ID of the target signing platform.

$sel:displayName:GetSigningPlatformResponse', getSigningPlatformResponse_displayName - The display name of the target signing platform.

$sel:maxSizeInMB:GetSigningPlatformResponse', getSigningPlatformResponse_maxSizeInMB - The maximum size (in MB) of the payload that can be signed by the target platform.

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

$sel:httpStatus:GetSigningPlatformResponse', getSigningPlatformResponse_httpStatus - The response's http status code.

Response Lenses

getSigningPlatformResponse_category :: Lens' GetSigningPlatformResponse (Maybe Category) Source #

The category type of the target signing platform.

getSigningPlatformResponse_signingConfiguration :: Lens' GetSigningPlatformResponse (Maybe SigningConfiguration) Source #

A list of configurations applied to the target platform at signing.

getSigningPlatformResponse_partner :: Lens' GetSigningPlatformResponse (Maybe Text) Source #

A list of partner entities that use the target signing platform.

getSigningPlatformResponse_revocationSupported :: Lens' GetSigningPlatformResponse (Maybe Bool) Source #

A flag indicating whether signatures generated for the signing platform can be revoked.

getSigningPlatformResponse_displayName :: Lens' GetSigningPlatformResponse (Maybe Text) Source #

The display name of the target signing platform.

getSigningPlatformResponse_maxSizeInMB :: Lens' GetSigningPlatformResponse (Maybe Int) Source #

The maximum size (in MB) of the payload that can be signed by the target platform.

getSigningPlatformResponse_target :: Lens' GetSigningPlatformResponse (Maybe Text) Source #

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