aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
51 lines (50 loc) • 2.3 kB
TypeScript
/**
* All IAM policy actions for AWS Application Cost Profiler Service (APPLICATION-COST-PROFILER)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsapplicationcostprofilerservice.html
*
* 2025-02-24T21:46:43.677Z
*/
export declare enum AwsApplicationCostProfilerActions {
/**
* Grants permission to delete the configuration with specific Application Cost Pr
* ofiler Report thereby effectively disabling report generation
*
* See https://docs.aws.amazon.com/application-cost-profiler/latest/APIReference/API_DeleteReportDefinition.html
*/
DeleteReportDefinition = "application-cost-profiler:DeleteReportDefinition",
/**
* Grants permission to fetch the configuration with specific Application Cost Pro
* filer Report request
*
* See https://docs.aws.amazon.com/application-cost-profiler/latest/APIReference/API_GetReportDefinition.html
*/
GetReportDefinition = "application-cost-profiler:GetReportDefinition",
/**
* Grants permission to import the application usage from S3
*
* See https://docs.aws.amazon.com/application-cost-profiler/latest/APIReference/API_ImportApplicationUsage.html
*/
ImportApplicationUsage = "application-cost-profiler:ImportApplicationUsage",
/**
* Grants permission to get a list of the different Application Cost Profiler Repo
* rt configurations they have created
*
* See https://docs.aws.amazon.com/application-cost-profiler/latest/APIReference/API_ListReportDefinitions.html
*/
ListReportDefinitions = "application-cost-profiler:ListReportDefinitions",
/**
* Grants permission to create Application Cost Profiler Report configurations
*
* See https://docs.aws.amazon.com/application-cost-profiler/latest/APIReference/API_PutReportDefinition.html
*/
PutReportDefinition = "application-cost-profiler:PutReportDefinition",
/**
* Grants permission to update an existing Application Cost Profiler Report config
* uration
*
* See https://docs.aws.amazon.com/application-cost-profiler/latest/APIReference/API_UpdateReportDefinition.html
*/
UpdateReportDefinition = "application-cost-profiler:UpdateReportDefinition"
}