paws.analytics (version 0.1.0)

cloudsearch_delete_domain: Permanently deletes a search domain and all of its data

Description

Permanently deletes a search domain and all of its data. Once a domain has been deleted, it cannot be recovered. For more information, see Deleting a Search Domain in the Amazon CloudSearch Developer Guide.

Usage

cloudsearch_delete_domain(DomainName)

Arguments

DomainName

[required] The name of the domain you want to permanently delete.

Request syntax

svc$delete_domain(
  DomainName = "string"
)