amazonka-kendra-2.0: Amazon KendraFrontendService 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.Kendra.DeleteExperience

Description

Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.

Synopsis

Creating a Request

data DeleteExperience Source #

See: newDeleteExperience smart constructor.

Constructors

DeleteExperience' 

Fields

  • id :: Text

    The identifier of your Amazon Kendra experience you want to delete.

  • indexId :: Text

    The identifier of the index for your Amazon Kendra experience.

Instances

Instances details
ToJSON DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

ToHeaders DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

ToPath DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

ToQuery DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

AWSRequest DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Associated Types

type AWSResponse DeleteExperience #

Generic DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Associated Types

type Rep DeleteExperience :: Type -> Type #

Read DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Show DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

NFData DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Methods

rnf :: DeleteExperience -> () #

Eq DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Hashable DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

type AWSResponse DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

type Rep DeleteExperience Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

type Rep DeleteExperience = D1 ('MetaData "DeleteExperience" "Amazonka.Kendra.DeleteExperience" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "DeleteExperience'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "indexId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newDeleteExperience Source #

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

DeleteExperience, deleteExperience_id - The identifier of your Amazon Kendra experience you want to delete.

$sel:indexId:DeleteExperience', deleteExperience_indexId - The identifier of the index for your Amazon Kendra experience.

Request Lenses

deleteExperience_id :: Lens' DeleteExperience Text Source #

The identifier of your Amazon Kendra experience you want to delete.

deleteExperience_indexId :: Lens' DeleteExperience Text Source #

The identifier of the index for your Amazon Kendra experience.

Destructuring the Response

data DeleteExperienceResponse Source #

See: newDeleteExperienceResponse smart constructor.

Constructors

DeleteExperienceResponse' 

Fields

Instances

Instances details
Generic DeleteExperienceResponse Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Associated Types

type Rep DeleteExperienceResponse :: Type -> Type #

Read DeleteExperienceResponse Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Show DeleteExperienceResponse Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

NFData DeleteExperienceResponse Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

Eq DeleteExperienceResponse Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

type Rep DeleteExperienceResponse Source # 
Instance details

Defined in Amazonka.Kendra.DeleteExperience

type Rep DeleteExperienceResponse = D1 ('MetaData "DeleteExperienceResponse" "Amazonka.Kendra.DeleteExperience" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "DeleteExperienceResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteExperienceResponse Source #

Create a value of DeleteExperienceResponse 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:httpStatus:DeleteExperienceResponse', deleteExperienceResponse_httpStatus - The response's http status code.

Response Lenses