UNPKG

aws-iam-policy-types

Version:

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

25 lines 1.09 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 */ export 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 || (AwsConsolidatedbillingActions = {})); //# sourceMappingURL=consolidatedbilling.js.map