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

Description

Provides metadata information about a custom vocabulary.

Synopsis

Creating a Request

data DescribeCustomVocabularyMetadata Source #

See: newDescribeCustomVocabularyMetadata smart constructor.

Constructors

DescribeCustomVocabularyMetadata' 

Fields

  • botId :: Text

    The unique identifier of the bot that contains the custom vocabulary.

  • botVersion :: Text

    The bot version of the bot to return metadata for.

  • localeId :: Text

    The locale to return the custom vocabulary information for. The locale must be en_GB.

Instances

Instances details
ToHeaders DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

ToPath DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

ToQuery DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

AWSRequest DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Generic DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Associated Types

type Rep DescribeCustomVocabularyMetadata :: Type -> Type #

Read DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Show DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

NFData DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Eq DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Hashable DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

type AWSResponse DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

type Rep DescribeCustomVocabularyMetadata Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

type Rep DescribeCustomVocabularyMetadata = D1 ('MetaData "DescribeCustomVocabularyMetadata" "Amazonka.LexV2Models.DescribeCustomVocabularyMetadata" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "DescribeCustomVocabularyMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "botVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "localeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newDescribeCustomVocabularyMetadata Source #

Create a value of DescribeCustomVocabularyMetadata 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:

DescribeCustomVocabularyMetadata, describeCustomVocabularyMetadata_botId - The unique identifier of the bot that contains the custom vocabulary.

DescribeCustomVocabularyMetadata, describeCustomVocabularyMetadata_botVersion - The bot version of the bot to return metadata for.

DescribeCustomVocabularyMetadata, describeCustomVocabularyMetadata_localeId - The locale to return the custom vocabulary information for. The locale must be en_GB.

Request Lenses

describeCustomVocabularyMetadata_botId :: Lens' DescribeCustomVocabularyMetadata Text Source #

The unique identifier of the bot that contains the custom vocabulary.

describeCustomVocabularyMetadata_localeId :: Lens' DescribeCustomVocabularyMetadata Text Source #

The locale to return the custom vocabulary information for. The locale must be en_GB.

Destructuring the Response

data DescribeCustomVocabularyMetadataResponse Source #

Constructors

DescribeCustomVocabularyMetadataResponse' 

Fields

Instances

Instances details
Generic DescribeCustomVocabularyMetadataResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Read DescribeCustomVocabularyMetadataResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Show DescribeCustomVocabularyMetadataResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

NFData DescribeCustomVocabularyMetadataResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

Eq DescribeCustomVocabularyMetadataResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

type Rep DescribeCustomVocabularyMetadataResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.DescribeCustomVocabularyMetadata

type Rep DescribeCustomVocabularyMetadataResponse = D1 ('MetaData "DescribeCustomVocabularyMetadataResponse" "Amazonka.LexV2Models.DescribeCustomVocabularyMetadata" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "DescribeCustomVocabularyMetadataResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "botId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "botVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "customVocabularyStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CustomVocabularyStatus)) :*: S1 ('MetaSel ('Just "lastUpdatedDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "localeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newDescribeCustomVocabularyMetadataResponse Source #

Create a value of DescribeCustomVocabularyMetadataResponse 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:

DescribeCustomVocabularyMetadata, describeCustomVocabularyMetadataResponse_botId - The identifier of the bot that contains the custom vocabulary.

DescribeCustomVocabularyMetadata, describeCustomVocabularyMetadataResponse_botVersion - The version of the bot that contains the custom vocabulary to describe.

DescribeCustomVocabularyMetadataResponse, describeCustomVocabularyMetadataResponse_creationDateTime - The date and time that the custom vocabulary was created.

$sel:customVocabularyStatus:DescribeCustomVocabularyMetadataResponse', describeCustomVocabularyMetadataResponse_customVocabularyStatus - The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.

DescribeCustomVocabularyMetadataResponse, describeCustomVocabularyMetadataResponse_lastUpdatedDateTime - The date and time that the custom vocabulary was last updated.

DescribeCustomVocabularyMetadata, describeCustomVocabularyMetadataResponse_localeId - The locale that contains the custom vocabulary to describe.

$sel:httpStatus:DescribeCustomVocabularyMetadataResponse', describeCustomVocabularyMetadataResponse_httpStatus - The response's http status code.

Response Lenses

describeCustomVocabularyMetadataResponse_botId :: Lens' DescribeCustomVocabularyMetadataResponse (Maybe Text) Source #

The identifier of the bot that contains the custom vocabulary.

describeCustomVocabularyMetadataResponse_botVersion :: Lens' DescribeCustomVocabularyMetadataResponse (Maybe Text) Source #

The version of the bot that contains the custom vocabulary to describe.

describeCustomVocabularyMetadataResponse_customVocabularyStatus :: Lens' DescribeCustomVocabularyMetadataResponse (Maybe CustomVocabularyStatus) Source #

The status of the custom vocabulary. If the status is Ready the custom vocabulary is ready to use.