UNPKG

aws-iam-policy-types

Version:

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

88 lines 3.71 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsBcmDataExportsActions = void 0; /** * 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 */ var AwsBcmDataExportsActions; (function (AwsBcmDataExportsActions) { /** * Grants permission to create an export * * See https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_CreateExport.html */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["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 */ AwsBcmDataExportsActions["UpdateExport"] = "bcm-data-exports:UpdateExport"; })(AwsBcmDataExportsActions = exports.AwsBcmDataExportsActions || (exports.AwsBcmDataExportsActions = {})); //# sourceMappingURL=bcm-data-exports.js.map