amazonka-signer-2.0: Amazon Signer SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type AWSResponse GetSigningPlatform #

Generic GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatform :: Type -> Type #

Read GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

NFData GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Methods

rnf :: GetSigningPlatform -> () #

Eq GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Hashable GetSigningPlatform Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

type AWSResponse 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" "amazonka-signer-2.0-6FMkzGQuyn8GnMBl8IyiHv" 'False) (C1 ('MetaCons "GetSigningPlatform'" 'PrefixI 'True) (S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Associated Types

type Rep GetSigningPlatformResponse :: Type -> Type #

Read GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Show GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

NFData GetSigningPlatformResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningPlatform

Eq 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:

GetSigningPlatformResponse, getSigningPlatformResponse_category - The category type of the target signing platform.

GetSigningPlatformResponse, getSigningPlatformResponse_displayName - The display name of the target signing platform.

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

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

GetSigningPlatform, getSigningPlatformResponse_platformId - The ID of the target signing platform.

GetSigningPlatformResponse, getSigningPlatformResponse_revocationSupported - A flag indicating whether signatures generated for the signing platform can be revoked.

GetSigningPlatformResponse, getSigningPlatformResponse_signingConfiguration - A list of configurations applied to the target platform at signing.

GetSigningPlatformResponse, getSigningPlatformResponse_signingImageFormat - The format of the target platform's signing image.

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_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_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_signingConfiguration :: Lens' GetSigningPlatformResponse (Maybe SigningConfiguration) Source #

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

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

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