UNPKG

aws-iam-policy-types

Version:

Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions

112 lines 5.37 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsHealthActions = void 0; /** * 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 */ var AwsHealthActions; (function (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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["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 */ AwsHealthActions["DescribeHealthServiceStatusForOrganization"] = "health:DescribeHealthServiceStatusForOrganization"; /** * Grants permission to disable the Organizational View feature * * See https://docs.aws.amazon.com/health/latest/APIReference/API_DisableHealthServiceAccessForOrganization.html */ AwsHealthActions["DisableHealthServiceAccessForOrganization"] = "health:DisableHealthServiceAccessForOrganization"; /** * Grants permission to enable the Organizational View feature * * See https://docs.aws.amazon.com/health/latest/APIReference/API_EnableHealthServiceAccessForOrganization.html */ AwsHealthActions["EnableHealthServiceAccessForOrganization"] = "health:EnableHealthServiceAccessForOrganization"; })(AwsHealthActions = exports.AwsHealthActions || (exports.AwsHealthActions = {})); //# sourceMappingURL=health.js.map