Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
Synopsis
Creating a Request
data DeleteDomain Source #
See: newDeleteDomain
smart constructor.
DeleteDomain' | |
|
Instances
Create a value of DeleteDomain
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:DeleteDomain'
, deleteDomain_domainName
- The name of the domain to delete.
Request Lenses
deleteDomain_domainName :: Lens' DeleteDomain Text Source #
The name of the domain to delete.
Destructuring the Response
data DeleteDomainResponse Source #
See: newDeleteDomainResponse
smart constructor.
Instances
Eq DeleteDomainResponse Source # | |
Defined in Amazonka.SDB.DeleteDomain (==) :: DeleteDomainResponse -> DeleteDomainResponse -> Bool # (/=) :: DeleteDomainResponse -> DeleteDomainResponse -> Bool # | |
Read DeleteDomainResponse Source # | |
Defined in Amazonka.SDB.DeleteDomain | |
Show DeleteDomainResponse Source # | |
Defined in Amazonka.SDB.DeleteDomain showsPrec :: Int -> DeleteDomainResponse -> ShowS # show :: DeleteDomainResponse -> String # showList :: [DeleteDomainResponse] -> ShowS # | |
Generic DeleteDomainResponse Source # | |
Defined in Amazonka.SDB.DeleteDomain type Rep DeleteDomainResponse :: Type -> Type # from :: DeleteDomainResponse -> Rep DeleteDomainResponse x # to :: Rep DeleteDomainResponse x -> DeleteDomainResponse # | |
NFData DeleteDomainResponse Source # | |
Defined in Amazonka.SDB.DeleteDomain rnf :: DeleteDomainResponse -> () # | |
type Rep DeleteDomainResponse Source # | |
newDeleteDomainResponse :: DeleteDomainResponse Source #
Create a value of DeleteDomainResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.