Dissociate Packages
opensearchservice_dissociate_packages | R Documentation |
Dissociates multiple packages from a domain simulatneously¶
Description¶
Dissociates multiple packages from a domain simulatneously.
Usage¶
Arguments¶
PackageList
[required] A list of package IDs to be dissociated from a domain.
DomainName
[required]
Value¶
A list with the following syntax:
list(
DomainPackageDetailsList = list(
list(
PackageID = "string",
PackageName = "string",
PackageType = "TXT-DICTIONARY"|"ZIP-PLUGIN"|"PACKAGE-LICENSE"|"PACKAGE-CONFIG",
LastUpdated = as.POSIXct(
"2015-01-01"
),
DomainName = "string",
DomainPackageStatus = "ASSOCIATING"|"ASSOCIATION_FAILED"|"ACTIVE"|"DISSOCIATING"|"DISSOCIATION_FAILED",
PackageVersion = "string",
PrerequisitePackageIDList = list(
"string"
),
ReferencePath = "string",
ErrorDetails = list(
ErrorType = "string",
ErrorMessage = "string"
),
AssociationConfiguration = list(
KeyStoreAccessOption = list(
KeyAccessRoleArn = "string",
KeyStoreAccessEnabled = TRUE|FALSE
)
)
)
)
)