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

Description

Batch delete custom vocabulary item for the specified locale in the specified bot.

Synopsis

Creating a Request

data BatchDeleteCustomVocabularyItem Source #

See: newBatchDeleteCustomVocabularyItem smart constructor.

Constructors

BatchDeleteCustomVocabularyItem' 

Fields

Instances

Instances details
ToJSON BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

ToHeaders BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

ToPath BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

ToQuery BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

AWSRequest BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Generic BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Associated Types

type Rep BatchDeleteCustomVocabularyItem :: Type -> Type #

Read BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Show BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

NFData BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Eq BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Hashable BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

type AWSResponse BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

type Rep BatchDeleteCustomVocabularyItem Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

type Rep BatchDeleteCustomVocabularyItem = D1 ('MetaData "BatchDeleteCustomVocabularyItem" "Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BatchDeleteCustomVocabularyItem'" '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) :*: S1 ('MetaSel ('Just "customVocabularyItemList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty CustomVocabularyEntryId)))))

newBatchDeleteCustomVocabularyItem Source #

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

BatchDeleteCustomVocabularyItem, batchDeleteCustomVocabularyItem_botId - The unique identifier of the bot to batch delete request for the custom vocabulary item.

BatchDeleteCustomVocabularyItem, batchDeleteCustomVocabularyItem_botVersion - The version of the bot to batch delete request for the custom vocabulary item.

BatchDeleteCustomVocabularyItem, batchDeleteCustomVocabularyItem_localeId - The locale identifier of the bot to batch delete request for the custom vocabulary item.

$sel:customVocabularyItemList:BatchDeleteCustomVocabularyItem', batchDeleteCustomVocabularyItem_customVocabularyItemList - The custom vocabulary list to batch delete request for the custom vocabulary item.

Request Lenses

batchDeleteCustomVocabularyItem_botId :: Lens' BatchDeleteCustomVocabularyItem Text Source #

The unique identifier of the bot to batch delete request for the custom vocabulary item.

batchDeleteCustomVocabularyItem_botVersion :: Lens' BatchDeleteCustomVocabularyItem Text Source #

The version of the bot to batch delete request for the custom vocabulary item.

batchDeleteCustomVocabularyItem_localeId :: Lens' BatchDeleteCustomVocabularyItem Text Source #

The locale identifier of the bot to batch delete request for the custom vocabulary item.

batchDeleteCustomVocabularyItem_customVocabularyItemList :: Lens' BatchDeleteCustomVocabularyItem (NonEmpty CustomVocabularyEntryId) Source #

The custom vocabulary list to batch delete request for the custom vocabulary item.

Destructuring the Response

data BatchDeleteCustomVocabularyItemResponse Source #

Constructors

BatchDeleteCustomVocabularyItemResponse' 

Fields

Instances

Instances details
Generic BatchDeleteCustomVocabularyItemResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Read BatchDeleteCustomVocabularyItemResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Show BatchDeleteCustomVocabularyItemResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

NFData BatchDeleteCustomVocabularyItemResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

Eq BatchDeleteCustomVocabularyItemResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

type Rep BatchDeleteCustomVocabularyItemResponse Source # 
Instance details

Defined in Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem

type Rep BatchDeleteCustomVocabularyItemResponse = D1 ('MetaData "BatchDeleteCustomVocabularyItemResponse" "Amazonka.LexV2Models.BatchDeleteCustomVocabularyItem" "amazonka-lexv2-models-2.0-5mExjJXBfuO6j0ascNcayE" 'False) (C1 ('MetaCons "BatchDeleteCustomVocabularyItemResponse'" '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 "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FailedCustomVocabularyItem])))) :*: (S1 ('MetaSel ('Just "localeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "resources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [CustomVocabularyItem])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newBatchDeleteCustomVocabularyItemResponse Source #

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

BatchDeleteCustomVocabularyItem, batchDeleteCustomVocabularyItemResponse_botId - The unique identifier of the bot to batch delete response for the custom vocabulary item.

BatchDeleteCustomVocabularyItem, batchDeleteCustomVocabularyItemResponse_botVersion - The version of the bot to batch delete response for the custom vocabulary item.

$sel:errors:BatchDeleteCustomVocabularyItemResponse', batchDeleteCustomVocabularyItemResponse_errors - The errors of the action to batch delete response for the custom vocabulary item.

BatchDeleteCustomVocabularyItem, batchDeleteCustomVocabularyItemResponse_localeId - The locale identifier of the bot to batch delete response for the custom vocabulary item.

$sel:resources:BatchDeleteCustomVocabularyItemResponse', batchDeleteCustomVocabularyItemResponse_resources - The resources of the action to batch delete response for the custom vocabulary item.

$sel:httpStatus:BatchDeleteCustomVocabularyItemResponse', batchDeleteCustomVocabularyItemResponse_httpStatus - The response's http status code.

Response Lenses

batchDeleteCustomVocabularyItemResponse_botId :: Lens' BatchDeleteCustomVocabularyItemResponse (Maybe Text) Source #

The unique identifier of the bot to batch delete response for the custom vocabulary item.

batchDeleteCustomVocabularyItemResponse_botVersion :: Lens' BatchDeleteCustomVocabularyItemResponse (Maybe Text) Source #

The version of the bot to batch delete response for the custom vocabulary item.

batchDeleteCustomVocabularyItemResponse_errors :: Lens' BatchDeleteCustomVocabularyItemResponse (Maybe [FailedCustomVocabularyItem]) Source #

The errors of the action to batch delete response for the custom vocabulary item.

batchDeleteCustomVocabularyItemResponse_localeId :: Lens' BatchDeleteCustomVocabularyItemResponse (Maybe Text) Source #

The locale identifier of the bot to batch delete response for the custom vocabulary item.

batchDeleteCustomVocabularyItemResponse_resources :: Lens' BatchDeleteCustomVocabularyItemResponse (Maybe [CustomVocabularyItem]) Source #

The resources of the action to batch delete response for the custom vocabulary item.