aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
34 lines • 1.4 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* 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
*/
export 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 || (AwsResourceExplorerActions = {}));
//# sourceMappingURL=resource-explorer.js.map