Learn R Programming

paws.database (version 0.1.5)

simpledb_delete_domain: The DeleteDomain operation deletes a domain

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.

Usage

simpledb_delete_domain(DomainName)

Arguments

DomainName

[required] The name of the domain to delete.

Request syntax

svc$delete_domain(
  DomainName = "string"
)

Details

Running DeleteDomain on a domain that does not exist or running the function multiple times using the same domain name will not result in an error response.