UNPKG

aws-iam-policy-types

Version:

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

37 lines 1.56 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsResourceExplorerActions = void 0; /** * All IAM policy actions for Tag Editor (RESOURCE-EXPLORER) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_tageditor.html * * 2025-02-24T21:49:57.923Z */ var AwsResourceExplorerActions; (function (AwsResourceExplorerActions) { /** * Grants permission to retrieve the resource types currently supported by Tag Edi * tor * * See https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-prereqs.html#rg-permissions-te */ AwsResourceExplorerActions["ListResourceTypes"] = "resource-explorer:ListResourceTypes"; /** * Grants permission to retrieve the identifiers of the resources in the AWS accou * nt * * See https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-prereqs.html#rg-permissions-te */ AwsResourceExplorerActions["ListResources"] = "resource-explorer:ListResources"; /** * Grants permission to retrieve the tags attached to the specified resource ident * ifiers * * See https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-prereqs.html#rg-permissions-te */ AwsResourceExplorerActions["ListTags"] = "resource-explorer:ListTags"; })(AwsResourceExplorerActions = exports.AwsResourceExplorerActions || (exports.AwsResourceExplorerActions = {})); //# sourceMappingURL=resource-explorer.js.map