amazonka-sdb-0.3.4: Amazon SimpleDB SDK.

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.

http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_DeleteDomain.html

Synopsis

Request

Request constructor

deleteDomain Source

DeleteDomain constructor.

The fields accessible through corresponding lenses are:

Request lenses

ddDomainName :: Lens' DeleteDomain Text Source

The name of the domain to delete.

Response

Response constructor