amazonka-lexv2-models-2.0: Amazon Lex Model Building V2 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.LexV2Models.Types.ImportResourceSpecification

Description

 
Synopsis

Documentation

data ImportResourceSpecification Source #

Provides information about the bot or bot locale that you want to import. You can specify the botImportSpecification or the botLocaleImportSpecification, but not both.

See: newImportResourceSpecification smart constructor.

Instances

Instances details
FromJSON ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

ToJSON ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

Generic ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

Associated Types

type Rep ImportResourceSpecification :: Type -> Type #

Read ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

Show ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

NFData ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

Eq ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

Hashable ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

type Rep ImportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ImportResourceSpecification

type Rep ImportResourceSpecification = D1 ('MetaData "ImportResourceSpecification" "Amazonka.LexV2Models.Types.ImportResourceSpecification" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "ImportResourceSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "botImportSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BotImportSpecification)) :*: (S1 ('MetaSel ('Just "botLocaleImportSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BotLocaleImportSpecification)) :*: S1 ('MetaSel ('Just "customVocabularyImportSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomVocabularyImportSpecification)))))

newImportResourceSpecification :: ImportResourceSpecification Source #

Create a value of ImportResourceSpecification 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:botImportSpecification:ImportResourceSpecification', importResourceSpecification_botImportSpecification - Parameters for importing a bot.

$sel:botLocaleImportSpecification:ImportResourceSpecification', importResourceSpecification_botLocaleImportSpecification - Parameters for importing a bot locale.

$sel:customVocabularyImportSpecification:ImportResourceSpecification', importResourceSpecification_customVocabularyImportSpecification - Undocumented member.