UNPKG

aws-iam-policy-types

Version:

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

79 lines 3.43 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for Amazon Redshift Data API (REDSHIFT-DATA) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonredshiftdataapi.html * * 2025-02-24T21:49:23.525Z */ export var AwsRedshiftDataActions; (function (AwsRedshiftDataActions) { /** * Grants permission to execute multiple queries under a single connection * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_BatchExecuteStatement.html */ AwsRedshiftDataActions["BatchExecuteStatement"] = "redshift-data:BatchExecuteStatement"; /** * Grants permission to cancel a running query * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_CancelStatement.html */ AwsRedshiftDataActions["CancelStatement"] = "redshift-data:CancelStatement"; /** * Grants permission to retrieve detailed information about a statement execution * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_DescribeStatement.html */ AwsRedshiftDataActions["DescribeStatement"] = "redshift-data:DescribeStatement"; /** * Grants permission to retrieve metadata about a particular table * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_DescribeTable.html */ AwsRedshiftDataActions["DescribeTable"] = "redshift-data:DescribeTable"; /** * Grants permission to execute a query * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ExecuteStatement.html */ AwsRedshiftDataActions["ExecuteStatement"] = "redshift-data:ExecuteStatement"; /** * Grants permission to get staging bucket location for a given managed workgroup * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_GetStagingBucketLocation.html */ AwsRedshiftDataActions["GetStagingBucketLocation"] = "redshift-data:GetStagingBucketLocation"; /** * Grants permission to fetch the result of a query * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_GetStatementResult.html */ AwsRedshiftDataActions["GetStatementResult"] = "redshift-data:GetStatementResult"; /** * Grants permission to list databases for a given cluster * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListDatabases.html */ AwsRedshiftDataActions["ListDatabases"] = "redshift-data:ListDatabases"; /** * Grants permission to list schemas for a given cluster * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListSchemas.html */ AwsRedshiftDataActions["ListSchemas"] = "redshift-data:ListSchemas"; /** * Grants permission to list queries for a given principal * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListStatements.html */ AwsRedshiftDataActions["ListStatements"] = "redshift-data:ListStatements"; /** * Grants permission to list tables for a given cluster * * See https://docs.aws.amazon.com/redshift-data/latest/APIReference/API_ListTables.html */ AwsRedshiftDataActions["ListTables"] = "redshift-data:ListTables"; })(AwsRedshiftDataActions || (AwsRedshiftDataActions = {})); //# sourceMappingURL=redshift-data.js.map