Amazon Translate
    Amazon Translate
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST

      /

      The Amazon Translate multi-region endpoint
      http://translate.{region}.amazonaws.com
      The Amazon Translate multi-region endpoint
      http://translate.{region}.amazonaws.com
      POST
      /
      Provides a list of your parallel data resources in Amazon Translate.
      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 '{
          "NextToken": "string",
          "MaxResults": 0
      }'
      Response Response Example
      200 - Example 1
      {
        "ParallelDataPropertiesList": [],
        "NextToken": "string"
      }

      Request

      Query Params
      MaxResults
      string 
      optional
      Pagination limit
      NextToken
      string 
      optional
      Pagination token
      Header Params
      X-Amz-Target
      string 
      required
      Body Params application/json
      NextToken
      string 
      optional
      A string that specifies the next page of results to return in a paginated response.
      <= 8192 characters
      Match pattern:
      \p{ASCII}{0,8192}
      MaxResults
      integer 
      optional
      The maximum number of parallel data resources returned for each request.
      >= 1<= 500
      Examples

      Responses

      🟢200Success
      application/json
      Body
      ParallelDataPropertiesList
      array[object (ParallelDataProperties) {17}] 
      optional
      The properties of the parallel data resources returned by this request.
      Name
      string 
      optional
      The custom name assigned to the parallel data resource.
      >= 1 characters<= 256 characters
      Match pattern:
      ^([A-Za-z0-9-]_?)+$
      Arn
      string 
      optional
      The Amazon Resource Name (ARN) of the parallel data resource.
      >= 1 characters<= 512 characters
      Description
      string 
      optional
      The description assigned to the parallel data resource.
      <= 256 characters
      Match pattern:
      [\P{M}\p{M}]{0,256}
      Status
      enum<string> 
      optional
      The status of the parallel data resource. When the parallel data is ready for you to use, the status is ACTIVE.
      Allowed values:
      CREATINGUPDATINGACTIVEDELETINGFAILED
      SourceLanguageCode
      string 
      optional
      The source language of the translations in the parallel data file.
      >= 2 characters<= 5 characters
      TargetLanguageCodes
      array[string]
      optional
      The language codes for the target languages available in the parallel data file. All possible target languages are returned as an array.
      ParallelDataConfig
      object 
      optional
      Specifies the format and S3 location of the parallel data input file.
      Message
      string 
      optional
      Additional information from Amazon Translate about the parallel data resource.
      ImportedDataSize
      integer 
      optional
      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.
      ImportedRecordCount
      integer 
      optional
      The number of records successfully imported from the parallel data input file.
      FailedRecordCount
      integer 
      optional
      The number of records unsuccessfully imported from the parallel data input file.
      SkippedRecordCount
      integer 
      optional
      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.
      EncryptionKey
      object 
      EncryptionKey
      optional
      The encryption key used to encrypt this object.
      CreatedAt
      string <date-time>
      optional
      The time at which the parallel data resource was created.
      LastUpdatedAt
      string <date-time>
      optional
      The time at which the parallel data resource was last updated.
      LatestUpdateAttemptStatus
      enum<string> 
      optional
      The status of the most recent update attempt for the parallel data resource.
      Allowed values:
      CREATINGUPDATINGACTIVEDELETINGFAILED
      LatestUpdateAttemptAt
      string <date-time>
      optional
      The time that the most recent update was attempted.
      NextToken
      string 
      optional
      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.
      <= 8192 characters
      Match pattern:
      \p{ASCII}{0,8192}
      🟠480InvalidParameterValueException
      🟠481TooManyRequestsException
      🟠482InternalServerException
      Modified at 2022-09-12 09:51:45
      Previous
      /
      Next
      /
      Built with