amazonka-elasticsearch-1.3.7: Amazon Elasticsearch Service SDK.

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

Network.AWS.ElasticSearch.DeleteElasticsearchDomain

Contents

Description

Permanently deletes the specified Elasticsearch domain and all of its data. Once a domain is deleted, it cannot be recovered.

See: AWS API Reference for DeleteElasticsearchDomain.

Synopsis

Creating a Request

deleteElasticsearchDomain Source

Creates a value of DeleteElasticsearchDomain with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

dDomainName :: Lens' DeleteElasticsearchDomain Text Source

The name of the Elasticsearch domain that you want to permanently delete.

Destructuring the Response

deleteElasticsearchDomainResponse Source

Creates a value of DeleteElasticsearchDomainResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses

delrsDomainStatus :: Lens' DeleteElasticsearchDomainResponse (Maybe ElasticsearchDomainStatus) Source

The status of the Elasticsearch domain being deleted.