UNPKG

aws-iam-policy-types

Version:

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

216 lines (215 loc) 7.89 kB
/** * All IAM policy actions for AWS IoT Analytics (IOTANALYTICS) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiotanalytics.html * * 2025-02-24T21:48:22.541Z */ export declare enum AwsIotanalyticsActions { /** * Puts a batch of messages into the specified channel * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_BatchPutMessage.html */ BatchPutMessage = "iotanalytics:BatchPutMessage", /** * Cancels reprocessing for the specified pipeline * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_CancelPipelineReprocessing.html */ CancelPipelineReprocessing = "iotanalytics:CancelPipelineReprocessing", /** * Creates a channel * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_CreateChannel.html */ CreateChannel = "iotanalytics:CreateChannel", /** * Creates a dataset * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_CreateDataset.html */ CreateDataset = "iotanalytics:CreateDataset", /** * Generates content from the specified dataset (by executing the dataset actions) * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_CreateDatasetContent.html */ CreateDatasetContent = "iotanalytics:CreateDatasetContent", /** * Creates a datastore * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_CreateDatastore.html */ CreateDatastore = "iotanalytics:CreateDatastore", /** * Creates a pipeline * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_CreatePipeline.html */ CreatePipeline = "iotanalytics:CreatePipeline", /** * Deletes the specified channel * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeleteChannel.html */ DeleteChannel = "iotanalytics:DeleteChannel", /** * Deletes the specified dataset * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeleteDataset.html */ DeleteDataset = "iotanalytics:DeleteDataset", /** * Deletes the content of the specified dataset * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeleteDatasetContent.html */ DeleteDatasetContent = "iotanalytics:DeleteDatasetContent", /** * Deletes the specified datastore * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeleteDatastore.html */ DeleteDatastore = "iotanalytics:DeleteDatastore", /** * Deletes the specified pipeline * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeletePipeline.html */ DeletePipeline = "iotanalytics:DeletePipeline", /** * Describes the specified channel * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribeChannel.html */ DescribeChannel = "iotanalytics:DescribeChannel", /** * Describes the specified dataset * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribeDataset.html */ DescribeDataset = "iotanalytics:DescribeDataset", /** * Describes the specified datastore * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribeDatastore.html */ DescribeDatastore = "iotanalytics:DescribeDatastore", /** * Describes logging options for the the account * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribeLoggingOptions.html */ DescribeLoggingOptions = "iotanalytics:DescribeLoggingOptions", /** * Describes the specified pipeline * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribePipeline.html */ DescribePipeline = "iotanalytics:DescribePipeline", /** * Gets the content of the specified dataset * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_GetDatasetContent.html */ GetDatasetContent = "iotanalytics:GetDatasetContent", /** * Lists the channels for the account * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_ListChannels.html */ ListChannels = "iotanalytics:ListChannels", /** * Lists information about dataset contents that have been created * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_ListDatasetContents.html */ ListDatasetContents = "iotanalytics:ListDatasetContents", /** * Lists the datasets for the account * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_ListDatasets.html */ ListDatasets = "iotanalytics:ListDatasets", /** * Lists the datastores for the account * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_ListDatastores.html */ ListDatastores = "iotanalytics:ListDatastores", /** * Lists the pipelines for the account * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_ListPipelines.html */ ListPipelines = "iotanalytics:ListPipelines", /** * Lists the tags (metadata) which you have assigned to the resource * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_ListTagsForResource.html */ ListTagsForResource = "iotanalytics:ListTagsForResource", /** * Puts logging options for the the account * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_PutLoggingOptions.html */ PutLoggingOptions = "iotanalytics:PutLoggingOptions", /** * Runs the specified pipeline activity * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_RunPipelineActivity.html */ RunPipelineActivity = "iotanalytics:RunPipelineActivity", /** * Samples the specified channel's data * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_SampleChannelData.html */ SampleChannelData = "iotanalytics:SampleChannelData", /** * Starts reprocessing for the specified pipeline * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_StartPipelineReprocessing.html */ StartPipelineReprocessing = "iotanalytics:StartPipelineReprocessing", /** * Adds to or modifies the tags of the given resource. Tags are metadata which can * be used to manage a resource * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_TagResource.html */ TagResource = "iotanalytics:TagResource", /** * Removes the given tags (metadata) from the resource * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_UntagResource.html */ UntagResource = "iotanalytics:UntagResource", /** * Updates the specified channel * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_UpdateChannel.html */ UpdateChannel = "iotanalytics:UpdateChannel", /** * Updates the specified dataset * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_UpdateDataset.html */ UpdateDataset = "iotanalytics:UpdateDataset", /** * Updates the specified datastore * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_UpdateDatastore.html */ UpdateDatastore = "iotanalytics:UpdateDatastore", /** * Updates the specified pipeline * * See https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_UpdatePipeline.html */ UpdatePipeline = "iotanalytics:UpdatePipeline" }