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 |
Amazonka.MediaConvert.DisassociateCertificate
Description
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.
Constructors
DisassociateCertificate' | |
Instances
newDisassociateCertificate Source #
Arguments
:: Text | |
-> DisassociateCertificate |
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.
Constructors
DisassociateCertificateResponse' | |
Fields
|
Instances
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.