aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
208 lines • 9.81 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon DevOps Guru (DEVOPS-GURU)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondevopsguru.html
*
* 2025-02-24T21:47:36.900Z
*/
export var AwsDevopsGuruActions;
(function (AwsDevopsGuruActions) {
/**
* Grants permission to add a notification channel to DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_AddNotificationChannel.html
*/
AwsDevopsGuruActions["AddNotificationChannel"] = "devops-guru:AddNotificationChannel";
/**
* Grants permission to delete specified insight in your account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DeleteInsight.html
*/
AwsDevopsGuruActions["DeleteInsight"] = "devops-guru:DeleteInsight";
/**
* Grants permission to view the health of operations in your AWS account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeAccountHealth.html
*/
AwsDevopsGuruActions["DescribeAccountHealth"] = "devops-guru:DescribeAccountHealth";
/**
* Grants permission to view the health of operations within a time range in your
* AWS account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeAccountOverview.html
*/
AwsDevopsGuruActions["DescribeAccountOverview"] = "devops-guru:DescribeAccountOverview";
/**
* Grants permission to list the details of a specified anomaly
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeAnomaly.html
*/
AwsDevopsGuruActions["DescribeAnomaly"] = "devops-guru:DescribeAnomaly";
/**
* Grants permission to retrieve details about event sources for DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeEventSourcesConfig.html
*/
AwsDevopsGuruActions["DescribeEventSourcesConfig"] = "devops-guru:DescribeEventSourcesConfig";
/**
* Grants permission to view the feedback details of a specified insight
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeFeedback.html
*/
AwsDevopsGuruActions["DescribeFeedback"] = "devops-guru:DescribeFeedback";
/**
* Grants permission to list the details of a specified insight
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeInsight.html
*/
AwsDevopsGuruActions["DescribeInsight"] = "devops-guru:DescribeInsight";
/**
* Grants permission to view the health of operations in your organization
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeOrganizationHealth.html
*/
AwsDevopsGuruActions["DescribeOrganizationHealth"] = "devops-guru:DescribeOrganizationHealth";
/**
* Grants permission to view the health of operations within a time range in your
* organization
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeOrganizationOverview.html
*/
AwsDevopsGuruActions["DescribeOrganizationOverview"] = "devops-guru:DescribeOrganizationOverview";
/**
* Grants permission to view the health of operations for each AWS CloudFormation
* stack or AWS Services or accounts specified in DevOps Guru in your organization
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeOrganizationResourceCollectionHealth.html
*/
AwsDevopsGuruActions["DescribeOrganizationResourceCollectionHealth"] = "devops-guru:DescribeOrganizationResourceCollectionHealth";
/**
* Grants permission to view the health of operations for each AWS CloudFormation
* stack specified in DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeResourceCollectionHealth.html
*/
AwsDevopsGuruActions["DescribeResourceCollectionHealth"] = "devops-guru:DescribeResourceCollectionHealth";
/**
* Grants permission to view the integration status of services that can be integr
* ated with DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_DescribeServiceIntegration.html
*/
AwsDevopsGuruActions["DescribeServiceIntegration"] = "devops-guru:DescribeServiceIntegration";
/**
* Grants permission to list service resource cost estimates
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_GetCostEstimation.html
*/
AwsDevopsGuruActions["GetCostEstimation"] = "devops-guru:GetCostEstimation";
/**
* Grants permission to list AWS CloudFormation stacks that DevOps Guru is configu
* red to use
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_GetResourceCollection.html
*/
AwsDevopsGuruActions["GetResourceCollection"] = "devops-guru:GetResourceCollection";
/**
* Grants permission to list anomalies of a given insight in your account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListAnomaliesForInsight.html
*/
AwsDevopsGuruActions["ListAnomaliesForInsight"] = "devops-guru:ListAnomaliesForInsight";
/**
* Grants permission to list log anomalies of a given insight in your account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListAnomalousLogGroups.html
*/
AwsDevopsGuruActions["ListAnomalousLogGroups"] = "devops-guru:ListAnomalousLogGroups";
/**
* Grants permission to list resource events that are evaluated by DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListEvents.html
*/
AwsDevopsGuruActions["ListEvents"] = "devops-guru:ListEvents";
/**
* Grants permission to list insights in your account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListInsights.html
*/
AwsDevopsGuruActions["ListInsights"] = "devops-guru:ListInsights";
/**
* Grants permission to list resource monitored by DevOps Guru in your account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListMonitoredResources.html
*/
AwsDevopsGuruActions["ListMonitoredResources"] = "devops-guru:ListMonitoredResources";
/**
* Grants permission to list notification channels configured for DevOps Guru in y
* our account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListNotificationChannels.html
*/
AwsDevopsGuruActions["ListNotificationChannels"] = "devops-guru:ListNotificationChannels";
/**
* Grants permission to list insights in your organization
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListOrganizationInsights.html
*/
AwsDevopsGuruActions["ListOrganizationInsights"] = "devops-guru:ListOrganizationInsights";
/**
* Grants permission to list a specified insight's recommendations
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_ListRecommendations.html
*/
AwsDevopsGuruActions["ListRecommendations"] = "devops-guru:ListRecommendations";
/**
* Grants permission to submit a feedback to DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PutFeedback.html
*/
AwsDevopsGuruActions["PutFeedback"] = "devops-guru:PutFeedback";
/**
* Grants permission to remove a notification channel from DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_RemoveNotificationChannel.html
*/
AwsDevopsGuruActions["RemoveNotificationChannel"] = "devops-guru:RemoveNotificationChannel";
/**
* Grants permission to search insights in your account
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_SearchInsights.html
*/
AwsDevopsGuruActions["SearchInsights"] = "devops-guru:SearchInsights";
/**
* Grants permission to search insights in your organization
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_SearchOrganizationInsights.html
*/
AwsDevopsGuruActions["SearchOrganizationInsights"] = "devops-guru:SearchOrganizationInsights";
/**
* Grants permission to start the creation of an estimate of the monthly cost
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_StartCostEstimation.html
*/
AwsDevopsGuruActions["StartCostEstimation"] = "devops-guru:StartCostEstimation";
/**
* Grants permission to update an event source for DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_UpdateEventSourcesConfig.html
*/
AwsDevopsGuruActions["UpdateEventSourcesConfig"] = "devops-guru:UpdateEventSourcesConfig";
/**
* Grants permission to update the list of AWS CloudFormation stacks that are used
* to specify which AWS resources in your account are analyzed by DevOps Guru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_UpdateResourceCollection.html
*/
AwsDevopsGuruActions["UpdateResourceCollection"] = "devops-guru:UpdateResourceCollection";
/**
* Grants permission to enable or disable a service that integrates with DevOps Gu
* ru
*
* See https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_UpdateServiceIntegration.html
*/
AwsDevopsGuruActions["UpdateServiceIntegration"] = "devops-guru:UpdateServiceIntegration";
})(AwsDevopsGuruActions || (AwsDevopsGuruActions = {}));
//# sourceMappingURL=devops-guru.js.map