Certificates arn - AWS Elemental MediaConvert API Reference
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Certificates arn

URI

/2017-08-29/certificates/arn

HTTP methods

DELETE

Operation ID: DisassociateCertificate

Removes an association between the Amazon Resource Name (ARN) of an Amazon Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.

Path parameters
NameTypeRequiredDescription
arnStringTrue
Responses
Status codeResponse modelDescription
202DisassociateCertificateResponse

202 response

400ExceptionBody

The service can't process your request because of a problem in the request. Please check your request form and syntax.

403ExceptionBody

You don't have permissions for this action with the credentials you sent.

404ExceptionBody

The resource you requested does not exist.

409ExceptionBody

The service could not complete your request because there is a conflict with the current state of the resource.

429ExceptionBody

Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.

500ExceptionBody

The service encountered an unexpected condition and cannot fulfill your request.

OPTIONS

Supports CORS preflight requests.

Path parameters
NameTypeRequiredDescription
arnStringTrue
Responses
Status codeResponse modelDescription
200None

The request completed successfully.

Schemas

Request bodies

{ "arn": "string" }

Response bodies

{ }
{ "message": "string" }

Properties

DisassociateCertificateRequest

Removes an association between the Amazon Resource Name (ARN) of an Amazon Certificate Manager (ACM) certificate and an AWS Elemental MediaConvert resource.

PropertyTypeRequiredDescription
arn

string

False

The ARN of the ACM certificate that you want to disassociate from your MediaConvert resource.

DisassociateCertificateResponse

Successful disassociation of Certificate Manager Amazon Resource Name (ARN) with Mediaconvert returns an OK message.

ExceptionBody

PropertyTypeRequiredDescription
message

string

False