aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
112 lines • 5.35 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for Amazon GroundTruth Labeling (GROUNDTRUTHLABELING)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazongroundtruthlabeling.html
*
* 2025-02-24T21:48:09.293Z
*/
export var AwsGroundtruthlabelingActions;
(function (AwsGroundtruthlabelingActions) {
/**
* Grants permission to associate a patch file with the manifest file to update th
* e manifest file
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["AssociatePatchToManifestJob"] = "groundtruthlabeling:AssociatePatchToManifestJob";
/**
* Grants permission to create a GT+ Batch
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["CreateBatch"] = "groundtruthlabeling:CreateBatch";
/**
* Grants permission to create intake form
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["CreateIntakeForm"] = "groundtruthlabeling:CreateIntakeForm";
/**
* Grants permission to create a GT+ Project
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["CreateProject"] = "groundtruthlabeling:CreateProject";
/**
* Grants permission to create a GT+ Workflow Definition
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["CreateWorkflowDefinition"] = "groundtruthlabeling:CreateWorkflowDefinition";
/**
* Grants permission to get status of GroundTruthLabeling Jobs
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["DescribeConsoleJob"] = "groundtruthlabeling:DescribeConsoleJob";
/**
* Grants permission to generate LiDAR Preview Task
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["GenerateLIDARPreviewTaskConfigJob"] = "groundtruthlabeling:GenerateLIDARPreviewTaskConfigJob";
/**
* Grants permission to get a GT+ Batch
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["GetBatch"] = "groundtruthlabeling:GetBatch";
/**
* Grants permission to get a intake forms
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["GetIntakeFormStatus"] = "groundtruthlabeling:GetIntakeFormStatus";
/**
* Grants permission to list a GT+ Batchs
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["ListBatches"] = "groundtruthlabeling:ListBatches";
/**
* Grants permission to list dataset objects in a manifest file
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["ListDatasetObjects"] = "groundtruthlabeling:ListDatasetObjects";
/**
* Grants permission to list a GT+ Projects
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["ListProjects"] = "groundtruthlabeling:ListProjects";
/**
* Grants permission to filter records from a manifest file using S3 select. Get s
* ample entries based on random sampling
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-data-filtering
*/
AwsGroundtruthlabelingActions["RunFilterOrSampleDatasetJob"] = "groundtruthlabeling:RunFilterOrSampleDatasetJob";
/**
* Grants permission to list a S3 prefix and create manifest files from objects in
* that location
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["RunGenerateManifestByCrawlingJob"] = "groundtruthlabeling:RunGenerateManifestByCrawlingJob";
/**
* Grants permission to generate metrics from objects in manifest
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["RunGenerateManifestMetricsJob"] = "groundtruthlabeling:RunGenerateManifestMetricsJob";
/**
* Grants permission to update a GT+ Batch
*
* See https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data-input.html#sms-console-create-manifest-file
*/
AwsGroundtruthlabelingActions["UpdateBatch"] = "groundtruthlabeling:UpdateBatch";
})(AwsGroundtruthlabelingActions || (AwsGroundtruthlabelingActions = {}));
//# sourceMappingURL=groundtruthlabeling.js.map