UNPKG

aws-iam-policy-types

Version:

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

123 lines 5.75 kB
"use strict"; // AUTOGENERATED FILE - DO NOT EDIT Object.defineProperty(exports, "__esModule", { value: true }); exports.AwsTimestreamInfluxdbActions = void 0; /** * All IAM policy actions for Amazon Timestream InfluxDB (TIMESTREAM-INFLUXDB) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazontimestreaminfluxdb.html * * 2025-02-24T21:50:00.376Z */ var AwsTimestreamInfluxdbActions; (function (AwsTimestreamInfluxdbActions) { /** * Grants permission to create a new Timestream InfluxDB Cluster * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_CreateDbCluster.html */ AwsTimestreamInfluxdbActions["CreateDbCluster"] = "timestream-influxdb:CreateDbCluster"; /** * Grants permission to create a new Timestream InfluxDB instance * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_CreateDbInstance.html */ AwsTimestreamInfluxdbActions["CreateDbInstance"] = "timestream-influxdb:CreateDbInstance"; /** * Grants permission to create a new Timestream InfluxDB parameter group * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_CreateDbParameterGroup.html */ AwsTimestreamInfluxdbActions["CreateDbParameterGroup"] = "timestream-influxdb:CreateDbParameterGroup"; /** * Grants permission to delete a Timestream InfluxDB Cluster * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_DeleteDbCluster.html */ AwsTimestreamInfluxdbActions["DeleteDbCluster"] = "timestream-influxdb:DeleteDbCluster"; /** * Grants permission to delete a Timestream InfluxDB instance * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_DeleteDbInstance.html */ AwsTimestreamInfluxdbActions["DeleteDbInstance"] = "timestream-influxdb:DeleteDbInstance"; /** * Grants permission to get information about a Timestream InfluxDB Cluster * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_GetDbCluster.html */ AwsTimestreamInfluxdbActions["GetDbCluster"] = "timestream-influxdb:GetDbCluster"; /** * Grants permission to get information about a Timestream InfluxDB instance * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_GetDbInstance.html */ AwsTimestreamInfluxdbActions["GetDbInstance"] = "timestream-influxdb:GetDbInstance"; /** * Grants permission to get information about a Timestream InfluxDB parameter grou * p * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_GetDbParameterGroup.html */ AwsTimestreamInfluxdbActions["GetDbParameterGroup"] = "timestream-influxdb:GetDbParameterGroup"; /** * Grants permission to list information about all Timestream InfluxDB clusters in * the account * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_ListDbClusters.html */ AwsTimestreamInfluxdbActions["ListDbClusters"] = "timestream-influxdb:ListDbClusters"; /** * Grants permission to list information about all Timestream InfluxDB instances i * n the account * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_ListDbInstances.html */ AwsTimestreamInfluxdbActions["ListDbInstances"] = "timestream-influxdb:ListDbInstances"; /** * Grants permission to list information about all Timestream InfluxDB Instances b * elonging to a cluster * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_ListDbInstancesForCluster.html */ AwsTimestreamInfluxdbActions["ListDbInstancesForCluster"] = "timestream-influxdb:ListDbInstancesForCluster"; /** * Grants permission to list information about all Timestream InfluxDB parameter g * roups * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_ListDbParameterGroups.html */ AwsTimestreamInfluxdbActions["ListDbParameterGroups"] = "timestream-influxdb:ListDbParameterGroups"; /** * Grants permission to list tags for a Timestream InfluxDB resource * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_ListTagsForResource.html */ AwsTimestreamInfluxdbActions["ListTagsForResource"] = "timestream-influxdb:ListTagsForResource"; /** * Grants permission to tag a Timestream InfluxDB resource * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_TagResource.html */ AwsTimestreamInfluxdbActions["TagResource"] = "timestream-influxdb:TagResource"; /** * Grants permission to untag a Timestream InfluxDB resource * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_UntagResource.html */ AwsTimestreamInfluxdbActions["UntagResource"] = "timestream-influxdb:UntagResource"; /** * Grants permission to update a Timestream InfluxDB Cluster * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_UpdateDbCluster.html */ AwsTimestreamInfluxdbActions["UpdateDbCluster"] = "timestream-influxdb:UpdateDbCluster"; /** * Grants permission to update a Timestream InfluxDB instance * * See https://docs.aws.amazon.com/ts-influxdb/latest/ts-influxdb-api/API_UpdateDbInstance.html */ AwsTimestreamInfluxdbActions["UpdateDbInstance"] = "timestream-influxdb:UpdateDbInstance"; })(AwsTimestreamInfluxdbActions = exports.AwsTimestreamInfluxdbActions || (exports.AwsTimestreamInfluxdbActions = {})); //# sourceMappingURL=timestream-influxdb.js.map