libZSservicesZSamazonka-cloudsearchZSamazonka-cloudsearch
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudSearch.DeleteExpression

Description

Removes an Expression from the search domain. For more information, see Configuring Expressions in the Amazon CloudSearch Developer Guide.

Synopsis

Creating a Request

data DeleteExpression Source #

Container for the parameters to the DeleteExpression operation. Specifies the name of the domain you want to update and the name of the expression you want to delete.

See: newDeleteExpression smart constructor.

Constructors

DeleteExpression' 

Fields

Instances

Instances details
Eq DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Read DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Show DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Generic DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Associated Types

type Rep DeleteExpression :: Type -> Type #

NFData DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Methods

rnf :: DeleteExpression -> () #

Hashable DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

AWSRequest DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Associated Types

type AWSResponse DeleteExpression #

ToHeaders DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

ToPath DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

ToQuery DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

type Rep DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

type Rep DeleteExpression = D1 ('MetaData "DeleteExpression" "Amazonka.CloudSearch.DeleteExpression" "libZSservicesZSamazonka-cloudsearchZSamazonka-cloudsearch" 'False) (C1 ('MetaCons "DeleteExpression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "expressionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteExpression Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

newDeleteExpression Source #

Create a value of DeleteExpression 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:domainName:DeleteExpression', deleteExpression_domainName - Undocumented member.

$sel:expressionName:DeleteExpression', deleteExpression_expressionName - The name of the Expression to delete.

Request Lenses

deleteExpression_expressionName :: Lens' DeleteExpression Text Source #

The name of the Expression to delete.

Destructuring the Response

data DeleteExpressionResponse Source #

The result of a DeleteExpression request. Specifies the expression being deleted.

See: newDeleteExpressionResponse smart constructor.

Constructors

DeleteExpressionResponse' 

Fields

Instances

Instances details
Eq DeleteExpressionResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Read DeleteExpressionResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Show DeleteExpressionResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Generic DeleteExpressionResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

Associated Types

type Rep DeleteExpressionResponse :: Type -> Type #

NFData DeleteExpressionResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

type Rep DeleteExpressionResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteExpression

type Rep DeleteExpressionResponse = D1 ('MetaData "DeleteExpressionResponse" "Amazonka.CloudSearch.DeleteExpression" "libZSservicesZSamazonka-cloudsearchZSamazonka-cloudsearch" 'False) (C1 ('MetaCons "DeleteExpressionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExpressionStatus)))

newDeleteExpressionResponse Source #

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

$sel:expression:DeleteExpressionResponse', deleteExpressionResponse_expression - The status of the expression being deleted.

Response Lenses