/**
 * All IAM policy actions for Amazon Kendra Intelligent Ranking (KENDRA-RANKING)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonkendraintelligentranking.html
 *
 * 2025-02-24T21:48:30.101Z
 */
export declare enum AwsKendraRankingActions {
    /**
     * Grants permission to create a RescoreExecutionPlan
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_CreateRescoreExecutionPlan.html
     */
    CreateRescoreExecutionPlan = "kendra-ranking:CreateRescoreExecutionPlan",
    /**
     * Grants permission to delete a RescoreExecutionPlan
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_DeleteRescoreExecutionPlan.html
     */
    DeleteRescoreExecutionPlan = "kendra-ranking:DeleteRescoreExecutionPlan",
    /**
     * Grants permission to describe a RescoreExecutionPlan
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_DescribeRescoreExecutionPlan.html
     */
    DescribeRescoreExecutionPlan = "kendra-ranking:DescribeRescoreExecutionPlan",
    /**
     * Grants permission to list all RescoreExecutionPlans
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_ListRescoreExecutionPlans.html
     */
    ListRescoreExecutionPlans = "kendra-ranking:ListRescoreExecutionPlans",
    /**
     * Grants permission to list tags for a resource
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_ListTagsForResource.html
     */
    ListTagsForResource = "kendra-ranking:ListTagsForResource",
    /**
     * Grants permission to Rescore documents with Kendra Intelligent Ranking
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_Rescore.html
     */
    Rescore = "kendra-ranking:Rescore",
    /**
     * Grants permission to tag a resource with given key value pairs
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_TagResource.html
     */
    TagResource = "kendra-ranking:TagResource",
    /**
     * Grants permission to remove the tag with the given key from a resource
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_UntagResource.html
     */
    UntagResource = "kendra-ranking:UntagResource",
    /**
     * Grants permission to update a RescoreExecutionPlan
     *
     * See https://docs.aws.amazon.com/kendra/latest/dg/API_Ranking_UpdateRescoreExecutionPlan.html
     */
    UpdateRescoreExecutionPlan = "kendra-ranking:UpdateRescoreExecutionPlan"
}
