/
The Amazon Translate multi-region endpoint
The Amazon Translate multi-region endpoint
POST
/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http://translate.{region}.amazonaws.com/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{
"ParallelDataProperties": {
"Name": "string",
"Arn": "string",
"Description": "string",
"Status": "CREATING",
"SourceLanguageCode": "string",
"TargetLanguageCodes": [],
"ParallelDataConfig": {
"S3Uri": "string",
"Format": "TSV"
},
"Message": "string",
"ImportedDataSize": 0,
"ImportedRecordCount": 0,
"FailedRecordCount": 0,
"SkippedRecordCount": 0,
"EncryptionKey": {
"Type": "KMS",
"Id": "string"
},
"CreatedAt": "string",
"LastUpdatedAt": "string",
"LatestUpdateAttemptStatus": "CREATING",
"LatestUpdateAttemptAt": "string"
},
"DataLocation": {
"RepositoryType": "string",
"Location": "string"
},
"AuxiliaryDataLocation": {},
"LatestUpdateAttemptAuxiliaryDataLocation": {}
}
Request
Header Params
X-Amz-Target
string
required
Body Params application/json
Responses
Modified at 2022-09-12 09:51:45