amazonka-voice-id-2.0: Amazon Voice ID SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.VoiceId.Types.InputDataConfig

Description

 
Synopsis

Documentation

data InputDataConfig Source #

The configuration containing input file information for a batch job.

See: newInputDataConfig smart constructor.

Constructors

InputDataConfig' 

Fields

  • s3Uri :: Text

    The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.

Instances

Instances details
FromJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

ToJSON InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

Generic InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

Associated Types

type Rep InputDataConfig :: Type -> Type #

Read InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

Show InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

NFData InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

Methods

rnf :: InputDataConfig -> () #

Eq InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

Hashable InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

type Rep InputDataConfig Source # 
Instance details

Defined in Amazonka.VoiceId.Types.InputDataConfig

type Rep InputDataConfig = D1 ('MetaData "InputDataConfig" "Amazonka.VoiceId.Types.InputDataConfig" "amazonka-voice-id-2.0-E9fR3xKghdA6rj9Pl7P2NC" 'False) (C1 ('MetaCons "InputDataConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "s3Uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newInputDataConfig Source #

Create a value of InputDataConfig 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:InputDataConfig', inputDataConfig_s3Uri - The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.

inputDataConfig_s3Uri :: Lens' InputDataConfig Text Source #

The S3 location for the input manifest file that contains the list of individual enrollment or registration job requests.