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
      /
      Updates a previously created parallel data resource by importing a new input file from Amazon S3.
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      Go
      PHP
      Python
      HTTP
      C
      C#
      Objective-C
      Ruby
      OCaml
      curl --location -g --request POST 'http://translate.{region}.amazonaws.com/' \
      --header 'X-Amz-Target;' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "Name": "string",
          "Description": "string",
          "ParallelDataConfig": {
              "S3Uri": "string",
              "Format": "TSV"
          },
          "ClientToken": "string"
      }'
      Response Response Example
      200 - Example 1
      {
          "Name": "string",
          "Status": "CREATING",
          "LatestUpdateAttemptStatus": "CREATING",
          "LatestUpdateAttemptAt": "string"
      }

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Success
      application/json
      Body

      🟠480ConcurrentModificationException
      🟠481InvalidParameterValueException
      🟠482InvalidRequestException
      🟠483LimitExceededException
      🟠484TooManyRequestsException
      🟠485ConflictException
      🟠486ResourceNotFoundException
      🟠487InternalServerException
      Modified at almost 3 years ago
      Previous
      /
      Built with