UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 67.4 kB
{"openapi":"3.0.0","info":{"version":"2012-09-25","x-release":"v4","title":"Amazon Elastic Transcoder","description":"<fullname>AWS Elastic Transcoder Service</fullname> <p>The AWS Elastic Transcoder Service.</p>","x-logo":{"url":"https://twitter.com/awscloud/profile_image?size=original","backgroundColor":"#FFFFFF"},"termsOfService":"https://aws.amazon.com/service-terms/","contact":{"name":"Mike Ralphson","email":"mike.ralphson@gmail.com","url":"https://github.com/mermade/aws2openapi","x-twitter":"PermittedSoc"},"license":{"name":"Apache 2.0 License","url":"http://www.apache.org/licenses/"},"x-providerName":"amazonaws.com","x-serviceName":"elastictranscoder","x-origin":[{"contentType":"application/json","url":"https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/elastictranscoder-2012-09-25.normal.json","converter":{"url":"https://github.com/mermade/aws2openapi","version":"1.0.0"},"x-apisguru-direct":true}],"x-apiClientRegistration":{"url":"https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct"},"x-apisguru-categories":["cloud"],"x-preferred":true},"externalDocs":{"description":"Amazon Web Services documentation","url":"https://aws.amazon.com/elastictranscoder/"},"x-hasEquivalentPaths":true,"security":[{"hmac":[]}],"paths":{"/2012-09-25/jobs/{Id}":{"delete":{"operationId":"CancelJob","description":"<p>The CancelJob operation cancels an unfinished job.</p> <note> <p>You can only cancel a job that has a status of <code>Submitted</code>. To prevent a pipeline from starting to process a job while you're getting the job identifier, use <a>UpdatePipelineStatus</a> to temporarily pause the pipeline.</p> </note>","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelJobResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ResourceInUseException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CancelJobRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ReadJob","description":"The ReadJob operation returns detailed information about a job.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadJobResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadJobRequest"}}},"required":true}}},"/2012-09-25/jobs":{"post":{"operationId":"CreateJob","description":"<p>When you create a job, Elastic Transcoder returns JSON data that includes the values that you specified plus information about the job that is created.</p> <p>If you have specified more than one output for your jobs (for example, one output for the Kindle Fire and another output for the Apple iPhone 4s), you currently must use the Elastic Transcoder API to list the jobs (as opposed to the AWS Console).</p>","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateJobResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"485":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreateJobRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/2012-09-25/pipelines":{"post":{"operationId":"CreatePipeline","description":"The CreatePipeline operation creates a pipeline with settings that you specify.","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePipelineResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"484":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"485":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePipelineRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ListPipelines","description":"The ListPipelines operation gets a list of the pipelines associated with the current AWS account.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPipelinesResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"PageToken","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPipelinesRequest"}}},"required":true}}},"/2012-09-25/presets":{"post":{"operationId":"CreatePreset","description":"<p>The CreatePreset operation creates a preset with settings that you specify.</p> <important> <p>Elastic Transcoder checks the CreatePreset settings to ensure that they meet Elastic Transcoder requirements and to determine whether they comply with H.264 standards. If your settings are not valid for Elastic Transcoder, Elastic Transcoder returns an HTTP 400 response (<code>ValidationException</code>) and does not create the preset. If the settings are valid for Elastic Transcoder but aren't strictly compliant with the H.264 standard, Elastic Transcoder creates the preset and returns a warning message in the response. This helps you determine whether your settings comply with the H.264 standard while giving you greater flexibility with respect to the video that Elastic Transcoder produces.</p> </important> <p>Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication <i>Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services</i>.</p>","responses":{"201":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePresetResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"LimitExceededException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/LimitExceededException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CreatePresetRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ListPresets","description":"The ListPresets operation gets a list of the default presets included with Elastic Transcoder and the presets that you've added in an AWS region.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPresetsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"PageToken","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListPresetsRequest"}}},"required":true}}},"/2012-09-25/pipelines/{Id}":{"delete":{"operationId":"DeletePipeline","description":"<p>The DeletePipeline operation removes a pipeline.</p> <p> You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is currently in use, <code>DeletePipeline</code> returns an error. </p>","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeletePipelineResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ResourceInUseException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeletePipelineRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ReadPipeline","description":"The ReadPipeline operation gets detailed information about a pipeline.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadPipelineResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadPipelineRequest"}}},"required":true}},"put":{"operationId":"UpdatePipeline","description":"<p> Use the <code>UpdatePipeline</code> operation to update settings for a pipeline.</p> <important> <p>When you change pipeline settings, your changes take effect immediately. Jobs that you have already submitted and that Elastic Transcoder has not started to process are affected in addition to jobs that you submit after you change settings. </p> </important>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePipelineResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"483":{"description":"ResourceInUseException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"484":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"485":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePipelineRequest"}}},"required":true}}},"/2012-09-25/presets/{Id}":{"delete":{"operationId":"DeletePreset","description":"<p>The DeletePreset operation removes a preset that you've added in an AWS region.</p> <note> <p>You can't delete the default presets that are included with Elastic Transcoder.</p> </note>","responses":{"202":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeletePresetResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/DeletePresetRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}],"get":{"operationId":"ReadPreset","description":"The ReadPreset operation gets detailed information about a preset.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadPresetResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ReadPresetRequest"}}},"required":true}}},"/2012-09-25/jobsByPipeline/{PipelineId}":{"get":{"operationId":"ListJobsByPipeline","description":"<p>The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.</p> <p>Elastic Transcoder returns all of the jobs currently in the specified pipeline. The response body contains one element for each job that satisfies the search criteria.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListJobsByPipelineResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"PageToken","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}},{"name":"PipelineId","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListJobsByPipelineRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/2012-09-25/jobsByStatus/{Status}":{"get":{"operationId":"ListJobsByStatus","description":"The ListJobsByStatus operation gets a list of jobs that have a specified status. The response body contains one element for each job that satisfies the search criteria.","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListJobsByStatusResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"PageToken","in":"query","description":"Pagination token","required":false,"schema":{"type":"string"}},{"name":"Status","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/ListJobsByStatusRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/2012-09-25/roleTests":{"post":{"operationId":"TestRole","description":"<p>The TestRole operation tests the IAM role used to create the pipeline.</p> <p>The <code>TestRole</code> action lets you determine whether the IAM role you are using has sufficient permissions to let Elastic Transcoder perform tasks associated with the transcoding process. The action attempts to assume the specified IAM role, checks read access to the input and output buckets, and tries to send a test notification to Amazon SNS topics that you specify.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestRoleResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"484":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TestRoleRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/2012-09-25/pipelines/{Id}/notifications":{"post":{"operationId":"UpdatePipelineNotifications","description":"<p>With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.</p> <p>When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.</p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePipelineNotificationsResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ResourceInUseException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePipelineNotificationsRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]},"/2012-09-25/pipelines/{Id}/status":{"post":{"operationId":"UpdatePipelineStatus","description":"<p>The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.</p> <p>Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a <a>CancelJob</a> request. </p>","responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePipelineStatusResponse"}}}},"480":{"description":"ValidationException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ValidationException"}}}},"481":{"description":"IncompatibleVersionException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/IncompatibleVersionException"}}}},"482":{"description":"ResourceNotFoundException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceNotFoundException"}}}},"483":{"description":"ResourceInUseException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ResourceInUseException"}}}},"484":{"description":"AccessDeniedException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/AccessDeniedException"}}}},"485":{"description":"InternalServiceException","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServiceException"}}}}},"parameters":[{"name":"Id","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdatePipelineStatusRequest"}}},"required":true}},"parameters":[{"$ref":"#/components/parameters/Action"},{"$ref":"#/components/parameters/Version"},{"$ref":"#/components/parameters/X-Amz-Content-Sha256"},{"$ref":"#/components/parameters/X-Amz-Date"},{"$ref":"#/components/parameters/X-Amz-Algorithm"},{"$ref":"#/components/parameters/X-Amz-Credential"},{"$ref":"#/components/parameters/X-Amz-Security-Token"},{"$ref":"#/components/parameters/X-Amz-Signature"},{"$ref":"#/components/parameters/X-Amz-SignedHeaders"}]}},"servers":[{"url":"https://elastictranscoder.amazonaws.com/"},{"url":"http://elastictranscoder.amazonaws.com/"}],"components":{"parameters":{"Action":{"name":"Action","in":"query","required":true,"schema":{"type":"string"}},"Version":{"name":"Version","in":"query","required":true,"schema":{"type":"string"}},"X-Amz-Content-Sha256":{"name":"X-Amz-Content-Sha256","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Date":{"name":"X-Amz-Date","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Algorithm":{"name":"X-Amz-Algorithm","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Credential":{"name":"X-Amz-Credential","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Security-Token":{"name":"X-Amz-Security-Token","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-Signature":{"name":"X-Amz-Signature","in":"header","required":false,"schema":{"type":"string"}},"X-Amz-SignedHeaders":{"name":"X-Amz-SignedHeaders","in":"header","required":false,"schema":{"type":"string"}}},"securitySchemes":{"hmac":{"type":"apiKey","name":"Authorization","in":"header","description":"Amazon Signature authorization v4","x-amazon-apigateway-authtype":"awsSigv4"}},"schemas":{"CancelJobResponse":{"type":"object","properties":{},"description":"The response body contains a JSON object. If the job is successfully canceled, the value of <code>Success</code> is <code>true</code>."},"CancelJobRequest":{"type":"object","properties":{},"description":"The <code>CancelJobRequest</code> structure."},"ValidationException":{},"IncompatibleVersionException":{},"ResourceNotFoundException":{},"ResourceInUseException":{},"AccessDeniedException":{},"InternalServiceException":{},"CreateJobResponse":{"type":"object","properties":{"Job":{"$ref":"#/components/schemas/Job"}},"description":"The CreateJobResponse structure."},"CreateJobRequest":{"type":"object","required":["PipelineId"],"properties":{"PipelineId":{"$ref":"#/components/schemas/Id"},"Input":{"$ref":"#/components/schemas/JobInput"},"Inputs":{"$ref":"#/components/schemas/JobInputs"},"Output":{"$ref":"#/components/schemas/CreateJobOutput"},"Outputs":{"$ref":"#/components/schemas/CreateJobOutputs"},"OutputKeyPrefix":{"$ref":"#/components/schemas/Key"},"Playlists":{"$ref":"#/components/schemas/CreateJobPlaylists"},"UserMetadata":{"$ref":"#/components/schemas/UserMetadata"}},"description":"The <code>CreateJobRequest</code> structure."},"LimitExceededException":{},"CreatePipelineResponse":{"type":"object","properties":{"Pipeline":{"$ref":"#/components/schemas/Pipeline"},"Warnings":{"$ref":"#/components/schemas/Warnings"}},"description":"When you create a pipeline, Elastic Transcoder returns the values that you specified in the request."},"CreatePipelineRequest":{"type":"object","required":["Name","InputBucket","Role"],"properties":{"Name":{"$ref":"#/components/schemas/Name"},"InputBucket":{"$ref":"#/components/schemas/BucketName"},"OutputBucket":{"$ref":"#/components/schemas/BucketName"},"Role":{"$ref":"#/components/schemas/Role"},"AwsKmsKeyArn":{"$ref":"#/components/schemas/KeyArn"},"Notifications":{"$ref":"#/components/schemas/Notifications"},"ContentConfig":{"$ref":"#/components/schemas/PipelineOutputConfig"},"ThumbnailConfig":{"$ref":"#/components/schemas/PipelineOutputConfig"}},"description":"The <code>CreatePipelineRequest</code> structure."},"CreatePresetResponse":{"type":"object","properties":{"Preset":{"$ref":"#/components/schemas/Preset"},"Warning":{"$ref":"#/components/schemas/String"}},"description":"The <code>CreatePresetResponse</code> structure."},"CreatePresetRequest":{"type":"object","required":["Name","Container"],"properties":{"Name":{"$ref":"#/components/schemas/Name"},"Description":{"$ref":"#/components/schemas/Description"},"Container":{"$ref":"#/components/schemas/PresetContainer"},"Video":{"$ref":"#/components/schemas/VideoParameters"},"Audio":{"$ref":"#/components/schemas/AudioParameters"},"Thumbnails":{"$ref":"#/components/schemas/Thumbnails"}},"description":"The <code>CreatePresetRequest</code> structure."},"DeletePipelineResponse":{"type":"object","properties":{},"description":"The <code>DeletePipelineResponse</code> structure."},"DeletePipelineRequest":{"type":"object","properties":{},"description":"The <code>DeletePipelineRequest</code> structure."},"DeletePresetResponse":{"type":"object","properties":{},"description":"The <code>DeletePresetResponse</code> structure."},"DeletePresetRequest":{"type":"object","properties":{},"description":"The <code>DeletePresetRequest</code> structure."},"ListJobsByPipelineResponse":{"type":"object","properties":{"Jobs":{"$ref":"#/components/schemas/Jobs"},"NextPageToken":{"$ref":"#/components/schemas/Id"}},"description":"The <code>ListJobsByPipelineResponse</code> structure."},"ListJobsByPipelineRequest":{"type":"object","properties":{},"description":"The <code>ListJobsByPipelineRequest</code> structure."},"ListJobsByStatusResponse":{"type":"object","properties":{"Jobs":{"$ref":"#/components/schemas/Jobs"},"NextPageToken":{"$ref":"#/components/schemas/Id"}},"description":" The <code>ListJobsByStatusResponse</code> structure. "},"ListJobsByStatusRequest":{"type":"object","properties":{},"description":"The <code>ListJobsByStatusRequest</code> structure."},"ListPipelinesResponse":{"type":"object","properties":{"Pipelines":{"$ref":"#/components/schemas/Pipelines"},"NextPageToken":{"$ref":"#/components/schemas/Id"}},"description":"A list of the pipelines associated with the current AWS account."},"ListPipelinesRequest":{"type":"object","properties":{},"description":"The <code>ListPipelineRequest</code> structure."},"ListPresetsResponse":{"type":"object","properties":{"Presets":{"$ref":"#/components/schemas/Presets"},"NextPageToken":{"$ref":"#/components/schemas/Id"}},"description":"The <code>ListPresetsResponse</code> structure."},"ListPresetsRequest":{"type":"object","properties":{},"description":"The <code>ListPresetsRequest</code> structure."},"ReadJobResponse":{"type":"object","properties":{"Job":{"$ref":"#/components/schemas/Job"}},"description":"The <code>ReadJobResponse</code> structure."},"ReadJobRequest":{"type":"object","properties":{},"description":"The <code>ReadJobRequest</code> structure."},"ReadPipelineResponse":{"type":"object","properties":{"Pipeline":{"$ref":"#/components/schemas/Pipeline"},"Warnings":{"$ref":"#/components/schemas/Warnings"}},"description":"The <code>ReadPipelineResponse</code> structure."},"ReadPipelineRequest":{"type":"object","properties":{},"description":"The <code>ReadPipelineRequest</code> structure."},"ReadPresetResponse":{"type":"object","properties":{"Preset":{"$ref":"#/components/schemas/Preset"}},"description":"The <code>ReadPresetResponse</code> structure."},"ReadPresetRequest":{"type":"object","properties":{},"description":"The <code>ReadPresetRequest</code> structure."},"TestRoleResponse":{"type":"object","properties":{"Success":{"$ref":"#/components/schemas/Success"},"Messages":{"$ref":"#/components/schemas/ExceptionMessages"}},"description":"The <code>TestRoleResponse</code> structure."},"TestRoleRequest":{"type":"object","required":["Role","InputBucket","OutputBucket","Topics"],"properties":{"Role":{"$ref":"#/components/schemas/Role"},"InputBucket":{"$ref":"#/components/schemas/BucketName"},"OutputBucket":{"$ref":"#/components/schemas/BucketName"},"Topics":{"$ref":"#/components/schemas/SnsTopics"}},"description":" The <code>TestRoleRequest</code> structure. "},"UpdatePipelineResponse":{"type":"object","properties":{"Pipeline":{"$ref":"#/components/schemas/Pipeline"},"Warnings":{"$ref":"#/components/schemas/Warnings"}},"description":"When you update a pipeline, Elastic Transcoder returns the values that you specified in the request."},"UpdatePipelineRequest":{"type":"object","properties":{"Name":{"$ref":"#/components/schemas/Name"},"InputBucket":{"$ref":"#/components/schemas/BucketName"},"Role":{"$ref":"#/components/schemas/Role"},"AwsKmsKeyArn":{"$ref":"#/components/schemas/KeyArn"},"Notifications":{"$ref":"#/components/schemas/Notifications"},"ContentConfig":{"$ref":"#/components/schemas/PipelineOutputConfig"},"ThumbnailConfig":{"$ref":"#/components/schemas/PipelineOutputConfig"}},"description":"The <code>UpdatePipelineRequest</code> structure."},"UpdatePipelineNotificationsResponse":{"type":"object","properties":{"Pipeline":{"$ref":"#/components/schemas/Pipeline"}},"description":"The <code>UpdatePipelineNotificationsResponse</code> structure."},"UpdatePipelineNotificationsRequest":{"type":"object","required":["Notifications"],"properties":{"Notifications":{"$ref":"#/components/schemas/Notifications"}},"description":"The <code>UpdatePipelineNotificationsRequest</code> structure."},"UpdatePipelineStatusResponse":{"type":"object","properties":{"Pipeline":{"$ref":"#/components/schemas/Pipeline"}},"description":"When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request."},"UpdatePipelineStatusRequest":{"type":"object","required":["Status"],"properties":{"Status":{"$ref":"#/components/schemas/PipelineStatus"}},"description":"The <code>UpdatePipelineStatusRequest</code> structure."},"AccessControl":{"type":"string","pattern":"(^FullControl$)|(^Read$)|(^ReadAcp$)|(^WriteAcp$)"},"AccessControls":{"type":"array","items":{"$ref":"#/components/schemas/AccessControl"},"maxItems":30},"WatermarkKey":{"type":"string","pattern":"(^.{1,1020}.jpg$)|(^.{1,1019}.jpeg$)|(^.{1,1020}.png$)","minLength":1,"maxLength":1024},"DigitsOrAuto":{"type":"string","pattern":"(^auto$)|(^\\d{2,4}$)"},"SizingPolicy":{"type":"string","pattern":"(^Fit$)|(^Fill$)|(^Stretch$)|(^Keep$)|(^ShrinkToFit$)|(^ShrinkToFill$)"},"PaddingPolicy":{"type":"string","pattern":"(^Pad$)|(^NoPad$)"},"JpgOrPng":{"type":"string","pattern":"(^jpg$)|(^png$)"},"Encryption":{"type":"object","properties":{"Mode":{"$ref":"#/components/schemas/EncryptionMode"},"Key":{"$ref":"#/components/schemas/Base64EncodedString"},"KeyMd5":{"$ref":"#/components/schemas/Base64EncodedString"},"InitializationVector":{"$ref":"#/components/schemas/ZeroTo255String"}},"description":"The encryption settings, if any, that are used for decrypting your input files or encrypting your output files. If your input file is encrypted, you must specify the mode that Elastic Transcoder uses to decrypt your file, otherwise you must specify the mode you want Elastic Transcoder to use to encrypt your output files."},"Artwork":{"type":"object","properties":{"InputKey":{"$ref":"#/components/schemas/WatermarkKey"},"MaxWidth":{"$ref":"#/components/schemas/DigitsOrAuto"},"MaxHeight":{"$ref":"#/components/schemas/DigitsOrAuto"},"SizingPolicy":{"$ref":"#/components/schemas/SizingPolicy"},"PaddingPolicy":{"$ref":"#/components/schemas/PaddingPolicy"},"AlbumArtFormat":{"$ref":"#/components/schemas/JpgOrPng"},"Encryption":{"$ref":"#/components/schemas/Encryption"}},"description":"<p>The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20.</p> <p>To remove artwork or leave the artwork empty, you can either set <code>Artwork</code> to null, or set the <code>Merge Policy</code> to \"Replace\" and use an empty <code>Artwork</code> array.</p> <p>To pass through existing artwork unchanged, set the <code>Merge Policy</code> to \"Prepend\", \"Append\", or \"Fallback\", and use an empty <code>Artwork</code> array.</p>"},"Artworks":{"type":"array","items":{"$ref":"#/components/schemas/Artwork"}},"Ascending":{"type":"string","pattern":"(^true$)|(^false$)"},"AspectRatio":{"type":"string","pattern":"(^auto$)|(^1:1$)|(^4:3$)|(^3:2$)|(^16:9$)"},"AudioBitDepth":{"type":"string","pattern":"(^8$)|(^16$)|(^24$)|(^32$)"},"AudioBitOrder":{"type":"string","pattern":"(^LittleEndian$)"},"AudioBitRate":{"type":"string","pattern":"^\\d{1,3}$"},"AudioChannels":{"type":"string","pattern":"(^auto$)|(^0$)|(^1$)|(^2$)"},"AudioCodec":{"type":"string","pattern":"(^AAC$)|(^vorbis$)|(^mp3$)|(^mp2$)|(^pcm$)|(^flac$)"},"AudioCodecProfile":{"type":"string","pattern":"(^auto$)|(^AAC-LC$)|(^HE-AAC$)|(^HE-AACv2$)"},"AudioSigned":{"type":"string","pattern":"(^Unsigned$)|(^Signed$)"},"AudioCodecOptions":{"type":"object","properties":{"Profile":{"$ref":"#/components/schemas/AudioCodecProfile"},"BitDepth":{"$ref":"#/components/schemas/AudioBitDepth"},"BitOrder":{"$ref":"#/components/schemas/AudioBitOrder"},"Signed":{"$ref":"#/components/schemas/AudioSigned"}},"description":"Options associated with your audio codec."},"AudioPackingMode":{"type":"string","pattern":"(^SingleTrack$)|(^OneChannelPerTrack$)|(^OneChannelPerTrackWithMosTo8Tracks$)"},"AudioSampleRate":{"type":"string","pattern":"(^auto$)|(^22050$)|(^32000$)|(^44100$)|(^48000$)|(^96000$)|(^192000$)"},"AudioParameters":{"type":"object","properties":{"Codec":{"$ref":"#/components/schemas/AudioCodec"},"SampleRate":{"$ref":"#/components/schemas/AudioSampleRate"},"BitRate":{"$ref":"#/components/schemas/AudioBitRate"},"Channels":{"$ref":"#/components/schemas/AudioChannels"},"AudioPackingMode":{"$ref":"#/components/schemas/AudioPackingMode"},"CodecOptions":{"$ref":"#/components/schemas/AudioCodecOptions"}},"description":"Parameters required for transcoding audio."},"Base64EncodedString":{"type":"string","pattern":"^$|(^(?:[A-Za-z0-9\\+/]{4})*(?:[A-Za-z0-9\\+/]{2}==|[A-Za-z0-9\\+/]{3}=)?$)"},"BucketName":{"type":"string","pattern":"^(\\w|\\.|-){1,255}$"},"Id":{"type":"string","pattern":"^\\d{13}-\\w{6}$"},"CaptionFormatFormat":{"type":"string","pattern":"(^mov-text$)|(^srt$)|(^scc$)|(^webvtt$)|(^dfxp$)|(^cea-708$)"},"CaptionFormatPattern":{"type":"string","pattern":"(^$)|(^.*\\{language\\}.*$)"},"CaptionFormat":{"type":"object","properties":{"Format":{"$ref":"#/components/schemas/CaptionFormatFormat"},"Pattern":{"$ref":"#/components/schemas/CaptionFormatPattern"},"Encryption":{"$ref":"#/components/schemas/Encryption"}},"description":"The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error."},"CaptionFormats":{"type":"array","items":{"$ref":"#/components/schemas/CaptionFormat"},"maxItems":4},"CaptionMergePolicy":{"type":"string","pattern":"(^MergeOverride$)|(^MergeRetain$)|(^Override$)"},"LongKey":{"type":"string","minLength":1,"maxLength":1024},"Key":{"type":"string","minLength":1,"maxLength":255},"TimeOffset":{"type":"string","pattern":"(^[+-]?\\d{1,5}(\\.\\d{0,3})?$)|(^[+-]?([0-1]?[0-9]:|2[0-3]:)?([0-5]?[0-9]:)?[0-5]?[0-9](\\.\\d{0,3})?$)"},"Name":{"type":"string","minLength":1,"maxLength":40},"CaptionSource":{"type":"object","properties":{"Key":{"$ref":"#/components/schemas/LongKey"},"Language":{"$ref":"#/components/schemas/Key"},"TimeOffset":{"$ref":"#/components/schemas/TimeOffset"},"Label":{"$ref":"#/components/schemas/Name"},"Encryption":{"$ref":"#/components/schemas/Encryption"}},"description":"A source file for the input sidecar captions used during the transcoding process."},"CaptionSources":{"type":"array","items":{"$ref":"#/components/schemas/CaptionSource"},"maxItems":20},"Captions":{"type":"object","properties":{"MergePolicy":{"$ref":"#/components/schemas/CaptionMergePolicy"},"CaptionSources":{"$ref":"#/components/schemas/CaptionSources"},"CaptionFormats":{"$ref":"#/components/schemas/CaptionFormats"}},"description":"The captions to be created, if any."},"TimeSpan":{"type":"object","properties":{"StartTime":{"$ref":"#/components/schemas/Time"},"Duration":{"$ref":"#/components/schemas/Time"}},"description":"Settings that determine when a clip begins and how long it lasts."},"Clip":{"type":"object","properties":{"TimeSpan":{"$ref":"#/components/schemas/TimeSpan"}},"description":"Settings for one clip in a composition. All jobs in a playlist must have the same clip settings."},"CodecOption":{"type":"string","minLength":1,"maxLength":255},"CodecOptions":{"type":"array","maxItems":30,"items":{"type":"object","properties":{"key":{"$ref":"#/components/schemas/CodecOption"},"value":{"$ref":"#/components/schemas/CodecOption"}}}},"Composition":{"type":"array","items":{"$ref":"#/components/schemas/Clip"}},"ThumbnailPattern":{"type":"string","pattern":"(^$)|(^.*\\{count\\}.*$)"},"Rotate":{"type":"string","pattern":"(^auto$)|(^0$)|(^90$)|(^180$)|(^270$)"},"FloatString":{"type":"string","pattern":"^\\d{1,5}(\\.\\d{0,5})?$"},"JobWatermarks":{"type":"array","items":{"$ref":"#/components/schemas/JobWatermark"}},"JobAlbumArt":{"type":"object","properties":{"MergePolicy":{"$ref":"#/components/schemas/MergePolicy"},"Artwork":{"$ref":"#/components/schemas/Artworks"}},"description":"The .jpg or .png file associated with an audio file."},"CreateJobOutput":{"type":"object","properties":{"Key":{"$ref":"#/components/schemas/Key"},"ThumbnailPattern":{"$ref":"#/components/schemas/ThumbnailPattern"},"ThumbnailEncryption":{"$ref":"#/components/schemas/Encryption"},"Rotate":{"$ref":"#/components/schemas/Rotate"},"PresetId":{"$ref":"#/components/schemas/Id"},"SegmentDuration":{"$ref":"#/components/schemas/FloatString"},"Watermarks":{"$ref":"#/components/schemas/JobWatermarks"},"AlbumArt":{"$ref":"#/components/schemas/JobAlbumArt"},"Composition":{"$ref":"#/components/schemas/Composition"},"Captions":{"$ref":"#/components/schemas/Captions"},"Encryption":{"$ref":"#/components/schemas/Encryption"}},"description":"The <code>CreateJobOutput</code> structure."},"CreateJobOutputs":{"type":"array","items":{"$ref":"#/components/schemas/CreateJobOutput"},"maxItems":30},"Filename":{"type":"string","minLength":1,"maxLength":255},"PlaylistFormat":{"type":"string","pattern":"(^HLSv3$)|(^HLSv4$)|(^Smooth$)|(^MPEG-DASH$)"},"OutputKeys":{"type":"array","items":{"$ref":"#/components/schemas/Key"},"maxItems":30},"HlsContentProtection":{"type":"object","properties":{"Method":{"$ref":"#/components/schemas/HlsContentProtectionMethod"},"Key":{"$ref":"#/components/schemas/Base64EncodedString"},"KeyMd5":{"$ref":"#/components/schemas/Base64EncodedString"},"InitializationVector":{"$ref":"#/components/schemas/ZeroTo255String"},"LicenseAcquisitionUrl":{"$ref":"#/components/schemas/ZeroTo512String"},"KeyStoragePolicy":{"$ref":"#/components/schemas/KeyStoragePolicy"}},"description":"The HLS content protection settings, if any, that you want Elastic Transcoder to apply to your output files."},"PlayReadyDrm":{"type":"object","properties":{"Format":{"$ref":"#/components/schemas/PlayReadyDrmFormatString"},"Key":