Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- data CancelSigningProfile = CancelSigningProfile' {
- profileName :: Text
- newCancelSigningProfile :: Text -> CancelSigningProfile
- cancelSigningProfile_profileName :: Lens' CancelSigningProfile Text
- data CancelSigningProfileResponse = CancelSigningProfileResponse' {
- newCancelSigningProfileResponse :: CancelSigningProfileResponse
Creating a Request
data CancelSigningProfile Source #
See: newCancelSigningProfile
smart constructor.
Constructors
CancelSigningProfile' | |
Fields
|
Instances
newCancelSigningProfile Source #
Arguments
:: Text | |
-> CancelSigningProfile |
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:
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.
Constructors
CancelSigningProfileResponse' | |
Instances
Generic CancelSigningProfileResponse Source # | |
Defined in Amazonka.Signer.CancelSigningProfile Associated Types type Rep CancelSigningProfileResponse :: Type -> Type # | |
Read CancelSigningProfileResponse Source # | |
Show CancelSigningProfileResponse Source # | |
Defined in Amazonka.Signer.CancelSigningProfile Methods showsPrec :: Int -> CancelSigningProfileResponse -> ShowS # show :: CancelSigningProfileResponse -> String # showList :: [CancelSigningProfileResponse] -> ShowS # | |
NFData CancelSigningProfileResponse Source # | |
Defined in Amazonka.Signer.CancelSigningProfile Methods rnf :: CancelSigningProfileResponse -> () # | |
Eq CancelSigningProfileResponse Source # | |
Defined in Amazonka.Signer.CancelSigningProfile Methods (==) :: CancelSigningProfileResponse -> CancelSigningProfileResponse -> Bool # (/=) :: CancelSigningProfileResponse -> CancelSigningProfileResponse -> Bool # | |
type Rep CancelSigningProfileResponse Source # | |
Defined in Amazonka.Signer.CancelSigningProfile |
newCancelSigningProfileResponse :: CancelSigningProfileResponse Source #
Create a value of CancelSigningProfileResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.