libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Read AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Show AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Generic AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Associated Types

type Rep AssociateCertificate :: Type -> Type #

NFData AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Methods

rnf :: AssociateCertificate -> () #

Hashable AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

ToJSON AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

AWSRequest AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Associated Types

type AWSResponse 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

type Rep AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

type Rep AssociateCertificate = D1 ('MetaData "AssociateCertificate" "Amazonka.MediaConvert.AssociateCertificate" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "AssociateCertificate'" 'PrefixI 'True) (S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse AssociateCertificate Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

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.

Constructors

AssociateCertificateResponse' 

Fields

Instances

Instances details
Eq AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Read AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Show AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Generic AssociateCertificateResponse Source # 
Instance details

Defined in Amazonka.MediaConvert.AssociateCertificate

Associated Types

type Rep AssociateCertificateResponse :: Type -> Type #

NFData 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" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" '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