/**
 * All IAM policy actions for Amazon OpenSearch (OPENSEARCH)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonopensearch.html
 *
 * 2025-02-24T21:49:04.524Z
 */
export declare enum AwsOpensearchActions {
    /**
     * Grants permission to access OpenSearch Application
     *
     * See https://docs.aws.amazon.com/opensearch-service/latest/developerguide/
     */
    ApplicationAccessAll = "opensearch:ApplicationAccessAll",
    /**
     * Grants permission to cancel the query that is submitted on the OpenSearch DataS
     * ource resource
     *
     * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_CancelDirectQuery.html
     */
    CancelDirectQuery = "opensearch:CancelDirectQuery",
    /**
     * Grants permission to get the query status that are performed on the OpenSearch
     * DataSource resource
     *
     * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDirectQuery.html
     */
    GetDirectQuery = "opensearch:GetDirectQuery",
    /**
     * Grants permission to get the results of a query that is performed on the OpenSe
     * arch DataSource resource
     *
     * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_GetDirectQueryResult.html
     */
    GetDirectQueryResult = "opensearch:GetDirectQueryResult",
    /**
     * Grants permission to start a direct query on the provided OpenSearch DataSource
     * arns
     *
     * See https://docs.aws.amazon.com/opensearch-service/latest/APIReference/API_StartDirectQuery.html
     */
    StartDirectQuery = "opensearch:StartDirectQuery"
}
