/
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
{
"TerminologyProperties": {
"Name": "string",
"Description": "string",
"Arn": "string",
"SourceLanguageCode": "string",
"TargetLanguageCodes": [],
"EncryptionKey": {
"Type": "KMS",
"Id": "string"
},
"SizeBytes": 0,
"TermCount": 0,
"CreatedAt": "string",
"LastUpdatedAt": "string"
},
"TerminologyDataLocation": {
"RepositoryType": "string",
"Location": "string"
}
}
Request
Header Params
X-Amz-Target
string
required
Body Params application/json
Responses
Modified at 2022-09-12 09:51:45