
models.elastictranscoder-2012-09-25-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{ "metadata" : { "apiVersion" : "2012-09-25", "protocol" : "rest-json", "checksumFormat" : null, "documentation" : "
AWS Elastic Transcoder Service The AWS Elastic Transcoder Service.
", "defaultEndpoint" : "elastictranscoder.us-east-1.amazonaws.com/", "defaultEndpointWithoutHttpProtocol" : "elastictranscoder.us-east-1.amazonaws.com/", "syncInterface" : "AmazonElasticTranscoder", "syncClient" : "AmazonElasticTranscoderClient", "asyncInterface" : "AmazonElasticTranscoderAsync", "asyncClient" : "AmazonElasticTranscoderAsyncClient", "packageName" : "com.amazonaws.services.elastictranscoder", "packagePath" : "com/amazonaws/services/elastictranscoder", "serviceAbbreviation" : null, "serviceFullName" : "Amazon Elastic Transcoder", "hasApiWithStreamInput" : false, "contentType" : "", "jsonVersion" : "1.1", "endpointPrefix" : "elastictranscoder", "signingName" : "elastictranscoder", "protocolDefaultExceptionUmarshallerImpl" : null, "jsonProtocol" : true, "xmlProtocol" : false, "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "syncClientBuilderClassName" : "AmazonElasticTranscoderClientBuilder", "asyncClientBuilderClassName" : "AmazonElasticTranscoderAsyncClientBuilder", "serviceName" : "Amazon Elastic Transcoder" }, "operations" : { "CancelJob" : { "documentation" : "The CancelJob operation cancels an unfinished job.
You can only cancel a job that has a status of ", "operationName" : "CancelJob", "deprecated" : false, "input" : { "variableName" : "cancelJobRequest", "variableType" : "CancelJobRequest", "variableDeclarationType" : "CancelJobRequest", "documentation" : "Submitted
. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.The
", "variableSetterType" : "CancelJobRequest", "simpleType" : "CancelJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CancelJobResult", "documentation" : "CancelJobRequest
structure.The response body contains a JSON object. If the job is successfully canceled, the value of
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "Success
istrue
.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "ResourceInUseException", "documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CancelJobResult", "asyncReturnType" : "CancelJobResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "cancelJob" }, "CreateJob" : { "documentation" : " 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.
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).
", "operationName" : "CreateJob", "deprecated" : false, "input" : { "variableName" : "createJobRequest", "variableType" : "CreateJobRequest", "variableDeclarationType" : "CreateJobRequest", "documentation" : "The
", "variableSetterType" : "CreateJobRequest", "simpleType" : "CreateJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateJobResult", "documentation" : "CreateJobRequest
structure.The CreateJobResponse structure.
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "LimitExceededException", "documentation" : "Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateJobResult", "asyncReturnType" : "CreateJobResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "createJob" }, "CreatePipeline" : { "documentation" : " The CreatePipeline operation creates a pipeline with settings that you specify.
", "operationName" : "CreatePipeline", "deprecated" : false, "input" : { "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "variableDeclarationType" : "CreatePipelineRequest", "documentation" : "The
", "variableSetterType" : "CreatePipelineRequest", "simpleType" : "CreatePipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreatePipelineResult", "documentation" : "CreatePipelineRequest
structure.When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "LimitExceededException", "documentation" : "Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreatePipelineResult", "asyncReturnType" : "CreatePipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "createPipeline" }, "CreatePreset" : { "documentation" : " The CreatePreset operation creates a preset with settings that you specify.
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 ( ValidationException
) 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.Elastic Transcoder uses the H.264 video-compression format. For more information, see the International Telecommunication Union publication Recommendation ITU-T H.264: Advanced video coding for generic audiovisual services.
", "operationName" : "CreatePreset", "deprecated" : false, "input" : { "variableName" : "createPresetRequest", "variableType" : "CreatePresetRequest", "variableDeclarationType" : "CreatePresetRequest", "documentation" : "The
", "variableSetterType" : "CreatePresetRequest", "simpleType" : "CreatePresetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreatePresetResult", "documentation" : "CreatePresetRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "CreatePresetResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "LimitExceededException", "documentation" : "Too many operations for a given AWS account. For example, the number of pipelines exceeds the maximum allowed.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreatePresetResult", "asyncReturnType" : "CreatePresetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "createPreset" }, "DeletePipeline" : { "documentation" : " The DeletePipeline operation removes a pipeline.
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,
", "operationName" : "DeletePipeline", "deprecated" : false, "input" : { "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "variableDeclarationType" : "DeletePipelineRequest", "documentation" : "DeletePipeline
returns an error.The
", "variableSetterType" : "DeletePipelineRequest", "simpleType" : "DeletePipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeletePipelineResult", "documentation" : "DeletePipelineRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "DeletePipelineResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "ResourceInUseException", "documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeletePipelineResult", "asyncReturnType" : "DeletePipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "deletePipeline" }, "DeletePreset" : { "documentation" : " The DeletePreset operation removes a preset that you've added in an AWS region.
", "operationName" : "DeletePreset", "deprecated" : false, "input" : { "variableName" : "deletePresetRequest", "variableType" : "DeletePresetRequest", "variableDeclarationType" : "DeletePresetRequest", "documentation" : " You can't delete the default presets that are included with Elastic Transcoder.
The
", "variableSetterType" : "DeletePresetRequest", "simpleType" : "DeletePresetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeletePresetResult", "documentation" : "DeletePresetRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "DeletePresetResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeletePresetResult", "asyncReturnType" : "DeletePresetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "deletePreset" }, "ListJobsByPipeline" : { "documentation" : " The ListJobsByPipeline operation gets a list of the jobs currently in a pipeline.
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.
", "operationName" : "ListJobsByPipeline", "deprecated" : false, "input" : { "variableName" : "listJobsByPipelineRequest", "variableType" : "ListJobsByPipelineRequest", "variableDeclarationType" : "ListJobsByPipelineRequest", "documentation" : "The
", "variableSetterType" : "ListJobsByPipelineRequest", "simpleType" : "ListJobsByPipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListJobsByPipelineResult", "documentation" : "ListJobsByPipelineRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "ListJobsByPipelineResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListJobsByPipelineResult", "asyncReturnType" : "ListJobsByPipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "listJobsByPipeline" }, "ListJobsByStatus" : { "documentation" : " 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.
", "operationName" : "ListJobsByStatus", "deprecated" : false, "input" : { "variableName" : "listJobsByStatusRequest", "variableType" : "ListJobsByStatusRequest", "variableDeclarationType" : "ListJobsByStatusRequest", "documentation" : "The
", "variableSetterType" : "ListJobsByStatusRequest", "simpleType" : "ListJobsByStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListJobsByStatusResult", "documentation" : "ListJobsByStatusRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "ListJobsByStatusResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListJobsByStatusResult", "asyncReturnType" : "ListJobsByStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "listJobsByStatus" }, "ListPipelines" : { "documentation" : " The ListPipelines operation gets a list of the pipelines associated with the current AWS account.
", "operationName" : "ListPipelines", "deprecated" : false, "input" : { "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "variableDeclarationType" : "ListPipelinesRequest", "documentation" : "The
", "variableSetterType" : "ListPipelinesRequest", "simpleType" : "ListPipelinesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPipelinesResult", "documentation" : "ListPipelineRequest
structure.A list of the pipelines associated with the current AWS account.
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListPipelinesResult", "asyncReturnType" : "ListPipelinesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "listPipelines" }, "ListPresets" : { "documentation" : " 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.
", "operationName" : "ListPresets", "deprecated" : false, "input" : { "variableName" : "listPresetsRequest", "variableType" : "ListPresetsRequest", "variableDeclarationType" : "ListPresetsRequest", "documentation" : "The
", "variableSetterType" : "ListPresetsRequest", "simpleType" : "ListPresetsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListPresetsResult", "documentation" : "ListPresetsRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "ListPresetsResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListPresetsResult", "asyncReturnType" : "ListPresetsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "listPresets" }, "ReadJob" : { "documentation" : " The ReadJob operation returns detailed information about a job.
", "operationName" : "ReadJob", "deprecated" : false, "input" : { "variableName" : "readJobRequest", "variableType" : "ReadJobRequest", "variableDeclarationType" : "ReadJobRequest", "documentation" : "The
", "variableSetterType" : "ReadJobRequest", "simpleType" : "ReadJobRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReadJobResult", "documentation" : "ReadJobRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "ReadJobResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ReadJobResult", "asyncReturnType" : "ReadJobResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "readJob" }, "ReadPipeline" : { "documentation" : " The ReadPipeline operation gets detailed information about a pipeline.
", "operationName" : "ReadPipeline", "deprecated" : false, "input" : { "variableName" : "readPipelineRequest", "variableType" : "ReadPipelineRequest", "variableDeclarationType" : "ReadPipelineRequest", "documentation" : "The
", "variableSetterType" : "ReadPipelineRequest", "simpleType" : "ReadPipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReadPipelineResult", "documentation" : "ReadPipelineRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "ReadPipelineResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ReadPipelineResult", "asyncReturnType" : "ReadPipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "readPipeline" }, "ReadPreset" : { "documentation" : " The ReadPreset operation gets detailed information about a preset.
", "operationName" : "ReadPreset", "deprecated" : false, "input" : { "variableName" : "readPresetRequest", "variableType" : "ReadPresetRequest", "variableDeclarationType" : "ReadPresetRequest", "documentation" : "The
", "variableSetterType" : "ReadPresetRequest", "simpleType" : "ReadPresetRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ReadPresetResult", "documentation" : "ReadPresetRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "ReadPresetResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ReadPresetResult", "asyncReturnType" : "ReadPresetResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "readPreset" }, "TestRole" : { "documentation" : " The TestRole operation tests the IAM role used to create the pipeline.
The
", "operationName" : "TestRole", "deprecated" : false, "input" : { "variableName" : "testRoleRequest", "variableType" : "TestRoleRequest", "variableDeclarationType" : "TestRoleRequest", "documentation" : "TestRole
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.The
", "variableSetterType" : "TestRoleRequest", "simpleType" : "TestRoleRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "TestRoleResult", "documentation" : "TestRoleRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "TestRoleResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "TestRoleResult", "asyncReturnType" : "TestRoleResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "testRole" }, "UpdatePipeline" : { "documentation" : " Use the
", "operationName" : "UpdatePipeline", "deprecated" : false, "input" : { "variableName" : "updatePipelineRequest", "variableType" : "UpdatePipelineRequest", "variableDeclarationType" : "UpdatePipelineRequest", "documentation" : "UpdatePipeline
operation to update settings for a pipeline.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. The
", "variableSetterType" : "UpdatePipelineRequest", "simpleType" : "UpdatePipelineRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdatePipelineResult", "documentation" : "UpdatePipelineRequest
structure.When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "ResourceInUseException", "documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
" }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdatePipelineResult", "asyncReturnType" : "UpdatePipelineResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "updatePipeline" }, "UpdatePipelineNotifications" : { "documentation" : " With the UpdatePipelineNotifications operation, you can update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline.
When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.
", "operationName" : "UpdatePipelineNotifications", "deprecated" : false, "input" : { "variableName" : "updatePipelineNotificationsRequest", "variableType" : "UpdatePipelineNotificationsRequest", "variableDeclarationType" : "UpdatePipelineNotificationsRequest", "documentation" : "The
", "variableSetterType" : "UpdatePipelineNotificationsRequest", "simpleType" : "UpdatePipelineNotificationsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdatePipelineNotificationsResult", "documentation" : "UpdatePipelineNotificationsRequest
structure.The
" }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "UpdatePipelineNotificationsResponse
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "ResourceInUseException", "documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdatePipelineNotificationsResult", "asyncReturnType" : "UpdatePipelineNotificationsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "updatePipelineNotifications" }, "UpdatePipelineStatus" : { "documentation" : " The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.
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 CancelJob request.
", "operationName" : "UpdatePipelineStatus", "deprecated" : false, "input" : { "variableName" : "updatePipelineStatusRequest", "variableType" : "UpdatePipelineStatusRequest", "variableDeclarationType" : "UpdatePipelineStatusRequest", "documentation" : "The
", "variableSetterType" : "UpdatePipelineStatusRequest", "simpleType" : "UpdatePipelineStatusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdatePipelineStatusResult", "documentation" : "When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request." }, "exceptions" : [ { "exceptionName" : "ValidationException", "documentation" : "UpdatePipelineStatusRequest
structure.One or more required parameter values were not provided in the request.
" }, { "exceptionName" : "IncompatibleVersionException", "documentation" : null }, { "exceptionName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
" }, { "exceptionName" : "ResourceInUseException", "documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
" }, { "exceptionName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
" }, { "exceptionName" : "InternalServiceException", "documentation" : "Elastic Transcoder encountered an unexpected exception while trying to fulfill the request.
" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdatePipelineStatusResult", "asyncReturnType" : "UpdatePipelineStatusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable ", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler ", "methodName" : "updatePipelineStatus" } }, "shapes" : { "DeletePipelineRequest" : { "c2jName" : "DeletePipelineRequest", "documentation" : " The
", "shapeName" : "DeletePipelineRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "DeletePipelineRequest
structure.The identifier of the pipeline that you want to delete.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the pipeline that you want to delete.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@param id The identifier of the pipeline that you want to delete.*/", "getterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@return The identifier of the pipeline that you want to delete.*/", "fluentSetterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@param id The identifier of the pipeline that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@param id The identifier of the pipeline that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deletePipelineRequest", "variableType" : "DeletePipelineRequest", "variableDeclarationType" : "DeletePipelineRequest", "documentation" : null, "variableSetterType" : "DeletePipelineRequest", "simpleType" : "DeletePipelineRequest" }, "marshaller" : { "action" : "DeletePipeline", "verb" : "DELETE", "target" : null, "requestUri" : "/2012-09-25/pipelines/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The identifier of the pipeline that you want to delete.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the pipeline that you want to delete.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@param id The identifier of the pipeline that you want to delete.*/", "getterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@return The identifier of the pipeline that you want to delete.*/", "fluentSetterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@param id The identifier of the pipeline that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the pipeline that you want to delete.
\n@param id The identifier of the pipeline that you want to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AccessDeniedException" : { "c2jName" : "AccessDeniedException", "documentation" : "General authentication failure. The request was not signed correctly.
", "shapeName" : "AccessDeniedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "accessDeniedException", "variableType" : "AccessDeniedException", "variableDeclarationType" : "AccessDeniedException", "documentation" : null, "variableSetterType" : "AccessDeniedException", "simpleType" : "AccessDeniedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AccessDeniedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ReadJobResult" : { "c2jName" : "ReadJobResponse", "documentation" : "The
", "shapeName" : "ReadJobResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "ReadJobResponse
structure.A section of the response body that provides information about the job.
", "name" : "Job", "c2jName" : "Job", "c2jShape" : "Job", "variable" : { "variableName" : "job", "variableType" : "Job", "variableDeclarationType" : "Job", "documentation" : "A section of the response body that provides information about the job.
", "variableSetterType" : "Job", "simpleType" : "Job" }, "setterModel" : { "variableName" : "job", "variableType" : "Job", "variableDeclarationType" : "Job", "documentation" : "", "variableSetterType" : "Job", "simpleType" : "Job" }, "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "unmarshallLocationName" : "Job", "marshallLocationName" : "Job", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the job.
\n@param job A section of the response body that provides information about the job.*/", "getterDocumentation" : "/**A section of the response body that provides information about the job.
\n@return A section of the response body that provides information about the job.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the job.
\n@param job A section of the response body that provides information about the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the job.
\n@param job A section of the response body that provides information about the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "readJobResult", "variableType" : "ReadJobResult", "variableDeclarationType" : "ReadJobResult", "documentation" : null, "variableSetterType" : "ReadJobResult", "simpleType" : "ReadJobResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Job" : { "documentation" : "A section of the response body that provides information about the job.
", "name" : "Job", "c2jName" : "Job", "c2jShape" : "Job", "variable" : { "variableName" : "job", "variableType" : "Job", "variableDeclarationType" : "Job", "documentation" : "A section of the response body that provides information about the job.
", "variableSetterType" : "Job", "simpleType" : "Job" }, "setterModel" : { "variableName" : "job", "variableType" : "Job", "variableDeclarationType" : "Job", "documentation" : "", "variableSetterType" : "Job", "simpleType" : "Job" }, "getterModel" : { "returnType" : "Job", "documentation" : null }, "http" : { "unmarshallLocationName" : "Job", "marshallLocationName" : "Job", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the job.
\n@param job A section of the response body that provides information about the job.*/", "getterDocumentation" : "/**A section of the response body that provides information about the job.
\n@return A section of the response body that provides information about the job.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the job.
\n@param job A section of the response body that provides information about the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the job.
\n@param job A section of the response body that provides information about the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdatePipelineNotificationsResult" : { "c2jName" : "UpdatePipelineNotificationsResponse", "documentation" : "The
", "shapeName" : "UpdatePipelineNotificationsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "UpdatePipelineNotificationsResponse
structure.A section of the response body that provides information about the pipeline.
", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "A section of the response body that provides information about the pipeline.
", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.*/", "getterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@return A section of the response body that provides information about the pipeline.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updatePipelineNotificationsResult", "variableType" : "UpdatePipelineNotificationsResult", "variableDeclarationType" : "UpdatePipelineNotificationsResult", "documentation" : null, "variableSetterType" : "UpdatePipelineNotificationsResult", "simpleType" : "UpdatePipelineNotificationsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Pipeline" : { "documentation" : "A section of the response body that provides information about the pipeline.
", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "A section of the response body that provides information about the pipeline.
", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.*/", "getterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@return A section of the response body that provides information about the pipeline.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Preset" : { "c2jName" : "Preset", "documentation" : "Presets are templates that contain most of the settings for transcoding media files from one format to another. Elastic Transcoder includes some default presets for common formats, for example, several iPod and iPhone versions. You can also create your own presets for formats that aren't included among the default presets. You specify which preset you want to use when you create a job.
", "shapeName" : "Preset", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Identifier for the new preset. You use this value to get settings for the preset or to delete it.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Identifier for the new preset. You use this value to get settings for the preset or to delete it.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.*/", "getterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@return Identifier for the new preset. You use this value to get settings for the preset or to delete it.*/", "fluentSetterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon Resource Name (ARN) for the preset.
", "name" : "Arn", "c2jName" : "Arn", "c2jShape" : "String", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon Resource Name (ARN) for the preset.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Arn", "marshallLocationName" : "Arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@param arn The Amazon Resource Name (ARN) for the preset.*/", "getterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@return The Amazon Resource Name (ARN) for the preset.*/", "fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@param arn The Amazon Resource Name (ARN) for the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@param arn The Amazon Resource Name (ARN) for the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The name of the preset.
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the preset.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the preset.
\n@param name The name of the preset.*/", "getterDocumentation" : "/**The name of the preset.
\n@return The name of the preset.*/", "fluentSetterDocumentation" : "/**The name of the preset.
\n@param name The name of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the preset.
\n@param name The name of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A description of the preset.
", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A description of the preset.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A description of the preset.
\n@param description A description of the preset.*/", "getterDocumentation" : "/**A description of the preset.
\n@return A description of the preset.*/", "fluentSetterDocumentation" : "/**A description of the preset.
\n@param description A description of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A description of the preset.
\n@param description A description of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The container type for the output file. Valid values include
", "name" : "Container", "c2jName" : "Container", "c2jShape" : "PresetContainer", "variable" : { "variableName" : "container", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.The container type for the output file. Valid values include
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "container", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Container", "marshallLocationName" : "Container", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.The container type for the output file. Valid values include
\n@param container The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.*/", "getterDocumentation" : "/**The container type for the output file. Valid values include
\n@return The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.*/", "fluentSetterDocumentation" : "/**The container type for the output file. Valid values include
\n@param container The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The container type for the output file. Valid values include
\n@param container The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A section of the response body that provides information about the audio preset values.
", "name" : "Audio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "variable" : { "variableName" : "audio", "variableType" : "AudioParameters", "variableDeclarationType" : "AudioParameters", "documentation" : "A section of the response body that provides information about the audio preset values.
", "variableSetterType" : "AudioParameters", "simpleType" : "AudioParameters" }, "setterModel" : { "variableName" : "audio", "variableType" : "AudioParameters", "variableDeclarationType" : "AudioParameters", "documentation" : "", "variableSetterType" : "AudioParameters", "simpleType" : "AudioParameters" }, "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "unmarshallLocationName" : "Audio", "marshallLocationName" : "Audio", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@param audio A section of the response body that provides information about the audio preset values.*/", "getterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@return A section of the response body that provides information about the audio preset values.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@param audio A section of the response body that provides information about the audio preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@param audio A section of the response body that provides information about the audio preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A section of the response body that provides information about the video preset values.
", "name" : "Video", "c2jName" : "Video", "c2jShape" : "VideoParameters", "variable" : { "variableName" : "video", "variableType" : "VideoParameters", "variableDeclarationType" : "VideoParameters", "documentation" : "A section of the response body that provides information about the video preset values.
", "variableSetterType" : "VideoParameters", "simpleType" : "VideoParameters" }, "setterModel" : { "variableName" : "video", "variableType" : "VideoParameters", "variableDeclarationType" : "VideoParameters", "documentation" : "", "variableSetterType" : "VideoParameters", "simpleType" : "VideoParameters" }, "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "unmarshallLocationName" : "Video", "marshallLocationName" : "Video", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@param video A section of the response body that provides information about the video preset values.*/", "getterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@return A section of the response body that provides information about the video preset values.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@param video A section of the response body that provides information about the video preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@param video A section of the response body that provides information about the video preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A section of the response body that provides information about the thumbnail preset values, if any.
", "name" : "Thumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "variable" : { "variableName" : "thumbnails", "variableType" : "Thumbnails", "variableDeclarationType" : "Thumbnails", "documentation" : "A section of the response body that provides information about the thumbnail preset values, if any.
", "variableSetterType" : "Thumbnails", "simpleType" : "Thumbnails" }, "setterModel" : { "variableName" : "thumbnails", "variableType" : "Thumbnails", "variableDeclarationType" : "Thumbnails", "documentation" : "", "variableSetterType" : "Thumbnails", "simpleType" : "Thumbnails" }, "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "unmarshallLocationName" : "Thumbnails", "marshallLocationName" : "Thumbnails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.*/", "getterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@return A section of the response body that provides information about the thumbnail preset values, if any.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Whether the preset is a default preset provided by Elastic Transcoder (
", "name" : "Type", "c2jName" : "Type", "c2jShape" : "PresetType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "System
) or a preset that you have defined (Custom
).Whether the preset is a default preset provided by Elastic Transcoder (
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**System
) or a preset that you have defined (Custom
).Whether the preset is a default preset provided by Elastic Transcoder (
\n@param type Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).*/", "getterDocumentation" : "/**Whether the preset is a default preset provided by Elastic Transcoder (
\n@return Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).*/", "fluentSetterDocumentation" : "/**Whether the preset is a default preset provided by Elastic Transcoder (
\n@param type Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the preset is a default preset provided by Elastic Transcoder (
\n@param type Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : null, "variableSetterType" : "Preset", "simpleType" : "Preset" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Container" : { "documentation" : "The container type for the output file. Valid values include
", "name" : "Container", "c2jName" : "Container", "c2jShape" : "PresetContainer", "variable" : { "variableName" : "container", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.The container type for the output file. Valid values include
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "container", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Container", "marshallLocationName" : "Container", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.The container type for the output file. Valid values include
\n@param container The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.*/", "getterDocumentation" : "/**The container type for the output file. Valid values include
\n@return The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.*/", "fluentSetterDocumentation" : "/**The container type for the output file. Valid values include
\n@param container The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The container type for the output file. Valid values include
\n@param container The container type for the output file. Valid values includeflac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.flac
,flv
,fmp4
,gif
,mp3
,mp4
,mpg
,mxf
,oga
,ogg
,ts
, andwebm
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "Whether the preset is a default preset provided by Elastic Transcoder (
", "name" : "Type", "c2jName" : "Type", "c2jShape" : "PresetType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "System
) or a preset that you have defined (Custom
).Whether the preset is a default preset provided by Elastic Transcoder (
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**System
) or a preset that you have defined (Custom
).Whether the preset is a default preset provided by Elastic Transcoder (
\n@param type Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).*/", "getterDocumentation" : "/**Whether the preset is a default preset provided by Elastic Transcoder (
\n@return Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).*/", "fluentSetterDocumentation" : "/**Whether the preset is a default preset provided by Elastic Transcoder (
\n@param type Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Whether the preset is a default preset provided by Elastic Transcoder (
\n@param type Whether the preset is a default preset provided by Elastic Transcoder (System
) or a preset that you have defined (Custom
).System
) or a preset that you have defined (Custom
).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "A description of the preset.
", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A description of the preset.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A description of the preset.
\n@param description A description of the preset.*/", "getterDocumentation" : "/**A description of the preset.
\n@return A description of the preset.*/", "fluentSetterDocumentation" : "/**A description of the preset.
\n@param description A description of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A description of the preset.
\n@param description A description of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Video" : { "documentation" : "A section of the response body that provides information about the video preset values.
", "name" : "Video", "c2jName" : "Video", "c2jShape" : "VideoParameters", "variable" : { "variableName" : "video", "variableType" : "VideoParameters", "variableDeclarationType" : "VideoParameters", "documentation" : "A section of the response body that provides information about the video preset values.
", "variableSetterType" : "VideoParameters", "simpleType" : "VideoParameters" }, "setterModel" : { "variableName" : "video", "variableType" : "VideoParameters", "variableDeclarationType" : "VideoParameters", "documentation" : "", "variableSetterType" : "VideoParameters", "simpleType" : "VideoParameters" }, "getterModel" : { "returnType" : "VideoParameters", "documentation" : null }, "http" : { "unmarshallLocationName" : "Video", "marshallLocationName" : "Video", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@param video A section of the response body that provides information about the video preset values.*/", "getterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@return A section of the response body that provides information about the video preset values.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@param video A section of the response body that provides information about the video preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the video preset values.
\n@param video A section of the response body that provides information about the video preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Thumbnails" : { "documentation" : "A section of the response body that provides information about the thumbnail preset values, if any.
", "name" : "Thumbnails", "c2jName" : "Thumbnails", "c2jShape" : "Thumbnails", "variable" : { "variableName" : "thumbnails", "variableType" : "Thumbnails", "variableDeclarationType" : "Thumbnails", "documentation" : "A section of the response body that provides information about the thumbnail preset values, if any.
", "variableSetterType" : "Thumbnails", "simpleType" : "Thumbnails" }, "setterModel" : { "variableName" : "thumbnails", "variableType" : "Thumbnails", "variableDeclarationType" : "Thumbnails", "documentation" : "", "variableSetterType" : "Thumbnails", "simpleType" : "Thumbnails" }, "getterModel" : { "returnType" : "Thumbnails", "documentation" : null }, "http" : { "unmarshallLocationName" : "Thumbnails", "marshallLocationName" : "Thumbnails", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.*/", "getterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@return A section of the response body that provides information about the thumbnail preset values, if any.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the thumbnail preset values, if any.
\n@param thumbnails A section of the response body that provides information about the thumbnail preset values, if any.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "Identifier for the new preset. You use this value to get settings for the preset or to delete it.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Identifier for the new preset. You use this value to get settings for the preset or to delete it.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.*/", "getterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@return Identifier for the new preset. You use this value to get settings for the preset or to delete it.*/", "fluentSetterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Identifier for the new preset. You use this value to get settings for the preset or to delete it.
\n@param id Identifier for the new preset. You use this value to get settings for the preset or to delete it.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Arn" : { "documentation" : "The Amazon Resource Name (ARN) for the preset.
", "name" : "Arn", "c2jName" : "Arn", "c2jShape" : "String", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon Resource Name (ARN) for the preset.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Arn", "marshallLocationName" : "Arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@param arn The Amazon Resource Name (ARN) for the preset.*/", "getterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@return The Amazon Resource Name (ARN) for the preset.*/", "fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@param arn The Amazon Resource Name (ARN) for the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the preset.
\n@param arn The Amazon Resource Name (ARN) for the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Audio" : { "documentation" : "A section of the response body that provides information about the audio preset values.
", "name" : "Audio", "c2jName" : "Audio", "c2jShape" : "AudioParameters", "variable" : { "variableName" : "audio", "variableType" : "AudioParameters", "variableDeclarationType" : "AudioParameters", "documentation" : "A section of the response body that provides information about the audio preset values.
", "variableSetterType" : "AudioParameters", "simpleType" : "AudioParameters" }, "setterModel" : { "variableName" : "audio", "variableType" : "AudioParameters", "variableDeclarationType" : "AudioParameters", "documentation" : "", "variableSetterType" : "AudioParameters", "simpleType" : "AudioParameters" }, "getterModel" : { "returnType" : "AudioParameters", "documentation" : null }, "http" : { "unmarshallLocationName" : "Audio", "marshallLocationName" : "Audio", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@param audio A section of the response body that provides information about the audio preset values.*/", "getterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@return A section of the response body that provides information about the audio preset values.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@param audio A section of the response body that provides information about the audio preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the audio preset values.
\n@param audio A section of the response body that provides information about the audio preset values.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "The name of the preset.
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the preset.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the preset.
\n@param name The name of the preset.*/", "getterDocumentation" : "/**The name of the preset.
\n@return The name of the preset.*/", "fluentSetterDocumentation" : "/**The name of the preset.
\n@param name The name of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the preset.
\n@param name The name of the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CaptionSource" : { "c2jName" : "CaptionSource", "documentation" : "A source file for the input sidecar captions used during the transcoding process.
", "shapeName" : "CaptionSource", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
", "name" : "Key", "c2jName" : "Key", "c2jShape" : "LongKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.*/", "getterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.*/", "fluentSetterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
", "name" : "Language", "c2jName" : "Language", "c2jShape" : "Key", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Language", "marshallLocationName" : "Language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.*/", "getterDocumentation" : "/**
A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@return A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.*/", "fluentSetterDocumentation" : "/**
A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
", "name" : "TimeOffset", "c2jName" : "TimeOffset", "c2jShape" : "TimeOffset", "variable" : { "variableName" : "timeOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timeOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeOffset", "marshallLocationName" : "TimeOffset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.*/", "getterDocumentation" : "/**
For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@return For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.*/", "fluentSetterDocumentation" : "/**
For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
", "name" : "Label", "c2jName" : "Label", "c2jShape" : "Name", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.*/", "getterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.*/", "fluentSetterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "captionSource", "variableType" : "CaptionSource", "variableDeclarationType" : "CaptionSource", "documentation" : null, "variableSetterType" : "CaptionSource", "simpleType" : "CaptionSource" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Language" : { "documentation" : "A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
", "name" : "Language", "c2jName" : "Language", "c2jShape" : "Key", "variable" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "language", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Language", "marshallLocationName" : "Language", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.*/", "getterDocumentation" : "/**
A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@return A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.*/", "fluentSetterDocumentation" : "/**
A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.
\n@param language A string that specifies the language of the caption. Specify this as one of:
2-character ISO 639-1 code
3-character ISO 639-2 code
For more information on ISO language codes and language names, see the List of ISO 639-1 codes.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Label" : { "documentation" : "
The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
", "name" : "Label", "c2jName" : "Label", "c2jShape" : "Name", "variable" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "label", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Label", "marshallLocationName" : "Label", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.*/", "getterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@return The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.*/", "fluentSetterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.
\n@param label The label of the caption shown in the player when choosing a language. We recommend that you put the caption language name here, in the language of the captions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Encryption" : { "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption sources.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TimeOffset" : { "documentation" : "For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
", "name" : "TimeOffset", "c2jName" : "TimeOffset", "c2jShape" : "TimeOffset", "variable" : { "variableName" : "timeOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "timeOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TimeOffset", "marshallLocationName" : "TimeOffset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.*/", "getterDocumentation" : "/**
For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@return For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.*/", "fluentSetterDocumentation" : "/**
For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
For clip generation or captions that do not start at the same time as the associated video file, the
TimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.
\n@param timeOffset For clip generation or captions that do not start at the same time as the associated video file, theTimeOffset
tells Elastic Transcoder how much of the video to encode before including captions.Specify the TimeOffset in the form [+-]SS.sss or [+-]HH:mm:SS.ss.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "
The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
", "name" : "Key", "c2jName" : "Key", "c2jShape" : "LongKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.*/", "getterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@return The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.*/", "fluentSetterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.
\n@param key The name of the sidecar caption file that you want Elastic Transcoder to include in the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdatePipelineResult" : { "c2jName" : "UpdatePipelineResponse", "documentation" : "When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.
", "shapeName" : "UpdatePipelineResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param pipeline */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param pipeline \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param pipeline \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "name" : "Warnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Warnings", "marshallLocationName" : "Warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Warning", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Warning", "variable" : { "variableName" : "member", "variableType" : "Warning", "variableDeclarationType" : "Warning", "documentation" : "", "variableSetterType" : "Warning", "simpleType" : "Warning" }, "setterModel" : { "variableName" : "member", "variableType" : "Warning", "variableDeclarationType" : "Warning", "documentation" : "", "variableSetterType" : "Warning", "simpleType" : "Warning" }, "getterModel" : { "returnType" : "Warning", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Warning", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "getterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "fluentSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updatePipelineResult", "variableType" : "UpdatePipelineResult", "variableDeclarationType" : "UpdatePipelineResult", "documentation" : null, "variableSetterType" : "UpdatePipelineResult", "simpleType" : "UpdatePipelineResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Warnings" : { "documentation" : "
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "name" : "Warnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "variable" : { "variableName" : "warnings", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "warnings", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Warnings", "marshallLocationName" : "Warnings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Warning", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Warning", "variable" : { "variableName" : "member", "variableType" : "Warning", "variableDeclarationType" : "Warning", "documentation" : "", "variableSetterType" : "Warning", "simpleType" : "Warning" }, "setterModel" : { "variableName" : "member", "variableType" : "Warning", "variableDeclarationType" : "Warning", "documentation" : "", "variableSetterType" : "Warning", "simpleType" : "Warning" }, "getterModel" : { "returnType" : "Warning", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Warning", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "getterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "fluentSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Pipeline" : { "documentation" : "", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param pipeline */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param pipeline \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param pipeline \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AudioCodecOptions" : { "c2jName" : "AudioCodecOptions", "documentation" : "
Options associated with your audio codec.
", "shapeName" : "AudioCodecOptions", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.", "name" : "Profile", "c2jName" : "Profile", "c2jShape" : "AudioCodecProfile", "variable" : { "variableName" : "profile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : " If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "profile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Profile", "marshallLocationName" : "Profile", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/** If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
*/", "getterDocumentation" : "/**You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
*/", "fluentSetterDocumentation" : "/**You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
", "name" : "BitDepth", "c2jName" : "BitDepth", "c2jShape" : "AudioBitDepth", "variable" : { "variableName" : "bitDepth", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "24
.You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bitDepth", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BitDepth", "marshallLocationName" : "BitDepth", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**24
.You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@param bitDepth You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.*/", "getterDocumentation" : "/**You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@return You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.*/", "fluentSetterDocumentation" : "/**You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@param bitDepth You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@param bitDepth You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
", "name" : "BitOrder", "c2jName" : "BitOrder", "c2jShape" : "AudioBitOrder", "variable" : { "variableName" : "bitOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "LittleEndian
.You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bitOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BitOrder", "marshallLocationName" : "BitOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**LittleEndian
.You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@param bitOrder You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.*/", "getterDocumentation" : "/**You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@return You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.*/", "fluentSetterDocumentation" : "/**You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@param bitOrder You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@param bitOrder You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
", "name" : "Signed", "c2jName" : "Signed", "c2jShape" : "AudioSigned", "variable" : { "variableName" : "signed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Signed
.You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "signed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Signed", "marshallLocationName" : "Signed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Signed
.You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@param signed You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.*/", "getterDocumentation" : "/**You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@return You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.*/", "fluentSetterDocumentation" : "/**You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@param signed You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@param signed You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "audioCodecOptions", "variableType" : "AudioCodecOptions", "variableDeclarationType" : "AudioCodecOptions", "documentation" : null, "variableSetterType" : "AudioCodecOptions", "simpleType" : "AudioCodecOptions" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Signed" : { "documentation" : "You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
", "name" : "Signed", "c2jName" : "Signed", "c2jShape" : "AudioSigned", "variable" : { "variableName" : "signed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Signed
.You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "signed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Signed", "marshallLocationName" : "Signed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Signed
.You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@param signed You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.*/", "getterDocumentation" : "/**You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@return You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.*/", "fluentSetterDocumentation" : "/**You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@param signed You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose whether an audio sample is signed when you specify
pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
\n@param signed You can only choose whether an audio sample is signed when you specifySigned
.pcm
for the value of Audio:Codec.Whether audio samples are represented with negative and positive numbers (signed) or only positive numbers (unsigned).
The supported value is
Signed
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BitDepth" : { "documentation" : "You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
", "name" : "BitDepth", "c2jName" : "BitDepth", "c2jShape" : "AudioBitDepth", "variable" : { "variableName" : "bitDepth", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "24
.You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bitDepth", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BitDepth", "marshallLocationName" : "BitDepth", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**24
.You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@param bitDepth You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.*/", "getterDocumentation" : "/**You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@return You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.*/", "fluentSetterDocumentation" : "/**You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@param bitDepth You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose an audio bit depth when you specify
flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
\n@param bitDepth You can only choose an audio bit depth when you specify24
.flac
orpcm
for the value of Audio:Codec.The bit depth of a sample is how many bits of information are included in the audio samples. The higher the bit depth, the better the audio, but the larger the file.
Valid values are
16
and24
.The most common bit depth is
24
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "BitOrder" : { "documentation" : "You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
", "name" : "BitOrder", "c2jName" : "BitOrder", "c2jShape" : "AudioBitOrder", "variable" : { "variableName" : "bitOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "LittleEndian
.You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bitOrder", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BitOrder", "marshallLocationName" : "BitOrder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**LittleEndian
.You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@param bitOrder You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.*/", "getterDocumentation" : "/**You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@return You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.*/", "fluentSetterDocumentation" : "/**You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@param bitOrder You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose an audio bit order when you specify
pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
\n@param bitOrder You can only choose an audio bit order when you specifyLittleEndian
.pcm
for the value of Audio:Codec.The order the bits of a PCM sample are stored in.
The supported value is
LittleEndian
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Profile" : { "documentation" : "You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.", "name" : "Profile", "c2jName" : "Profile", "c2jShape" : "AudioCodecProfile", "variable" : { "variableName" : "profile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : " If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "profile", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Profile", "marshallLocationName" : "Profile", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/** If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
*/", "getterDocumentation" : "/**You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@return You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
*/", "fluentSetterDocumentation" : "/**You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can only choose an audio profile when you specify AAC for the value of Audio:Codec.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.\n@param profile You can only choose an audio profile when you specify AAC for the value of Audio:Codec. If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
Specify the AAC profile for the output file. Elastic Transcoder supports the following profiles:
auto
: If you specifyauto
, Elastic Transcoder will select the profile based on the bit rate selected for the output file.AAC-LC
: The most common AAC profile. Use for bit rates larger than 64 kbps.HE-AAC
: Not supported on some older players and devices. Use for bit rates between 40 and 80 kbps.HE-AACv2
: Not supported on some players and devices. Use for bit rates less than 48 kbps.All outputs in a
Smooth
playlist must have the same value forProfile
.If you created any presets before AAC profiles were added, Elastic Transcoder automatically updated your presets to use AAC-LC. You can change the value as required.
\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Encryption" : { "c2jName" : "Encryption", "documentation" : "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 will use to decrypt your file, otherwise you must specify the mode you want Elastic Transcoder to use to encrypt your output files.
", "shapeName" : "Encryption", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
", "name" : "Mode", "c2jName" : "Mode", "c2jShape" : "EncryptionMode", "variable" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : " For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Mode", "marshallLocationName" : "Mode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/** For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
*/", "getterDocumentation" : "/**The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@return The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
*/", "fluentSetterDocumentation" : "/**The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.*/", "getterDocumentation" : "/**
The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@return The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.*/", "fluentSetterDocumentation" : "/**
The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "name" : "KeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "variable" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyMd5", "marshallLocationName" : "KeyMd5", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "getterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@return The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "fluentSetterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "name" : "InitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "variable" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InitializationVector", "marshallLocationName" : "InitializationVector", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "getterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "fluentSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : null, "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Mode" : { "documentation" : "The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
", "name" : "Mode", "c2jName" : "Mode", "c2jShape" : "EncryptionMode", "variable" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : " For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "mode", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Mode", "marshallLocationName" : "Mode", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/** For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
*/", "getterDocumentation" : "/**The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@return The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
*/", "fluentSetterDocumentation" : "/**The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options:
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
\n@param mode The specific server-side encryption mode that you want Elastic Transcoder to use when decrypting your input files or encrypting your output files. Elastic Transcoder supports the following options: For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
S3: Amazon S3 creates and manages the keys used for encrypting your files.
S3-AWS-KMS: Amazon S3 calls the Amazon Key Management Service, which creates and manages the keys that are used for encrypting your files. If you specify
S3-AWS-KMS
and you don't want to use the default key, you must add the AWS-KMS key that you want to use to your pipeline.AES-CBC-PKCS7: A padded cipher-block mode of operation originally used for HLS files.
AES-CTR: AES Counter Mode.
AES-GCM: AES Galois Counter Mode, a mode of operation that is an authenticated encryption format, meaning that a file, key, or initialization vector that has been tampered with will fail the decryption process.
For all three AES options, you must provide the following settings, which must be base64-encoded:
Key
Key MD5
Initialization Vector
If you specify a preset in For the AES modes, your private encryption keys and your unencrypted data are never stored by AWS; therefore, it is important that you safely manage your encryption keys. If you lose them, you won't be able to unencrypt your data.
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InitializationVector" : { "documentation" : "The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "name" : "InitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "variable" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InitializationVector", "marshallLocationName" : "InitializationVector", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "getterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "fluentSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you used to encrypt your input files or that you want Elastic Transcoder to use to encrypt your output files. The initialization vector must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KeyMd5" : { "documentation" : "The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "name" : "KeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "Base64EncodedString", "variable" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyMd5", "marshallLocationName" : "KeyMd5", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "getterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@return The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.*/", "fluentSetterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key that you used to encrypt your input file, or that you want Elastic Transcoder to use to encrypt your output file. Elastic Transcoder uses the key digest as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes long before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
", "name" : "Key", "c2jName" : "Key", "c2jShape" : "Base64EncodedString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.*/", "getterDocumentation" : "/**
The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@return The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.*/", "fluentSetterDocumentation" : "/**
The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.
\n@param key The data encryption key that you want Elastic Transcoder to use to encrypt your output file, or that was used to encrypt your input file. The key must be base64-encoded and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using the Amazon Key Management Service.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CaptionFormat" : { "c2jName" : "CaptionFormat", "documentation" : "
The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error.
", "shapeName" : "CaptionFormat", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
", "name" : "Format", "c2jName" : "Format", "c2jShape" : "CaptionFormatFormat", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- */", "getterDocumentation" : "/**
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- */", "fluentSetterDocumentation" : "/**
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
", "name" : "Pattern", "c2jName" : "Pattern", "c2jShape" : "CaptionFormatPattern", "variable" : { "variableName" : "pattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pattern", "marshallLocationName" : "Pattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.*/", "getterDocumentation" : "/**
The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@return The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.*/", "fluentSetterDocumentation" : "/**
The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "captionFormat", "variableType" : "CaptionFormat", "variableDeclarationType" : "CaptionFormat", "documentation" : null, "variableSetterType" : "CaptionFormat", "simpleType" : "CaptionFormat" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Pattern" : { "documentation" : "The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
", "name" : "Pattern", "c2jName" : "Pattern", "c2jShape" : "CaptionFormatPattern", "variable" : { "variableName" : "pattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pattern", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pattern", "marshallLocationName" : "Pattern", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.*/", "getterDocumentation" : "/**
The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@return The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.*/", "fluentSetterDocumentation" : "/**
The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The prefix for caption filenames, in the form description-
{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.
\n@param pattern The prefix for caption filenames, in the form description-{language}
, where:
- description is a description of the video.
{language}
is a literal value that Elastic Transcoder replaces with the two- or three-letter code for the language of the caption in the output file names.If you don't include
{language}
in the file name pattern, Elastic Transcoder automatically appends \"{language}
\" to the value that you specify for the description. In addition, Elastic Transcoder automatically appends the count to the end of the segment files.For example, suppose you're transcoding into srt format. When you enter \"Sydney-{language}-sunrise\", and the language of the captions is English (en), the name of the first caption file will be Sydney-en-sunrise00000.srt.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Format" : { "documentation" : "
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
", "name" : "Format", "c2jName" : "Format", "c2jShape" : "CaptionFormatFormat", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- */", "getterDocumentation" : "/**
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@return The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- */", "fluentSetterDocumentation" : "/**
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
\n@param format The format you specify determines whether Elastic Transcoder generates an embedded or sidecar caption for this output.
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
Valid Embedded Caption Formats:
for FLAC: None
For MP3: None
For MP4: mov-text
For MPEG-TS: None
For ogg: None
For webm: None
- \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Encryption" : { "documentation" : "
Valid Sidecar Caption Formats: Elastic Transcoder supports dfxp (first div element only), scc, srt, and webvtt. If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
For FMP4: dfxp
Non-FMP4 outputs: All sidecar types
fmp4
captions have an extension of.ismt
The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your caption formats.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReadPresetRequest" : { "c2jName" : "ReadPresetRequest", "documentation" : "The
", "shapeName" : "ReadPresetRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "ReadPresetRequest
structure.The identifier of the preset for which you want to get detailed information.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the preset for which you want to get detailed information.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@param id The identifier of the preset for which you want to get detailed information.*/", "getterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@return The identifier of the preset for which you want to get detailed information.*/", "fluentSetterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "readPresetRequest", "variableType" : "ReadPresetRequest", "variableDeclarationType" : "ReadPresetRequest", "documentation" : null, "variableSetterType" : "ReadPresetRequest", "simpleType" : "ReadPresetRequest" }, "marshaller" : { "action" : "ReadPreset", "verb" : "GET", "target" : null, "requestUri" : "/2012-09-25/presets/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The identifier of the preset for which you want to get detailed information.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the preset for which you want to get detailed information.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@param id The identifier of the preset for which you want to get detailed information.*/", "getterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@return The identifier of the preset for which you want to get detailed information.*/", "fluentSetterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the preset for which you want to get detailed information.
\n@param id The identifier of the preset for which you want to get detailed information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PlayReadyDrm" : { "c2jName" : "PlayReadyDrm", "documentation" : "The PlayReady DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
PlayReady DRM encrypts your media files using
AES-CTR
encryption.If you use DRM for an
", "shapeName" : "PlayReadyDrm", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "HLSv3
playlist, your outputs must have a master playlist.The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "name" : "Format", "c2jName" : "Format", "c2jShape" : "PlayReadyDrmFormatString", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "getterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@return The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "fluentSetterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
", "name" : "Key", "c2jName" : "Key", "c2jShape" : "NonEmptyBase64EncodedString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.*/", "getterDocumentation" : "/**
The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@return The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.*/", "fluentSetterDocumentation" : "/**
The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
", "name" : "KeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "NonEmptyBase64EncodedString", "variable" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyMd5", "marshallLocationName" : "KeyMd5", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.*/", "getterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@return The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.*/", "fluentSetterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
", "name" : "KeyId", "c2jName" : "KeyId", "c2jShape" : "KeyIdGuid", "variable" : { "variableName" : "keyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "keyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyId", "marshallLocationName" : "KeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.*/", "getterDocumentation" : "/**
The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@return The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.*/", "fluentSetterDocumentation" : "/**
The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
", "name" : "InitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "variable" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InitializationVector", "marshallLocationName" : "InitializationVector", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.*/", "getterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.*/", "fluentSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
", "name" : "LicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "OneTo512String", "variable" : { "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "https://www.example.com/exampleKey/
The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseAcquisitionUrl", "marshallLocationName" : "LicenseAcquisitionUrl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**https://www.example.com/exampleKey/
The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
*/", "getterDocumentation" : "/**The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@return The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
*/", "fluentSetterDocumentation" : "/**The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "variableDeclarationType" : "PlayReadyDrm", "documentation" : null, "variableSetterType" : "PlayReadyDrm", "simpleType" : "PlayReadyDrm" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Format" : { "documentation" : "The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "name" : "Format", "c2jName" : "Format", "c2jShape" : "PlayReadyDrmFormatString", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "getterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@return The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "fluentSetterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param format The type of DRM, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LicenseAcquisitionUrl" : { "documentation" : "The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
", "name" : "LicenseAcquisitionUrl", "c2jName" : "LicenseAcquisitionUrl", "c2jShape" : "OneTo512String", "variable" : { "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "https://www.example.com/exampleKey/
The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "licenseAcquisitionUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "LicenseAcquisitionUrl", "marshallLocationName" : "LicenseAcquisitionUrl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**https://www.example.com/exampleKey/
The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
*/", "getterDocumentation" : "/**The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@return The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
*/", "fluentSetterDocumentation" : "/**The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:
\n@param licenseAcquisitionUrl The location of the license key required to play DRM content. The URL must be an absolute path, and is referenced by the PlayReady header. The PlayReady header is referenced in the protection header of the client manifest for Smooth Streaming outputs, and in the EXT-X-DXDRM and EXT-XDXDRMINFO metadata tags for HLS playlist outputs. An example URL looks like this:https://www.example.com/exampleKey/
https://www.example.com/exampleKey/
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KeyId" : { "documentation" : "The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
", "name" : "KeyId", "c2jName" : "KeyId", "c2jShape" : "KeyIdGuid", "variable" : { "variableName" : "keyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "keyId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyId", "marshallLocationName" : "KeyId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.*/", "getterDocumentation" : "/**
The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@return The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.*/", "fluentSetterDocumentation" : "/**
The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The ID for your DRM key, so that your DRM license provider knows which key to provide.
The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.
\n@param keyId The ID for your DRM key, so that your DRM license provider knows which key to provide.The key ID must be provided in big endian, and Elastic Transcoder will convert it to little endian before inserting it into the PlayReady DRM headers. If you are unsure whether your license server provides your key ID in big or little endian, check with your DRM provider.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InitializationVector" : { "documentation" : "
The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
", "name" : "InitializationVector", "c2jName" : "InitializationVector", "c2jShape" : "ZeroTo255String", "variable" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "initializationVector", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InitializationVector", "marshallLocationName" : "InitializationVector", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.*/", "getterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@return The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.*/", "fluentSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.
\n@param initializationVector The series of random bits created by a random bit generator, unique for every encryption operation, that you want Elastic Transcoder to use to encrypt your files. The initialization vector must be base64-encoded, and it must be exactly 8 bytes long before being base64-encoded. If no initialization vector is provided, Elastic Transcoder generates one for you.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "KeyMd5" : { "documentation" : "The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
", "name" : "KeyMd5", "c2jName" : "KeyMd5", "c2jShape" : "NonEmptyBase64EncodedString", "variable" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "keyMd5", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "KeyMd5", "marshallLocationName" : "KeyMd5", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.*/", "getterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@return The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.*/", "fluentSetterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.
\n@param keyMd5 The MD5 digest of the key used for DRM on your file, and that you want Elastic Transcoder to use as a checksum to make sure your key was not corrupted in transit. The key MD5 must be base64-encoded, and it must be exactly 16 bytes before being base64-encoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
", "name" : "Key", "c2jName" : "Key", "c2jShape" : "NonEmptyBase64EncodedString", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.*/", "getterDocumentation" : "/**
The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@return The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.*/", "fluentSetterDocumentation" : "/**
The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.
\n@param key The DRM key for your file, provided by your DRM license provider. The key must be base64-encoded, and it must be one of the following bit lengths before being base64-encoded:
128
,192
, or256
.The key must also be encrypted by using AWS KMS.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Playlist" : { "c2jName" : "Playlist", "documentation" : "
Use Only for Fragmented MP4 or MPEG-TS Outputs. If you specify a preset for which the value of Container is
", "shapeName" : "Playlist", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "fmp4
(Fragmented MP4) orts
(MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. We recommend that you create only one master playlist per output format. The maximum number of master playlists in a job is 30.The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Filename", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : ".m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.*/", "getterDocumentation" : "/**The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.*/", "fluentSetterDocumentation" : "/**The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The format of the output playlist. Valid formats include
", "name" : "Format", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "HLSv3
,HLSv4
, andSmooth
.The format of the output playlist. Valid formats include
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**HLSv3
,HLSv4
, andSmooth
.The format of the output playlist. Valid formats include
\n@param format The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.*/", "getterDocumentation" : "/**The format of the output playlist. Valid formats include
\n@return The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.*/", "fluentSetterDocumentation" : "/**The format of the output playlist. Valid formats include
\n@param format The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The format of the output playlist. Valid formats include
\n@param format The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
", "name" : "OutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "variable" : { "variableName" : "outputKeys", "variableType" : "java.util.ListSmooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
", "variableSetterType" : "java.util.CollectionSmooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.", "simpleType" : "List " }, "setterModel" : { "variableName" : "outputKeys", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKeys", "marshallLocationName" : "OutputKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Key", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.*/", "getterDocumentation" : "/**For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.*/", "fluentSetterDocumentation" : "/**For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\nSmooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.NOTE: This method appends the values to the existing list (if any). Use {@link #setOutputKeys(java.util.Collection)} or {@link #withOutputKeys(java.util.Collection)} if you want to override the existing values.
\n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "name" : "HlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "variable" : { "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "variableDeclarationType" : "HlsContentProtection", "documentation" : "The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "variableSetterType" : "HlsContentProtection", "simpleType" : "HlsContentProtection" }, "setterModel" : { "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "variableDeclarationType" : "HlsContentProtection", "documentation" : "", "variableSetterType" : "HlsContentProtection", "simpleType" : "HlsContentProtection" }, "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "unmarshallLocationName" : "HlsContentProtection", "marshallLocationName" : "HlsContentProtection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "getterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "fluentSetterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "name" : "PlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "variable" : { "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "variableDeclarationType" : "PlayReadyDrm", "documentation" : "The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "variableSetterType" : "PlayReadyDrm", "simpleType" : "PlayReadyDrm" }, "setterModel" : { "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "variableDeclarationType" : "PlayReadyDrm", "documentation" : "", "variableSetterType" : "PlayReadyDrm", "simpleType" : "PlayReadyDrm" }, "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlayReadyDrm", "marshallLocationName" : "PlayReadyDrm", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "getterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "fluentSetterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The status of the job with which the playlist is associated.
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "JobStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of the job with which the playlist is associated.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@param status The status of the job with which the playlist is associated.*/", "getterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@return The status of the job with which the playlist is associated.*/", "fluentSetterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@param status The status of the job with which the playlist is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@param status The status of the job with which the playlist is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Information that further explains the status.
", "name" : "StatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "variable" : { "variableName" : "statusDetail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Information that further explains the status.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "statusDetail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusDetail", "marshallLocationName" : "StatusDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Information that further explains the status.
\n@param statusDetail Information that further explains the status.*/", "getterDocumentation" : "/**Information that further explains the status.
\n@return Information that further explains the status.*/", "fluentSetterDocumentation" : "/**Information that further explains the status.
\n@param statusDetail Information that further explains the status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Information that further explains the status.
\n@param statusDetail Information that further explains the status.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "playlist", "variableType" : "Playlist", "variableDeclarationType" : "Playlist", "documentation" : null, "variableSetterType" : "Playlist", "simpleType" : "Playlist" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PlayReadyDrm" : { "documentation" : "The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "name" : "PlayReadyDrm", "c2jName" : "PlayReadyDrm", "c2jShape" : "PlayReadyDrm", "variable" : { "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "variableDeclarationType" : "PlayReadyDrm", "documentation" : "The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "variableSetterType" : "PlayReadyDrm", "simpleType" : "PlayReadyDrm" }, "setterModel" : { "variableName" : "playReadyDrm", "variableType" : "PlayReadyDrm", "variableDeclarationType" : "PlayReadyDrm", "documentation" : "", "variableSetterType" : "PlayReadyDrm", "simpleType" : "PlayReadyDrm" }, "getterModel" : { "returnType" : "PlayReadyDrm", "documentation" : null }, "http" : { "unmarshallLocationName" : "PlayReadyDrm", "marshallLocationName" : "PlayReadyDrm", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "getterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@return The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "fluentSetterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param playReadyDrm The DRM settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "The status of the job with which the playlist is associated.
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "JobStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The status of the job with which the playlist is associated.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@param status The status of the job with which the playlist is associated.*/", "getterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@return The status of the job with which the playlist is associated.*/", "fluentSetterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@param status The status of the job with which the playlist is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of the job with which the playlist is associated.
\n@param status The status of the job with which the playlist is associated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Format" : { "documentation" : "The format of the output playlist. Valid formats include
", "name" : "Format", "c2jName" : "Format", "c2jShape" : "PlaylistFormat", "variable" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "HLSv3
,HLSv4
, andSmooth
.The format of the output playlist. Valid formats include
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "format", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Format", "marshallLocationName" : "Format", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**HLSv3
,HLSv4
, andSmooth
.The format of the output playlist. Valid formats include
\n@param format The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.*/", "getterDocumentation" : "/**The format of the output playlist. Valid formats include
\n@return The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.*/", "fluentSetterDocumentation" : "/**The format of the output playlist. Valid formats include
\n@param format The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The format of the output playlist. Valid formats include
\n@param format The format of the output playlist. Valid formats includeHLSv3
,HLSv4
, andSmooth
.HLSv3
,HLSv4
, andSmooth
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputKeys" : { "documentation" : "For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
", "name" : "OutputKeys", "c2jName" : "OutputKeys", "c2jShape" : "OutputKeys", "variable" : { "variableName" : "outputKeys", "variableType" : "java.util.ListSmooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
", "variableSetterType" : "java.util.CollectionSmooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.", "simpleType" : "List " }, "setterModel" : { "variableName" : "outputKeys", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKeys", "marshallLocationName" : "OutputKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Key", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.*/", "getterDocumentation" : "/**For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\n@return For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.*/", "fluentSetterDocumentation" : "/**For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
\nSmooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.NOTE: This method appends the values to the existing list (if any). Use {@link #setOutputKeys(java.util.Collection)} or {@link #withOutputKeys(java.util.Collection)} if you want to override the existing values.
\n@param outputKeys For each output in this job that you want to include in a master playlist, the value of the Outputs:Key object.
If your output is not
HLS
or does not have a segment duration set, the name of the output file is a concatenation ofOutputKeyPrefix
andOutputs:Key
:OutputKeyPrefix
Outputs:Key
If your output is
HLSv3
and has a segment duration set, or is not included in a playlist, Elastic Transcoder creates an output playlist file with a file extension of.m3u8
, and a series of.ts
files that include a five-digit sequential counter beginning with 00000:OutputKeyPrefix
Outputs:Key
.m3u8OutputKeyPrefix
Outputs:Key
00000.tsIf your output is
HLSv4
, has a segment duration set, and is included in anHLSv4
playlist, Elastic Transcoder creates an output playlist file with a file extension of_v4.m3u8
. If the output is video, Elastic Transcoder also creates an output file with an extension of_iframe.m3u8
:OutputKeyPrefix
Outputs:Key
_v4.m3u8OutputKeyPrefix
Outputs:Key
_iframe.m3u8OutputKeyPrefix
Outputs:Key
.tsElastic Transcoder automatically appends the relevant file extension to the file name. If you include a file extension in Output Key, the file name will have two extensions.
If you include more than one output in a playlist, any segment duration settings, clip settings, or caption settings must be the same for all outputs in the playlist. For
Smooth
playlists, theAudio:Profile
,Video:Profile
, andVideo:FrameRate
toVideo:KeyframesMaxDist
ratio must be the same for all outputs.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "HlsContentProtection" : { "documentation" : "The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "name" : "HlsContentProtection", "c2jName" : "HlsContentProtection", "c2jShape" : "HlsContentProtection", "variable" : { "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "variableDeclarationType" : "HlsContentProtection", "documentation" : "The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
", "variableSetterType" : "HlsContentProtection", "simpleType" : "HlsContentProtection" }, "setterModel" : { "variableName" : "hlsContentProtection", "variableType" : "HlsContentProtection", "variableDeclarationType" : "HlsContentProtection", "documentation" : "", "variableSetterType" : "HlsContentProtection", "simpleType" : "HlsContentProtection" }, "getterModel" : { "returnType" : "HlsContentProtection", "documentation" : null }, "http" : { "unmarshallLocationName" : "HlsContentProtection", "marshallLocationName" : "HlsContentProtection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "getterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@return The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.*/", "fluentSetterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.
\n@param hlsContentProtection The HLS content protection settings, if any, that you want Elastic Transcoder to apply to the output files associated with this playlist.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StatusDetail" : { "documentation" : "Information that further explains the status.
", "name" : "StatusDetail", "c2jName" : "StatusDetail", "c2jShape" : "Description", "variable" : { "variableName" : "statusDetail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Information that further explains the status.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "statusDetail", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StatusDetail", "marshallLocationName" : "StatusDetail", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Information that further explains the status.
\n@param statusDetail Information that further explains the status.*/", "getterDocumentation" : "/**Information that further explains the status.
\n@return Information that further explains the status.*/", "fluentSetterDocumentation" : "/**Information that further explains the status.
\n@param statusDetail Information that further explains the status.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Information that further explains the status.
\n@param statusDetail Information that further explains the status.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Filename", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : ".m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.*/", "getterDocumentation" : "/**The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@return The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.*/", "fluentSetterDocumentation" : "/**The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a
/
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
\n@param name The name that you want Elastic Transcoder to assign to the master playlist, for example, nyc-vacation.m3u8. If the name includes a.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions./
character, the section of the name before the last/
must be identical for allName
objects. If you create more than one master playlist, the values of allName
objects must be unique.Note: Elastic Transcoder automatically appends the relevant file extension to the file name (
.m3u8
forHLSv3
andHLSv4
playlists, and.ism
and.ismc
forSmooth
playlists). If you include a file extension inName
, the file name will have two extensions.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceInUseException" : { "c2jName" : "ResourceInUseException", "documentation" : "The resource you are attempting to change is in use. For example, you are attempting to delete a pipeline that is currently in use.
", "shapeName" : "ResourceInUseException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceInUseException", "variableType" : "ResourceInUseException", "variableDeclarationType" : "ResourceInUseException", "documentation" : null, "variableSetterType" : "ResourceInUseException", "simpleType" : "ResourceInUseException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceInUseException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TestRoleRequest" : { "c2jName" : "TestRoleRequest", "documentation" : "The
", "shapeName" : "TestRoleRequest", "deprecated" : false, "required" : [ "Role", "InputBucket", "OutputBucket", "Topics" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "TestRoleRequest
structure.The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
", "name" : "Role", "c2jName" : "Role", "c2jShape" : "Role", "variable" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Role", "marshallLocationName" : "Role", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.*/", "getterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.*/", "fluentSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
", "name" : "InputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputBucket", "marshallLocationName" : "InputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.*/", "getterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@return The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
", "name" : "OutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputBucket", "marshallLocationName" : "OutputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@param outputBucket The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.*/", "getterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@return The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@param outputBucket The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@param outputBucket The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
", "name" : "Topics", "c2jName" : "Topics", "c2jShape" : "SnsTopics", "variable" : { "variableName" : "topics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "topics", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Topics", "marshallLocationName" : "Topics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.*/", "getterDocumentation" : "/**The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\n@return The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.*/", "fluentSetterDocumentation" : "/**The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTopics(java.util.Collection)} or {@link #withTopics(java.util.Collection)} if you want to override the existing values.
\n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testRoleRequest", "variableType" : "TestRoleRequest", "variableDeclarationType" : "TestRoleRequest", "documentation" : null, "variableSetterType" : "TestRoleRequest", "simpleType" : "TestRoleRequest" }, "marshaller" : { "action" : "TestRole", "verb" : "POST", "target" : null, "requestUri" : "/2012-09-25/roleTests", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Role" : { "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
", "name" : "Role", "c2jName" : "Role", "c2jShape" : "Role", "variable" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Role", "marshallLocationName" : "Role", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.*/", "getterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.*/", "fluentSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to test.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputBucket" : { "documentation" : "The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
", "name" : "OutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputBucket", "marshallLocationName" : "OutputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@param outputBucket The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.*/", "getterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@return The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@param outputBucket The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.
\n@param outputBucket The Amazon S3 bucket that Elastic Transcoder will write transcoded media files to. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Topics" : { "documentation" : "The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
", "name" : "Topics", "c2jName" : "Topics", "c2jShape" : "SnsTopics", "variable" : { "variableName" : "topics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "topics", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Topics", "marshallLocationName" : "Topics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.*/", "getterDocumentation" : "/**The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\n@return The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.*/", "fluentSetterDocumentation" : "/**The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTopics(java.util.Collection)} or {@link #withTopics(java.util.Collection)} if you want to override the existing values.
\n@param topics The ARNs of one or more Amazon Simple Notification Service (Amazon SNS) topics that you want the action to send a test notification to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InputBucket" : { "documentation" : "The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
", "name" : "InputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputBucket", "marshallLocationName" : "InputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.*/", "getterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@return The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.
\n@param inputBucket The Amazon S3 bucket that contains media files to be transcoded. The action attempts to read from this bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Permission" : { "c2jName" : "Permission", "documentation" : "The
", "shapeName" : "Permission", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "Permission
structure.The type of value that appears in the Grantee object:
", "name" : "GranteeType", "c2jName" : "GranteeType", "c2jShape" : "GranteeType", "variable" : { "variableName" : "granteeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "granteeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "GranteeType", "marshallLocationName" : "GranteeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@param granteeType The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.*/", "getterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@return The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.*/", "fluentSetterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@param granteeType The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@param granteeType The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
", "name" : "Grantee", "c2jName" : "Grantee", "c2jShape" : "Grantee", "variable" : { "variableName" : "grantee", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "grantee", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Grantee", "marshallLocationName" : "Grantee", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.*/", "getterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@return The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.*/", "fluentSetterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
", "name" : "Access", "c2jName" : "Access", "c2jShape" : "AccessControls", "variable" : { "variableName" : "access", "variableType" : "java.util.List
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
", "variableSetterType" : "java.util.Collection
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.", "simpleType" : "List " }, "setterModel" : { "variableName" : "access", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Access", "marshallLocationName" : "Access", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccessControl", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.*/", "getterDocumentation" : "/**
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n@return The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.NOTE: This method appends the values to the existing list (if any). Use {@link #setAccess(java.util.Collection)} or {@link #withAccess(java.util.Collection)} if you want to override the existing values.
\n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "permission", "variableType" : "Permission", "variableDeclarationType" : "Permission", "documentation" : null, "variableSetterType" : "Permission", "simpleType" : "Permission" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Grantee" : { "documentation" : "
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
", "name" : "Grantee", "c2jName" : "Grantee", "c2jShape" : "Grantee", "variable" : { "variableName" : "grantee", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "grantee", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Grantee", "marshallLocationName" : "Grantee", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.*/", "getterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@return The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.*/", "fluentSetterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
\n@param grantee The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "GranteeType" : { "documentation" : "The type of value that appears in the Grantee object:
", "name" : "GranteeType", "c2jName" : "GranteeType", "c2jShape" : "GranteeType", "variable" : { "variableName" : "granteeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "granteeType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "GranteeType", "marshallLocationName" : "GranteeType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@param granteeType The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.*/", "getterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@return The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.*/", "fluentSetterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@param granteeType The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The type of value that appears in the Grantee object:
\n@param granteeType The type of value that appears in the Grantee object:
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Access" : { "documentation" : "
Canonical
: Either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. Group
: One of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
", "name" : "Access", "c2jName" : "Access", "c2jShape" : "AccessControls", "variable" : { "variableName" : "access", "variableType" : "java.util.List
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
", "variableSetterType" : "java.util.Collection
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.", "simpleType" : "List " }, "setterModel" : { "variableName" : "access", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Access", "marshallLocationName" : "Access", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AccessControl", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.*/", "getterDocumentation" : "/**
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n@return The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.*/", "fluentSetterDocumentation" : "/**
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:
\n
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.NOTE: This method appends the values to the existing list (if any). Use {@link #setAccess(java.util.Collection)} or {@link #withAccess(java.util.Collection)} if you want to override the existing values.
\n@param access The permission that you want to give to the AWS user that is listed in Grantee. Valid values include:\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TestRoleResult" : { "c2jName" : "TestRoleResponse", "documentation" : "
READ
: The grantee can read the thumbnails and metadata for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee has READ, READ_ACP, and WRITE_ACP permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.The
", "shapeName" : "TestRoleResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "TestRoleResponse
structure.If the operation is successful, this value is
", "name" : "Success", "c2jName" : "Success", "c2jShape" : "Success", "variable" : { "variableName" : "success", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "true
; otherwise, the value isfalse
.If the operation is successful, this value is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "success", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Success", "marshallLocationName" : "Success", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
; otherwise, the value isfalse
.If the operation is successful, this value is
\n@param success If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.*/", "getterDocumentation" : "/**If the operation is successful, this value is
\n@return If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.*/", "fluentSetterDocumentation" : "/**If the operation is successful, this value is
\n@param success If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If the operation is successful, this value is
\n@param success If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If the
", "name" : "Messages", "c2jName" : "Messages", "c2jShape" : "ExceptionMessages", "variable" : { "variableName" : "messages", "variableType" : "java.util.ListSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " If the
", "variableSetterType" : "java.util.CollectionSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.", "simpleType" : "List " }, "setterModel" : { "variableName" : "messages", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Messages", "marshallLocationName" : "Messages", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** If the
\n@param messages If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.Success
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.*/", "getterDocumentation" : "/**If the
\n@return If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.Success
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.*/", "fluentSetterDocumentation" : "/**If the
\n@param messages If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.Success
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If the
\nSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.NOTE: This method appends the values to the existing list (if any). Use {@link #setMessages(java.util.Collection)} or {@link #withMessages(java.util.Collection)} if you want to override the existing values.
\n@param messages If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "testRoleResult", "variableType" : "TestRoleResult", "variableDeclarationType" : "TestRoleResult", "documentation" : null, "variableSetterType" : "TestRoleResult", "simpleType" : "TestRoleResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Messages" : { "documentation" : "If the
", "name" : "Messages", "c2jName" : "Messages", "c2jShape" : "ExceptionMessages", "variable" : { "variableName" : "messages", "variableType" : "java.util.ListSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " If the
", "variableSetterType" : "java.util.CollectionSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.", "simpleType" : "List " }, "setterModel" : { "variableName" : "messages", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Messages", "marshallLocationName" : "Messages", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "String", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** If the
\n@param messages If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.Success
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.*/", "getterDocumentation" : "/**If the
\n@return If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.Success
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.*/", "fluentSetterDocumentation" : "/**If the
\n@param messages If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.Success
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If the
\nSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.NOTE: This method appends the values to the existing list (if any). Use {@link #setMessages(java.util.Collection)} or {@link #withMessages(java.util.Collection)} if you want to override the existing values.
\n@param messages If theSuccess
element containsfalse
, this value is an array of one or more error messages that were generated during the test process.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Success" : { "documentation" : "If the operation is successful, this value is
", "name" : "Success", "c2jName" : "Success", "c2jShape" : "Success", "variable" : { "variableName" : "success", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "true
; otherwise, the value isfalse
.If the operation is successful, this value is
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "success", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Success", "marshallLocationName" : "Success", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
; otherwise, the value isfalse
.If the operation is successful, this value is
\n@param success If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.*/", "getterDocumentation" : "/**If the operation is successful, this value is
\n@return If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.*/", "fluentSetterDocumentation" : "/**If the operation is successful, this value is
\n@param success If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If the operation is successful, this value is
\n@param success If the operation is successful, this value istrue
; otherwise, the value isfalse
.true
; otherwise, the value isfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ResourceNotFoundException" : { "c2jName" : "ResourceNotFoundException", "documentation" : "The requested resource does not exist or is not available. For example, the pipeline to which you're trying to add a job doesn't exist or is still being created.
", "shapeName" : "ResourceNotFoundException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "resourceNotFoundException", "variableType" : "ResourceNotFoundException", "variableDeclarationType" : "ResourceNotFoundException", "documentation" : null, "variableSetterType" : "ResourceNotFoundException", "simpleType" : "ResourceNotFoundException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ResourceNotFoundException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Job" : { "c2jName" : "Job", "documentation" : "A section of the response body that provides information about the job that is created.
", "shapeName" : "Job", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.*/", "getterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@return The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.*/", "fluentSetterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon Resource Name (ARN) for the job.
", "name" : "Arn", "c2jName" : "Arn", "c2jShape" : "String", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon Resource Name (ARN) for the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Arn", "marshallLocationName" : "Arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@param arn The Amazon Resource Name (ARN) for the job.*/", "getterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@return The Amazon Resource Name (ARN) for the job.*/", "fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@param arn The Amazon Resource Name (ARN) for the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@param arn The Amazon Resource Name (ARN) for the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The
", "name" : "PipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.The
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PipelineId", "marshallLocationName" : "PipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.The
\n@param pipelineId TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/", "getterDocumentation" : "/**The
\n@return TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/", "fluentSetterDocumentation" : "/**The
\n@param pipelineId TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param pipelineId TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A section of the request or response body that provides information about the file that is being transcoded.
", "name" : "Input", "c2jName" : "Input", "c2jShape" : "JobInput", "variable" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "A section of the request or response body that provides information about the file that is being transcoded.
", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "setterModel" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "getterModel" : { "returnType" : "JobInput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Input", "marshallLocationName" : "Input", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@param input A section of the request or response body that provides information about the file that is being transcoded.*/", "getterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@return A section of the request or response body that provides information about the file that is being transcoded.*/", "fluentSetterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@param input A section of the request or response body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@param input A section of the request or response body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
", "name" : "Output", "c2jName" : "Output", "c2jShape" : "JobOutput", "variable" : { "variableName" : "output", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "setterModel" : { "variableName" : "output", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "getterModel" : { "returnType" : "JobOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Output", "marshallLocationName" : "Output", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.*/", "getterDocumentation" : "/**If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@return If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.*/", "fluentSetterDocumentation" : "/**If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
", "name" : "Outputs", "c2jName" : "Outputs", "c2jShape" : "JobOutputs", "variable" : { "variableName" : "outputs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "outputs", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Outputs", "marshallLocationName" : "Outputs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "JobOutput", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobOutput", "variable" : { "variableName" : "member", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "setterModel" : { "variableName" : "member", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "getterModel" : { "returnType" : "JobOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "JobOutput", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\n@param outputs Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.*/", "getterDocumentation" : "/**
Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\n@return Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.*/", "fluentSetterDocumentation" : "/**
Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\n@param outputs Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
", "name" : "OutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "variable" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "OutputKeyPrefix
.The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKeyPrefix", "marshallLocationName" : "OutputKeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**OutputKeyPrefix
.The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.*/", "getterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.*/", "fluentSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
", "name" : "Playlists", "c2jName" : "Playlists", "c2jShape" : "Playlists", "variable" : { "variableName" : "playlists", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "playlists", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Playlists", "marshallLocationName" : "Playlists", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Playlist", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Playlist", "variable" : { "variableName" : "member", "variableType" : "Playlist", "variableDeclarationType" : "Playlist", "documentation" : "", "variableSetterType" : "Playlist", "simpleType" : "Playlist" }, "setterModel" : { "variableName" : "member", "variableType" : "Playlist", "variableDeclarationType" : "Playlist", "documentation" : "", "variableSetterType" : "Playlist", "simpleType" : "Playlist" }, "getterModel" : { "returnType" : "Playlist", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Playlist", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\n@param playlists Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.*/", "getterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\n@return Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.*/", "fluentSetterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\n@param playlists Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlaylists(java.util.Collection)} or {@link #withPlaylists(java.util.Collection)} if you want to override the existing values.
\n@param playlists Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The status of the job:
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "JobStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Submitted
,Progressing
,Complete
,Canceled
, orError
.The status of the job:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Submitted
,Progressing
,Complete
,Canceled
, orError
.The status of the job:
\n@param status The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "getterDocumentation" : "/**The status of the job:
\n@return The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "fluentSetterDocumentation" : "/**The status of the job:
\n@param status The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of the job:
\n@param status The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:", "name" : "UserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "variable" : { "variableName" : "userMetadata", "variableType" : "java.util.Map
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap ", "documentation" : " User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:", "variableSetterType" : "java.util.Map
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
", "simpleType" : "Map " }, "setterModel" : { "variableName" : "userMetadata", "variableType" : "java.util.Map ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap ", "documentation" : "", "variableSetterType" : "java.util.Map ", "simpleType" : "Map " }, "getterModel" : { "returnType" : "java.util.Map ", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserMetadata", "marshallLocationName" : "UserMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map ", "templateImplType" : "com.amazonaws.internal.SdkInternalMap ", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry " }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/** User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- */", "getterDocumentation" : "/**
The following symbols:
_.:/=+-%@
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- */", "fluentSetterDocumentation" : "/**
The following symbols:
_.:/=+-%@
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The following symbols:
_.:/=+-%@
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The following symbols:
_.:/=+-%@
Details about the timing of a job.
", "name" : "Timing", "c2jName" : "Timing", "c2jShape" : "Timing", "variable" : { "variableName" : "timing", "variableType" : "Timing", "variableDeclarationType" : "Timing", "documentation" : "Details about the timing of a job.
", "variableSetterType" : "Timing", "simpleType" : "Timing" }, "setterModel" : { "variableName" : "timing", "variableType" : "Timing", "variableDeclarationType" : "Timing", "documentation" : "", "variableSetterType" : "Timing", "simpleType" : "Timing" }, "getterModel" : { "returnType" : "Timing", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timing", "marshallLocationName" : "Timing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Details about the timing of a job.
\n@param timing Details about the timing of a job.*/", "getterDocumentation" : "/**Details about the timing of a job.
\n@return Details about the timing of a job.*/", "fluentSetterDocumentation" : "/**Details about the timing of a job.
\n@param timing Details about the timing of a job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Details about the timing of a job.
\n@param timing Details about the timing of a job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "job", "variableType" : "Job", "variableDeclarationType" : "Job", "documentation" : null, "variableSetterType" : "Job", "simpleType" : "Job" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "The status of the job:
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "JobStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Submitted
,Progressing
,Complete
,Canceled
, orError
.The status of the job:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Submitted
,Progressing
,Complete
,Canceled
, orError
.The status of the job:
\n@param status The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "getterDocumentation" : "/**The status of the job:
\n@return The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "fluentSetterDocumentation" : "/**The status of the job:
\n@param status The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The status of the job:
\n@param status The status of the job:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Input" : { "documentation" : "A section of the request or response body that provides information about the file that is being transcoded.
", "name" : "Input", "c2jName" : "Input", "c2jShape" : "JobInput", "variable" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "A section of the request or response body that provides information about the file that is being transcoded.
", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "setterModel" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "getterModel" : { "returnType" : "JobInput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Input", "marshallLocationName" : "Input", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@param input A section of the request or response body that provides information about the file that is being transcoded.*/", "getterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@return A section of the request or response body that provides information about the file that is being transcoded.*/", "fluentSetterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@param input A section of the request or response body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the request or response body that provides information about the file that is being transcoded.
\n@param input A section of the request or response body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputKeyPrefix" : { "documentation" : "The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
", "name" : "OutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "variable" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "OutputKeyPrefix
.The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKeyPrefix", "marshallLocationName" : "OutputKeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**OutputKeyPrefix
.The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.*/", "getterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.*/", "fluentSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of the
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists. We recommend that you add a / or some other delimiter to the end of theOutputKeyPrefix
.OutputKeyPrefix
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Output" : { "documentation" : "If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
", "name" : "Output", "c2jName" : "Output", "c2jShape" : "JobOutput", "variable" : { "variableName" : "output", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "setterModel" : { "variableName" : "output", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "getterModel" : { "returnType" : "JobOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Output", "marshallLocationName" : "Output", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.*/", "getterDocumentation" : "/**If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@return If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.*/", "fluentSetterDocumentation" : "/**If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
\n@param output If you specified one output for a job, information about that output. If you specified multiple outputs for a job, the Output object lists information about the first output. This duplicates the information that is listed for the first output in the Outputs object.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.
Outputs recommended instead. A section of the request or response body that provides information about the transcoded (target) file.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Outputs" : { "documentation" : "Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
", "name" : "Outputs", "c2jName" : "Outputs", "c2jShape" : "JobOutputs", "variable" : { "variableName" : "outputs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : " Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "outputs", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Outputs", "marshallLocationName" : "Outputs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "JobOutput", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "JobOutput", "variable" : { "variableName" : "member", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "setterModel" : { "variableName" : "member", "variableType" : "JobOutput", "variableDeclarationType" : "JobOutput", "documentation" : "", "variableSetterType" : "JobOutput", "simpleType" : "JobOutput" }, "getterModel" : { "returnType" : "JobOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "JobOutput", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/** Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\n@param outputs Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.*/", "getterDocumentation" : "/**
Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\n@return Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.*/", "fluentSetterDocumentation" : "/**
Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\n@param outputs Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Information about the output files. We recommend that you use the
Outputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs Information about the output files. We recommend that you use theOutputs
syntax for all jobs, even when you want Elastic Transcoder to transcode a file into only one format. Do not use both theOutputs
andOutput
syntaxes in the same request. You can create a maximum of 30 outputs per job.If you specify more than one output for a job, Elastic Transcoder creates the files for each output in the order in which you specify them in the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PipelineId" : { "documentation" : "
The
", "name" : "PipelineId", "c2jName" : "PipelineId", "c2jShape" : "Id", "variable" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.The
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pipelineId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PipelineId", "marshallLocationName" : "PipelineId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.The
\n@param pipelineId TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/", "getterDocumentation" : "/**The
\n@return TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/", "fluentSetterDocumentation" : "/**The
\n@param pipelineId TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The
\n@param pipelineId TheId
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserMetadata" : { "documentation" : "User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:", "name" : "UserMetadata", "c2jName" : "UserMetadata", "c2jShape" : "UserMetadata", "variable" : { "variableName" : "userMetadata", "variableType" : "java.util.Map
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap ", "documentation" : " User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:", "variableSetterType" : "java.util.Map
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
", "simpleType" : "Map " }, "setterModel" : { "variableName" : "userMetadata", "variableType" : "java.util.Map ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap ", "documentation" : "", "variableSetterType" : "java.util.Map ", "simpleType" : "Map " }, "getterModel" : { "returnType" : "java.util.Map ", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserMetadata", "marshallLocationName" : "UserMetadata", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : { "implType" : "com.amazonaws.internal.SdkInternalMap", "interfaceType" : "java.util.Map", "keyType" : "String", "keyLocationName" : "key", "keyModel" : null, "valueType" : "String", "valueLocationName" : "value", "valueModel" : { "documentation" : "", "name" : "Value", "c2jName" : "value", "c2jShape" : "String", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "value", "marshallLocationName" : "value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param value */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "templateType" : "java.util.Map ", "templateImplType" : "com.amazonaws.internal.SdkInternalMap ", "keySimple" : true, "valueSimple" : true, "valueList" : false, "entryType" : "Map.Entry " }, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : true, "setterDocumentation" : "/** User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- */", "getterDocumentation" : "/**
The following symbols:
_.:/=+-%@
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@return User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- */", "fluentSetterDocumentation" : "/**
The following symbols:
_.:/=+-%@
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The following symbols:
_.:/=+-%@
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:\n@param userMetadata User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in
0-9
A-Z
anda-z
Space
The following symbols:
_.:/=+-%@
key/value
pairs, and you can add up to 10key/value
pairs per job. Elastic Transcoder does not guarantee thatkey/value
pairs will be returned in the same order in which you specify them.Metadata
keys
andvalues
must use characters from the following list:
0-9
A-Z
anda-z
Space
- \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Playlists" : { "documentation" : "
The following symbols:
_.:/=+-%@
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
", "name" : "Playlists", "c2jName" : "Playlists", "c2jShape" : "Playlists", "variable" : { "variableName" : "playlists", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
", "variableSetterType" : "java.util.Collection", "simpleType" : "List " }, "setterModel" : { "variableName" : "playlists", "variableType" : "java.util.List ", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList ", "documentation" : "", "variableSetterType" : "java.util.Collection ", "simpleType" : "List " }, "getterModel" : { "returnType" : "java.util.List ", "documentation" : null }, "http" : { "unmarshallLocationName" : "Playlists", "marshallLocationName" : "Playlists", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : { "memberType" : "Playlist", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Playlist", "variable" : { "variableName" : "member", "variableType" : "Playlist", "variableDeclarationType" : "Playlist", "documentation" : "", "variableSetterType" : "Playlist", "simpleType" : "Playlist" }, "setterModel" : { "variableName" : "member", "variableType" : "Playlist", "variableDeclarationType" : "Playlist", "documentation" : "", "variableSetterType" : "Playlist", "simpleType" : "Playlist" }, "getterModel" : { "returnType" : "Playlist", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Playlist", "templateType" : "java.util.List ", "templateImplType" : "com.amazonaws.internal.SdkInternalList " }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\n@param playlists Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.*/", "getterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\n@return Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.*/", "fluentSetterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\n@param playlists Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.The maximum number of master playlists in a job is 30.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlaylists(java.util.Collection)} or {@link #withPlaylists(java.util.Collection)} if you want to override the existing values.
\n@param playlists Outputs in Fragmented MP4 or MPEG-TS format only.PresetId
for which the value ofContainer
is fmp4 (Fragmented MP4) or ts (MPEG-TS),Playlists
contains information about the master playlists that you want Elastic Transcoder to create.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.*/", "getterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@return The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.*/", "fluentSetterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.
\n@param id The identifier that Elastic Transcoder assigned to the job. You use this value to get settings for the job or to delete the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Timing" : { "documentation" : "Details about the timing of a job.
", "name" : "Timing", "c2jName" : "Timing", "c2jShape" : "Timing", "variable" : { "variableName" : "timing", "variableType" : "Timing", "variableDeclarationType" : "Timing", "documentation" : "Details about the timing of a job.
", "variableSetterType" : "Timing", "simpleType" : "Timing" }, "setterModel" : { "variableName" : "timing", "variableType" : "Timing", "variableDeclarationType" : "Timing", "documentation" : "", "variableSetterType" : "Timing", "simpleType" : "Timing" }, "getterModel" : { "returnType" : "Timing", "documentation" : null }, "http" : { "unmarshallLocationName" : "Timing", "marshallLocationName" : "Timing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**Details about the timing of a job.
\n@param timing Details about the timing of a job.*/", "getterDocumentation" : "/**Details about the timing of a job.
\n@return Details about the timing of a job.*/", "fluentSetterDocumentation" : "/**Details about the timing of a job.
\n@param timing Details about the timing of a job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Details about the timing of a job.
\n@param timing Details about the timing of a job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Arn" : { "documentation" : "The Amazon Resource Name (ARN) for the job.
", "name" : "Arn", "c2jName" : "Arn", "c2jShape" : "String", "variable" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon Resource Name (ARN) for the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "arn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Arn", "marshallLocationName" : "Arn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@param arn The Amazon Resource Name (ARN) for the job.*/", "getterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@return The Amazon Resource Name (ARN) for the job.*/", "fluentSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@param arn The Amazon Resource Name (ARN) for the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Resource Name (ARN) for the job.
\n@param arn The Amazon Resource Name (ARN) for the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "JobWatermark" : { "c2jName" : "JobWatermark", "documentation" : "Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.
", "shapeName" : "JobWatermark", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
", "name" : "PresetWatermarkId", "c2jName" : "PresetWatermarkId", "c2jShape" : "PresetWatermarkId", "variable" : { "variableName" : "presetWatermarkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "presetWatermarkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PresetWatermarkId", "marshallLocationName" : "PresetWatermarkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.*/", "getterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@return The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.*/", "fluentSetterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
", "name" : "InputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "variable" : { "variableName" : "inputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputKey", "marshallLocationName" : "InputKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/", "getterDocumentation" : "/**
The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@return The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/", "fluentSetterDocumentation" : "/**
The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "jobWatermark", "variableType" : "JobWatermark", "variableDeclarationType" : "JobWatermark", "documentation" : null, "variableSetterType" : "JobWatermark", "simpleType" : "JobWatermark" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PresetWatermarkId" : { "documentation" : "The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
", "name" : "PresetWatermarkId", "c2jName" : "PresetWatermarkId", "c2jShape" : "PresetWatermarkId", "variable" : { "variableName" : "presetWatermarkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "presetWatermarkId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PresetWatermarkId", "marshallLocationName" : "PresetWatermarkId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.*/", "getterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@return The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.*/", "fluentSetterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.
\n@param presetWatermarkId The ID of the watermark settings that Elastic Transcoder uses to add watermarks to the video during transcoding. The settings are in the preset specified by Preset for the current output. In that preset, the value of Watermarks Id tells Elastic Transcoder which settings to use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Encryption" : { "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InputKey" : { "documentation" : "The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
", "name" : "InputKey", "c2jName" : "InputKey", "c2jShape" : "WatermarkKey", "variable" : { "variableName" : "inputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputKey", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputKey", "marshallLocationName" : "InputKey", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/", "getterDocumentation" : "/**
The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@return The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/", "fluentSetterDocumentation" : "/**
The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by
Pipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
\n@param inputKey The name of the .png or .jpg file that you want to use for the watermark. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified byPipeline
; theInput Bucket
object in that pipeline identifies the bucket.If the file name includes a prefix, for example, logos/128x64.png, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdatePipelineRequest" : { "c2jName" : "UpdatePipelineRequest", "documentation" : "
The
", "shapeName" : "UpdatePipelineRequest", "deprecated" : false, "required" : [ "Id" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "UpdatePipelineRequest
structure.The ID of the pipeline that you want to update.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID of the pipeline that you want to update.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@param id The ID of the pipeline that you want to update.*/", "getterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@return The ID of the pipeline that you want to update.*/", "fluentSetterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@param id The ID of the pipeline that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@param id The ID of the pipeline that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters*/", "getterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters*/", "fluentSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
", "name" : "InputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputBucket", "marshallLocationName" : "InputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.*/", "getterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@return The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
", "name" : "Role", "c2jName" : "Role", "c2jShape" : "Role", "variable" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Role", "marshallLocationName" : "Role", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.*/", "getterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.*/", "fluentSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "name" : "AwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "variable" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsKmsKeyArn", "marshallLocationName" : "AwsKmsKeyArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "getterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "fluentSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Notifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "variable" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "setterModel" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "unmarshallLocationName" : "Notifications", "marshallLocationName" : "Notifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param notifications */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param notifications \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param notifications \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContentConfig", "marshallLocationName" : "ContentConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ThumbnailConfig", "marshallLocationName" : "ThumbnailConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updatePipelineRequest", "variableType" : "UpdatePipelineRequest", "variableDeclarationType" : "UpdatePipelineRequest", "documentation" : null, "variableSetterType" : "UpdatePipelineRequest", "simpleType" : "UpdatePipelineRequest" }, "marshaller" : { "action" : "UpdatePipeline", "verb" : "PUT", "target" : null, "requestUri" : "/2012-09-25/pipelines/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Role" : { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
", "name" : "Role", "c2jName" : "Role", "c2jShape" : "Role", "variable" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Role", "marshallLocationName" : "Role", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.*/", "getterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.*/", "fluentSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to transcode jobs for this pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AwsKmsKeyArn" : { "documentation" : "The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "name" : "AwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "variable" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsKmsKeyArn", "marshallLocationName" : "AwsKmsKeyArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "getterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "fluentSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InputBucket" : { "documentation" : "The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
", "name" : "InputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputBucket", "marshallLocationName" : "InputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.*/", "getterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@return The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode and the graphics that you want to use as watermarks.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThumbnailConfig" : { "documentation" : "The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ThumbnailConfig", "marshallLocationName" : "ThumbnailConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Id" : { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The ID of the pipeline that you want to update.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The ID of the pipeline that you want to update.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@param id The ID of the pipeline that you want to update.*/", "getterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@return The ID of the pipeline that you want to update.*/", "fluentSetterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@param id The ID of the pipeline that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The ID of the pipeline that you want to update.
\n@param id The ID of the pipeline that you want to update.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Notifications" : { "documentation" : "", "name" : "Notifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "variable" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "setterModel" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "unmarshallLocationName" : "Notifications", "marshallLocationName" : "Notifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param notifications */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param notifications \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param notifications \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentConfig" : { "documentation" : "The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContentConfig", "marshallLocationName" : "ContentConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters*/", "getterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters*/", "fluentSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePipelineRequest" : { "c2jName" : "CreatePipelineRequest", "documentation" : "
The
", "shapeName" : "CreatePipelineRequest", "deprecated" : false, "required" : [ "Name", "InputBucket", "Role" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "CreatePipelineRequest
structure.The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.*/", "getterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.*/", "fluentSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
The Amazon S3 bucket in which you saved the media files that you want to transcode.
", "name" : "InputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket in which you saved the media files that you want to transcode.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputBucket", "marshallLocationName" : "InputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.*/", "getterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@return The Amazon S3 bucket in which you saved the media files that you want to transcode.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
", "name" : "OutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputBucket", "marshallLocationName" : "OutputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.*/", "getterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
", "name" : "Role", "c2jName" : "Role", "c2jShape" : "Role", "variable" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Role", "marshallLocationName" : "Role", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.*/", "getterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.*/", "fluentSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "name" : "AwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "variable" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsKmsKeyArn", "marshallLocationName" : "AwsKmsKeyArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "getterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "fluentSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "name" : "Notifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "variable" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "setterModel" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "unmarshallLocationName" : "Notifications", "marshallLocationName" : "Notifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
*/", "getterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
*/", "fluentSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContentConfig", "marshallLocationName" : "ContentConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ThumbnailConfig", "marshallLocationName" : "ThumbnailConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPipelineRequest", "variableType" : "CreatePipelineRequest", "variableDeclarationType" : "CreatePipelineRequest", "documentation" : null, "variableSetterType" : "CreatePipelineRequest", "simpleType" : "CreatePipelineRequest" }, "marshaller" : { "action" : "CreatePipeline", "verb" : "POST", "target" : null, "requestUri" : "/2012-09-25/pipelines", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "OutputBucket" : { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
", "name" : "OutputBucket", "c2jName" : "OutputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputBucket", "marshallLocationName" : "OutputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.*/", "getterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)
Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
\n@param outputBucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. (Use this, or use ContentConfig:Bucket plus ThumbnailConfig:Bucket.)OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.Specify this value when all of the following are true:
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
When Elastic Transcoder saves files in OutputBucket
, it grants full control over the files only to the AWS account that owns the role that is specified byRole
.- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
If you want to save transcoded files and playlists in one bucket and thumbnails in another bucket, specify which users can access the transcoded files or the permissions the users have, or change the Amazon S3 storage class, omit
OutputBucket
and specify values forContentConfig
andThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Role" : { "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
", "name" : "Role", "c2jName" : "Role", "c2jShape" : "Role", "variable" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "role", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Role", "marshallLocationName" : "Role", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.*/", "getterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@return The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.*/", "fluentSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.
\n@param role The IAM Amazon Resource Name (ARN) for the role that you want Elastic Transcoder to use to create the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AwsKmsKeyArn" : { "documentation" : "The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "name" : "AwsKmsKeyArn", "c2jName" : "AwsKmsKeyArn", "c2jShape" : "KeyArn", "variable" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "awsKmsKeyArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AwsKmsKeyArn", "marshallLocationName" : "AwsKmsKeyArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "getterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@return The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.*/", "fluentSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.
If you use either
\n@param awsKmsKeyArn The AWS Key Management Service (AWS KMS) key that you want to use with this pipeline.S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.If you use either
S3
orS3-AWS-KMS
as yourEncryption:Mode
, you don't need to provide a key with your job because a default key, known as an AWS-KMS key, is created for you automatically. You need to provide an AWS-KMS key only if you want to use a non-default AWS-KMS key, or if you are using anEncryption:Mode
ofAES-PKCS7
,AES-CTR
, orAES-GCM
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InputBucket" : { "documentation" : "The Amazon S3 bucket in which you saved the media files that you want to transcode.
", "name" : "InputBucket", "c2jName" : "InputBucket", "c2jShape" : "BucketName", "variable" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon S3 bucket in which you saved the media files that you want to transcode.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "inputBucket", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "InputBucket", "marshallLocationName" : "InputBucket", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.*/", "getterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@return The Amazon S3 bucket in which you saved the media files that you want to transcode.*/", "fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon S3 bucket in which you saved the media files that you want to transcode.
\n@param inputBucket The Amazon S3 bucket in which you saved the media files that you want to transcode.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThumbnailConfig" : { "documentation" : "The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ThumbnailConfig", "c2jName" : "ThumbnailConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "thumbnailConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ThumbnailConfig", "marshallLocationName" : "ThumbnailConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The
ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param thumbnailConfig The
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.ThumbnailConfig
object specifies several values, including the Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
even if you don't want to create thumbnails.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save thumbnail files.
- Permissions (Optional): The
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to thumbnail files, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.- GranteeType: Specify the type of value that appears in the Grantee object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to thumbnail files. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group.
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the thumbnail files that Elastic Transcoder adds to the bucket. Valid values include:
READ
: The grantee can read the thumbnails and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the thumbnails that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Notifications" : { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the thumbnails that it stores in your Amazon S3 bucket.The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "name" : "Notifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "variable" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "setterModel" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "unmarshallLocationName" : "Notifications", "marshallLocationName" : "Notifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
*/", "getterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
*/", "fluentSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic. For more information, see Create a Topic in the Amazon Simple Notification Service Developer Guide.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition while processing a job in this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ContentConfig" : { "documentation" : "The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "name" : "ContentConfig", "c2jName" : "ContentConfig", "c2jShape" : "PipelineOutputConfig", "variable" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "setterModel" : { "variableName" : "contentConfig", "variableType" : "PipelineOutputConfig", "variableDeclarationType" : "PipelineOutputConfig", "documentation" : "", "variableSetterType" : "PipelineOutputConfig", "simpleType" : "PipelineOutputConfig" }, "getterModel" : { "returnType" : "PipelineOutputConfig", "documentation" : null }, "http" : { "unmarshallLocationName" : "ContentConfig", "marshallLocationName" : "ContentConfig", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "getterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@return The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
*/", "fluentSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The optional
ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.\n@param contentConfig The optional
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.ContentConfig
object specifies information about the Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists: which bucket to use, which users you want to have access to the files, the type of access you want users to have, and the storage class that you want to assign to the files.If you specify values for
ContentConfig
, you must also specify values forThumbnailConfig
.If you specify values for
ContentConfig
andThumbnailConfig
, omit theOutputBucket
object.
- Bucket: The Amazon S3 bucket in which you want Elastic Transcoder to save transcoded files and playlists.
- Permissions (Optional): The Permissions object specifies which users you want to have access to transcoded files and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
- Grantee Type: Specify the type of value that appears in the
Grantee
object:
- Canonical: The value in the
Grantee
object is either the canonical user ID for an AWS account or an origin access identity for an Amazon CloudFront distribution. For more information about canonical user IDs, see Access Control List (ACL) Overview in the Amazon Simple Storage Service Developer Guide. For more information about using CloudFront origin access identities to require that users use CloudFront URLs instead of Amazon S3 URLs, see Using an Origin Access Identity to Restrict Access to Your Amazon S3 Content.A canonical user ID is not the same as an AWS account number. - Email: The value in the
Grantee
object is the registered email address of an AWS account.- Group: The value in the
Grantee
object is one of the following predefined Amazon S3 groups:AllUsers
,AuthenticatedUsers
, orLogDelivery
.- Grantee: The AWS user or group that you want to have access to transcoded files and playlists. To identify the user or group, you can specify the canonical user ID for an AWS account, an origin access identity for a CloudFront distribution, the registered email address of an AWS account, or a predefined Amazon S3 group
- Access: The permission that you want to give to the AWS user that you specified in
Grantee
. Permissions are granted on the files that Elastic Transcoder adds to the bucket, including playlists and video files. Valid values include:
READ
: The grantee can read the objects and metadata for objects that Elastic Transcoder adds to the Amazon S3 bucket.READ_ACP
: The grantee can read the object ACL for objects that Elastic Transcoder adds to the Amazon S3 bucket.WRITE_ACP
: The grantee can write the ACL for the objects that Elastic Transcoder adds to the Amazon S3 bucket.FULL_CONTROL
: The grantee hasREAD
,READ_ACP
, andWRITE_ACP
permissions for the objects that Elastic Transcoder adds to the Amazon S3 bucket.- StorageClass: The Amazon S3 storage class,
\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "Standard
orReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
", "name" : "Name", "c2jName" : "Name", "c2jShape" : "Name", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.*/", "getterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@return The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.*/", "fluentSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.
Constraints: Maximum 40 characters.
\n@param name The name of the pipeline. We recommend that the name be unique within the AWS account, but uniqueness is not enforced.Constraints: Maximum 40 characters.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListJobsByStatusRequest" : { "c2jName" : "ListJobsByStatusRequest", "documentation" : "
The
", "shapeName" : "ListJobsByStatusRequest", "deprecated" : false, "required" : [ "Status" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "ListJobsByStatusRequest
structure.To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "JobStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Submitted
,Progressing
,Complete
,Canceled
, orError
.To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Submitted
,Progressing
,Complete
,Canceled
, orError
.To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "getterDocumentation" : "/**To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@return To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "fluentSetterDocumentation" : "/**To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "To list jobs in chronological order by the date and time that they were submitted, enter
", "name" : "Ascending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "variable" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "true
. To list jobs in reverse chronological order, enterfalse
.To list jobs in chronological order by the date and time that they were submitted, enter
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Ascending", "marshallLocationName" : "Ascending", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
. To list jobs in reverse chronological order, enterfalse
.To list jobs in chronological order by the date and time that they were submitted, enter
\n@param ascending To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.*/", "getterDocumentation" : "/**To list jobs in chronological order by the date and time that they were submitted, enter
\n@return To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.*/", "fluentSetterDocumentation" : "/**To list jobs in chronological order by the date and time that they were submitted, enter
\n@param ascending To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**To list jobs in chronological order by the date and time that they were submitted, enter
\n@param ascending To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "When Elastic Transcoder returns more than one page of results, use
", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "getterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@return When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "fluentSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listJobsByStatusRequest", "variableType" : "ListJobsByStatusRequest", "variableDeclarationType" : "ListJobsByStatusRequest", "documentation" : null, "variableSetterType" : "ListJobsByStatusRequest", "simpleType" : "ListJobsByStatusRequest" }, "marshaller" : { "action" : "ListJobsByStatus", "verb" : "GET", "target" : null, "requestUri" : "/2012-09-25/jobsByStatus/{Status}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
", "name" : "Status", "c2jName" : "Status", "c2jShape" : "JobStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Submitted
,Progressing
,Complete
,Canceled
, orError
.To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Submitted
,Progressing
,Complete
,Canceled
, orError
.To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "getterDocumentation" : "/**To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@return To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.*/", "fluentSetterDocumentation" : "/**To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:
\n@param status To get information about all of the jobs associated with the current AWS account that have a given status, specify the following status:Submitted
,Progressing
,Complete
,Canceled
, orError
.Submitted
,Progressing
,Complete
,Canceled
, orError
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "PageToken" : { "documentation" : "When Elastic Transcoder returns more than one page of results, use
", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "getterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@return When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "fluentSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Ascending" : { "documentation" : "To list jobs in chronological order by the date and time that they were submitted, enter
", "name" : "Ascending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "variable" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "true
. To list jobs in reverse chronological order, enterfalse
.To list jobs in chronological order by the date and time that they were submitted, enter
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Ascending", "marshallLocationName" : "Ascending", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
. To list jobs in reverse chronological order, enterfalse
.To list jobs in chronological order by the date and time that they were submitted, enter
\n@param ascending To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.*/", "getterDocumentation" : "/**To list jobs in chronological order by the date and time that they were submitted, enter
\n@return To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.*/", "fluentSetterDocumentation" : "/**To list jobs in chronological order by the date and time that they were submitted, enter
\n@param ascending To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**To list jobs in chronological order by the date and time that they were submitted, enter
\n@param ascending To list jobs in chronological order by the date and time that they were submitted, entertrue
. To list jobs in reverse chronological order, enterfalse
.true
. To list jobs in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListPipelinesRequest" : { "c2jName" : "ListPipelinesRequest", "documentation" : "The
", "shapeName" : "ListPipelinesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "ListPipelineRequest
structure.To list pipelines in chronological order by the date and time that they were created, enter
", "name" : "Ascending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "variable" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "true
. To list pipelines in reverse chronological order, enterfalse
.To list pipelines in chronological order by the date and time that they were created, enter
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Ascending", "marshallLocationName" : "Ascending", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
. To list pipelines in reverse chronological order, enterfalse
.To list pipelines in chronological order by the date and time that they were created, enter
\n@param ascending To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.*/", "getterDocumentation" : "/**To list pipelines in chronological order by the date and time that they were created, enter
\n@return To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.*/", "fluentSetterDocumentation" : "/**To list pipelines in chronological order by the date and time that they were created, enter
\n@param ascending To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**To list pipelines in chronological order by the date and time that they were created, enter
\n@param ascending To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "When Elastic Transcoder returns more than one page of results, use
", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "getterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@return When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "fluentSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listPipelinesRequest", "variableType" : "ListPipelinesRequest", "variableDeclarationType" : "ListPipelinesRequest", "documentation" : null, "variableSetterType" : "ListPipelinesRequest", "simpleType" : "ListPipelinesRequest" }, "marshaller" : { "action" : "ListPipelines", "verb" : "GET", "target" : null, "requestUri" : "/2012-09-25/pipelines", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "PageToken" : { "documentation" : "When Elastic Transcoder returns more than one page of results, use
", "name" : "PageToken", "c2jName" : "PageToken", "c2jShape" : "Id", "variable" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "pageToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "PageToken", "marshallLocationName" : "PageToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**pageToken
in subsequentGET
requests to get each successive page of results.When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "getterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@return When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.*/", "fluentSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**When Elastic Transcoder returns more than one page of results, use
\n@param pageToken When Elastic Transcoder returns more than one page of results, usepageToken
in subsequentGET
requests to get each successive page of results.pageToken
in subsequentGET
requests to get each successive page of results.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Ascending" : { "documentation" : "To list pipelines in chronological order by the date and time that they were created, enter
", "name" : "Ascending", "c2jName" : "Ascending", "c2jShape" : "Ascending", "variable" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "true
. To list pipelines in reverse chronological order, enterfalse
.To list pipelines in chronological order by the date and time that they were created, enter
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "ascending", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Ascending", "marshallLocationName" : "Ascending", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "querystring", "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : true }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**true
. To list pipelines in reverse chronological order, enterfalse
.To list pipelines in chronological order by the date and time that they were created, enter
\n@param ascending To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.*/", "getterDocumentation" : "/**To list pipelines in chronological order by the date and time that they were created, enter
\n@return To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.*/", "fluentSetterDocumentation" : "/**To list pipelines in chronological order by the date and time that they were created, enter
\n@param ascending To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**To list pipelines in chronological order by the date and time that they were created, enter
\n@param ascending To list pipelines in chronological order by the date and time that they were created, entertrue
. To list pipelines in reverse chronological order, enterfalse
.true
. To list pipelines in reverse chronological order, enterfalse
.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "IncompatibleVersionException" : { "c2jName" : "IncompatibleVersionException", "documentation" : "", "shapeName" : "IncompatibleVersionException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "incompatibleVersionException", "variableType" : "IncompatibleVersionException", "variableDeclarationType" : "IncompatibleVersionException", "documentation" : null, "variableSetterType" : "IncompatibleVersionException", "simpleType" : "IncompatibleVersionException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "IncompatibleVersionException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdatePipelineNotificationsRequest" : { "c2jName" : "UpdatePipelineNotificationsRequest", "documentation" : "The
", "shapeName" : "UpdatePipelineNotificationsRequest", "deprecated" : false, "required" : [ "Id", "Notifications" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "UpdatePipelineNotificationsRequest
structure.The identifier of the pipeline for which you want to change notification settings.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the pipeline for which you want to change notification settings.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@param id The identifier of the pipeline for which you want to change notification settings.*/", "getterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@return The identifier of the pipeline for which you want to change notification settings.*/", "fluentSetterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@param id The identifier of the pipeline for which you want to change notification settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@param id The identifier of the pipeline for which you want to change notification settings.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "name" : "Notifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "variable" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "setterModel" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "unmarshallLocationName" : "Notifications", "marshallLocationName" : "Notifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
*/", "getterDocumentation" : "/**The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
*/", "fluentSetterDocumentation" : "/**The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updatePipelineNotificationsRequest", "variableType" : "UpdatePipelineNotificationsRequest", "variableDeclarationType" : "UpdatePipelineNotificationsRequest", "documentation" : null, "variableSetterType" : "UpdatePipelineNotificationsRequest", "simpleType" : "UpdatePipelineNotificationsRequest" }, "marshaller" : { "action" : "UpdatePipelineNotifications", "verb" : "POST", "target" : null, "requestUri" : "/2012-09-25/pipelines/{Id}/notifications", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The identifier of the pipeline for which you want to change notification settings.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the pipeline for which you want to change notification settings.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@param id The identifier of the pipeline for which you want to change notification settings.*/", "getterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@return The identifier of the pipeline for which you want to change notification settings.*/", "fluentSetterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@param id The identifier of the pipeline for which you want to change notification settings.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the pipeline for which you want to change notification settings.
\n@param id The identifier of the pipeline for which you want to change notification settings.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Notifications" : { "documentation" : "The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "name" : "Notifications", "c2jName" : "Notifications", "c2jShape" : "Notifications", "variable" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. ", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "setterModel" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : "", "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "getterModel" : { "returnType" : "Notifications", "documentation" : null }, "http" : { "unmarshallLocationName" : "Notifications", "marshallLocationName" : "Notifications", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
*/", "getterDocumentation" : "/**The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@return The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
*/", "fluentSetterDocumentation" : "/**The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console. \n@param notifications The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
To receive notifications, you must also subscribe to the new topic in the Amazon SNS console.
- Progressing: The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process jobs that are added to this pipeline. This is the ARN that Amazon SNS returned when you created the topic.
- Completed: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing a job. This is the ARN that Amazon SNS returned when you created the topic.
- Warning: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition. This is the ARN that Amazon SNS returned when you created the topic.
- Error: The topic ARN for the Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition. This is the ARN that Amazon SNS returned when you created the topic.
\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "PresetWatermark" : { "c2jName" : "PresetWatermark", "documentation" : "Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset. You can specify settings for up to four watermarks. Watermarks appear in the specified size and location, and with the specified opacity for the duration of the transcoded video.
Watermarks can be in .png or .jpg format. If you want to display a watermark that is not rectangular, use the .png format, which supports transparency.
When you create a job that uses this preset, you specify the .png or .jpg graphics that you want Elastic Transcoder to include in the transcoded videos. You can specify fewer graphics in the job than you specify watermark settings in the preset, which allows you to use the same preset for up to four watermarks that have different dimensions.
", "shapeName" : "PresetWatermark", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.", "name" : "Id", "c2jName" : "Id", "c2jShape" : "PresetWatermarkId", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.\n@param id A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.*/", "getterDocumentation" : "/**A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.\n@return A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.*/", "fluentSetterDocumentation" : "/**A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.\n@param id A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.\n@param id A unique identifier for the settings for one watermark. The value ofId
can be up to 40 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The maximum width of the watermark in one of the following formats:
", "name" : "MaxWidth", "c2jName" : "MaxWidth", "c2jShape" : "PixelsOrPercent", "variable" : { "variableName" : "maxWidth", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.The maximum width of the watermark in one of the following formats:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxWidth", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxWidth", "marshallLocationName" : "MaxWidth", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.The maximum width of the watermark in one of the following formats:
\n@param maxWidth The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.*/", "getterDocumentation" : "/**
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.The maximum width of the watermark in one of the following formats:
\n@return The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.*/", "fluentSetterDocumentation" : "/**
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.The maximum width of the watermark in one of the following formats:
\n@param maxWidth The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.The maximum width of the watermark in one of the following formats:
\n@param maxWidth The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
If you specify the value in pixels, it must be less than or equal to the value ofTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxWidth
.The maximum height of the watermark in one of the following formats:
If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.", "name" : "MaxHeight", "c2jName" : "MaxHeight", "c2jShape" : "PixelsOrPercent", "variable" : { "variableName" : "maxHeight", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The maximum height of the watermark in one of the following formats:
If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "maxHeight", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "MaxHeight", "marshallLocationName" : "MaxHeight", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.\n@param maxHeight The maximum height of the watermark in one of the following formats:If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.*/", "getterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.\n@return The maximum height of the watermark in one of the following formats:If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.*/", "fluentSetterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.\n@param maxHeight The maximum height of the watermark in one of the following formats:If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.\n@param maxHeight The maximum height of the watermark in one of the following formats:If you specify the value in pixels, it must be less than or equal to the value of
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "A value that controls scaling of the watermark:
", "name" : "SizingPolicy", "c2jName" : "SizingPolicy", "c2jShape" : "WatermarkSizingPolicy", "variable" : { "variableName" : "sizingPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.A value that controls scaling of the watermark:
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "sizingPolicy", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SizingPolicy", "marshallLocationName" : "SizingPolicy", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.A value that controls scaling of the watermark:
\n@param sizingPolicy A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.*/", "getterDocumentation" : "/**
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.A value that controls scaling of the watermark:
\n@return A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.*/", "fluentSetterDocumentation" : "/**
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.A value that controls scaling of the watermark:
\n@param sizingPolicy A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.A value that controls scaling of the watermark:
\n@param sizingPolicy A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value.- Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted.- ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset
:", "name" : "HorizontalAlign", "c2jName" : "HorizontalAlign", "c2jShape" : "HorizontalAlign", "variable" : { "variableName" : "horizontalAlign", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset
:", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "horizontalAlign", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HorizontalAlign", "marshallLocationName" : "HorizontalAlign", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset
:\n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
:*/", "getterDocumentation" : "/**
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset
:\n@return The horizontal position of the watermark unless you specify a non-zero value for
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
:*/", "fluentSetterDocumentation" : "/**
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset
:\n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
:\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for
HorizontalOffset
:\n@param horizontalAlign The horizontal position of the watermark unless you specify a non-zero value for
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
:\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
", "name" : "HorizontalOffset", "c2jName" : "HorizontalOffset", "c2jShape" : "PixelsOrPercent", "variable" : { "variableName" : "horizontalOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "horizontalOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "HorizontalOffset", "marshallLocationName" : "HorizontalOffset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
\n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/", "getterDocumentation" : "/**The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
\n@return The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/", "fluentSetterDocumentation" : "/**The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
\n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
\n@param horizontalOffset The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.For example, if you specify Left for
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px forHorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video.
HorizontalOffset
is only valid when the value ofHorizontalAlign
isLeft
orRight
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.Use the value of
Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset
:", "name" : "VerticalAlign", "c2jName" : "VerticalAlign", "c2jShape" : "VerticalAlign", "variable" : { "variableName" : "verticalAlign", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset
:", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "verticalAlign", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VerticalAlign", "marshallLocationName" : "VerticalAlign", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset
:\n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
:*/", "getterDocumentation" : "/**
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset
:\n@return The vertical position of the watermark unless you specify a non-zero value for
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
:*/", "fluentSetterDocumentation" : "/**
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset
:\n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
:\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for
VerticalOffset
:\n@param verticalAlign The vertical position of the watermark unless you specify a non-zero value for
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
:\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
For example, if you specify
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100.
Top
forVerticalAlign
and5px
forVerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video.
VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of
", "name" : "VerticalOffset", "c2jName" : "VerticalOffset", "c2jShape" : "PixelsOrPercent", "variable" : { "variableName" : "verticalOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
For example, if you specify
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100.
Top
forVerticalAlign
and5px
forVerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video.
VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "verticalOffset", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VerticalOffset", "marshallLocationName" : "VerticalOffset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
For example, if you specify
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
.- integer percentage (%): The range of valid values is 0 to 100.
Top
forVerticalAlign
and5px
forVerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video.
VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of
\n@param verticalOffset VerticalOffsetTarget
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/",
"getterDocumentation" : "/**VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/",
"fluentSetterDocumentation" : "/**VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.*/",
"getterDocumentation" : "/**
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.*/",
"fluentSetterDocumentation" : "/**
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.The vertical position of the watermark unless you specify a non-zero value for VerticalOffset
:
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for VerticalOffset
:
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for VerticalOffset
:
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
: - Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for VerticalOffset
:
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
: - Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for VerticalOffset
:
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
: - Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
The vertical position of the watermark unless you specify a non-zero value for VerticalOffset
:
- Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
VerticalOffset
: - Top: The top edge of the watermark is aligned with the top border of the video.
- Bottom: The bottom edge of the watermark is aligned with the bottom border of the video.
- Center: The watermark is centered between the top and bottom borders.
A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.A value that determines how Elastic Transcoder interprets values that you specified for HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
:
- Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.HorizontalOffset
, VerticalOffset
, MaxWidth
, and MaxHeight
: - Content:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. In addition,MaxWidth
andMaxHeight
, if specified as a percentage, are calculated based on the borders of the video excluding black bars added by Elastic Transcoder, if any. - Frame:
HorizontalOffset
andVerticalOffset
values are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any. In addition,
MaxWidth
and MaxHeight
, if specified as a percentage, are calculated based on the borders of the video including black bars added by Elastic Transcoder, if any.The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.The maximum width of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxWidth
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation. If you specify the value in pixels, it must be less than or equal to the value of
MaxWidth
.The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset
:
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset
:
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset
:
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
: - Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset
:
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
: - Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset
:
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
: - Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The horizontal position of the watermark unless you specify a non-zero value for HorizontalOffset
:
- Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
HorizontalOffset
: - Left: The left edge of the watermark is aligned with the left border of the video.
- Right: The right edge of the watermark is aligned with the right border of the video.
- Center: The watermark is centered between the left and right borders.
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/",
"getterDocumentation" : "/**
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/",
"fluentSetterDocumentation" : "/**
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The amount by which you want the horizontal position of the watermark to be offset from the position specified by HorizontalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of MaxWidth.
- integer percentage (%): The range of valid values is 0 to 100.
HorizontalAlign
and 5px for HorizontalOffset
, the left side of the watermark appears 5 pixels from the left border of the output video. HorizontalOffset
is only valid when the value of HorizontalAlign
is Left
or Right
. If you specify an offset that causes the watermark to extend beyond the left or right border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Id" : {
"documentation" : "A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.",
"name" : "Id",
"c2jName" : "Id",
"c2jShape" : "PresetWatermarkId",
"variable" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "id",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Id",
"marshallLocationName" : "Id",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.\n@param id A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.*/",
"getterDocumentation" : "/**A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.\n@return A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.*/",
"fluentSetterDocumentation" : "/**A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.\n@param id A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.\n@param id A unique identifier for the settings for one watermark. The value of Id
can be up to 40 characters long.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxHeight" : {
"documentation" : "
The maximum height of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.",
"name" : "MaxHeight",
"c2jName" : "MaxHeight",
"c2jShape" : "PixelsOrPercent",
"variable" : {
"variableName" : "maxHeight",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The maximum height of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "maxHeight",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MaxHeight",
"marshallLocationName" : "MaxHeight",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.\n@param maxHeight The maximum height of the watermark in one of the following formats: - number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.*/",
"getterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.\n@return The maximum height of the watermark in one of the following formats: - number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.*/",
"fluentSetterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.\n@param maxHeight The maximum height of the watermark in one of the following formats: - number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum height of the watermark in one of the following formats:
- number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.\n@param maxHeight The maximum height of the watermark in one of the following formats: - number of pixels (px): The minimum value is 16 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100. Use the value of
Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the calculation.
MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Opacity" : {
"documentation" : "A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.*/",
"getterDocumentation" : "/**
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.*/",
"fluentSetterDocumentation" : "/**
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A percentage that indicates how much you want a watermark to obscure the video in the location where it appears. Valid values are 0 (the watermark is invisible) to 100 (the watermark completely obscures the video in the specified location). The datatype of Opacity
is float.
Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.
Opacity
is float. Elastic Transcoder supports transparent .png graphics. If you use a transparent .png, the transparent portion of the video appears as if you had specified a value of 0 for Opacity
. The .jpg file format doesn't support transparency.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"VerticalOffset" : {
"documentation" : "VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/",
"getterDocumentation" : "/**VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.*/",
"fluentSetterDocumentation" : "/**VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**VerticalOffset
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.
The amount by which you want the vertical position of the watermark to be offset from the position specified by VerticalAlign:
- number of pixels (px): The minimum value is 0 pixels, and the maximum value is the value of
MaxHeight
. - integer percentage (%): The range of valid values is 0 to 100.
Top
for VerticalAlign
and 5px
for VerticalOffset
, the top of the watermark appears 5 pixels from the top border of the output video. VerticalOffset
is only valid when the value of VerticalAlign is Top or Bottom.
If you specify an offset that causes the watermark to extend beyond the top or bottom border and Elastic Transcoder has not added black bars, the watermark is cropped. If Elastic Transcoder has added black bars, the watermark extends into the black bars. If the watermark extends beyond the black bars, it is cropped.
Use the value of Target
to specify whether you want Elastic Transcoder to include the black bars that are added by Elastic Transcoder, if any, in the offset calculation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SizingPolicy" : {
"documentation" : "
A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
A value that controls scaling of the watermark:
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
- Fit: Elastic Transcoder scales the watermark so it matches the value that you specified in either
MaxWidth
orMaxHeight
without exceeding the other value. - Stretch: Elastic Transcoder stretches the watermark to match the values that you specified for
MaxWidth
andMaxHeight
. If the relative proportions of the watermark and the values ofMaxWidth
andMaxHeight
are different, the watermark will be distorted. - ShrinkToFit: Elastic Transcoder scales the watermark down so that its dimensions match the values that you specified for at least one of
MaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the watermark up.
The response body contains a JSON object. If the job is successfully canceled, the value of Success
is true
.
The ListPresetsResponse
structure.
An array of Preset
objects.
An array of Preset
objects.
An array of Preset
objects.
Preset
objects.*/",
"getterDocumentation" : "/**An array of Preset
objects.
Preset
objects.*/",
"fluentSetterDocumentation" : "/**An array of Preset
objects.
Preset
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of Preset
objects.
NOTE: This method appends the values to the existing list (if any). Use {@link #setPresets(java.util.Collection)} or {@link #withPresets(java.util.Collection)} if you want to override the existing values.
\n@param presets An array ofPreset
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"getterDocumentation" : "/**A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"fluentSetterDocumentation" : "/**A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listPresetsResult",
"variableType" : "ListPresetsResult",
"variableDeclarationType" : "ListPresetsResult",
"documentation" : null,
"variableSetterType" : "ListPresetsResult",
"simpleType" : "ListPresetsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Presets" : {
"documentation" : "An array of Preset
objects.
An array of Preset
objects.
An array of Preset
objects.
Preset
objects.*/",
"getterDocumentation" : "/**An array of Preset
objects.
Preset
objects.*/",
"fluentSetterDocumentation" : "/**An array of Preset
objects.
Preset
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of Preset
objects.
NOTE: This method appends the values to the existing list (if any). Use {@link #setPresets(java.util.Collection)} or {@link #withPresets(java.util.Collection)} if you want to override the existing values.
\n@param presets An array ofPreset
objects.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextPageToken" : {
"documentation" : "A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"getterDocumentation" : "/**A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"fluentSetterDocumentation" : "/**A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A value that you use to access the second and subsequent pages of results, if any. When the presets fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateJobRequest" : {
"c2jName" : "CreateJobRequest",
"documentation" : "The CreateJobRequest
structure.
The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/",
"getterDocumentation" : "/**The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/",
"fluentSetterDocumentation" : "/**The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A section of the request body that provides information about the file that is being transcoded.
", "name" : "Input", "c2jName" : "Input", "c2jShape" : "JobInput", "variable" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "A section of the request body that provides information about the file that is being transcoded.
", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "setterModel" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "getterModel" : { "returnType" : "JobInput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Input", "marshallLocationName" : "Input", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@param input A section of the request body that provides information about the file that is being transcoded.*/", "getterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@return A section of the request body that provides information about the file that is being transcoded.*/", "fluentSetterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@param input A section of the request body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@param input A section of the request body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "Output", "c2jName" : "Output", "c2jShape" : "CreateJobOutput", "variable" : { "variableName" : "output", "variableType" : "CreateJobOutput", "variableDeclarationType" : "CreateJobOutput", "documentation" : "", "variableSetterType" : "CreateJobOutput", "simpleType" : "CreateJobOutput" }, "setterModel" : { "variableName" : "output", "variableType" : "CreateJobOutput", "variableDeclarationType" : "CreateJobOutput", "documentation" : "", "variableSetterType" : "CreateJobOutput", "simpleType" : "CreateJobOutput" }, "getterModel" : { "returnType" : "CreateJobOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Output", "marshallLocationName" : "Output", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param output */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param output \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param output \n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : " A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
Outputs
syntax instead of the Output
syntax.*/",
"getterDocumentation" : "/** A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
Outputs
syntax instead of the Output
syntax.*/",
"fluentSetterDocumentation" : "/** A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
Outputs
syntax instead of the Output
syntax.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
NOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use theOutputs
syntax instead of the Output
syntax.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
", "name" : "OutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "variable" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKeyPrefix", "marshallLocationName" : "OutputKeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.*/", "getterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.*/", "fluentSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
", "name" : "Playlists", "c2jName" : "Playlists", "c2jShape" : "CreateJobPlaylists", "variable" : { "variableName" : "playlists", "variableType" : "java.util.ListIf you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
", "variableSetterType" : "java.util.CollectionIf you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\n@param playlists If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.*/", "getterDocumentation" : "/**
If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\n@return If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.*/", "fluentSetterDocumentation" : "/**
If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\n@param playlists If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlaylists(java.util.Collection)} or {@link #withPlaylists(java.util.Collection)} if you want to override the existing values.
\n@param playlists If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.*/",
"getterDocumentation" : "/**User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.*/",
"fluentSetterDocumentation" : "/**User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createJobRequest",
"variableType" : "CreateJobRequest",
"variableDeclarationType" : "CreateJobRequest",
"documentation" : null,
"variableSetterType" : "CreateJobRequest",
"simpleType" : "CreateJobRequest"
},
"marshaller" : {
"action" : "CreateJob",
"verb" : "POST",
"target" : null,
"requestUri" : "/2012-09-25/jobs",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Input" : {
"documentation" : "A section of the request body that provides information about the file that is being transcoded.
", "name" : "Input", "c2jName" : "Input", "c2jShape" : "JobInput", "variable" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "A section of the request body that provides information about the file that is being transcoded.
", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "setterModel" : { "variableName" : "input", "variableType" : "JobInput", "variableDeclarationType" : "JobInput", "documentation" : "", "variableSetterType" : "JobInput", "simpleType" : "JobInput" }, "getterModel" : { "returnType" : "JobInput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Input", "marshallLocationName" : "Input", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@param input A section of the request body that provides information about the file that is being transcoded.*/", "getterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@return A section of the request body that provides information about the file that is being transcoded.*/", "fluentSetterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@param input A section of the request body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the request body that provides information about the file that is being transcoded.
\n@param input A section of the request body that provides information about the file that is being transcoded.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OutputKeyPrefix" : { "documentation" : "The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
", "name" : "OutputKeyPrefix", "c2jName" : "OutputKeyPrefix", "c2jShape" : "Key", "variable" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "outputKeyPrefix", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OutputKeyPrefix", "marshallLocationName" : "OutputKeyPrefix", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.*/", "getterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@return The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.*/", "fluentSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.
\n@param outputKeyPrefix The value, if any, that you want Elastic Transcoder to prepend to the names of all files that this job creates, including output files, thumbnails, and playlists.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Output" : { "documentation" : "", "name" : "Output", "c2jName" : "Output", "c2jShape" : "CreateJobOutput", "variable" : { "variableName" : "output", "variableType" : "CreateJobOutput", "variableDeclarationType" : "CreateJobOutput", "documentation" : "", "variableSetterType" : "CreateJobOutput", "simpleType" : "CreateJobOutput" }, "setterModel" : { "variableName" : "output", "variableType" : "CreateJobOutput", "variableDeclarationType" : "CreateJobOutput", "documentation" : "", "variableSetterType" : "CreateJobOutput", "simpleType" : "CreateJobOutput" }, "getterModel" : { "returnType" : "CreateJobOutput", "documentation" : null }, "http" : { "unmarshallLocationName" : "Output", "marshallLocationName" : "Output", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param output */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param output \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param output \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Outputs" : { "documentation" : " A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
Outputs
syntax instead of the Output
syntax.*/",
"getterDocumentation" : "/** A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
Outputs
syntax instead of the Output
syntax.*/",
"fluentSetterDocumentation" : "/** A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
Outputs
syntax instead of the Output
syntax.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A section of the request body that provides information about the transcoded (target) files. We recommend that you use the Outputs
syntax instead of the Output
syntax.
NOTE: This method appends the values to the existing list (if any). Use {@link #setOutputs(java.util.Collection)} or {@link #withOutputs(java.util.Collection)} if you want to override the existing values.
\n@param outputs A section of the request body that provides information about the transcoded (target) files. We recommend that you use theOutputs
syntax instead of the Output
syntax.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PipelineId" : {
"documentation" : "The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/",
"getterDocumentation" : "/**The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.*/",
"fluentSetterDocumentation" : "/**The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.
Id
of the pipeline that you want Elastic Transcoder to use for transcoding. The pipeline determines several settings, including the Amazon S3 bucket from which Elastic Transcoder gets the files to transcode and the bucket into which Elastic Transcoder puts the transcoded files.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"UserMetadata" : {
"documentation" : "User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.*/",
"getterDocumentation" : "/**User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.*/",
"fluentSetterDocumentation" : "/**User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**User-defined metadata that you want to associate with an Elastic Transcoder job. You specify metadata in key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.
key/value
pairs, and you can add up to 10 key/value
pairs per job. Elastic Transcoder does not guarantee that key/value
pairs will be returned in the same order in which you specify them.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Playlists" : {
"documentation" : "If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
", "name" : "Playlists", "c2jName" : "Playlists", "c2jShape" : "CreateJobPlaylists", "variable" : { "variableName" : "playlists", "variableType" : "java.util.ListIf you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
", "variableSetterType" : "java.util.CollectionIf you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\n@param playlists If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.*/", "getterDocumentation" : "/**
If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\n@return If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.*/", "fluentSetterDocumentation" : "/**
If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\n@param playlists If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
If you specify a preset in PresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create.
The maximum number of master playlists in a job is 30.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setPlaylists(java.util.Collection)} or {@link #withPlaylists(java.util.Collection)} if you want to override the existing values.
\n@param playlists If you specify a preset inPresetId
for which the value of Container
is fmp4 (Fragmented MP4) or ts (MPEG-TS), Playlists contains information about the master playlists that you want Elastic Transcoder to create. The maximum number of master playlists in a job is 30.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateJobOutput" : { "c2jName" : "CreateJobOutput", "documentation" : "
The CreateJobOutput
structure.
The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.*/",
"getterDocumentation" : "/** The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.*/",
"fluentSetterDocumentation" : "/** The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.*/",
"getterDocumentation" : "/**
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.*/",
"fluentSetterDocumentation" : "/**
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
", "name" : "ThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "ThumbnailEncryption", "marshallLocationName" : "ThumbnailEncryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.*/",
"getterDocumentation" : "/** The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.*/",
"fluentSetterDocumentation" : "/** The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.*/",
"getterDocumentation" : "/** The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.*/",
"fluentSetterDocumentation" : "/** The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer. The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys*/",
"getterDocumentation" : "/**
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys*/",
"fluentSetterDocumentation" : "/**
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output. Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output. Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output. Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output. Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output. Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output. NOTE: This method appends the values to the existing list (if any). Use {@link #setWatermarks(java.util.Collection)} or {@link #withWatermarks(java.util.Collection)} if you want to override the existing values. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null. NOTE: This method appends the values to the existing list (if any). Use {@link #setComposition(java.util.Collection)} or {@link #withComposition(java.util.Collection)} if you want to override the existing values. You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file. Valid input values include: Valid outputs include: Elastic Transcoder supports a maximum of one embedded format per output. Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file. Valid input values include: Valid outputs include: If you want ttml or smpte-tt compatible captions, specify dfxp as your output format. Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process. To remove captions or leave the captions empty, set For more information on embedded files, see the Subtitles Wikipedia page. For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages. You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file. Valid input values include: Valid outputs include: Elastic Transcoder supports a maximum of one embedded format per output. Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file. Valid input values include: Valid outputs include: If you want ttml or smpte-tt compatible captions, specify dfxp as your output format. Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process. To remove captions or leave the captions empty, set For more information on embedded files, see the Subtitles Wikipedia page. For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages. You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions: Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file. Valid input values include: Valid outputs include: Elastic Transcoder supports a maximum of one embedded format per output. Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file. Valid input values include: Valid outputs include: If you want ttml or smpte-tt compatible captions, specify dfxp as your output format. Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process. To remove captions or leave the captions empty, set For more information on embedded files, see the Subtitles Wikipedia page. For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
mov-text
dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
dfxp
(first div element only), scc
, srt
, and webvtt
.Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
mov-text
dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
dfxp
(first div element only), scc
, srt
, and webvtt
.Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
CEA-608 (EIA-608
, first non-empty channel only), CEA-708 (EIA-708
, first non-empty channel only), and mov-text
mov-text
dfxp
(first div element only), ebu-tt
, scc
, smpt
, srt
, ttml
(first div element only), and webvtt
dfxp
(first div element only), scc
, srt
, and webvtt
.Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.*/", "getterDocumentation" : "/**
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.*/", "fluentSetterDocumentation" : "/**
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "
You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.*/", "getterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.*/", "fluentSetterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createJobOutput", "variableType" : "CreateJobOutput", "variableDeclarationType" : "CreateJobOutput", "documentation" : null, "variableSetterType" : "CreateJobOutput", "simpleType" : "CreateJobOutput" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Composition" : { "documentation" : "You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
", "name" : "Composition", "c2jName" : "Composition", "c2jShape" : "Composition", "variable" : { "variableName" : "composition", "variableType" : "java.util.ListYou can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
", "variableSetterType" : "java.util.CollectionYou can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.*/", "getterDocumentation" : "/**You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@return You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.*/", "fluentSetterDocumentation" : "/**You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setComposition(java.util.Collection)} or {@link #withComposition(java.util.Collection)} if you want to override the existing values.
\n@param composition You can create an output file that contains an excerpt from the input file. This excerpt, called a clip, can come from the beginning, middle, or end of the file. The Composition object contains settings for the clips that make up an output file. For the current release, you can only specify settings for a single clip per output file. The Composition object cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Captions" : { "documentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
", "name" : "Captions", "c2jName" : "Captions", "c2jShape" : "Captions", "variable" : { "variableName" : "captions", "variableType" : "Captions", "variableDeclarationType" : "Captions", "documentation" : "You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
", "variableSetterType" : "Captions", "simpleType" : "Captions" }, "setterModel" : { "variableName" : "captions", "variableType" : "Captions", "variableDeclarationType" : "Captions", "documentation" : "", "variableSetterType" : "Captions", "simpleType" : "Captions" }, "getterModel" : { "returnType" : "Captions", "documentation" : null }, "http" : { "unmarshallLocationName" : "Captions", "marshallLocationName" : "Captions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.*/", "getterDocumentation" : "/**
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@return You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.*/", "fluentSetterDocumentation" : "/**
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:
Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.
\n@param captions You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another. All captions must be in UTF-8. Elastic Transcoder supports two types of captions:Embedded: Embedded captions are included in the same file as the audio and video. Elastic Transcoder supports only one embedded caption per language, to a maximum of 300 embedded captions per file.
Valid input values include:
CEA-608 (EIA-608
, first non-empty channel only),CEA-708 (EIA-708
, first non-empty channel only), andmov-text
Valid outputs include:
mov-text
Elastic Transcoder supports a maximum of one embedded format per output.
Sidecar: Sidecar captions are kept in a separate metadata file from the audio and video data. Sidecar captions require a player that is capable of understanding the relationship between the video file and the sidecar file. Elastic Transcoder supports only one sidecar caption per language, to a maximum of 20 sidecar captions per file.
Valid input values include:
dfxp
(first div element only),ebu-tt
,scc
,smpt
,srt
,ttml
(first div element only), andwebvtt
Valid outputs include:
dfxp
(first div element only),scc
,srt
, andwebvtt
.
If you want ttml or smpte-tt compatible captions, specify dfxp as your output format.
Elastic Transcoder does not support OCR (Optical Character Recognition), does not accept pictures as a valid input for captions, and is not available for audio-only transcoding. Elastic Transcoder does not preserve text formatting (for example, italics) during the transcoding process.
To remove captions or leave the captions empty, set Captions
to null. To pass through existing captions unchanged, set the MergePolicy
to MergeRetain
, and pass in a null CaptionSources
array.
For more information on embedded files, see the Subtitles Wikipedia page.
For more information on sidecar files, see the Extensible Metadata Platform and Sidecar file Wikipedia pages.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ThumbnailEncryption" : { "documentation" : "
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
", "name" : "ThumbnailEncryption", "c2jName" : "ThumbnailEncryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "thumbnailEncryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "ThumbnailEncryption", "marshallLocationName" : "ThumbnailEncryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
\n@param thumbnailEncryption The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Rotate" : { "documentation" : " The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.*/",
"getterDocumentation" : "/** The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.*/",
"fluentSetterDocumentation" : "/** The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input. Enter one of the following values: auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.
auto
, 0
, 90
, 180
, 270
. The value auto
generally works only if the file that you're transcoding contains rotation metadata.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ThumbnailPattern" : {
"documentation" : "Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.*/",
"getterDocumentation" : "/**
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.*/",
"fluentSetterDocumentation" : "/**
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic Transcoder to name the files.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.
If you don't want Elastic Transcoder to create thumbnails, specify \"\".
If you do want Elastic Transcoder to create thumbnails, specify the information that you want to include in the file name for each thumbnail. You can specify the following values in any sequence:
-
{count}
(Required): If you want to create thumbnails, you must include{count}
in theThumbnailPattern
object. Wherever you specify{count}
, Elastic Transcoder adds a five-digit sequence number (beginning with 00001) to thumbnail file names. The number indicates where a given thumbnail appears in the sequence of thumbnails for a transcoded file.If you specify a literal value and/or {resolution}
but you omit{count}
, Elastic Transcoder returns a validation error and does not create the job. -
Literal values (Optional): You can specify literal values anywhere in the
ThumbnailPattern
object. For example, you can include them as a file name prefix or as a delimiter between{resolution}
and{count}
. -
{resolution}
(Optional): If you want Elastic Transcoder to include the resolution in the file name, include{resolution}
in theThumbnailPattern
object.
When creating thumbnails, Elastic Transcoder automatically saves the files in the format (.jpg or .png) that appears in the preset that you specified in the PresetID
value of CreateJobOutput
. Elastic Transcoder also appends the applicable file name extension.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PresetId" : {
"documentation" : "
The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.*/",
"getterDocumentation" : "/** The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.*/",
"fluentSetterDocumentation" : "/** The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.
Id
of the preset to use for this job. The preset determines the audio, video, and thumbnail settings that Elastic Transcoder uses for transcoding.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Watermarks" : {
"documentation" : "Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
", "name" : "Watermarks", "c2jName" : "Watermarks", "c2jShape" : "JobWatermarks", "variable" : { "variableName" : "watermarks", "variableType" : "java.util.ListInformation about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
", "variableSetterType" : "java.util.CollectionInformation about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.*/", "getterDocumentation" : "/**Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@return Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.*/", "fluentSetterDocumentation" : "/**Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWatermarks(java.util.Collection)} or {@link #withWatermarks(java.util.Collection)} if you want to override the existing values.
\n@param watermarks Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding. You can specify up to four watermarks for each output. Settings for each watermark must be defined in the preset for the current output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Encryption" : { "documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.*/", "getterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@return You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.*/", "fluentSetterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.
\n@param encryption You can specify encryption settings for any output files that you want to use for a transcoding job. This includes the output file and any watermarks, thumbnails, album art, or captions that you want to use. You must specify encryption settings for each file individually.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : " The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.*/",
"getterDocumentation" : "/** The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.*/",
"fluentSetterDocumentation" : "/** The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The name to assign to the transcoded file. Elastic Transcoder saves the file in the Amazon S3 bucket specified by the OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.
OutputBucket
object in the pipeline that is specified by the pipeline ID. If a file with the specified name already exists in the output bucket, the job fails.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SegmentDuration" : {
"documentation" : "PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer. The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys*/",
"getterDocumentation" : "/**
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys*/",
"fluentSetterDocumentation" : "/**
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by Elastic Transcoder creates an output-specific playlist for each output HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys
of the associated playlist.PresetId
for which the value of Container
is fmp4
(Fragmented MP4) or ts
(MPEG-TS), SegmentDuration
is the target maximum duration of each segment in seconds. For HLSv3
format playlists, each media segment is stored in a separate .ts
file. For HLSv4
and Smooth
playlists, all media segments for an output are stored in a single file. Each segment is approximately the length of the SegmentDuration
, though individual segments might be shorter or longer.
The range of valid values is 1 to 60 seconds. If the duration of the video is not evenly divisible by SegmentDuration
, the duration of the last segment is the remainder of total length/SegmentDuration.
Elastic Transcoder creates an output-specific playlist for each output Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Information about the album art that you want Elastic Transcoder to add to the file during transcoding. You can specify up to twenty album artworks for each output. Settings for each artwork must be defined in the job for the current output. Parameters required for transcoding audio. The audio codec for the output file. Valid values include The audio codec for the output file. Valid values include The audio codec for the output file. Valid values include The audio codec for the output file. Valid values include The audio codec for the output file. Valid values include The audio codec for the output file. Valid values include The sample rate of the audio stream in the output file, in Hertz. Valid values include: If you specify The sample rate of the audio stream in the output file, in Hertz. Valid values include: If you specify The sample rate of the audio stream in the output file, in Hertz. Valid values include: If you specify HLS
output that you specify in OutputKeys. To add an output to the master playlist for this job, include it in the OutputKeys\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AlbumArt" : {
"documentation" : "
aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.*/",
"getterDocumentation" : "/**aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.*/",
"fluentSetterDocumentation" : "/**aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "auto
, 22050
, 32000
, 44100
, 48000
, 96000
auto
, Elastic Transcoder automatically detects the sample rate.auto
, 22050
, 32000
, 44100
, 48000
, 96000
auto
, Elastic Transcoder automatically detects the sample rate.auto
, 22050
, 32000
, 44100
, 48000
, 96000
auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.*/",
"getterDocumentation" : "/**
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.*/",
"fluentSetterDocumentation" : "/**
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
", "name" : "BitRate", "c2jName" : "BitRate", "c2jShape" : "AudioBitRate", "variable" : { "variableName" : "bitRate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bitRate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BitRate", "marshallLocationName" : "BitRate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.*/", "getterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.*/", "fluentSetterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.*/",
"getterDocumentation" : "/**
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.*/",
"fluentSetterDocumentation" : "/**
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all */",
"getterDocumentation" : "/**0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all */",
"fluentSetterDocumentation" : "/**0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all */",
"getterDocumentation" : "/**0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all */",
"fluentSetterDocumentation" : "/**0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: One track with two identical channels2 or auto
channels with two tracks with one channel each: One track with two channels2 or auto
channels with one track with two channels: One track with two channels2
channels with one track with multiple channels: One track with two channelsauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: One track with multiple channels0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary2
channels with one track with one channel: Two tracks with one identical channel each2 or auto
channels with two tracks with one channel each: Two tracks with one channel each2 or auto
channels with one track with two channels: Two tracks with one channel each2
channels with one track with multiple channels: Two tracks with one channel eachauto
channels with one track with one channel: One track with one channelauto
channels with one track with multiple channels: Up to eight tracks with one channel each0
channels with any input: Audio omitted from the output1, 2, or auto
channels with no audio input: Audio omitted from the output1
channel with any input with audio: One track with one channel, downmixed if necessary, plus six MOS tracks2
channels with one track with one channel: Two tracks with one identical channel each, plus six MOS tracks2 or auto
channels with two tracks with one channel each: Two tracks with one channel each, plus six MOS tracks2 or auto
channels with one track with two channels: Two tracks with one channel each, plus six MOS tracks2
channels with one track with multiple channels: Two tracks with one channel each, plus six MOS tracksauto
channels with one track with one channel: One track with one channel, plus seven MOS tracksauto
channels with one track with multiple channels: Up to eight tracks with one channel each, plus MOS tracks until there are eight tracks in all \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Channels" : {
"documentation" : "auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
auto
channel specified, with any input: Pass through up to eight input channels.0
channels specified, with any input: Audio omitted from the output.1
channel specified, with at least one input channel: Mono sound.2
channels specified, with any input: Two identical mono channels or stereo. For more information about tracks, seeAudio:AudioPackingMode.
MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.MergeOverride: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the sidecar captions and ignores the embedded captions for that language.
MergeRetain: Elastic Transcoder transcodes both embedded and sidecar captions into outputs. If captions for a language are embedded in the input file and also appear in a sidecar file, Elastic Transcoder uses the embedded captions and ignores the sidecar captions for that language. If
CaptionSources
is empty, Elastic Transcoder omits all sidecar captions from the output files.Override: Elastic Transcoder transcodes only the sidecar captions that you specify in
CaptionSources
.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.Fit:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
without exceeding the other value.Fill:
Elastic Transcoder scales the output art so it matches the value that you specified in eitherMaxWidth
orMaxHeight
and matches or exceeds the other value. Elastic Transcoder centers the output art and then crops it in the dimension (if any) that exceeds the maximum value.Stretch:
Elastic Transcoder stretches the output art to match the values that you specified forMaxWidth
andMaxHeight
. If the relative proportions of the input art and the output art are different, the output art will be distorted.Keep:
Elastic Transcoder does not scale the output art. If either dimension of the input art exceeds the values that you specified forMaxWidth
andMaxHeight
, Elastic Transcoder crops the output art.ShrinkToFit:
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without exceeding either value. If you specify this option, Elastic Transcoder does not scale the art up.ShrinkToFill
Elastic Transcoder scales the output art down so that its dimensions match the values that you specified for at least one ofMaxWidth
andMaxHeight
without dropping below either value. If you specify this option, Elastic Transcoder does not scale the art up.- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
- You want to save transcoded files, thumbnails (if any), and playlists (if any) together in one bucket.
- You do not want to specify the users or groups who have access to the transcoded files, thumbnails, and playlists.
- You do not want to specify the permissions that Elastic Transcoder grants to the files.
- You want to associate the transcoded files and thumbnails with the Amazon S3 Standard storage class.
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.*/",
"getterDocumentation" : "/**
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.*/",
"fluentSetterDocumentation" : "/**
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "audioParameters",
"variableType" : "AudioParameters",
"variableDeclarationType" : "AudioParameters",
"documentation" : null,
"variableSetterType" : "AudioParameters",
"simpleType" : "AudioParameters"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Codec" : {
"documentation" : "
The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.*/",
"getterDocumentation" : "/**The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.*/",
"fluentSetterDocumentation" : "/**The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The audio codec for the output file. Valid values include aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.
aac
, flac
, mp2
, mp3
, pcm
, and vorbis
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SampleRate" : {
"documentation" : "The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.*/",
"getterDocumentation" : "/**
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.*/",
"fluentSetterDocumentation" : "/**
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The sample rate of the audio stream in the output file, in Hertz. Valid values include:
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.
auto
, 22050
, 32000
, 44100
, 48000
, 96000
If you specify auto
, Elastic Transcoder automatically detects the sample rate.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CodecOptions" : {
"documentation" : "
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.*/",
"getterDocumentation" : "/**
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.*/",
"fluentSetterDocumentation" : "/**
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
If you specified AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include:
auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.
AAC
for Audio:Codec
, this is the AAC
compression profile to use. Valid values include: auto
, AAC-LC
, HE-AAC
, HE-AACv2
If you specify auto
, Elastic Transcoder chooses a profile based on the bit rate of the output file.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"BitRate" : {
"documentation" : "
The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
", "name" : "BitRate", "c2jName" : "BitRate", "c2jShape" : "AudioBitRate", "variable" : { "variableName" : "bitRate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "bitRate", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "BitRate", "marshallLocationName" : "BitRate", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.*/", "getterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@return The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.*/", "fluentSetterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.
\n@param bitRate The bit rate of the audio stream in the output file, in kilobits/second. Enter an integer between 64 and 320, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AudioPackingMode" : { "documentation" : "The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The method of organizing audio channels and tracks. Use Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
.
The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
Audio:Channels
to specify the number of channels in your output, and Audio:AudioPackingMode
to specify the number of tracks and their relation to the channels. If you do not specify an Audio:AudioPackingMode
, Elastic Transcoder uses SingleTrack
. The following values are valid:
SingleTrack
, OneChannelPerTrack
, and OneChannelPerTrackWithMosTo8Tracks
When you specify SingleTrack
, Elastic Transcoder creates a single track for your output. The track can have up to eight channels. Use SingleTrack
for all non-mxf
containers.
The outputs of SingleTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrack
, Elastic Transcoder creates a new track for every channel in your output. Your output can have up to eight single-channel tracks.
The outputs of OneChannelPerTrack
for a specific channel value and inputs are as follows:
When you specify OneChannelPerTrackWithMosTo8Tracks
, Elastic Transcoder creates eight single-channel tracks for your output. All tracks that do not contain audio data from an input channel are MOS, or Mit Out Sound, tracks.
The outputs of OneChannelPerTrackWithMosTo8Tracks
for a specific channel value and inputs are as follows:
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.*/",
"getterDocumentation" : "/**
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.*/",
"fluentSetterDocumentation" : "/**
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The number of audio channels in the output file. The following values are valid:
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.
auto
, 0
, 1
, 2
One channel carries the information played by a single speaker. For example, a stereo track with two channels sends one channel to the left speaker, and the other channel to the right speaker. The output channels are organized into tracks. If you want Elastic Transcoder to automatically detect the number of audio channels in the input file and use that value for the output file, select auto
.
The output of a specific channel value and inputs are as follows:
For more information about how Elastic Transcoder organizes channels and tracks, see Audio:AudioPackingMode
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Captions" : {
"c2jName" : "Captions",
"documentation" : "
The captions to be created, if any.
", "shapeName" : "Captions", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.*/",
"getterDocumentation" : "/**
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.*/",
"fluentSetterDocumentation" : "/**
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
CaptionSources
blank.*/",
"getterDocumentation" : "/**Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
CaptionSources
blank.*/",
"fluentSetterDocumentation" : "/**Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
CaptionSources
blank.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
NOTE: This method appends the values to the existing list (if any). Use {@link #setCaptionSources(java.util.Collection)} or {@link #withCaptionSources(java.util.Collection)} if you want to override the existing values.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leaveCaptionSources
blank.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
", "name" : "CaptionFormats", "c2jName" : "CaptionFormats", "c2jShape" : "CaptionFormats", "variable" : { "variableName" : "captionFormats", "variableType" : "java.util.ListThe array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
", "variableSetterType" : "java.util.CollectionThe array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.*/", "getterDocumentation" : "/**The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.*/", "fluentSetterDocumentation" : "/**The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCaptionFormats(java.util.Collection)} or {@link #withCaptionFormats(java.util.Collection)} if you want to override the existing values.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "captions", "variableType" : "Captions", "variableDeclarationType" : "Captions", "documentation" : null, "variableSetterType" : "Captions", "simpleType" : "Captions" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MergePolicy" : { "documentation" : "A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.*/",
"getterDocumentation" : "/**
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.*/",
"fluentSetterDocumentation" : "/**
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
A policy that determines how Elastic Transcoder handles the existence of multiple captions.
MergePolicy
cannot be null.
MergePolicy
cannot be null.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CaptionFormats" : {
"documentation" : "
The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
", "name" : "CaptionFormats", "c2jName" : "CaptionFormats", "c2jShape" : "CaptionFormats", "variable" : { "variableName" : "captionFormats", "variableType" : "java.util.ListThe array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
", "variableSetterType" : "java.util.CollectionThe array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.*/", "getterDocumentation" : "/**The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@return The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.*/", "fluentSetterDocumentation" : "/**The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setCaptionFormats(java.util.Collection)} or {@link #withCaptionFormats(java.util.Collection)} if you want to override the existing values.
\n@param captionFormats The array of file formats for the output captions. If you leave this value blank, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CaptionSources" : { "documentation" : "Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
CaptionSources
blank.*/",
"getterDocumentation" : "/**Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
CaptionSources
blank.*/",
"fluentSetterDocumentation" : "/**Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
CaptionSources
blank.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leave CaptionSources
blank.
NOTE: This method appends the values to the existing list (if any). Use {@link #setCaptionSources(java.util.Collection)} or {@link #withCaptionSources(java.util.Collection)} if you want to override the existing values.
\n@param captionSources Source files for the input sidecar captions used during the transcoding process. To omit all sidecar captions, leaveCaptionSources
blank.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CancelJobRequest" : {
"c2jName" : "CancelJobRequest",
"documentation" : "The CancelJobRequest
structure.
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.*/",
"getterDocumentation" : "/**
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.*/",
"fluentSetterDocumentation" : "/**
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "cancelJobRequest",
"variableType" : "CancelJobRequest",
"variableDeclarationType" : "CancelJobRequest",
"documentation" : null,
"variableSetterType" : "CancelJobRequest",
"simpleType" : "CancelJobRequest"
},
"marshaller" : {
"action" : "CancelJob",
"verb" : "DELETE",
"target" : null,
"requestUri" : "/2012-09-25/jobs/{Id}",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Id" : {
"documentation" : "
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.*/",
"getterDocumentation" : "/**
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.*/",
"fluentSetterDocumentation" : "/**
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The identifier of the job that you want to cancel.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.
To get a list of the jobs (including their jobId
) that have a status of Submitted
, use the ListJobsByStatus API action.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeletePresetResult" : {
"c2jName" : "DeletePresetResponse",
"documentation" : "
The DeletePresetResponse
structure.
The CreatePresetResponse
structure.
A section of the response body that provides information about the preset that is created.
", "name" : "Preset", "c2jName" : "Preset", "c2jShape" : "Preset", "variable" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "A section of the response body that provides information about the preset that is created.
", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "setterModel" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Preset", "marshallLocationName" : "Preset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@param preset A section of the response body that provides information about the preset that is created.*/", "getterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@return A section of the response body that provides information about the preset that is created.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@param preset A section of the response body that provides information about the preset that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@param preset A section of the response body that provides information about the preset that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
", "name" : "Warning", "c2jName" : "Warning", "c2jShape" : "String", "variable" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Warning", "marshallLocationName" : "Warning", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.*/", "getterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@return If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.*/", "fluentSetterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPresetResult", "variableType" : "CreatePresetResult", "variableDeclarationType" : "CreatePresetResult", "documentation" : null, "variableSetterType" : "CreatePresetResult", "simpleType" : "CreatePresetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Warning" : { "documentation" : "If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
", "name" : "Warning", "c2jName" : "Warning", "c2jShape" : "String", "variable" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Warning", "marshallLocationName" : "Warning", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.*/", "getterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@return If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.*/", "fluentSetterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.
\n@param warning If the preset settings don't comply with the standards for the video codec but Elastic Transcoder created the preset, this message explains the reason the preset settings don't meet the standard. Elastic Transcoder created the preset because the settings might produce acceptable output.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Preset" : { "documentation" : "A section of the response body that provides information about the preset that is created.
", "name" : "Preset", "c2jName" : "Preset", "c2jShape" : "Preset", "variable" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "A section of the response body that provides information about the preset that is created.
", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "setterModel" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Preset", "marshallLocationName" : "Preset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@param preset A section of the response body that provides information about the preset that is created.*/", "getterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@return A section of the response body that provides information about the preset that is created.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@param preset A section of the response body that provides information about the preset that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the preset that is created.
\n@param preset A section of the response body that provides information about the preset that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReadPipelineResult" : { "c2jName" : "ReadPipelineResponse", "documentation" : "The ReadPipelineResponse
structure.
A section of the response body that provides information about the pipeline.
", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "A section of the response body that provides information about the pipeline.
", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.*/", "getterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@return A section of the response body that provides information about the pipeline.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "name" : "Warnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "variable" : { "variableName" : "warnings", "variableType" : "java.util.ListElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "variableSetterType" : "java.util.CollectionElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "getterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "fluentSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "readPipelineResult", "variableType" : "ReadPipelineResult", "variableDeclarationType" : "ReadPipelineResult", "documentation" : null, "variableSetterType" : "ReadPipelineResult", "simpleType" : "ReadPipelineResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Warnings" : { "documentation" : "
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "name" : "Warnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "variable" : { "variableName" : "warnings", "variableType" : "java.util.ListElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "variableSetterType" : "java.util.CollectionElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "getterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "fluentSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Pipeline" : { "documentation" : "
A section of the response body that provides information about the pipeline.
", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "A section of the response body that provides information about the pipeline.
", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.*/", "getterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@return A section of the response body that provides information about the pipeline.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the pipeline.
\n@param pipeline A section of the response body that provides information about the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Timing" : { "c2jName" : "Timing", "documentation" : "Details about the timing of a job.
", "shapeName" : "Timing", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
", "name" : "SubmitTimeMillis", "c2jName" : "SubmitTimeMillis", "c2jShape" : "NullableLong", "variable" : { "variableName" : "submitTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "submitTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubmitTimeMillis", "marshallLocationName" : "SubmitTimeMillis", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.*/", "getterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@return The time the job was submitted to Elastic Transcoder, in epoch milliseconds.*/", "fluentSetterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The time the job began transcoding, in epoch milliseconds.
", "name" : "StartTimeMillis", "c2jName" : "StartTimeMillis", "c2jShape" : "NullableLong", "variable" : { "variableName" : "startTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The time the job began transcoding, in epoch milliseconds.
", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "startTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTimeMillis", "marshallLocationName" : "StartTimeMillis", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.*/", "getterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@return The time the job began transcoding, in epoch milliseconds.*/", "fluentSetterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The time the job finished transcoding, in epoch milliseconds.
", "name" : "FinishTimeMillis", "c2jName" : "FinishTimeMillis", "c2jShape" : "NullableLong", "variable" : { "variableName" : "finishTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The time the job finished transcoding, in epoch milliseconds.
", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "finishTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinishTimeMillis", "marshallLocationName" : "FinishTimeMillis", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.*/", "getterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@return The time the job finished transcoding, in epoch milliseconds.*/", "fluentSetterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "timing", "variableType" : "Timing", "variableDeclarationType" : "Timing", "documentation" : null, "variableSetterType" : "Timing", "simpleType" : "Timing" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "StartTimeMillis" : { "documentation" : "The time the job began transcoding, in epoch milliseconds.
", "name" : "StartTimeMillis", "c2jName" : "StartTimeMillis", "c2jShape" : "NullableLong", "variable" : { "variableName" : "startTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The time the job began transcoding, in epoch milliseconds.
", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "startTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTimeMillis", "marshallLocationName" : "StartTimeMillis", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.*/", "getterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@return The time the job began transcoding, in epoch milliseconds.*/", "fluentSetterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time the job began transcoding, in epoch milliseconds.
\n@param startTimeMillis The time the job began transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "FinishTimeMillis" : { "documentation" : "The time the job finished transcoding, in epoch milliseconds.
", "name" : "FinishTimeMillis", "c2jName" : "FinishTimeMillis", "c2jShape" : "NullableLong", "variable" : { "variableName" : "finishTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The time the job finished transcoding, in epoch milliseconds.
", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "finishTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "FinishTimeMillis", "marshallLocationName" : "FinishTimeMillis", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.*/", "getterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@return The time the job finished transcoding, in epoch milliseconds.*/", "fluentSetterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time the job finished transcoding, in epoch milliseconds.
\n@param finishTimeMillis The time the job finished transcoding, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubmitTimeMillis" : { "documentation" : "The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
", "name" : "SubmitTimeMillis", "c2jName" : "SubmitTimeMillis", "c2jShape" : "NullableLong", "variable" : { "variableName" : "submitTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
", "variableSetterType" : "Long", "simpleType" : "Long" }, "setterModel" : { "variableName" : "submitTimeMillis", "variableType" : "Long", "variableDeclarationType" : "Long", "documentation" : "", "variableSetterType" : "Long", "simpleType" : "Long" }, "getterModel" : { "returnType" : "Long", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubmitTimeMillis", "marshallLocationName" : "SubmitTimeMillis", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.*/", "getterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@return The time the job was submitted to Elastic Transcoder, in epoch milliseconds.*/", "fluentSetterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
\n@param submitTimeMillis The time the job was submitted to Elastic Transcoder, in epoch milliseconds.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReadPipelineRequest" : { "c2jName" : "ReadPipelineRequest", "documentation" : "The ReadPipelineRequest
structure.
The identifier of the pipeline to read.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the pipeline to read.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the pipeline to read.
\n@param id The identifier of the pipeline to read.*/", "getterDocumentation" : "/**The identifier of the pipeline to read.
\n@return The identifier of the pipeline to read.*/", "fluentSetterDocumentation" : "/**The identifier of the pipeline to read.
\n@param id The identifier of the pipeline to read.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the pipeline to read.
\n@param id The identifier of the pipeline to read.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "readPipelineRequest", "variableType" : "ReadPipelineRequest", "variableDeclarationType" : "ReadPipelineRequest", "documentation" : null, "variableSetterType" : "ReadPipelineRequest", "simpleType" : "ReadPipelineRequest" }, "marshaller" : { "action" : "ReadPipeline", "verb" : "GET", "target" : null, "requestUri" : "/2012-09-25/pipelines/{Id}", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Id" : { "documentation" : "The identifier of the pipeline to read.
", "name" : "Id", "c2jName" : "Id", "c2jShape" : "Id", "variable" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The identifier of the pipeline to read.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "id", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Id", "marshallLocationName" : "Id", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : "uri", "flattened" : false, "header" : false, "uri" : true, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The identifier of the pipeline to read.
\n@param id The identifier of the pipeline to read.*/", "getterDocumentation" : "/**The identifier of the pipeline to read.
\n@return The identifier of the pipeline to read.*/", "fluentSetterDocumentation" : "/**The identifier of the pipeline to read.
\n@param id The identifier of the pipeline to read.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The identifier of the pipeline to read.
\n@param id The identifier of the pipeline to read.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListJobsByStatusResult" : { "c2jName" : "ListJobsByStatusResponse", "documentation" : " The ListJobsByStatusResponse
structure.
An array of Job
objects that have the specified status.
An array of Job
objects that have the specified status.
An array of Job
objects that have the specified status.
Job
objects that have the specified status.*/",
"getterDocumentation" : "/**An array of Job
objects that have the specified status.
Job
objects that have the specified status.*/",
"fluentSetterDocumentation" : "/**An array of Job
objects that have the specified status.
Job
objects that have the specified status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of Job
objects that have the specified status.
NOTE: This method appends the values to the existing list (if any). Use {@link #setJobs(java.util.Collection)} or {@link #withJobs(java.util.Collection)} if you want to override the existing values.
\n@param jobs An array ofJob
objects that have the specified status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"getterDocumentation" : "/** A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"fluentSetterDocumentation" : "/** A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listJobsByStatusResult",
"variableType" : "ListJobsByStatusResult",
"variableDeclarationType" : "ListJobsByStatusResult",
"documentation" : null,
"variableSetterType" : "ListJobsByStatusResult",
"simpleType" : "ListJobsByStatusResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Jobs" : {
"documentation" : "An array of Job
objects that have the specified status.
An array of Job
objects that have the specified status.
An array of Job
objects that have the specified status.
Job
objects that have the specified status.*/",
"getterDocumentation" : "/**An array of Job
objects that have the specified status.
Job
objects that have the specified status.*/",
"fluentSetterDocumentation" : "/**An array of Job
objects that have the specified status.
Job
objects that have the specified status.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of Job
objects that have the specified status.
NOTE: This method appends the values to the existing list (if any). Use {@link #setJobs(java.util.Collection)} or {@link #withJobs(java.util.Collection)} if you want to override the existing values.
\n@param jobs An array ofJob
objects that have the specified status.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextPageToken" : {
"documentation" : " A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"getterDocumentation" : "/** A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.*/",
"fluentSetterDocumentation" : "/** A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A value that you use to access the second and subsequent pages of results, if any. When the jobs in the specified pipeline fit on one page or when you've reached the last page of results, the value of NextPageToken
is null
.
NextPageToken
is null
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Notifications" : {
"c2jName" : "Notifications",
"documentation" : "The Amazon Simple Notification Service (Amazon SNS) topic or topics to notify in order to report job status.
The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
", "name" : "Progressing", "c2jName" : "Progressing", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "progressing", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "progressing", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Progressing", "marshallLocationName" : "Progressing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.*/", "getterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.*/", "fluentSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
", "name" : "Completed", "c2jName" : "Completed", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Completed", "marshallLocationName" : "Completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.*/", "getterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@return The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.*/", "fluentSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
", "name" : "Warning", "c2jName" : "Warning", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Warning", "marshallLocationName" : "Warning", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.*/", "getterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.*/", "fluentSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
", "name" : "Error", "c2jName" : "Error", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "error", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "error", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Error", "marshallLocationName" : "Error", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.*/", "getterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.*/", "fluentSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "notifications", "variableType" : "Notifications", "variableDeclarationType" : "Notifications", "documentation" : null, "variableSetterType" : "Notifications", "simpleType" : "Notifications" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Warning" : { "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
", "name" : "Warning", "c2jName" : "Warning", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "warning", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Warning", "marshallLocationName" : "Warning", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.*/", "getterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.*/", "fluentSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.
\n@param warning The Amazon SNS topic that you want to notify when Elastic Transcoder encounters a warning condition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Completed" : { "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
", "name" : "Completed", "c2jName" : "Completed", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "completed", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Completed", "marshallLocationName" : "Completed", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.*/", "getterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@return The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.*/", "fluentSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.
\n@param completed The Amazon SNS topic that you want to notify when Elastic Transcoder has finished processing the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Error" : { "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
", "name" : "Error", "c2jName" : "Error", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "error", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "error", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Error", "marshallLocationName" : "Error", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.*/", "getterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@return The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.*/", "fluentSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.
\n@param error The Amazon SNS topic that you want to notify when Elastic Transcoder encounters an error condition.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Progressing" : { "documentation" : "The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
", "name" : "Progressing", "c2jName" : "Progressing", "c2jShape" : "SnsTopic", "variable" : { "variableName" : "progressing", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "progressing", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Progressing", "marshallLocationName" : "Progressing", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.*/", "getterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@return The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.*/", "fluentSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.
\n@param progressing The Amazon Simple Notification Service (Amazon SNS) topic that you want to notify when Elastic Transcoder has started to process the job.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreatePipelineResult" : { "c2jName" : "CreatePipelineResponse", "documentation" : "When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
", "shapeName" : "CreatePipelineResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "A section of the response body that provides information about the pipeline that is created.
", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "A section of the response body that provides information about the pipeline that is created.
", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@param pipeline A section of the response body that provides information about the pipeline that is created.*/", "getterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@return A section of the response body that provides information about the pipeline that is created.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@param pipeline A section of the response body that provides information about the pipeline that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@param pipeline A section of the response body that provides information about the pipeline that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "name" : "Warnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "variable" : { "variableName" : "warnings", "variableType" : "java.util.ListElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "variableSetterType" : "java.util.CollectionElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "getterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "fluentSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createPipelineResult", "variableType" : "CreatePipelineResult", "variableDeclarationType" : "CreatePipelineResult", "documentation" : null, "variableSetterType" : "CreatePipelineResult", "simpleType" : "CreatePipelineResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Warnings" : { "documentation" : "
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "name" : "Warnings", "c2jName" : "Warnings", "c2jShape" : "Warnings", "variable" : { "variableName" : "warnings", "variableType" : "java.util.ListElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "variableSetterType" : "java.util.CollectionElastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "getterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@return Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.*/", "fluentSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setWarnings(java.util.Collection)} or {@link #withWarnings(java.util.Collection)} if you want to override the existing values.
\n@param warnings Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Pipeline" : { "documentation" : "
A section of the response body that provides information about the pipeline that is created.
", "name" : "Pipeline", "c2jName" : "Pipeline", "c2jShape" : "Pipeline", "variable" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "A section of the response body that provides information about the pipeline that is created.
", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "setterModel" : { "variableName" : "pipeline", "variableType" : "Pipeline", "variableDeclarationType" : "Pipeline", "documentation" : "", "variableSetterType" : "Pipeline", "simpleType" : "Pipeline" }, "getterModel" : { "returnType" : "Pipeline", "documentation" : null }, "http" : { "unmarshallLocationName" : "Pipeline", "marshallLocationName" : "Pipeline", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@param pipeline A section of the response body that provides information about the pipeline that is created.*/", "getterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@return A section of the response body that provides information about the pipeline that is created.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@param pipeline A section of the response body that provides information about the pipeline that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the pipeline that is created.
\n@param pipeline A section of the response body that provides information about the pipeline that is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Warning" : { "c2jName" : "Warning", "documentation" : "Elastic Transcoder returns a warning if the resources used by your pipeline are not in the same region as the pipeline.
Using resources in the same region, such as your Amazon S3 buckets, Amazon SNS notification topics, and AWS KMS key, reduces processing time and prevents cross-regional charges.
", "shapeName" : "Warning", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "The code of the cross-regional warning.
", "name" : "Code", "c2jName" : "Code", "c2jShape" : "String", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The code of the cross-regional warning.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Code", "marshallLocationName" : "Code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The code of the cross-regional warning.
\n@param code The code of the cross-regional warning.*/", "getterDocumentation" : "/**The code of the cross-regional warning.
\n@return The code of the cross-regional warning.*/", "fluentSetterDocumentation" : "/**The code of the cross-regional warning.
\n@param code The code of the cross-regional warning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The code of the cross-regional warning.
\n@param code The code of the cross-regional warning.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@param message The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.*/", "getterDocumentation" : "/**
The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@return The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.*/", "fluentSetterDocumentation" : "/**
The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@param message The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@param message The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "warning", "variableType" : "Warning", "variableDeclarationType" : "Warning", "documentation" : null, "variableSetterType" : "Warning", "simpleType" : "Warning" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Message" : { "documentation" : "
The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
", "name" : "Message", "c2jName" : "Message", "c2jShape" : "String", "variable" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "message", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Message", "marshallLocationName" : "Message", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@param message The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.*/", "getterDocumentation" : "/**
The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@return The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.*/", "fluentSetterDocumentation" : "/**
The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@param message The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**
The message explaining what resources are in a different region from the pipeline.
Note: AWS KMS keys must be in the same region as the pipeline.
\n@param message The message explaining what resources are in a different region from the pipeline.Note: AWS KMS keys must be in the same region as the pipeline.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Code" : { "documentation" : "
The code of the cross-regional warning.
", "name" : "Code", "c2jName" : "Code", "c2jShape" : "String", "variable" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "The code of the cross-regional warning.
", "variableSetterType" : "String", "simpleType" : "String" }, "setterModel" : { "variableName" : "code", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "variableSetterType" : "String", "simpleType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Code", "marshallLocationName" : "Code", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**The code of the cross-regional warning.
\n@param code The code of the cross-regional warning.*/", "getterDocumentation" : "/**The code of the cross-regional warning.
\n@return The code of the cross-regional warning.*/", "fluentSetterDocumentation" : "/**The code of the cross-regional warning.
\n@param code The code of the cross-regional warning.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The code of the cross-regional warning.
\n@param code The code of the cross-regional warning.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReadPresetResult" : { "c2jName" : "ReadPresetResponse", "documentation" : "The ReadPresetResponse
structure.
A section of the response body that provides information about the preset.
", "name" : "Preset", "c2jName" : "Preset", "c2jShape" : "Preset", "variable" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "A section of the response body that provides information about the preset.
", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "setterModel" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Preset", "marshallLocationName" : "Preset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@param preset A section of the response body that provides information about the preset.*/", "getterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@return A section of the response body that provides information about the preset.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@param preset A section of the response body that provides information about the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@param preset A section of the response body that provides information about the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "readPresetResult", "variableType" : "ReadPresetResult", "variableDeclarationType" : "ReadPresetResult", "documentation" : null, "variableSetterType" : "ReadPresetResult", "simpleType" : "ReadPresetResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Preset" : { "documentation" : "A section of the response body that provides information about the preset.
", "name" : "Preset", "c2jName" : "Preset", "c2jShape" : "Preset", "variable" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "A section of the response body that provides information about the preset.
", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "setterModel" : { "variableName" : "preset", "variableType" : "Preset", "variableDeclarationType" : "Preset", "documentation" : "", "variableSetterType" : "Preset", "simpleType" : "Preset" }, "getterModel" : { "returnType" : "Preset", "documentation" : null }, "http" : { "unmarshallLocationName" : "Preset", "marshallLocationName" : "Preset", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@param preset A section of the response body that provides information about the preset.*/", "getterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@return A section of the response body that provides information about the preset.*/", "fluentSetterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@param preset A section of the response body that provides information about the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**A section of the response body that provides information about the preset.
\n@param preset A section of the response body that provides information about the preset.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ValidationException" : { "c2jName" : "ValidationException", "documentation" : "One or more required parameter values were not provided in the request.
", "shapeName" : "ValidationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "validationException", "variableType" : "ValidationException", "variableDeclarationType" : "ValidationException", "documentation" : null, "variableSetterType" : "ValidationException", "simpleType" : "ValidationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ValidationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "Artwork" : { "c2jName" : "Artwork", "documentation" : "The file to be used as album art. There can be multiple artworks associated with an audio file, to a maximum of 20.
To remove artwork or leave the artwork empty, you can either set Artwork
to null, or set the Merge Policy
to \"Replace\" and use an empty Artwork
array.
To pass through existing artwork unchanged, set the Merge Policy
to \"Prepend\", \"Append\", or \"Fallback\", and use an empty Artwork
array.
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/",
"getterDocumentation" : "/**
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/",
"fluentSetterDocumentation" : "/**
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.*/",
"getterDocumentation" : "/**The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.*/",
"fluentSetterDocumentation" : "/**The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.*/",
"getterDocumentation" : "/**The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.*/",
"fluentSetterDocumentation" : "/**The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.*/",
"getterDocumentation" : "/**When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.*/",
"fluentSetterDocumentation" : "/**When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
The format of album art, if any. Valid formats are .jpg
and .png
.
The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.*/",
"getterDocumentation" : "/**The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.*/",
"fluentSetterDocumentation" : "/**The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "artwork", "variableType" : "Artwork", "variableDeclarationType" : "Artwork", "documentation" : null, "variableSetterType" : "Artwork", "simpleType" : "Artwork" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "MaxWidth" : { "documentation" : "The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.*/",
"getterDocumentation" : "/**The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.*/",
"fluentSetterDocumentation" : "/**The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum width of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 4096, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"AlbumArtFormat" : {
"documentation" : "The format of album art, if any. Valid formats are .jpg
and .png
.
The format of album art, if any. Valid formats are .jpg
and .png
.
The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.*/",
"getterDocumentation" : "/**The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.*/",
"fluentSetterDocumentation" : "/**The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The format of album art, if any. Valid formats are .jpg
and .png
.
.jpg
and .png
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MaxHeight" : {
"documentation" : "The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.*/",
"getterDocumentation" : "/**The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.*/",
"fluentSetterDocumentation" : "/**The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum height of the output album art in pixels. If you specify auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.
auto
, Elastic Transcoder uses 600 as the default value. If you specify a numeric value, enter an even integer between 32 and 3072, inclusive.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Encryption" : {
"documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
", "name" : "Encryption", "c2jName" : "Encryption", "c2jShape" : "Encryption", "variable" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "setterModel" : { "variableName" : "encryption", "variableType" : "Encryption", "variableDeclarationType" : "Encryption", "documentation" : "", "variableSetterType" : "Encryption", "simpleType" : "Encryption" }, "getterModel" : { "returnType" : "Encryption", "documentation" : null }, "http" : { "unmarshallLocationName" : "Encryption", "marshallLocationName" : "Encryption", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "header" : false, "uri" : false, "statusCode" : false, "queryString" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.*/", "getterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@return The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.*/", "fluentSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
\n@param encryption The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "InputKey" : { "documentation" : "The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/",
"getterDocumentation" : "/**
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.*/",
"fluentSetterDocumentation" : "/**
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The name of the file to be used as album art. To determine which Amazon S3 bucket contains the specified file, Elastic Transcoder checks the pipeline specified by PipelineId
; the InputBucket
object in that pipeline identifies the bucket.
If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.
PipelineId
; the InputBucket
object in that pipeline identifies the bucket. If the file name includes a prefix, for example, cooking/pie.jpg
, include the prefix in the key. If the file isn't in the specified bucket, Elastic Transcoder returns an error.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SizingPolicy" : {
"documentation" : "
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
Specify one of the following values to control scaling of the output album art:
When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.*/",
"getterDocumentation" : "/**When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.*/",
"fluentSetterDocumentation" : "/**When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**When you set PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.
PaddingPolicy
to Pad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified for MaxWidth
and MaxHeight
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"PipelineOutputConfig" : {
"c2jName" : "PipelineOutputConfig",
"documentation" : "The PipelineOutputConfig
structure.
The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. ",
"name" : "Bucket",
"c2jName" : "Bucket",
"c2jShape" : "BucketName",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. ",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Bucket",
"marshallLocationName" : "Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.*/",
"getterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.*/",
"getterDocumentation" : "/** The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.*/",
"fluentSetterDocumentation" : "/** The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.
Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.
Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups. If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.*/",
"getterDocumentation" : "/**
Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups. If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.*/",
"fluentSetterDocumentation" : "/**
Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.
Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups. If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.
NOTE: This method appends the values to the existing list (if any). Use {@link #setPermissions(java.util.Collection)} or {@link #withPermissions(java.util.Collection)} if you want to override the existing values.
\n@param permissions Optional. ThePermissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups. If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "pipelineOutputConfig",
"variableType" : "PipelineOutputConfig",
"variableDeclarationType" : "PipelineOutputConfig",
"documentation" : null,
"variableSetterType" : "PipelineOutputConfig",
"simpleType" : "PipelineOutputConfig"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Bucket" : {
"documentation" : "
The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. ",
"name" : "Bucket",
"c2jName" : "Bucket",
"c2jShape" : "BucketName",
"variable" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. ",
"variableSetterType" : "String",
"simpleType" : "String"
},
"setterModel" : {
"variableName" : "bucket",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"variableSetterType" : "String",
"simpleType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Bucket",
"marshallLocationName" : "Bucket",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.*/",
"getterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@return The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.*/",
"fluentSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true:
ContentConfig
and ThumbnailConfig
instead. \n@param bucket The Amazon S3 bucket in which you want Elastic Transcoder to save the transcoded files. Specify this value when all of the following are true: ContentConfig
and ThumbnailConfig
instead.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"StorageClass" : {
"documentation" : " The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.*/",
"getterDocumentation" : "/** The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.*/",
"fluentSetterDocumentation" : "/** The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The Amazon S3 storage class, Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.
Standard
or ReducedRedundancy
, that you want Elastic Transcoder to assign to the video files and playlists that it stores in your Amazon S3 bucket.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Permissions" : {
"documentation" : "Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.
Optional. The Permissions
object specifies which users and/or predefined Amazon S3 groups you want to have access to transcoded files and playlists, and the type of access you want them to have. You can grant permissions to a maximum of 30 users and/or predefined Amazon S3 groups.
If you include Permissions
, Elastic Transcoder grants only the permissions that you specify. It does not grant full permissions to the owner of the role specified by Role
. If you want that user to have full control, you must explicitly grant full control to the user.
If you omit Permissions
, Elastic Transcoder grants full control over the transcoded files and playlists to the owner of the role specified by Role
, and grants no other permissions to any other user or group.