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

Description

Removes an IndexField from the search domain. For more information, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

Synopsis

Creating a Request

data DeleteIndexField Source #

Container for the parameters to the DeleteIndexField operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.

See: newDeleteIndexField smart constructor.

Constructors

DeleteIndexField' 

Fields

Instances

Instances details
Eq DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Read DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Show DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Generic DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Associated Types

type Rep DeleteIndexField :: Type -> Type #

NFData DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Methods

rnf :: DeleteIndexField -> () #

Hashable DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

AWSRequest DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Associated Types

type AWSResponse DeleteIndexField #

ToHeaders DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

ToPath DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

ToQuery DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

type Rep DeleteIndexField Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

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

Defined in Amazonka.CloudSearch.DeleteIndexField

newDeleteIndexField Source #

Create a value of DeleteIndexField 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:DeleteIndexField', deleteIndexField_domainName - Undocumented member.

$sel:indexFieldName:DeleteIndexField', deleteIndexField_indexFieldName - The name of the index field your want to remove from the domain's indexing options.

Request Lenses

deleteIndexField_indexFieldName :: Lens' DeleteIndexField Text Source #

The name of the index field your want to remove from the domain's indexing options.

Destructuring the Response

data DeleteIndexFieldResponse Source #

The result of a DeleteIndexField request.

See: newDeleteIndexFieldResponse smart constructor.

Constructors

DeleteIndexFieldResponse' 

Fields

Instances

Instances details
Eq DeleteIndexFieldResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Read DeleteIndexFieldResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Show DeleteIndexFieldResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Generic DeleteIndexFieldResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

Associated Types

type Rep DeleteIndexFieldResponse :: Type -> Type #

NFData DeleteIndexFieldResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

type Rep DeleteIndexFieldResponse Source # 
Instance details

Defined in Amazonka.CloudSearch.DeleteIndexField

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

newDeleteIndexFieldResponse Source #

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

$sel:indexField:DeleteIndexFieldResponse', deleteIndexFieldResponse_indexField - The status of the index field being deleted.

Response Lenses