/**
 * All IAM policy actions for AWS Health APIs and Notifications (HEALTH)
 *
 * Extracted by `aws-iam-policy` from
 * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awshealthapisandnotifications.html
 *
 * 2025-02-24T21:48:10.263Z
 */
export declare enum AwsHealthActions {
    /**
     * Grants permission to retrieve a list of accounts that have been affected by the
     * specified events in organization
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedAccountsForOrganization.html
     */
    DescribeAffectedAccountsForOrganization = "health:DescribeAffectedAccountsForOrganization",
    /**
     * Grants permission to retrieve a list of entities that have been affected by the
     * specified events
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntities.html
     */
    DescribeAffectedEntities = "health:DescribeAffectedEntities",
    /**
     * Grants permission to retrieve a list of entities that have been affected by the
     * specified events and accounts in organization
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntitiesForOrganization.html
     */
    DescribeAffectedEntitiesForOrganization = "health:DescribeAffectedEntitiesForOrganization",
    /**
     * Grants permission to retrieve the number of entities that are affected by each
     * of the specified events
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEntityAggregates.html
     */
    DescribeEntityAggregates = "health:DescribeEntityAggregates",
    /**
     * Grants permission to retrieve the number of entities that are affected by each
     * of the specified events in an organization
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEntityAggregatesForOrganization.html
     */
    DescribeEntityAggregatesForOrganization = "health:DescribeEntityAggregatesForOrganization",
    /**
     * Grants permission to retrieve the number of events of each event type (issue, s
     * cheduled change, and account notification)
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventAggregates.html
     */
    DescribeEventAggregates = "health:DescribeEventAggregates",
    /**
     * Grants permission to retrieve detailed information about one or more specified
     * events
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetails.html
     */
    DescribeEventDetails = "health:DescribeEventDetails",
    /**
     * Grants permission to retrieve detailed information about one or more specified
     * events for provided accounts in organization
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventDetailsForOrganization.html
     */
    DescribeEventDetailsForOrganization = "health:DescribeEventDetailsForOrganization",
    /**
     * Grants permission to retrieve the event types that meet the specified filter cr
     * iteria
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventTypes.html
     */
    DescribeEventTypes = "health:DescribeEventTypes",
    /**
     * Grants permission to retrieve information about events that meet the specified
     * filter criteria
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEvents.html
     */
    DescribeEvents = "health:DescribeEvents",
    /**
     * Grants permission to retrieve information about events that meet the specified
     * filter criteria in organization
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEventsForOrganization.html
     */
    DescribeEventsForOrganization = "health:DescribeEventsForOrganization",
    /**
     * Grants permission to retrieve the status of enabling or disabling the Organizat
     * ional View feature
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeHealthServiceStatusForOrganization.html
     */
    DescribeHealthServiceStatusForOrganization = "health:DescribeHealthServiceStatusForOrganization",
    /**
     * Grants permission to disable the Organizational View feature
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_DisableHealthServiceAccessForOrganization.html
     */
    DisableHealthServiceAccessForOrganization = "health:DisableHealthServiceAccessForOrganization",
    /**
     * Grants permission to enable the Organizational View feature
     *
     * See https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html
     */
    EnableHealthServiceAccessForOrganization = "health:EnableHealthServiceAccessForOrganization"
}
