amazonka-sdb-1.3.6: Amazon SimpleDB 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.SDB.DeleteDomain

Contents

Description

The DeleteDomain operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The DeleteDomain operation might take 10 or more seconds to complete.

See: AWS API Reference for DeleteDomain.

Synopsis

Creating a Request

deleteDomain Source

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

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

Request Lenses

ddDomainName :: Lens' DeleteDomain Text Source

The name of the domain to delete.

Destructuring the Response

deleteDomainResponse :: DeleteDomainResponse Source

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