UNPKG

aws-iam-policy-types

Version:

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

28 lines 1.26 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsConsolidatedbillingActions = void 0; /** * All IAM policy actions for AWS Consolidated Billing (CONSOLIDATEDBILLING) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsconsolidatedbilling.html * * 2025-02-24T21:47:26.892Z */ var AwsConsolidatedbillingActions; (function (AwsConsolidatedbillingActions) { /** * Grants permission to get account role (Payer, Linked, Regular) * * See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html */ AwsConsolidatedbillingActions["GetAccountBillingRole"] = "consolidatedbilling:GetAccountBillingRole"; /** * Grants permission to get list of member/linked accounts * * See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html */ AwsConsolidatedbillingActions["ListLinkedAccounts"] = "consolidatedbilling:ListLinkedAccounts"; })(AwsConsolidatedbillingActions = exports.AwsConsolidatedbillingActions || (exports.AwsConsolidatedbillingActions = {})); //# sourceMappingURL=consolidatedbilling.js.map