UNPKG

aws-iam-policy-types

Version:

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

32 lines (31 loc) 1.25 kB
/** * All IAM policy actions for AWS Migration Acceleration Program Credits (MAPCREDITS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmigrationaccelerationprogramcredits.html * * 2025-02-24T21:48:56.319Z */ export declare enum AwsMapcreditsActions { /** * Grants permission to view the user's associated Migration Acceleration Program * agreements * * See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html */ ListAssociatedPrograms = "mapcredits:ListAssociatedPrograms", /** * Grants permission to view Migration Acceleration Program agreements credits ass * ociated with the user's payer account * * See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html */ ListQuarterCredits = "mapcredits:ListQuarterCredits", /** * Grants permission to view Migration Acceleration Program agreements eligible sp * end associated with the user's payer account * * See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/billing-permissions-ref.html */ ListQuarterSpend = "mapcredits:ListQuarterSpend" }