UNPKG

aws-iam-policy-types

Version:

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

34 lines 1.48 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * 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 var AwsMapcreditsActions; (function (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 */ AwsMapcreditsActions["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 */ AwsMapcreditsActions["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 */ AwsMapcreditsActions["ListQuarterSpend"] = "mapcredits:ListQuarterSpend"; })(AwsMapcreditsActions || (AwsMapcreditsActions = {})); //# sourceMappingURL=mapcredits.js.map