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.Types.ParallelDataConfig

Description

 
Synopsis

Documentation

data ParallelDataConfig Source #

Specifies the format and S3 location of the parallel data input file.

See: newParallelDataConfig smart constructor.

Constructors

ParallelDataConfig' 

Fields

  • s3Uri :: Text

    The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.

  • format :: ParallelDataFormat

    The format of the parallel data input file.

Instances

Instances details
Eq ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

Read ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

Show ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

Generic ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

Associated Types

type Rep ParallelDataConfig :: Type -> Type #

NFData ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

Methods

rnf :: ParallelDataConfig -> () #

Hashable ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

ToJSON ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

FromJSON ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

type Rep ParallelDataConfig Source # 
Instance details

Defined in Amazonka.Translate.Types.ParallelDataConfig

type Rep ParallelDataConfig = D1 ('MetaData "ParallelDataConfig" "Amazonka.Translate.Types.ParallelDataConfig" "libZSservicesZSamazonka-translateZSamazonka-translate" 'False) (C1 ('MetaCons "ParallelDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "format") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ParallelDataFormat)))

newParallelDataConfig Source #

Create a value of ParallelDataConfig 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:s3Uri:ParallelDataConfig', parallelDataConfig_s3Uri - The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.

$sel:format:ParallelDataConfig', parallelDataConfig_format - The format of the parallel data input file.

parallelDataConfig_s3Uri :: Lens' ParallelDataConfig Text Source #

The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.

parallelDataConfig_format :: Lens' ParallelDataConfig ParallelDataFormat Source #

The format of the parallel data input file.