UNPKG

aws-iam-policy-types

Version:

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

74 lines 2.92 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsTsActions = void 0; /** * All IAM policy actions for AWS Diagnostic tools (TS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsdiagnostictools.html * * 2025-02-24T21:47:37.369Z */ var AwsTsActions; (function (AwsTsActions) { /** * Grants permission to get details about specific execution within AWS Diagnostic * tools * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_GetExecution.html */ AwsTsActions["GetExecution"] = "ts:GetExecution"; /** * Grants permission to get details about specific execution output within AWS Dia * gnostic tools * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_GetExecutionOutput.html */ AwsTsActions["GetExecutionOutput"] = "ts:GetExecutionOutput"; /** * Grants permission to get details about specific tool within AWS Diagnostic tool * s * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_GetTool.html */ AwsTsActions["GetTool"] = "ts:GetTool"; /** * Grants permission to list all available execution within AWS Diagnostic tools * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_ListExecutions.html */ AwsTsActions["ListExecutions"] = "ts:ListExecutions"; /** * Grants permission to list the tags for an AWS Diagnostic tools resource * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_ListTagsForResource.html */ AwsTsActions["ListTagsForResource"] = "ts:ListTagsForResource"; /** * Grants permission to list all available tools within AWS Diagnostic tools * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_ListTools.html */ AwsTsActions["ListTools"] = "ts:ListTools"; /** * Grants permission to start an execution workflow of specific tool within AWS Di * agnostic tools * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_StartExecution.html */ AwsTsActions["StartExecution"] = "ts:StartExecution"; /** * Grants permission to tag an AWS Diagnostic tools resource * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_TagResource.html */ AwsTsActions["TagResource"] = "ts:TagResource"; /** * Grants permission to untag an AWS Diagnostic tools resource * * See https://docs.aws.amazon.com/diagnostic-tools/latest/APIReference/API_UntagResource.html */ AwsTsActions["UntagResource"] = "ts:UntagResource"; })(AwsTsActions = exports.AwsTsActions || (exports.AwsTsActions = {})); //# sourceMappingURL=ts.js.map