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.ExportResourceSpecification

Description

 
Synopsis

Documentation

data ExportResourceSpecification Source #

Provides information about the bot or bot locale that you want to export. You can specify the botExportSpecification or the botLocaleExportSpecification, but not both.

See: newExportResourceSpecification smart constructor.

Constructors

ExportResourceSpecification' 

Fields

Instances

Instances details
FromJSON ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

ToJSON ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

Generic ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

Associated Types

type Rep ExportResourceSpecification :: Type -> Type #

Read ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

Show ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

NFData ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

Eq ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

Hashable ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

type Rep ExportResourceSpecification Source # 
Instance details

Defined in Amazonka.LexV2Models.Types.ExportResourceSpecification

type Rep ExportResourceSpecification = D1 ('MetaData "ExportResourceSpecification" "Amazonka.LexV2Models.Types.ExportResourceSpecification" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "ExportResourceSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "botExportSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BotExportSpecification)) :*: (S1 ('MetaSel ('Just "botLocaleExportSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe BotLocaleExportSpecification)) :*: S1 ('MetaSel ('Just "customVocabularyExportSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomVocabularyExportSpecification)))))

newExportResourceSpecification :: ExportResourceSpecification Source #

Create a value of ExportResourceSpecification 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:botExportSpecification:ExportResourceSpecification', exportResourceSpecification_botExportSpecification - Parameters for exporting a bot.

$sel:botLocaleExportSpecification:ExportResourceSpecification', exportResourceSpecification_botLocaleExportSpecification - Parameters for exporting a bot locale.

$sel:customVocabularyExportSpecification:ExportResourceSpecification', exportResourceSpecification_customVocabularyExportSpecification - The parameters required to export a custom vocabulary.