'2.0', 'service' => '

Provides translation of the input content from the source language to the target language.

', 'operations' => [ 'CreateParallelData' => '

Creates a parallel data resource in Amazon Translate by importing an input file from Amazon S3. Parallel data files contain examples that show how you want segments of text to be translated. By adding parallel data, you can influence the style, tone, and word choice in your translation output.

', 'DeleteParallelData' => '

Deletes a parallel data resource in Amazon Translate.

', 'DeleteTerminology' => '

A synchronous action that deletes a custom terminology.

', 'DescribeTextTranslationJob' => '

Gets the properties associated with an asynchronous batch translation job including name, ID, status, source and target languages, input/output S3 buckets, and so on.

', 'GetParallelData' => '

Provides information about a parallel data resource.

', 'GetTerminology' => '

Retrieves a custom terminology.

', 'ImportTerminology' => '

Creates or updates a custom terminology, depending on whether one already exists for the given terminology name. Importing a terminology with the same name as an existing one will merge the terminologies based on the chosen merge strategy. The only supported merge strategy is OVERWRITE, where the imported terminology overwrites the existing terminology of the same name.

If you import a terminology that overwrites an existing one, the new terminology takes up to 10 minutes to fully propagate. After that, translations have access to the new terminology.

', 'ListLanguages' => '

Provides a list of languages (RFC-5646 codes and names) that Amazon Translate supports.

', 'ListParallelData' => '

Provides a list of your parallel data resources in Amazon Translate.

', 'ListTagsForResource' => '

Lists all tags associated with a given Amazon Translate resource. For more information, see Tagging your resources.

', 'ListTerminologies' => '

Provides a list of custom terminologies associated with your account.

', 'ListTextTranslationJobs' => '

Gets a list of the batch translation jobs that you have submitted.

', 'StartTextTranslationJob' => '

Starts an asynchronous batch translation job. Use batch translation jobs to translate large volumes of text across multiple documents at once. For batch translation, you can input documents with different source languages (specify auto as the source language). You can specify one or more target languages. Batch translation translates each input document into each of the target languages. For more information, see Asynchronous batch processing.

Batch translation jobs can be described with the DescribeTextTranslationJob operation, listed with the ListTextTranslationJobs operation, and stopped with the StopTextTranslationJob operation.

', 'StopTextTranslationJob' => '

Stops an asynchronous batch translation job that is in progress.

If the job\'s state is IN_PROGRESS, the job will be marked for termination and put into the STOP_REQUESTED state. If the job completes before it can be stopped, it is put into the COMPLETED state. Otherwise, the job is put into the STOPPED state.

Asynchronous batch translation jobs are started with the StartTextTranslationJob operation. You can use the DescribeTextTranslationJob or ListTextTranslationJobs operations to get a batch translation job\'s JobId.

', 'TagResource' => '

Associates a specific tag with a resource. A tag is a key-value pair that adds as a metadata to a resource. For more information, see Tagging your resources.

', 'TranslateDocument' => '

Translates the input document from the source language to the target language. This synchronous operation supports plain text or HTML for the input document. TranslateDocument supports translations from English to any supported language, and from any supported language to English. Therefore, specify either the source language code or the target language code as β€œen” (English).

TranslateDocument does not support language auto-detection.

If you set the Formality parameter, the request will fail if the target language does not support formality. For a list of target languages that support formality, see Setting formality.

', 'TranslateText' => '

Translates input text from the source language to the target language. For a list of available languages and language codes, see Supported languages.

', 'UntagResource' => '

Removes a specific tag associated with an Amazon Translate resource. For more information, see Tagging your resources.

', 'UpdateParallelData' => '

Updates a previously created parallel data resource by importing a new input file from Amazon S3.

', ], 'shapes' => [ 'AppliedTerminology' => [ 'base' => '

The custom terminology applied to the input text by Amazon Translate for the translated text response. This is optional in the response and will only be present if you specified terminology input in the request. Currently, only one terminology can be applied per TranslateText request.

', 'refs' => [ 'AppliedTerminologyList$member' => NULL, ], ], 'AppliedTerminologyList' => [ 'base' => NULL, 'refs' => [ 'TranslateDocumentResponse$AppliedTerminologies' => '

The names of the custom terminologies applied to the input text by Amazon Translate to produce the translated text document.

', 'TranslateTextResponse$AppliedTerminologies' => '

The names of the custom terminologies applied to the input text by Amazon Translate for the translated text response.

', ], ], 'BoundedLengthString' => [ 'base' => NULL, 'refs' => [ 'TranslateTextRequest$Text' => '

The text to translate. The text string can be a maximum of 10,000 bytes long. Depending on your character set, this may be fewer than 10,000 characters.

', ], ], 'ClientTokenString' => [ 'base' => NULL, 'refs' => [ 'CreateParallelDataRequest$ClientToken' => '

A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

', 'StartTextTranslationJobRequest$ClientToken' => '

A unique identifier for the request. This token is generated for you when using the Amazon Translate SDK.

', 'UpdateParallelDataRequest$ClientToken' => '

A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.

', ], ], 'ConcurrentModificationException' => [ 'base' => '

