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

Description

Changes the state of an ACTIVE signing profile to CANCELED. A canceled profile is still viewable with the ListSigningProfiles operation, but it cannot perform new signing jobs, and is deleted two years after cancelation.

Synopsis

Creating a Request

data CancelSigningProfile Source #

See: newCancelSigningProfile smart constructor.

Constructors

CancelSigningProfile' 

Fields

Instances

Instances details
Eq CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Read CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Show CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Generic CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type Rep CancelSigningProfile :: Type -> Type #

NFData CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Methods

rnf :: CancelSigningProfile -> () #

Hashable CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

AWSRequest CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type AWSResponse CancelSigningProfile #

ToHeaders CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

ToPath CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

ToQuery CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type Rep CancelSigningProfile Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

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

Defined in Amazonka.Signer.CancelSigningProfile

newCancelSigningProfile Source #

Create a value of CancelSigningProfile 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:profileName:CancelSigningProfile', cancelSigningProfile_profileName - The name of the signing profile to be canceled.

Request Lenses

cancelSigningProfile_profileName :: Lens' CancelSigningProfile Text Source #

The name of the signing profile to be canceled.

Destructuring the Response

data CancelSigningProfileResponse Source #

See: newCancelSigningProfileResponse smart constructor.

Instances

Instances details
Eq CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Read CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Show CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Generic CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

Associated Types

type Rep CancelSigningProfileResponse :: Type -> Type #

NFData CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type Rep CancelSigningProfileResponse Source # 
Instance details

Defined in Amazonka.Signer.CancelSigningProfile

type Rep CancelSigningProfileResponse = D1 ('MetaData "CancelSigningProfileResponse" "Amazonka.Signer.CancelSigningProfile" "libZSservicesZSamazonka-signerZSamazonka-signer" 'False) (C1 ('MetaCons "CancelSigningProfileResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newCancelSigningProfileResponse :: CancelSigningProfileResponse Source #

Create a value of CancelSigningProfileResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.