aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
83 lines (82 loc) • 3.04 kB
TypeScript
/**
* All IAM policy actions for AWS Billing And Cost Management Data Exports (BCM-DATA-EXPORTS)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsbillingandcostmanagementdataexports.html
*
* 2025-02-24T21:46:54.355Z
*/
export declare enum AwsBcmDataExportsActions {
/**
* Grants permission to create an export
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CreateExport.html
*/
CreateExport = "bcm-data-exports:CreateExport",
/**
* Grants permission to delete an export
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_DeleteExport.html
*/
DeleteExport = "bcm-data-exports:DeleteExport",
/**
* Grants permission to get the execution of an export
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetExecution.html
*/
GetExecution = "bcm-data-exports:GetExecution",
/**
* Grants permission to get an export
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetExport.html
*/
GetExport = "bcm-data-exports:GetExport",
/**
* Grants permission to get the details of a table
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetTable.html
*/
GetTable = "bcm-data-exports:GetTable",
/**
* Grants permission to list all executions of an export
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ListExecutions.html
*/
ListExecutions = "bcm-data-exports:ListExecutions",
/**
* Grants permission to list all exports
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ListExports.html
*/
ListExports = "bcm-data-exports:ListExports",
/**
* Grants permission to list all available tables
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ListTables.html
*/
ListTables = "bcm-data-exports:ListTables",
/**
* Grants permission to list tags for a resource
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_ListTagsForResource.html
*/
ListTagsForResource = "bcm-data-exports:ListTagsForResource",
/**
* Grants permission to tag a resource
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_TagResource.html
*/
TagResource = "bcm-data-exports:TagResource",
/**
* Grants permission to untag a resource
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_UntagResource.html
*/
UntagResource = "bcm-data-exports:UntagResource",
/**
* Grants permission to update an export
*
* See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_UpdateExport.html
*/
UpdateExport = "bcm-data-exports:UpdateExport"
}