ResourceShares - AWS Elemental MediaConvert API Reference

ResourceShares

URI

/2017-08-29/resourceShares

HTTP methods

POST

Operation ID: CreateResourceShare

Create a new resource share request for MediaConvert resources with Support.

Responses
Status codeResponse modelDescription
202CreateResourceShareResponse

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.

Responses
Status codeResponse modelDescription
200None

The request completed successfully.

Schemas

Request bodies

{ "jobId": "string", "supportCaseId": "string" }

Response bodies

{ }
{ "message": "string" }

Properties

CreateResourceShareRequest

The request to share MediaConvert resources with Support.

PropertyTypeRequiredDescription
jobId

string

True

Specify MediaConvert Job ID or ARN to share

supportCaseId

string

True

Support case identifier

CreateResourceShareResponse

Successfully accepted the request to share MediaConvert resources.

ExceptionBody

PropertyTypeRequiredDescription
message

string

False

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

CreateResourceShare