aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
238 lines • 10.2 kB
JavaScript
"use strict";
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsTimestreamActions = void 0;
/**
* All IAM policy actions for Amazon Timestream (TIMESTREAM)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazontimestream.html
*
* 2025-02-24T21:49:59.893Z
*/
var AwsTimestreamActions;
(function (AwsTimestreamActions) {
/**
* Grants permission to cancel queries in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_CancelQuery.html
*/
AwsTimestreamActions["CancelQuery"] = "timestream:CancelQuery";
/**
* Grants permission to create a batch load task in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_CreateBatchLoadTask.html
*/
AwsTimestreamActions["CreateBatchLoadTask"] = "timestream:CreateBatchLoadTask";
/**
* Grants permission to create a database in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_CreateDatabase.html
*/
AwsTimestreamActions["CreateDatabase"] = "timestream:CreateDatabase";
/**
* Grants permission to create a scheduled query in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_CreateScheduledQuery.html
*/
AwsTimestreamActions["CreateScheduledQuery"] = "timestream:CreateScheduledQuery";
/**
* Grants permission to create a table in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_CreateTable.html
*/
AwsTimestreamActions["CreateTable"] = "timestream:CreateTable";
/**
* Grants permission to delete a database in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DeleteDatabase.html
*/
AwsTimestreamActions["DeleteDatabase"] = "timestream:DeleteDatabase";
/**
* Grants permission to delete a scheduled query in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DeleteScheduledQuery.html
*/
AwsTimestreamActions["DeleteScheduledQuery"] = "timestream:DeleteScheduledQuery";
/**
* Grants permission to delete a table in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DeleteTable.html
*/
AwsTimestreamActions["DeleteTable"] = "timestream:DeleteTable";
/**
* Grants permission to describe your account settings
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_DescribeAccountSettings.html
*/
AwsTimestreamActions["DescribeAccountSettings"] = "timestream:DescribeAccountSettings";
/**
* Grants permission to describe a batch load task in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DescribeBatchLoadTask.html
*/
AwsTimestreamActions["DescribeBatchLoadTask"] = "timestream:DescribeBatchLoadTask";
/**
* Grants permission to describe a database in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DescribeDatabase.html
*/
AwsTimestreamActions["DescribeDatabase"] = "timestream:DescribeDatabase";
/**
* Grants permission to describe timestream endpoints
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DescribeEndpoints.html
*/
AwsTimestreamActions["DescribeEndpoints"] = "timestream:DescribeEndpoints";
/**
* Grants permission to describe a scheduled query in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DescribeScheduledQuery.html
*/
AwsTimestreamActions["DescribeScheduledQuery"] = "timestream:DescribeScheduledQuery";
/**
* Grants permission to describe a table in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_DescribeTable.html
*/
AwsTimestreamActions["DescribeTable"] = "timestream:DescribeTable";
/**
* Grants permission to execute a scheduled query in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_ExecuteScheduledQuery.html
*/
AwsTimestreamActions["ExecuteScheduledQuery"] = "timestream:ExecuteScheduledQuery";
/**
* Grants permission to get Status of a Timestream Table Backup
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/backups.html
*/
AwsTimestreamActions["GetAwsBackupStatus"] = "timestream:GetAwsBackupStatus";
/**
* Grants permission to get Status of a Timestream Table Restore
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/backups.html
*/
AwsTimestreamActions["GetAwsRestoreStatus"] = "timestream:GetAwsRestoreStatus";
/**
* Grants permission to list batch load tasks in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_ListBatchLoadTasks.html
*/
AwsTimestreamActions["ListBatchLoadTasks"] = "timestream:ListBatchLoadTasks";
/**
* Grants permission to list databases in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_ListDatabases.html
*/
AwsTimestreamActions["ListDatabases"] = "timestream:ListDatabases";
/**
* Grants permission to list measures of a table in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_Query.html
*/
AwsTimestreamActions["ListMeasures"] = "timestream:ListMeasures";
/**
* Grants permission to list scheduled queries in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_ListScheduledQueries.html
*/
AwsTimestreamActions["ListScheduledQueries"] = "timestream:ListScheduledQueries";
/**
* Grants permission to list tables in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_ListTables.html
*/
AwsTimestreamActions["ListTables"] = "timestream:ListTables";
/**
* Grants permission to list tags of a resource in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_ListTagsForResource.html
*/
AwsTimestreamActions["ListTagsForResource"] = "timestream:ListTagsForResource";
/**
* Grants permission to issue prepare queries
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_PrepareQuery.html
*/
AwsTimestreamActions["PrepareQuery"] = "timestream:PrepareQuery";
/**
* Grants permission to resume a batch load task in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_ResumeBatchLoadTask.html
*/
AwsTimestreamActions["ResumeBatchLoadTask"] = "timestream:ResumeBatchLoadTask";
/**
* Grants permission to issue 'select from table' queries
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_Query.html
*/
AwsTimestreamActions["Select"] = "timestream:Select";
/**
* Grants permission to issue 'select 1' queries
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_Query.html
*/
AwsTimestreamActions["SelectValues"] = "timestream:SelectValues";
/**
* Grants permission to start a Backup Job for a Timestream Table
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/backups.html
*/
AwsTimestreamActions["StartAwsBackupJob"] = "timestream:StartAwsBackupJob";
/**
* Grants permission to start Restore Job for a Backup of Timestream Table
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/backups.html
*/
AwsTimestreamActions["StartAwsRestoreJob"] = "timestream:StartAwsRestoreJob";
/**
* Grants permission to add tags to a resource
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_TagResource.html
*/
AwsTimestreamActions["TagResource"] = "timestream:TagResource";
/**
* Grants permission to issue Unload queries
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_Query.html
*/
AwsTimestreamActions["Unload"] = "timestream:Unload";
/**
* Grants permission to remove a tag from a resource
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_UntagResource.html
*/
AwsTimestreamActions["UntagResource"] = "timestream:UntagResource";
/**
* Grants permission to update your account settings
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_query_UpdateAccountSettings.html
*/
AwsTimestreamActions["UpdateAccountSettings"] = "timestream:UpdateAccountSettings";
/**
* Grants permission to update a database in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_UpdateDatabase.html
*/
AwsTimestreamActions["UpdateDatabase"] = "timestream:UpdateDatabase";
/**
* Grants permission to update a scheduled query in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_UpdateScheduledQuery.html
*/
AwsTimestreamActions["UpdateScheduledQuery"] = "timestream:UpdateScheduledQuery";
/**
* Grants permission to update a table in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_UpdateTable.html
*/
AwsTimestreamActions["UpdateTable"] = "timestream:UpdateTable";
/**
* Grants permission to ingest data to a table in your account
*
* See https://docs.aws.amazon.com/timestream/latest/developerguide/API_WriteRecords.html
*/
AwsTimestreamActions["WriteRecords"] = "timestream:WriteRecords";
})(AwsTimestreamActions = exports.AwsTimestreamActions || (exports.AwsTimestreamActions = {}));
//# sourceMappingURL=timestream.js.map