Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Removes an association between the Amazon Resource Name (ARN) of an AWS Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.
Synopsis
- data DisassociateCertificate = DisassociateCertificate' {}
- newDisassociateCertificate :: Text -> DisassociateCertificate
- disassociateCertificate_arn :: Lens' DisassociateCertificate Text
- data DisassociateCertificateResponse = DisassociateCertificateResponse' {
- httpStatus :: Int
- newDisassociateCertificateResponse :: Int -> DisassociateCertificateResponse
- disassociateCertificateResponse_httpStatus :: Lens' DisassociateCertificateResponse Int
Creating a Request
data DisassociateCertificate Source #
See: newDisassociateCertificate
smart constructor.
Instances
newDisassociateCertificate Source #
Create a value of DisassociateCertificate
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:arn:DisassociateCertificate'
, disassociateCertificate_arn
- The ARN of the ACM certificate that you want to disassociate from your
MediaConvert resource.
Request Lenses
disassociateCertificate_arn :: Lens' DisassociateCertificate Text Source #
The ARN of the ACM certificate that you want to disassociate from your MediaConvert resource.
Destructuring the Response
data DisassociateCertificateResponse Source #
See: newDisassociateCertificateResponse
smart constructor.
DisassociateCertificateResponse' | |
|
Instances
Eq DisassociateCertificateResponse Source # | |
Read DisassociateCertificateResponse Source # | |
Show DisassociateCertificateResponse Source # | |
Generic DisassociateCertificateResponse Source # | |
NFData DisassociateCertificateResponse Source # | |
Defined in Amazonka.MediaConvert.DisassociateCertificate rnf :: DisassociateCertificateResponse -> () # | |
type Rep DisassociateCertificateResponse Source # | |
Defined in Amazonka.MediaConvert.DisassociateCertificate type Rep DisassociateCertificateResponse = D1 ('MetaData "DisassociateCertificateResponse" "Amazonka.MediaConvert.DisassociateCertificate" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "DisassociateCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDisassociateCertificateResponse Source #
Create a value of DisassociateCertificateResponse
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:httpStatus:DisassociateCertificateResponse'
, disassociateCertificateResponse_httpStatus
- The response's http status code.
Response Lenses
disassociateCertificateResponse_httpStatus :: Lens' DisassociateCertificateResponse Int Source #
The response's http status code.