amazonka-mediaconvert-2.0: Amazon Elemental MediaConvert SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.MediaConvert.AssociateCertificate

Description

Associates an AWS Certificate Manager (ACM) Amazon Resource Name (ARN) with AWS Elemental MediaConvert.

Synopsis

Creating a Request

data AssociateCertificate Source #

See: newAssociateCertificate smart constructor.

Constructors

AssociateCertificate' 

Fields

  • arn :: Text

    The ARN of the ACM certificate that you want to associate with your MediaConvert resource.

Instances

Instances details
ToJSON AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

ToHeaders AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

ToPath AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

ToQuery AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

AWSRequest AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Associated Types

type AWSResponse AssociateCertificate #

Generic AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Associated Types

type Rep AssociateCertificate :: Type -> Type #

Read AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Show AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

NFData AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Methods

rnf :: AssociateCertificate -> () #

Eq AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Hashable AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

type AWSResponse AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

type Rep AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

type Rep AssociateCertificate = D1 ('MetaData "AssociateCertificate" "Amazonka.MediaConvert.AssociateCertificate" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "AssociateCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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.

Constructors

AssociateCertificateResponse' 

Fields

Instances

Instances details
Generic AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Associated Types

type Rep AssociateCertificateResponse :: Type -> Type #

Read AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Show AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

NFData AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Eq AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

type Rep AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

type Rep AssociateCertificateResponse = D1 ('MetaData "AssociateCertificateResponse" "Amazonka.MediaConvert.AssociateCertificate" "amazonka-mediaconvert-2.0-ClG8xHhlx4y6bdaCrZchqH" 'False) (C1 ('MetaCons "AssociateCertificateResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

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