libZSservicesZSamazonka-translateZSamazonka-translate
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Translate.GetParallelData

Description

Provides information about a parallel data resource.

Synopsis

Creating a Request

data GetParallelData Source #

See: newGetParallelData smart constructor.

Constructors

GetParallelData' 

Fields

  • name :: Text

    The name of the parallel data resource that is being retrieved.

Instances

Instances details
Eq GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Read GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Show GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Generic GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Associated Types

type Rep GetParallelData :: Type -> Type #

NFData GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Methods

rnf :: GetParallelData -> () #

Hashable GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

ToJSON GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

AWSRequest GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Associated Types

type AWSResponse GetParallelData #

ToHeaders GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

ToPath GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

ToQuery GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

type Rep GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

type Rep GetParallelData = D1 ('MetaData "GetParallelData" "Amazonka.Translate.GetParallelData" "libZSservicesZSamazonka-translateZSamazonka-translate" 'False) (C1 ('MetaCons "GetParallelData'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetParallelData Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

newGetParallelData Source #

Create a value of GetParallelData with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:GetParallelData', getParallelData_name - The name of the parallel data resource that is being retrieved.

Request Lenses

getParallelData_name :: Lens' GetParallelData Text Source #

The name of the parallel data resource that is being retrieved.

Destructuring the Response

data GetParallelDataResponse Source #

See: newGetParallelDataResponse smart constructor.

Constructors

GetParallelDataResponse' 

Fields

Instances

Instances details
Eq GetParallelDataResponse Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Read GetParallelDataResponse Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Show GetParallelDataResponse Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Generic GetParallelDataResponse Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Associated Types

type Rep GetParallelDataResponse :: Type -> Type #

NFData GetParallelDataResponse Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

Methods

rnf :: GetParallelDataResponse -> () #

type Rep GetParallelDataResponse Source # 
Instance details

Defined in Amazonka.Translate.GetParallelData

type Rep GetParallelDataResponse = D1 ('MetaData "GetParallelDataResponse" "Amazonka.Translate.GetParallelData" "libZSservicesZSamazonka-translateZSamazonka-translate" 'False) (C1 ('MetaCons "GetParallelDataResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parallelDataProperties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParallelDataProperties)) :*: S1 ('MetaSel ('Just "dataLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParallelDataDataLocation))) :*: (S1 ('MetaSel ('Just "auxiliaryDataLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParallelDataDataLocation)) :*: (S1 ('MetaSel ('Just "latestUpdateAttemptAuxiliaryDataLocation") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ParallelDataDataLocation)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetParallelDataResponse Source #

Create a value of GetParallelDataResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:parallelDataProperties:GetParallelDataResponse', getParallelDataResponse_parallelDataProperties - The properties of the parallel data resource that is being retrieved.

$sel:dataLocation:GetParallelDataResponse', getParallelDataResponse_dataLocation - The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.

$sel:auxiliaryDataLocation:GetParallelDataResponse', getParallelDataResponse_auxiliaryDataLocation - The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.

$sel:latestUpdateAttemptAuxiliaryDataLocation:GetParallelDataResponse', getParallelDataResponse_latestUpdateAttemptAuxiliaryDataLocation - The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.

$sel:httpStatus:GetParallelDataResponse', getParallelDataResponse_httpStatus - The response's http status code.

Response Lenses

getParallelDataResponse_parallelDataProperties :: Lens' GetParallelDataResponse (Maybe ParallelDataProperties) Source #

The properties of the parallel data resource that is being retrieved.

getParallelDataResponse_dataLocation :: Lens' GetParallelDataResponse (Maybe ParallelDataDataLocation) Source #

The location of the most recent parallel data input file that was successfully imported into Amazon Translate. The location is returned as a presigned URL that has a 30 minute expiration.

getParallelDataResponse_auxiliaryDataLocation :: Lens' GetParallelDataResponse (Maybe ParallelDataDataLocation) Source #

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to create a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.

getParallelDataResponse_latestUpdateAttemptAuxiliaryDataLocation :: Lens' GetParallelDataResponse (Maybe ParallelDataDataLocation) Source #

The Amazon S3 location of a file that provides any errors or warnings that were produced by your input file. This file was created when Amazon Translate attempted to update a parallel data resource. The location is returned as a presigned URL to that has a 30 minute expiration.