/**
 * All IAM policy actions for AWS Security Incident Response (SECURITY-IR)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awssecurityincidentresponse.html
 *
 * 2025-02-24T21:49:39.877Z
 */
export declare enum AwsSecurityIrActions {
    /**
     * Grants permission to get member account details in batch
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_BatchGetMemberAccountDetails.html
     */
    BatchGetMemberAccountDetails = "security-ir:BatchGetMemberAccountDetails",
    /**
     * Grants permission to cancel a membership
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CancelMembership.html
     */
    CancelMembership = "security-ir:CancelMembership",
    /**
     * Grants permission to close a case
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CloseCase.html
     */
    CloseCase = "security-ir:CloseCase",
    /**
     * Grants permission to create a case
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CreateCase.html
     */
    CreateCase = "security-ir:CreateCase",
    /**
     * Grants permission to create a case comment
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CreateCaseComment.html
     */
    CreateCaseComment = "security-ir:CreateCaseComment",
    /**
     * Grants permission to create a membership
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_CreateMembership.html
     */
    CreateMembership = "security-ir:CreateMembership",
    /**
     * Grants permission to get a case
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetCase.html
     */
    GetCase = "security-ir:GetCase",
    /**
     * Grants permission to get a case attachment download URL
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetCaseAttachmentDownloadUrl.html
     */
    GetCaseAttachmentDownloadUrl = "security-ir:GetCaseAttachmentDownloadUrl",
    /**
     * Grants permission to get a case attachment upload URL
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetCaseAttachmentUploadUrl.html
     */
    GetCaseAttachmentUploadUrl = "security-ir:GetCaseAttachmentUploadUrl",
    /**
     * Grants permission to get a membership
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_GetMembership.html
     */
    GetMembership = "security-ir:GetMembership",
    /**
     * Grants permission to list case edits
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListCaseEdits.html
     */
    ListCaseEdits = "security-ir:ListCaseEdits",
    /**
     * Grants permission to list cases
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListCases.html
     */
    ListCases = "security-ir:ListCases",
    /**
     * Grants permission to list case comments
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListComments.html
     */
    ListComments = "security-ir:ListComments",
    /**
     * Grants permission to list memberships
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListMemberships.html
     */
    ListMemberships = "security-ir:ListMemberships",
    /**
     * Grants permission to list the tags attached to the specified resource
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_ListTagsForResource.html
     */
    ListTagsForResource = "security-ir:ListTagsForResource",
    /**
     * Grants permission to add tags to the specified resource
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_TagResource.html
     */
    TagResource = "security-ir:TagResource",
    /**
     * Grants permission to remove tags from the specified resource
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UntagResource.html
     */
    UntagResource = "security-ir:UntagResource",
    /**
     * Grants permission to update a case
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateCase.html
     */
    UpdateCase = "security-ir:UpdateCase",
    /**
     * Grants permission to update a case comment
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateCaseComment.html
     */
    UpdateCaseComment = "security-ir:UpdateCaseComment",
    /**
     * Grants permission to update a case status
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateCaseStatus.html
     */
    UpdateCaseStatus = "security-ir:UpdateCaseStatus",
    /**
     * Grants permission to update memberships
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateMembership.html
     */
    UpdateMembership = "security-ir:UpdateMembership",
    /**
     * Grants permission to update case resolver type
     *
     * See https://docs.aws.amazon.com/security-ir/latest/APIReference/API_UpdateResolverType.html
     */
    UpdateResolverType = "security-ir:UpdateResolverType"
}
