UNPKG

aws-iam-policy-types

Version:

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

37 lines 1.63 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsMapcreditsActions = void 0; /** * 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 */ 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 = exports.AwsMapcreditsActions || (exports.AwsMapcreditsActions = {})); //# sourceMappingURL=mapcredits.js.map