ListParallelData - Amazon Translate API Reference

ListParallelData

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

Request Syntax

{ "MaxResults": number, "NextToken": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

MaxResults

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

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 500.

Required: No

NextToken

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

Type: String

Length Constraints: Maximum length of 8192.

Pattern: \p{ASCII}{0,8192}

Required: No

Response Syntax

{ "NextToken": "string", "ParallelDataPropertiesList": [ { "Arn": "string", "CreatedAt": number, "Description": "string", "EncryptionKey": { "Id": "string", "Type": "string" }, "FailedRecordCount": number, "ImportedDataSize": number, "ImportedRecordCount": number, "LastUpdatedAt": number, "LatestUpdateAttemptAt": number, "LatestUpdateAttemptStatus": "string", "Message": "string", "Name": "string", "ParallelDataConfig": { "Format": "string", "S3Uri": "string" }, "SkippedRecordCount": number, "SourceLanguageCode": "string", "Status": "string", "TargetLanguageCodes": [ "string" ] } ] }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

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.

Type: String

Length Constraints: Maximum length of 8192.

Pattern: \p{ASCII}{0,8192}

ParallelDataPropertiesList

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

Type: Array of ParallelDataProperties objects

Errors

For information about the errors that are common to all actions, see Common Errors.

InternalServerException

An internal server error occurred. Retry your request.

HTTP Status Code: 500

InvalidParameterValueException

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.

HTTP Status Code: 400

TooManyRequestsException

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

HTTP Status Code: 400

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: