/**
 * 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
 */
export declare enum 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
     */
    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
     */
    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
     */
    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
     */
    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
     */
    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
     */
    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
     */
    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
     */
    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
     */
    UntagResource = "ts:UntagResource"
}
