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

Description

Returns information on a specific signing profile.

Synopsis

Creating a Request

data GetSigningProfile Source #

See: newGetSigningProfile smart constructor.

Constructors

GetSigningProfile' 

Fields

Instances

Instances details
Eq GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Read GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Show GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Generic GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type Rep GetSigningProfile :: Type -> Type #

NFData GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Methods

rnf :: GetSigningProfile -> () #

Hashable GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

AWSRequest GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type AWSResponse GetSigningProfile #

ToHeaders GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

ToPath GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

ToQuery GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type Rep GetSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

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

Defined in Amazonka.Signer.GetSigningProfile

newGetSigningProfile Source #

Create a value of GetSigningProfile 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:profileOwner:GetSigningProfile', getSigningProfile_profileOwner - The AWS account ID of the profile owner.

$sel:profileName:GetSigningProfile', getSigningProfile_profileName - The name of the target signing profile.

Request Lenses

getSigningProfile_profileOwner :: Lens' GetSigningProfile (Maybe Text) Source #

The AWS account ID of the profile owner.

getSigningProfile_profileName :: Lens' GetSigningProfile Text Source #

The name of the target signing profile.

Destructuring the Response

data GetSigningProfileResponse Source #

See: newGetSigningProfileResponse smart constructor.

Constructors

GetSigningProfileResponse' 

Fields

Instances

Instances details
Eq GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Read GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Show GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Generic GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

Associated Types

type Rep GetSigningProfileResponse :: Type -> Type #

NFData GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type Rep GetSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.GetSigningProfile

type Rep GetSigningProfileResponse = D1 ('MetaData "GetSigningProfileResponse" "Amazonka.Signer.GetSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "GetSigningProfileResponse'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileStatus)) :*: (S1 ('MetaSel ('Just "overrides") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningPlatformOverrides)) :*: S1 ('MetaSel ('Just "platformDisplayName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signingMaterial") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningMaterial))) :*: (S1 ('MetaSel ('Just "profileVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "profileName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "profileVersionArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "platformId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "revocationRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SigningProfileRevocationRecord)) :*: S1 ('MetaSel ('Just "statusReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "signatureValidityPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SignatureValidityPeriod)) :*: S1 ('MetaSel ('Just "signingParameters") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))))

newGetSigningProfileResponse Source #

Create a value of GetSigningProfileResponse 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:status:GetSigningProfileResponse', getSigningProfileResponse_status - The status of the target signing profile.

$sel:overrides:GetSigningProfileResponse', getSigningProfileResponse_overrides - A list of overrides applied by the target signing profile for signing operations.

$sel:platformDisplayName:GetSigningProfileResponse', getSigningProfileResponse_platformDisplayName - A human-readable name for the signing platform associated with the signing profile.

$sel:arn:GetSigningProfileResponse', getSigningProfileResponse_arn - The Amazon Resource Name (ARN) for the signing profile.

$sel:signingMaterial:GetSigningProfileResponse', getSigningProfileResponse_signingMaterial - The ARN of the certificate that the target profile uses for signing operations.

$sel:profileVersion:GetSigningProfileResponse', getSigningProfileResponse_profileVersion - The current version of the signing profile.

$sel:profileName:GetSigningProfile', getSigningProfileResponse_profileName - The name of the target signing profile.

$sel:profileVersionArn:GetSigningProfileResponse', getSigningProfileResponse_profileVersionArn - The signing profile ARN, including the profile version.

$sel:platformId:GetSigningProfileResponse', getSigningProfileResponse_platformId - The ID of the platform that is used by the target signing profile.

$sel:revocationRecord:GetSigningProfileResponse', getSigningProfileResponse_revocationRecord - Undocumented member.

$sel:statusReason:GetSigningProfileResponse', getSigningProfileResponse_statusReason - Reason for the status of the target signing profile.

$sel:signatureValidityPeriod:GetSigningProfileResponse', getSigningProfileResponse_signatureValidityPeriod - Undocumented member.

$sel:signingParameters:GetSigningProfileResponse', getSigningProfileResponse_signingParameters - A map of key-value pairs for signing operations that is attached to the target signing profile.

$sel:tags:GetSigningProfileResponse', getSigningProfileResponse_tags - A list of tags associated with the signing profile.

$sel:httpStatus:GetSigningProfileResponse', getSigningProfileResponse_httpStatus - The response's http status code.

Response Lenses

getSigningProfileResponse_overrides :: Lens' GetSigningProfileResponse (Maybe SigningPlatformOverrides) Source #

A list of overrides applied by the target signing profile for signing operations.

getSigningProfileResponse_platformDisplayName :: Lens' GetSigningProfileResponse (Maybe Text) Source #

A human-readable name for the signing platform associated with the signing profile.

getSigningProfileResponse_arn :: Lens' GetSigningProfileResponse (Maybe Text) Source #

The Amazon Resource Name (ARN) for the signing profile.

getSigningProfileResponse_signingMaterial :: Lens' GetSigningProfileResponse (Maybe SigningMaterial) Source #

The ARN of the certificate that the target profile uses for signing operations.

getSigningProfileResponse_profileVersionArn :: Lens' GetSigningProfileResponse (Maybe Text) Source #

The signing profile ARN, including the profile version.

getSigningProfileResponse_platformId :: Lens' GetSigningProfileResponse (Maybe Text) Source #

The ID of the platform that is used by the target signing profile.

getSigningProfileResponse_statusReason :: Lens' GetSigningProfileResponse (Maybe Text) Source #

Reason for the status of the target signing profile.

getSigningProfileResponse_signingParameters :: Lens' GetSigningProfileResponse (Maybe (HashMap Text Text)) Source #

A map of key-value pairs for signing operations that is attached to the target signing profile.

getSigningProfileResponse_tags :: Lens' GetSigningProfileResponse (Maybe (HashMap Text Text)) Source #

A list of tags associated with the signing profile.