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 |
Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.
Synopsis
- data AssociateCertificate = AssociateCertificate' {}
- newAssociateCertificate :: Text -> AssociateCertificate
- associateCertificate_arn :: Lens' AssociateCertificate Text
- data AssociateCertificateResponse = AssociateCertificateResponse' {
- httpStatus :: Int
- newAssociateCertificateResponse :: Int -> AssociateCertificateResponse
- associateCertificateResponse_httpStatus :: Lens' AssociateCertificateResponse Int
Creating a Request
data AssociateCertificate Source #
See: newAssociateCertificate
smart constructor.
Instances
newAssociateCertificate Source #
Create a value of AssociateCertificate
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:AssociateCertificate'
, associateCertificate_arn
- The ARN of the ACM certificate that you want to associate with your
MediaConvert resource.
Request Lenses
associateCertificate_arn :: Lens' AssociateCertificate Text Source #
The ARN of the ACM certificate that you want to associate with your MediaConvert resource.
Destructuring the Response
data AssociateCertificateResponse Source #
See: newAssociateCertificateResponse
smart constructor.
AssociateCertificateResponse' | |
|
Instances
newAssociateCertificateResponse Source #
Create a value of AssociateCertificateResponse
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:AssociateCertificateResponse'
, associateCertificateResponse_httpStatus
- The response's http status code.
Response Lenses
associateCertificateResponse_httpStatus :: Lens' AssociateCertificateResponse Int Source #
The response's http status code.