Another modification is being made. That modification must complete before you can make your change.

', 'refs' => [], ], 'ConflictException' => [ 'base' => '

There was a conflict processing the request. Try your request again.

', 'refs' => [], ], 'ContentType' => [ 'base' => NULL, 'refs' => [ 'Document$ContentType' => '

Describes the format of the document. You can specify one of the following:

', 'InputDataConfig$ContentType' => '

Describes the format of the data that you submit to Amazon Translate as input. You can specify one of the following multipurpose internet mail extension (MIME) types:

If you structure your input data as HTML, ensure that you set this parameter to text/html. By doing so, you cut costs by limiting the translation to the contents of the html element in each file. Otherwise, if you set this parameter to text/plain, your costs will cover the translation of every character.

', ], ], 'CreateParallelDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateParallelDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParallelDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteParallelDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTerminologyRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTextTranslationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'DescribeTextTranslationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'Description' => [ 'base' => NULL, 'refs' => [ 'CreateParallelDataRequest$Description' => '

A custom description for the parallel data resource in Amazon Translate.

', 'ImportTerminologyRequest$Description' => '

The description of the custom terminology being imported.

', 'ParallelDataProperties$Description' => '

The description assigned to the parallel data resource.

', 'TerminologyProperties$Description' => '

The description of the custom terminology properties.

', 'UpdateParallelDataRequest$Description' => '

A custom description for the parallel data resource in Amazon Translate.

', ], ], 'DetectedLanguageLowConfidenceException' => [ 'base' => '

The confidence that Amazon Comprehend accurately detected the source language is low. If a low confidence level is acceptable for your application, you can use the language in the exception to call Amazon Translate again. For more information, see the DetectDominantLanguage operation in the Amazon Comprehend Developer Guide.

', 'refs' => [], ], 'Directionality' => [ 'base' => NULL, 'refs' => [ 'TerminologyData$Directionality' => '

The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).

UNI

The terminology resource has one source language (for example, the first column in a CSV file), and all of its other languages are target languages.

MULTI

Any language in the terminology resource can be the source language or a target language. A single multi-directional terminology resource can be used for jobs that translate different language pairs. For example, if the terminology contains English and Spanish terms, it can be used for jobs that translate English to Spanish and Spanish to English.

When you create a custom terminology resource without specifying the directionality, it behaves as uni-directional terminology, although this parameter will have a null value.

', 'TerminologyProperties$Directionality' => '

The directionality of your terminology resource indicates whether it has one source language (uni-directional) or multiple (multi-directional).

UNI

The terminology resource has one source language (the first column in a CSV file), and all of its other languages are target languages.

MULTI

Any language in the terminology resource can be the source language.

', ], ], 'DisplayLanguageCode' => [ 'base' => NULL, 'refs' => [ 'ListLanguagesRequest$DisplayLanguageCode' => '

The language code for the language to use to display the language names in the response. The language code is en by default.

', 'ListLanguagesResponse$DisplayLanguageCode' => '

The language code passed in with the request.

', ], ], 'Document' => [ 'base' => '

The content and content type of a document.

', 'refs' => [ 'TranslateDocumentRequest$Document' => '

The content and content type for the document to be translated. The document size must not exceed 100 KB.

', ], ], 'DocumentContent' => [ 'base' => NULL, 'refs' => [ 'Document$Content' => '

The Contentfield type is Binary large object (blob). This object contains the document content converted into base64-encoded binary data. If you use one of the AWS SDKs, the SDK performs the Base64-encoding on this field before sending the request.

', ], ], 'EncryptionKey' => [ 'base' => '

The encryption key used to encrypt this object.

', 'refs' => [ 'CreateParallelDataRequest$EncryptionKey' => NULL, 'ImportTerminologyRequest$EncryptionKey' => '

The encryption key for the custom terminology being imported.

', 'OutputDataConfig$EncryptionKey' => NULL, 'ParallelDataProperties$EncryptionKey' => NULL, 'TerminologyProperties$EncryptionKey' => '

The encryption key for the custom terminology.

', ], ], 'EncryptionKeyID' => [ 'base' => NULL, 'refs' => [ 'EncryptionKey$Id' => '

The Amazon Resource Name (ARN) of the encryption key being used to encrypt this object.

', ], ], 'EncryptionKeyType' => [ 'base' => NULL, 'refs' => [ 'EncryptionKey$Type' => '

The type of encryption key used by Amazon Translate to encrypt this object.

', ], ], 'Formality' => [ 'base' => NULL, 'refs' => [ 'TranslationSettings$Formality' => '

You can optionally specify the desired level of formality for translations to supported target languages. The formality setting controls the level of formal language usage (also known as register) in the translation output. You can set the value to informal or formal. If you don\'t specify a value for formality, or if the target language doesn\'t support formality, the translation will ignore the formality setting.

If you specify multiple target languages for the job, translate ignores the formality setting for any unsupported target language.

For a list of target languages that support formality, see Supported languages in the Amazon Translate Developer Guide.

