aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
222 lines • 10.1 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsApplicationinsightsActions = void 0;
/**
* All IAM policy actions for Amazon CloudWatch Application Insights (APPLICATIONINSIGHTS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazoncloudwatchapplicationinsights.html
*
* 2025-02-24T21:47:07.058Z
*/
var AwsApplicationinsightsActions;
(function (AwsApplicationinsightsActions) {
/**
* Grants permission to add a workload
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_AddWorkload.html
*/
AwsApplicationinsightsActions["AddWorkload"] = "applicationinsights:AddWorkload";
/**
* Grants permission to create an application from a resource group
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_CreateApplication.html
*/
AwsApplicationinsightsActions["CreateApplication"] = "applicationinsights:CreateApplication";
/**
* Grants permission to create a component from a group of resources
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_CreateComponent.html
*/
AwsApplicationinsightsActions["CreateComponent"] = "applicationinsights:CreateComponent";
/**
* Grants permission to create log a pattern
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_CreateLogPattern.html
*/
AwsApplicationinsightsActions["CreateLogPattern"] = "applicationinsights:CreateLogPattern";
/**
* Grants permission to delete an application
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DeleteApplication.html
*/
AwsApplicationinsightsActions["DeleteApplication"] = "applicationinsights:DeleteApplication";
/**
* Grants permission to delete a component
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DeleteComponent.html
*/
AwsApplicationinsightsActions["DeleteComponent"] = "applicationinsights:DeleteComponent";
/**
* Grants permission to delete a log pattern
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DeleteLogPattern.html
*/
AwsApplicationinsightsActions["DeleteLogPattern"] = "applicationinsights:DeleteLogPattern";
/**
* Grants permission to describe an application
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeApplication.html
*/
AwsApplicationinsightsActions["DescribeApplication"] = "applicationinsights:DescribeApplication";
/**
* Grants permission to describe a component
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeComponent.html
*/
AwsApplicationinsightsActions["DescribeComponent"] = "applicationinsights:DescribeComponent";
/**
* Grants permission to describe a component's configuration
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeComponentConfiguration.html
*/
AwsApplicationinsightsActions["DescribeComponentConfiguration"] = "applicationinsights:DescribeComponentConfiguration";
/**
* Grants permission to describe the recommended application component configurati
* on
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeComponentConfigurationRecommendation.html
*/
AwsApplicationinsightsActions["DescribeComponentConfigurationRecommendation"] = "applicationinsights:DescribeComponentConfigurationRecommendation";
/**
* Grants permission to describe a log pattern
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeLogPattern.html
*/
AwsApplicationinsightsActions["DescribeLogPattern"] = "applicationinsights:DescribeLogPattern";
/**
* Grants permission to describe an observation
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeObservation.html
*/
AwsApplicationinsightsActions["DescribeObservation"] = "applicationinsights:DescribeObservation";
/**
* Grants permission to describe a problem
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeProblem.html
*/
AwsApplicationinsightsActions["DescribeProblem"] = "applicationinsights:DescribeProblem";
/**
* Grants permission to describe the observation in a problem
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeProblemObservations.html
*/
AwsApplicationinsightsActions["DescribeProblemObservations"] = "applicationinsights:DescribeProblemObservations";
/**
* Grants permission to describe a workload
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_DescribeWorkload.html
*/
AwsApplicationinsightsActions["DescribeWorkload"] = "applicationinsights:DescribeWorkload";
/**
* Grants permission to share Application Insights resources with a monitoring acc
* ount
*
* See https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-Unified-Cross-Account-Setup.html#CloudWatch-Unified-Cross-Account-Setup-permissions
*/
AwsApplicationinsightsActions["Link"] = "applicationinsights:Link";
/**
* Grants permission to list all applications
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListApplications.html
*/
AwsApplicationinsightsActions["ListApplications"] = "applicationinsights:ListApplications";
/**
* Grants permission to list an application's components
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListComponents.html
*/
AwsApplicationinsightsActions["ListComponents"] = "applicationinsights:ListComponents";
/**
* Grants permission to list configuration history
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListConfigurationHistory.html
*/
AwsApplicationinsightsActions["ListConfigurationHistory"] = "applicationinsights:ListConfigurationHistory";
/**
* Grants permission to list log pattern sets for an application
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListLogPatternSets.html
*/
AwsApplicationinsightsActions["ListLogPatternSets"] = "applicationinsights:ListLogPatternSets";
/**
* Grants permission to list log patterns
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListLogPatterns.html
*/
AwsApplicationinsightsActions["ListLogPatterns"] = "applicationinsights:ListLogPatterns";
/**
* Grants permission to list the problems in an application
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListProblems.html
*/
AwsApplicationinsightsActions["ListProblems"] = "applicationinsights:ListProblems";
/**
* Grants permission to list tags for the resource
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListTagsForResource.html
*/
AwsApplicationinsightsActions["ListTagsForResource"] = "applicationinsights:ListTagsForResource";
/**
* Grants permission to list workloads
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_ListWorkloads.html
*/
AwsApplicationinsightsActions["ListWorkloads"] = "applicationinsights:ListWorkloads";
/**
* Grants permission to remove a workload
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_RemoveWorkload.html
*/
AwsApplicationinsightsActions["RemoveWorkload"] = "applicationinsights:RemoveWorkload";
/**
* Grants permission to tag a resource
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_TagResource.html
*/
AwsApplicationinsightsActions["TagResource"] = "applicationinsights:TagResource";
/**
* Grants permission to untag a resource
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_UntagResource.html
*/
AwsApplicationinsightsActions["UntagResource"] = "applicationinsights:UntagResource";
/**
* Grants permission to update an application
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_UpdateApplication.html
*/
AwsApplicationinsightsActions["UpdateApplication"] = "applicationinsights:UpdateApplication";
/**
* Grants permission to update a component
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_UpdateComponent.html
*/
AwsApplicationinsightsActions["UpdateComponent"] = "applicationinsights:UpdateComponent";
/**
* Grants permission to update a component's configuration
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_UpdateComponentConfiguration.html
*/
AwsApplicationinsightsActions["UpdateComponentConfiguration"] = "applicationinsights:UpdateComponentConfiguration";
/**
* Grants permission to update a log pattern
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_UpdateLogPattern.html
*/
AwsApplicationinsightsActions["UpdateLogPattern"] = "applicationinsights:UpdateLogPattern";
/**
* Grants permission to update a problem
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_UpdateProblem.html
*/
AwsApplicationinsightsActions["UpdateProblem"] = "applicationinsights:UpdateProblem";
/**
* Grants permission to update a workload
*
* See https://docs.aws.amazon.com/cloudwatch/latest/APIReference/API_UpdateWorkload.html
*/
AwsApplicationinsightsActions["UpdateWorkload"] = "applicationinsights:UpdateWorkload";
})(AwsApplicationinsightsActions = exports.AwsApplicationinsightsActions || (exports.AwsApplicationinsightsActions = {}));
//# sourceMappingURL=applicationinsights.js.map