aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
88 lines • 3.49 kB
JavaScript
;
// AUTOGENERATED FILE - DO NOT EDIT
Object.defineProperty(exports, "__esModule", { value: true });
exports.AwsSagemakerGroundtruthSyntheticActions = void 0;
/**
* All IAM policy actions for Amazon SageMaker Ground Truth Synthetic (SAGEMAKER-GROUNDTRUTH-SYNTHETIC)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemakergroundtruthsynthetic.html
*
* 2025-02-24T21:49:37.408Z
*/
var AwsSagemakerGroundtruthSyntheticActions;
(function (AwsSagemakerGroundtruthSyntheticActions) {
/**
* Grants permission to create a project
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["CreateProject"] = "sagemaker-groundtruth-synthetic:CreateProject";
/**
* Grants permission to delete a project
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["DeleteProject"] = "sagemaker-groundtruth-synthetic:DeleteProject";
/**
* Grants permission to get account details
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["GetAccountDetails"] = "sagemaker-groundtruth-synthetic:GetAccountDetails";
/**
* Grants permission to get a batch
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["GetBatch"] = "sagemaker-groundtruth-synthetic:GetBatch";
/**
* Grants permission to get a project
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["GetProject"] = "sagemaker-groundtruth-synthetic:GetProject";
/**
* Grants permission to list batch data transfers
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["ListBatchDataTransfers"] = "sagemaker-groundtruth-synthetic:ListBatchDataTransfers";
/**
* Grants permission to list batch summaries
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["ListBatchSummaries"] = "sagemaker-groundtruth-synthetic:ListBatchSummaries";
/**
* Grants permission to list project data transfers
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["ListProjectDataTransfers"] = "sagemaker-groundtruth-synthetic:ListProjectDataTransfers";
/**
* Grants permission to list project summaries
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["ListProjectSummaries"] = "sagemaker-groundtruth-synthetic:ListProjectSummaries";
/**
* Grants permission to start a batch data transfer
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["StartBatchDataTransfer"] = "sagemaker-groundtruth-synthetic:StartBatchDataTransfer";
/**
* Grants permission to start a project data transfer
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["StartProjectDataTransfer"] = "sagemaker-groundtruth-synthetic:StartProjectDataTransfer";
/**
* Grants permission to update a batch
*
* See ${APIReferenceDocPage}
*/
AwsSagemakerGroundtruthSyntheticActions["UpdateBatch"] = "sagemaker-groundtruth-synthetic:UpdateBatch";
})(AwsSagemakerGroundtruthSyntheticActions = exports.AwsSagemakerGroundtruthSyntheticActions || (exports.AwsSagemakerGroundtruthSyntheticActions = {}));
//# sourceMappingURL=sagemaker-groundtruth-synthetic.js.map