UNPKG

aws-iam-policy-types

Version:

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

22 lines 915 B
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsAwsMarketplaceActions = void 0; /** * All IAM policy actions for AWS Marketplace Seller Reporting (AWS-MARKETPLACE) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsmarketplacesellerreporting.html * * 2025-02-24T21:48:52.955Z */ var AwsAwsMarketplaceActions; (function (AwsAwsMarketplaceActions) { /** * Grants permission to view a seller dashboard * * See https://docs.aws.amazon.com/marketplace/latest/userguide/dashboards.html#reports-accessing */ AwsAwsMarketplaceActions["GetSellerDashboard"] = "aws-marketplace:GetSellerDashboard"; })(AwsAwsMarketplaceActions = exports.AwsAwsMarketplaceActions || (exports.AwsAwsMarketplaceActions = {})); //# sourceMappingURL=aws-marketplace.js.map