', ], ], 'GetParallelDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetParallelDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'GetTerminologyRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTerminologyResponse' => [ 'base' => NULL, 'refs' => [], ], 'IamRoleArn' => [ 'base' => NULL, 'refs' => [ 'StartTextTranslationJobRequest$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that grants Amazon Translate read access to your input data. For more information, see Identity and access management .

', 'TextTranslationJobProperties$DataAccessRoleArn' => '

The Amazon Resource Name (ARN) of an AWS Identity Access and Management (IAM) role that granted Amazon Translate read access to the job\'s input data.

', ], ], 'ImportTerminologyRequest' => [ 'base' => NULL, 'refs' => [], ], 'ImportTerminologyResponse' => [ 'base' => NULL, 'refs' => [], ], 'InputDataConfig' => [ 'base' => '

The input configuration properties for requesting a batch translation job.

', 'refs' => [ 'StartTextTranslationJobRequest$InputDataConfig' => '

Specifies the format and location of the input documents for the translation job.

', 'TextTranslationJobProperties$InputDataConfig' => '

The input configuration properties that were specified when the job was requested.

', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'JobDetails$TranslatedDocumentsCount' => '

The number of documents successfully processed during a translation job.

', 'JobDetails$DocumentsWithErrorsCount' => '

The number of documents that could not be processed during a translation job.

', 'JobDetails$InputDocumentsCount' => '

The number of documents used as input in a translation job.

', 'TerminologyProperties$SizeBytes' => '

The size of the file used when importing a custom terminology.

', 'TerminologyProperties$TermCount' => '

The number of terms included in the custom terminology.

', 'TerminologyProperties$SkippedTermCount' => '

The number of terms in the input file that Amazon Translate skipped when you created or updated the terminology resource.

', ], ], 'InternalServerException' => [ 'base' => '

An internal server error occurred. Retry your request.

', 'refs' => [], ], 'InvalidFilterException' => [ 'base' => '

The filter specified for the operation is not valid. Specify a different filter.

', 'refs' => [], ], 'InvalidParameterValueException' => [ 'base' => '

The value of the parameter is not valid. Review the value of the parameter you are using to correct it, and then retry your operation.

', 'refs' => [], ], 'InvalidRequestException' => [ 'base' => '

The request that you made is not valid. Check your request to determine why it\'s not valid and then retry the request.

', 'refs' => [], ], 'JobDetails' => [ 'base' => '

The number of documents successfully and unsuccessfully processed during a translation job.

', 'refs' => [ 'TextTranslationJobProperties$JobDetails' => '

The number of documents successfully and unsuccessfully processed during the translation job.

', ], ], 'JobId' => [ 'base' => NULL, 'refs' => [ 'DescribeTextTranslationJobRequest$JobId' => '

The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.

', 'StartTextTranslationJobResponse$JobId' => '

The identifier generated for the job. To get the status of a job, use this ID with the DescribeTextTranslationJob operation.

', 'StopTextTranslationJobRequest$JobId' => '

The job ID of the job to be stopped.

', 'StopTextTranslationJobResponse$JobId' => '

The job ID of the stopped batch translation job.

', 'TextTranslationJobProperties$JobId' => '

The ID of the translation job.

', ], ], 'JobName' => [ 'base' => NULL, 'refs' => [ 'StartTextTranslationJobRequest$JobName' => '

The name of the batch translation job to be performed.

', 'TextTranslationJobFilter$JobName' => '

Filters the list of jobs by name.

', 'TextTranslationJobProperties$JobName' => '

The user-defined name of the translation job.

', ], ], 'JobStatus' => [ 'base' => NULL, 'refs' => [ 'StartTextTranslationJobResponse$JobStatus' => '

The status of the job. Possible values include:

', 'StopTextTranslationJobResponse$JobStatus' => '

The status of the designated job. Upon successful completion, the job\'s status will be STOPPED.

', 'TextTranslationJobFilter$JobStatus' => '

Filters the list of jobs based by job status.

', 'TextTranslationJobProperties$JobStatus' => '

The status of the translation job.

', ], ], 'Language' => [ 'base' => '

A supported language.

', 'refs' => [ 'LanguagesList$member' => NULL, ], ], 'LanguageCodeString' => [ 'base' => NULL, 'refs' => [ 'DetectedLanguageLowConfidenceException$DetectedLanguageCode' => '

The language code of the auto-detected language from Amazon Comprehend.

', 'Language$LanguageCode' => '

Language code for the supported language.

', 'LanguageCodeStringList$member' => NULL, 'ParallelDataProperties$SourceLanguageCode' => '

The source language of the translations in the parallel data file.

', 'StartTextTranslationJobRequest$SourceLanguageCode' => '

The language code of the input language. Specify the language if all input documents share the same language. If you don\'t know the language of the source files, or your input documents contains different source languages, select auto. Amazon Translate auto detects the source language for each input document. For a list of supported language codes, see Supported languages.

', 'TargetLanguageCodeStringList$member' => NULL, 'TerminologyProperties$SourceLanguageCode' => '

The language code for the source text of the translation request for which the custom terminology is being used.

', 'TextTranslationJobProperties$SourceLanguageCode' => '

The language code of the language of the source text. The language must be a language supported by Amazon Translate.

', 'TranslateDocumentRequest$SourceLanguageCode' => '

The language code for the language of the source text. Do not use auto, because TranslateDocument does not support language auto-detection. For a list of supported language codes, see Supported languages.

', 'TranslateDocumentRequest$TargetLanguageCode' => '

The language code requested for the translated document. For a list of supported language codes, see Supported languages.

', 'TranslateDocumentResponse$SourceLanguageCode' => '

The language code of the source document.

', 'TranslateDocumentResponse$TargetLanguageCode' => '

The language code of the translated document.

', 'TranslateTextRequest$SourceLanguageCode' => '

The language code for the language of the source text. For a list of language codes, see Supported languages.

To have Amazon Translate determine the source language of your text, you can specify auto in the SourceLanguageCode field. If you specify auto, Amazon Translate will call Amazon Comprehend to determine the source language.

If you specify auto, you must send the TranslateText request in a region that supports Amazon Comprehend. Otherwise, the request returns an error indicating that autodetect is not supported.

', 'TranslateTextRequest$TargetLanguageCode' => '

The language code requested for the language of the target text. For a list of language codes, see Supported languages.

', 'TranslateTextResponse$SourceLanguageCode' => '

The language code for the language of the source text.

', 'TranslateTextResponse$TargetLanguageCode' => '

The language code for the language of the target text.

', 'UnsupportedDisplayLanguageCodeException$DisplayLanguageCode' => '

Language code passed in with the request.

', 'UnsupportedLanguagePairException$SourceLanguageCode' => '

The language code for the language of the input text.

', 'UnsupportedLanguagePairException$TargetLanguageCode' => '

The language code for the language of the translated text.

', ], ], 'LanguageCodeStringList' => [ 'base' => NULL, 'refs' => [ 'ParallelDataProperties$TargetLanguageCodes' => '

The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.

', 'TerminologyProperties$TargetLanguageCodes' => '

The language codes for the target languages available with the custom terminology resource. All possible target languages are returned in array.

', ], ], 'LanguagesList' => [ 'base' => NULL, 'refs' => [ 'ListLanguagesResponse$Languages' => '

The list of supported languages.

', ], ], 'LimitExceededException' => [ 'base' => '

The specified limit has been exceeded. Review your request and retry it with a quantity below the stated limit.

', 'refs' => [], ], 'ListLanguagesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListLanguagesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListParallelDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListParallelDataResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTerminologiesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTerminologiesResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTextTranslationJobsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTextTranslationJobsResponse' => [ 'base' => NULL, 'refs' => [], ], 'LocalizedNameString' => [ 'base' => NULL, 'refs' => [ 'Language$LanguageName' => '

Language name of the supported language.

', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'ParallelDataProperties$ImportedDataSize' => '

The number of UTF-8 characters that Amazon Translate imported from the parallel data input file. This number includes only the characters in your translation examples. It does not include characters that are used to format your file. For example, if you provided a Translation Memory Exchange (.tmx) file, this number does not include the tags.

', 'ParallelDataProperties$ImportedRecordCount' => '

The number of records successfully imported from the parallel data input file.

', 'ParallelDataProperties$FailedRecordCount' => '

The number of records unsuccessfully imported from the parallel data input file.

', 'ParallelDataProperties$SkippedRecordCount' => '

The number of items in the input file that Amazon Translate skipped when you created or updated the parallel data resource. For example, Amazon Translate skips empty records, empty target texts, and empty lines.

', ], ], 'MaxResultsInteger' => [ 'base' => NULL, 'refs' => [ 'ListLanguagesRequest$MaxResults' => '

The maximum number of results to return in each response.

', 'ListParallelDataRequest$MaxResults' => '

The maximum number of parallel data resources returned for each request.

', 'ListTerminologiesRequest$MaxResults' => '

The maximum number of custom terminologies returned per list request.

', 'ListTextTranslationJobsRequest$MaxResults' => '

The maximum number of results to return in each page. The default value is 100.

', ], ], 'MergeStrategy' => [ 'base' => NULL, 'refs' => [ 'ImportTerminologyRequest$MergeStrategy' => '

The merge strategy of the custom terminology being imported. Currently, only the OVERWRITE merge strategy is supported. In this case, the imported terminology will overwrite an existing terminology of the same name.

', ], ], 'NextToken' => [ 'base' => NULL, 'refs' => [ 'ListLanguagesRequest$NextToken' => '

Include the NextToken value to fetch the next group of supported languages.

', 'ListLanguagesResponse$NextToken' => '

If the response does not include all remaining results, use the NextToken in the next request to fetch the next group of supported languages.

', 'ListParallelDataRequest$NextToken' => '

A string that specifies the next page of results to return in a paginated response.

', 'ListParallelDataResponse$NextToken' => '

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.

', 'ListTerminologiesRequest$NextToken' => '

If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.

', 'ListTerminologiesResponse$NextToken' => '

If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.

', 'ListTextTranslationJobsRequest$NextToken' => '

The token to request the next page of results.

', 'ListTextTranslationJobsResponse$NextToken' => '

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

', ], ], 'OutputDataConfig' => [ 'base' => '

The output configuration properties for a batch translation job.

', 'refs' => [ 'StartTextTranslationJobRequest$OutputDataConfig' => '

Specifies the S3 folder to which your job output will be saved.

', 'TextTranslationJobProperties$OutputDataConfig' => '

The output configuration properties that were specified when the job was requested.

', ], ], 'ParallelDataArn' => [ 'base' => NULL, 'refs' => [ 'ParallelDataProperties$Arn' => '

The Amazon Resource Name (ARN) of the parallel data resource.

', ], ], 'ParallelDataConfig' => [ 'base' => '

Specifies the format and S3 location of the parallel data input file.

', 'refs' => [ 'CreateParallelDataRequest$ParallelDataConfig' => '

Specifies the format and S3 location of the parallel data input file.

', 'ParallelDataProperties$ParallelDataConfig' => '

Specifies the format and S3 location of the parallel data input file.

', 'UpdateParallelDataRequest$ParallelDataConfig' => '

Specifies the format and S3 location of the parallel data input file.

', ], ], 'ParallelDataDataLocation' => [ 'base' => '

The location of the most recent parallel data input file that was successfully imported into Amazon Translate.

', 'refs' => [ 'GetParallelDataResponse$DataLocation' => '

The Amazon S3 location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration.

Amazon Translate doesn\'t scan all input files for the risk of CSV injection attacks.

CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.

Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.

', 'GetParallelDataResponse$AuxiliaryDataLocation' => '

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.

', 'GetParallelDataResponse$LatestUpdateAttemptAuxiliaryDataLocation' => '

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30-minute expiration.

', ], ], 'ParallelDataFormat' => [ 'base' => NULL, 'refs' => [ 'ParallelDataConfig$Format' => '

The format of the parallel data input file.

', ], ], 'ParallelDataProperties' => [ 'base' => '

The properties of a parallel data resource.

', 'refs' => [ 'GetParallelDataResponse$ParallelDataProperties' => '

The properties of the parallel data resource that is being retrieved.

', 'ParallelDataPropertiesList$member' => NULL, ], ], 'ParallelDataPropertiesList' => [ 'base' => NULL, 'refs' => [ 'ListParallelDataResponse$ParallelDataPropertiesList' => '

The properties of the parallel data resources returned by this request.

', ], ], 'ParallelDataStatus' => [ 'base' => NULL, 'refs' => [ 'CreateParallelDataResponse$Status' => '

The status of the parallel data resource. When the resource is ready for you to use, the status is ACTIVE.

', 'DeleteParallelDataResponse$Status' => '

The status of the parallel data deletion.

', 'ParallelDataProperties$Status' => '

The status of the parallel data resource. When the parallel data is ready for you to use, the status is ACTIVE.

', 'ParallelDataProperties$LatestUpdateAttemptStatus' => '

The status of the most recent update attempt for the parallel data resource.

', 'UpdateParallelDataResponse$Status' => '

The status of the parallel data resource that you are attempting to update. Your update request is accepted only if this status is either ACTIVE or FAILED.

', 'UpdateParallelDataResponse$LatestUpdateAttemptStatus' => '

The status of the parallel data update attempt. When the updated parallel data resource is ready for you to use, the status is ACTIVE.

', ], ], 'Profanity' => [ 'base' => NULL, 'refs' => [ 'TranslationSettings$Profanity' => '

Enable the profanity setting if you want Amazon Translate to mask profane words and phrases in your translation output.

To mask profane words and phrases, Amazon Translate replaces them with the grawlix string β€œ?$#@$β€œ. This 5-character sequence is used for each profane word or phrase, regardless of the length or number of words.

Amazon Translate doesn\'t detect profanity in all of its supported languages. For languages that don\'t support profanity detection, see Unsupported languages in the Amazon Translate Developer Guide.

If you specify multiple target languages for the job, all the target languages must support profanity masking. If any of the target languages don\'t support profanity masking, the translation job won\'t mask profanity for any target language.

', ], ], 'ResourceArn' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the given Amazon Translate resource you are querying.

', 'TagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the given Amazon Translate resource to which you want to associate the tags.

', 'TooManyTagsException$ResourceArn' => NULL, 'UntagResourceRequest$ResourceArn' => '

The Amazon Resource Name (ARN) of the given Amazon Translate resource from which you want to remove the tags.

', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'AppliedTerminology$Name' => '

The name of the custom terminology applied to the input text by Amazon Translate for the translated text response.

', 'CreateParallelDataRequest$Name' => '

A custom name for the parallel data resource in Amazon Translate. You must assign a name that is unique in the account and region.

', 'CreateParallelDataResponse$Name' => '

The custom name that you assigned to the parallel data resource.

', 'DeleteParallelDataRequest$Name' => '

The name of the parallel data resource that is being deleted.

', 'DeleteParallelDataResponse$Name' => '

The name of the parallel data resource that is being deleted.

', 'DeleteTerminologyRequest$Name' => '

The name of the custom terminology being deleted.

', 'GetParallelDataRequest$Name' => '

The name of the parallel data resource that is being retrieved.

', 'GetTerminologyRequest$Name' => '

The name of the custom terminology being retrieved.

', 'ImportTerminologyRequest$Name' => '

The name of the custom terminology being imported.

', 'ParallelDataProperties$Name' => '

The custom name assigned to the parallel data resource.

', 'ResourceNameList$member' => NULL, 'TerminologyProperties$Name' => '

The name of the custom terminology.

', 'UpdateParallelDataRequest$Name' => '

The name of the parallel data resource being updated.

', 'UpdateParallelDataResponse$Name' => '

The name of the parallel data resource being updated.

', ], ], 'ResourceNameList' => [ 'base' => NULL, 'refs' => [ 'StartTextTranslationJobRequest$TerminologyNames' => '

The name of a custom terminology resource to add to the translation job. This resource lists examples source terms and the desired translation for each term.

This parameter accepts only one custom terminology resource.

If you specify multiple target languages for the job, translate uses the designated terminology for each requested target language that has an entry for the source term in the terminology file.

For a list of available custom terminology resources, use the ListTerminologies operation.

For more information, see Custom terminology.

', 'StartTextTranslationJobRequest$ParallelDataNames' => '

The name of a parallel data resource to add to the translation job. This resource consists of examples that show how you want segments of text to be translated. If you specify multiple target languages for the job, the parallel data file must include translations for all the target languages.

When you add parallel data to a translation job, you create an Active Custom Translation job.

This parameter accepts only one parallel data resource.

Active Custom Translation jobs are priced at a higher rate than other jobs that don\'t use parallel data. For more information, see Amazon Translate pricing.

For a list of available parallel data resources, use the ListParallelData operation.

For more information, see Customizing your translations with parallel data.

', 'TextTranslationJobProperties$TerminologyNames' => '

A list containing the names of the terminologies applied to a translation job. Only one terminology can be applied per StartTextTranslationJob request at this time.

', 'TextTranslationJobProperties$ParallelDataNames' => '

A list containing the names of the parallel data resources applied to the translation job.

', 'TranslateDocumentRequest$TerminologyNames' => '

The name of a terminology list file to add to the translation job. This file provides source terms and the desired translation for each term. A terminology list can contain a maximum of 256 terms. You can use one custom terminology resource in your translation request.

Use the ListTerminologies operation to get the available terminology lists.

For more information about custom terminology lists, see Custom terminology.

', 'TranslateTextRequest$TerminologyNames' => '

The name of a terminology list file to add to the translation job. This file provides source terms and the desired translation for each term. A terminology list can contain a maximum of 256 terms. You can use one custom terminology resource in your translation request.

Use the ListTerminologies operation to get the available terminology lists.

For more information about custom terminology lists, see Custom terminology.

', ], ], 'ResourceNotFoundException' => [ 'base' => '

The resource you are looking for has not been found. Review the resource you\'re looking for and see if a different resource will accomplish your needs before retrying the revised request.

', 'refs' => [], ], 'S3Uri' => [ 'base' => NULL, 'refs' => [ 'InputDataConfig$S3Uri' => '

The URI of the AWS S3 folder that contains the input files. Amazon Translate translates all the files in the folder and all its sub-folders. The folder must be in the same Region as the API endpoint you are calling.

', 'OutputDataConfig$S3Uri' => '

The URI of the S3 folder that contains a translation job\'s output file. The folder must be in the same Region as the API endpoint that you are calling.

', 'ParallelDataConfig$S3Uri' => '

The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.

', ], ], 'ServiceUnavailableException' => [ 'base' => '

The Amazon Translate service is temporarily unavailable. Wait a bit and then retry your request.

', 'refs' => [], ], 'StartTextTranslationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StartTextTranslationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'StopTextTranslationJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopTextTranslationJobResponse' => [ 'base' => NULL, 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'ConcurrentModificationException$Message' => NULL, 'ConflictException$Message' => NULL, 'DetectedLanguageLowConfidenceException$Message' => NULL, 'InternalServerException$Message' => NULL, 'InvalidFilterException$Message' => NULL, 'InvalidParameterValueException$Message' => NULL, 'InvalidRequestException$Message' => NULL, 'LimitExceededException$Message' => NULL, 'ParallelDataDataLocation$RepositoryType' => '

Describes the repository that contains the parallel data input file.

', 'ParallelDataDataLocation$Location' => '

The Amazon S3 location of the parallel data input file. The location is returned as a presigned URL to that has a 30-minute expiration.

Amazon Translate doesn\'t scan all input files for the risk of CSV injection attacks.

CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.

Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.

', 'ResourceNotFoundException$Message' => NULL, 'ServiceUnavailableException$Message' => NULL, 'Term$SourceText' => '

The source text of the term being translated by the custom terminology.

', 'Term$TargetText' => '

The target text of the term being translated by the custom terminology.

', 'TerminologyDataLocation$RepositoryType' => '

The repository type for the custom terminology data.

', 'TerminologyDataLocation$Location' => '

The Amazon S3 location of the most recent custom terminology input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration .

Amazon Translate doesn\'t scan all input files for the risk of CSV injection attacks.

CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.

Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.

', 'TextSizeLimitExceededException$Message' => NULL, 'TooManyRequestsException$Message' => NULL, 'TooManyTagsException$message' => NULL, 'UnsupportedDisplayLanguageCodeException$Message' => NULL, 'UnsupportedLanguagePairException$Message' => NULL, ], ], 'Tag' => [ 'base' => '

A key-value pair that adds as a metadata to a resource used by Amazon Translate.

', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => '

The initial part of a key-value pair that forms a tag associated with a given resource.

', 'TagKeyList$member' => NULL, ], ], 'TagKeyList' => [ 'base' => NULL, 'refs' => [ 'UntagResourceRequest$TagKeys' => '

The initial part of a key-value pair that forms a tag being removed from a given resource. Keys must be unique and cannot be duplicated for a particular resource.

', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateParallelDataRequest$Tags' => '

Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources.

', 'ImportTerminologyRequest$Tags' => '

Tags to be associated with this resource. A tag is a key-value pair that adds metadata to a resource. Each tag key for the resource must be unique. For more information, see Tagging your resources.

', 'ListTagsForResourceResponse$Tags' => '

Tags associated with the Amazon Translate resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Translate. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.

', 'TagResourceRequest$Tags' => '

Tags being associated with a specific Amazon Translate resource. There can be a maximum of 50 tags (both existing and pending) associated with a specific resource.

', ], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => '

The second part of a key-value pair that forms a tag associated with a given resource.

', ], ], 'TargetLanguageCodeStringList' => [ 'base' => NULL, 'refs' => [ 'StartTextTranslationJobRequest$TargetLanguageCodes' => '

The target languages of the translation job. Enter up to 10 language codes. Each input file is translated into each target language.

Each language code is 2 or 5 characters long. For a list of language codes, see Supported languages.

', 'TextTranslationJobProperties$TargetLanguageCodes' => '

The language code of the language of the target text. The language must be a language supported by Amazon Translate.

', ], ], 'Term' => [ 'base' => '

The term being translated by the custom terminology.

', 'refs' => [ 'TermList$member' => NULL, ], ], 'TermList' => [ 'base' => NULL, 'refs' => [ 'AppliedTerminology$Terms' => '

The specific terms of the custom terminology applied to the input text by Amazon Translate for the translated text response. A maximum of 250 terms will be returned, and the specific terms applied will be the first 250 terms in the source text.

', ], ], 'TerminologyArn' => [ 'base' => NULL, 'refs' => [ 'TerminologyProperties$Arn' => '

The Amazon Resource Name (ARN) of the custom terminology.

', ], ], 'TerminologyData' => [ 'base' => '

The data associated with the custom terminology. For information about the custom terminology file, see Creating a Custom Terminology.

', 'refs' => [ 'ImportTerminologyRequest$TerminologyData' => '

The terminology data for the custom terminology being imported.

', ], ], 'TerminologyDataFormat' => [ 'base' => NULL, 'refs' => [ 'GetTerminologyRequest$TerminologyDataFormat' => '

The data format of the custom terminology being retrieved.

If you don\'t specify this parameter, Amazon Translate returns a file with the same format as the file that was imported to create the terminology.

If you specify this parameter when you retrieve a multi-directional terminology resource, you must specify the same format as the input file that was imported to create it. Otherwise, Amazon Translate throws an error.

', 'TerminologyData$Format' => '

The data format of the custom terminology.

', 'TerminologyProperties$Format' => '

The format of the custom terminology input file.

', ], ], 'TerminologyDataLocation' => [ 'base' => '

The location of the custom terminology data.

', 'refs' => [ 'GetTerminologyResponse$TerminologyDataLocation' => '

The Amazon S3 location of the most recent custom terminology input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30-minute expiration.

Amazon Translate doesn\'t scan all input files for the risk of CSV injection attacks.

CSV injection occurs when a .csv or .tsv file is altered so that a record contains malicious code. The record begins with a special character, such as =, +, -, or @. When the file is opened in a spreadsheet program, the program might interpret the record as a formula and run the code within it.

Before you download an input file from Amazon S3, ensure that you recognize the file and trust its creator.

', 'GetTerminologyResponse$AuxiliaryDataLocation' => '

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30-minute expiration.

', 'ImportTerminologyResponse$AuxiliaryDataLocation' => '

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a terminology resource. The location is returned as a presigned URL to that has a 30 minute expiration.

', ], ], 'TerminologyFile' => [ 'base' => NULL, 'refs' => [ 'TerminologyData$File' => '

The file containing the custom terminology data. Your version of the AWS SDK performs a Base64-encoding on this field before sending a request to the AWS service. Users of the SDK should not perform Base64-encoding themselves.

', ], ], 'TerminologyProperties' => [ 'base' => '

The properties of the custom terminology.

', 'refs' => [ 'GetTerminologyResponse$TerminologyProperties' => '

The properties of the custom terminology being retrieved.

', 'ImportTerminologyResponse$TerminologyProperties' => '

The properties of the custom terminology being imported.

', 'TerminologyPropertiesList$member' => NULL, ], ], 'TerminologyPropertiesList' => [ 'base' => NULL, 'refs' => [ 'ListTerminologiesResponse$TerminologyPropertiesList' => '

The properties list of the custom terminologies returned on the list request.

', ], ], 'TextSizeLimitExceededException' => [ 'base' => '

The size of the text you submitted exceeds the size limit. Reduce the size of the text or use a smaller document and then retry your request.

', 'refs' => [], ], 'TextTranslationJobFilter' => [ 'base' => '

Provides information for filtering a list of translation jobs. For more information, see ListTextTranslationJobs.

', 'refs' => [ 'ListTextTranslationJobsRequest$Filter' => '

The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.

', ], ], 'TextTranslationJobProperties' => [ 'base' => '

Provides information about a translation job.

', 'refs' => [ 'DescribeTextTranslationJobResponse$TextTranslationJobProperties' => '

An object that contains the properties associated with an asynchronous batch translation job.

', 'TextTranslationJobPropertiesList$member' => NULL, ], ], 'TextTranslationJobPropertiesList' => [ 'base' => NULL, 'refs' => [ 'ListTextTranslationJobsResponse$TextTranslationJobPropertiesList' => '

A list containing the properties of each job that is returned.

', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'ParallelDataProperties$CreatedAt' => '

The time at which the parallel data resource was created.

', 'ParallelDataProperties$LastUpdatedAt' => '

The time at which the parallel data resource was last updated.

', 'ParallelDataProperties$LatestUpdateAttemptAt' => '

The time that the most recent update was attempted.

', 'TerminologyProperties$CreatedAt' => '

The time at which the custom terminology was created, based on the timestamp.

', 'TerminologyProperties$LastUpdatedAt' => '

The time at which the custom terminology was last update, based on the timestamp.

', 'TextTranslationJobFilter$SubmittedBeforeTime' => '

Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted before the specified time. Jobs are returned in ascending order, oldest to newest.

', 'TextTranslationJobFilter$SubmittedAfterTime' => '

Filters the list of jobs based on the time that the job was submitted for processing and returns only the jobs submitted after the specified time. Jobs are returned in descending order, newest to oldest.

', 'TextTranslationJobProperties$SubmittedTime' => '

The time at which the translation job was submitted.

', 'TextTranslationJobProperties$EndTime' => '

The time at which the translation job ended.

', 'UpdateParallelDataResponse$LatestUpdateAttemptAt' => '

The time that the most recent update was attempted.

', ], ], 'TooManyRequestsException' => [ 'base' => '

You have made too many requests within a short period of time. Wait for a short time and then try your request again.

', 'refs' => [], ], 'TooManyTagsException' => [ 'base' => '

You have added too many tags to this resource. The maximum is 50 tags.

', 'refs' => [], ], 'TranslateDocumentRequest' => [ 'base' => NULL, 'refs' => [], ], 'TranslateDocumentResponse' => [ 'base' => NULL, 'refs' => [], ], 'TranslateTextRequest' => [ 'base' => NULL, 'refs' => [], ], 'TranslateTextResponse' => [ 'base' => NULL, 'refs' => [], ], 'TranslatedDocument' => [ 'base' => '

The translated content.

', 'refs' => [ 'TranslateDocumentResponse$TranslatedDocument' => '

The document containing the translated content. The document format matches the source document format.

', ], ], 'TranslatedDocumentContent' => [ 'base' => NULL, 'refs' => [ 'TranslatedDocument$Content' => '

The document containing the translated content.

', ], ], 'TranslatedTextString' => [ 'base' => NULL, 'refs' => [ 'TranslateTextResponse$TranslatedText' => '

The translated text.

', ], ], 'TranslationSettings' => [ 'base' => '

Settings to configure your translation output, including the option to set the formality level of the output text and the option to mask profane words and phrases.

', 'refs' => [ 'StartTextTranslationJobRequest$Settings' => '

Settings to configure your translation output, including the option to set the formality level of the output text and the option to mask profane words and phrases.

', 'TextTranslationJobProperties$Settings' => '

Settings that modify the translation output.

', 'TranslateDocumentRequest$Settings' => NULL, 'TranslateDocumentResponse$AppliedSettings' => NULL, 'TranslateTextRequest$Settings' => '

Settings to configure your translation output, including the option to set the formality level of the output text and the option to mask profane words and phrases.

', 'TranslateTextResponse$AppliedSettings' => '

Optional settings that modify the translation output.

', ], ], 'UnboundedLengthString' => [ 'base' => NULL, 'refs' => [ 'ParallelDataProperties$Message' => '

Additional information from Amazon Translate about the parallel data resource.

', 'TerminologyProperties$Message' => '

Additional information from Amazon Translate about the terminology resource.

', 'TextTranslationJobProperties$Message' => '

An explanation of any errors that may have occurred during the translation job.

', ], ], 'UnsupportedDisplayLanguageCodeException' => [ 'base' => '

Requested display language code is not supported.

', 'refs' => [], ], 'UnsupportedLanguagePairException' => [ 'base' => '

Amazon Translate does not support translation from the language of the source text into the requested target language. For more information, see Supported languages.

', 'refs' => [], ], 'UntagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'UntagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'UpdateParallelDataRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateParallelDataResponse' => [ 'base' => NULL, 'refs' => [], ], ],];