Deregister Capability
| opensearchservice_deregister_capability | R Documentation |
Deregisters a capability from an OpenSearch UI application¶
Description¶
Deregisters a capability from an OpenSearch UI application. This operation removes the capability and its associated configuration.
Usage¶
opensearchservice_deregister_capability(applicationId, capabilityName)
Arguments¶
applicationId |
[required] The unique identifier of the OpenSearch UI application to deregister the capability from. |
capabilityName |
[required] The name of the capability to deregister. |
Value¶
A list with the following syntax:
list(
status = "creating"|"create_failed"|"active"|"updating"|"update_failed"|"deleting"|"delete_failed"
)
Request syntax¶
svc$deregister_capability(
applicationId = "string",
capabilityName = "string"
)