elasticsearchservice_dissociate_package: Dissociates a package from the Amazon ES domain
Description
Dissociates a package from the Amazon ES domain.
Usage
elasticsearchservice_dissociate_package(PackageID, DomainName)
Arguments
PackageID
[required] Internal ID of the package that you want to associate with a domain. Use
DescribePackages
to find this value.
DomainName
[required] Name of the domain that you want to associate the package with.
Request syntax
svc$dissociate_package(
PackageID = "string",
DomainName = "string"
)