Dissociates a package from the Amazon ES domain.
elasticsearchservice_dissociate_package(PackageID, DomainName)
[required] Internal ID of the package that you want to associate with a domain. Use
describe_packages
to find
this value.
[required] Name of the domain that you want to associate the package with.
A list with the following syntax:
list( DomainPackageDetails = list( PackageID = "string", PackageName = "string", PackageType = "TXT-DICTIONARY", LastUpdated = as.POSIXct( "2015-01-01" ), DomainName = "string", DomainPackageStatus = "ASSOCIATING"|"ASSOCIATION_FAILED"|"ACTIVE"|"DISSOCIATING"|"DISSOCIATION_FAILED", PackageVersion = "string", ReferencePath = "string", ErrorDetails = list( ErrorType = "string", ErrorMessage = "string" ) ) )
svc$dissociate_package( PackageID = "string", DomainName = "string" )