/**
 * All IAM policy actions for AWS rePost Private (REPOSTSPACE)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsrepostprivate.html
 *
 * 2025-02-24T21:49:25.021Z
 */
export declare enum AwsRepostspaceActions {
    /**
     * Grants permission to add a role to users and groups in a private re:Post in you
     * r account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_BatchAddRole.html
     */
    BatchAddRole = "repostspace:BatchAddRole",
    /**
     * Grants permission to remove a role from users and groups in a private re:Post i
     * n your account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_BatchRemoveRole.html
     */
    BatchRemoveRole = "repostspace:BatchRemoveRole",
    /**
     * Grants permission to create a new private re:Post in your account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_CreateSpace.html
     */
    CreateSpace = "repostspace:CreateSpace",
    /**
     * Grants permission to delete a private re:Post from your account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_DeleteSpace.html
     */
    DeleteSpace = "repostspace:DeleteSpace",
    /**
     * Grants permission to remove an administrator to a private re:Post in your accou
     * nt
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_DeregisterAdmin.html
     */
    DeregisterAdmin = "repostspace:DeregisterAdmin",
    /**
     * Grants permission to get the description for a private re:Post in your account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_GetSpace.html
     */
    GetSpace = "repostspace:GetSpace",
    /**
     * Grants permission to list all private re:Posts in your account
     *
     * See API_ListSpaces.html
     */
    ListSpaces = "repostspace:ListSpaces",
    /**
     * Grants permission to list the tags associated with a resource
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_ListTagsForResource.html
     */
    ListTagsForResource = "repostspace:ListTagsForResource",
    /**
     * Grants permission to add an administrator to a private re:Post in your account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_RegisterAdmin.html
     */
    RegisterAdmin = "repostspace:RegisterAdmin",
    /**
     * Grants permission to send invites to users of a private re:Post in your account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_SendInvites.html
     */
    SendInvites = "repostspace:SendInvites",
    /**
     * Grants permission to tag a resource
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_TagResource.html
     */
    TagResource = "repostspace:TagResource",
    /**
     * Grants permission to untag a resource
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_UntagResource.html
     */
    UntagResource = "repostspace:UntagResource",
    /**
     * Grants permission to update a private re:Post in your account
     *
     * See https://docs.aws.amazon.com/repostprivate/latest/APIReference/API_UpdateSpace.html
     */
    UpdateSpace = "repostspace:UpdateSpace"
}
