aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
163 lines (162 loc) • 6.51 kB
TypeScript
/**
* All IAM policy actions for Amazon Lookout for Vision (LOOKOUTVISION)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonlookoutforvision.html
*
* 2025-02-24T21:48:41.501Z
*/
export declare enum AwsLookoutvisionActions {
/**
* Grants permission to create a dataset manifest
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_CreateDataset.html
*/
CreateDataset = "lookoutvision:CreateDataset",
/**
* Grants permission to create a new anomaly detection model
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_CreateModel.html
*/
CreateModel = "lookoutvision:CreateModel",
/**
* Grants permission to create a new project
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_CreateProject.html
*/
CreateProject = "lookoutvision:CreateProject",
/**
* Grants permission to delete a dataset
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DeleteDataset.html
*/
DeleteDataset = "lookoutvision:DeleteDataset",
/**
* Grants permission to delete a model and all associated assets
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DeleteModel.html
*/
DeleteModel = "lookoutvision:DeleteModel",
/**
* Grants permission to permanently remove a project
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DeleteProject.html
*/
DeleteProject = "lookoutvision:DeleteProject",
/**
* Grants permission to show detailed information about dataset manifest
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DescribeDataset.html
*/
DescribeDataset = "lookoutvision:DescribeDataset",
/**
* Grants permission to show detailed information about a model
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DescribeModel.html
*/
DescribeModel = "lookoutvision:DescribeModel",
/**
* Grants permission to show detailed information about a model packaging job
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DescribeModelPackagingJob.html
*/
DescribeModelPackagingJob = "lookoutvision:DescribeModelPackagingJob",
/**
* Grants permission to show detailed information about a project
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DescribeProject.html
*/
DescribeProject = "lookoutvision:DescribeProject",
/**
* Grants permission to provides state information about a running anomaly detecti
* on job
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/developer-guide/trial-detection.html
*/
DescribeTrialDetection = "lookoutvision:DescribeTrialDetection",
/**
* Grants permission to invoke detection of anomalies
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_DetectAnomalies.html
*/
DetectAnomalies = "lookoutvision:DetectAnomalies",
/**
* Grants permission to list the contents of dataset manifest
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_ListDatasetEntries.html
*/
ListDatasetEntries = "lookoutvision:ListDatasetEntries",
/**
* Grants permission to list all model packaging jobs associated with a project
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_ListModelPackagingJobs.html
*/
ListModelPackagingJobs = "lookoutvision:ListModelPackagingJobs",
/**
* Grants permission to list all models associated with a project
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_ListModels.html
*/
ListModels = "lookoutvision:ListModels",
/**
* Grants permission to list all projects
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_ListProjects.html
*/
ListProjects = "lookoutvision:ListProjects",
/**
* Grants permission to list tags for a resource
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_ListTagsForResource.html
*/
ListTagsForResource = "lookoutvision:ListTagsForResource",
/**
* Grants permission to list all anomaly detection jobs
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/developer-guide/trial-detection.html
*/
ListTrialDetections = "lookoutvision:ListTrialDetections",
/**
* Grants permission to start anomaly detection model
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_StartModel.html
*/
StartModel = "lookoutvision:StartModel",
/**
* Grants permission to start a model packaging job
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_StartModelPackagingJob.html
*/
StartModelPackagingJob = "lookoutvision:StartModelPackagingJob",
/**
* Grants permission to start bulk detection of anomalies for a set of images stor
* ed in an S3 bucket
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/developer-guide/trial-detection.html
*/
StartTrialDetection = "lookoutvision:StartTrialDetection",
/**
* Grants permission to stop anomaly detection model
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_StopModel.html
*/
StopModel = "lookoutvision:StopModel",
/**
* Grants permission to tag a resource with given key value pairs
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_TagResource.html
*/
TagResource = "lookoutvision:TagResource",
/**
* Grants permission to remove the tag with the given key from a resource
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_UntagResource.html
*/
UntagResource = "lookoutvision:UntagResource",
/**
* Grants permission to update a training or test dataset manifest
*
* See https://docs.aws.amazon.com/lookout-for-vision/latest/APIReference/API_UpdateDatasetEntries.html
*/
UpdateDatasetEntries = "lookoutvision:UpdateDatasetEntries"
}