UNPKG

aws-iam-policy-types

Version:

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

189 lines 8.69 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for Amazon Machine Learning (MACHINELEARNING) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmachinelearning.html * * 2025-02-24T21:48:41.998Z */ export var AwsMachinelearningActions; (function (AwsMachinelearningActions) { /** * Adds one or more tags to an object, up to a limit of 10. Each tag consists of a * key and an optional value * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_AddTags.html */ AwsMachinelearningActions["AddTags"] = "machinelearning:AddTags"; /** * Generates predictions for a group of observations * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_CreateBatchPrediction.html */ AwsMachinelearningActions["CreateBatchPrediction"] = "machinelearning:CreateBatchPrediction"; /** * Creates a DataSource object from an Amazon RDS * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_CreateDataSourceFromRDS.html */ AwsMachinelearningActions["CreateDataSourceFromRDS"] = "machinelearning:CreateDataSourceFromRDS"; /** * Creates a DataSource from a database hosted on an Amazon Redshift cluster * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_CreateDataSourceFromRedshift.html */ AwsMachinelearningActions["CreateDataSourceFromRedshift"] = "machinelearning:CreateDataSourceFromRedshift"; /** * Creates a DataSource object from S3 * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_CreateDataSourceFromS3.html */ AwsMachinelearningActions["CreateDataSourceFromS3"] = "machinelearning:CreateDataSourceFromS3"; /** * Creates a new Evaluation of an MLModel * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_CreateEvaluation.html */ AwsMachinelearningActions["CreateEvaluation"] = "machinelearning:CreateEvaluation"; /** * Creates a new MLModel * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_CreateMLModel.html */ AwsMachinelearningActions["CreateMLModel"] = "machinelearning:CreateMLModel"; /** * Creates a real-time endpoint for the MLModel * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_CreateRealtimeEndpoint.html */ AwsMachinelearningActions["CreateRealtimeEndpoint"] = "machinelearning:CreateRealtimeEndpoint"; /** * Assigns the DELETED status to a BatchPrediction, rendering it unusable * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteBatchPrediction.html */ AwsMachinelearningActions["DeleteBatchPrediction"] = "machinelearning:DeleteBatchPrediction"; /** * Assigns the DELETED status to a DataSource, rendering it unusable * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteDataSource.html */ AwsMachinelearningActions["DeleteDataSource"] = "machinelearning:DeleteDataSource"; /** * Assigns the DELETED status to an Evaluation, rendering it unusable * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteEvaluation.html */ AwsMachinelearningActions["DeleteEvaluation"] = "machinelearning:DeleteEvaluation"; /** * Assigns the DELETED status to an MLModel, rendering it unusable * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteMLModel.html */ AwsMachinelearningActions["DeleteMLModel"] = "machinelearning:DeleteMLModel"; /** * Deletes a real time endpoint of an MLModel * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteRealtimeEndpoint.html */ AwsMachinelearningActions["DeleteRealtimeEndpoint"] = "machinelearning:DeleteRealtimeEndpoint"; /** * Deletes the specified tags associated with an ML object. After this operation i * s complete, you can't recover deleted tags * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DeleteTags.html */ AwsMachinelearningActions["DeleteTags"] = "machinelearning:DeleteTags"; /** * Returns a list of BatchPrediction operations that match the search criteria in * the request * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DescribeBatchPredictions.html */ AwsMachinelearningActions["DescribeBatchPredictions"] = "machinelearning:DescribeBatchPredictions"; /** * Returns a list of DataSource that match the search criteria in the request * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DescribeDataSources.html */ AwsMachinelearningActions["DescribeDataSources"] = "machinelearning:DescribeDataSources"; /** * Returns a list of DescribeEvaluations that match the search criteria in the req * uest * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DescribeEvaluations.html */ AwsMachinelearningActions["DescribeEvaluations"] = "machinelearning:DescribeEvaluations"; /** * Returns a list of MLModel that match the search criteria in the request * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DescribeMLModels.html */ AwsMachinelearningActions["DescribeMLModels"] = "machinelearning:DescribeMLModels"; /** * Describes one or more of the tags for your Amazon ML object * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_DescribeTags.html */ AwsMachinelearningActions["DescribeTags"] = "machinelearning:DescribeTags"; /** * Returns a BatchPrediction that includes detailed metadata, status, and data fil * e information * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_GetBatchPrediction.html */ AwsMachinelearningActions["GetBatchPrediction"] = "machinelearning:GetBatchPrediction"; /** * Returns a DataSource that includes metadata and data file information, as well * as the current status of the DataSource * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_GetDataSource.html */ AwsMachinelearningActions["GetDataSource"] = "machinelearning:GetDataSource"; /** * Returns an Evaluation that includes metadata as well as the current status of t * he Evaluation * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_GetEvaluation.html */ AwsMachinelearningActions["GetEvaluation"] = "machinelearning:GetEvaluation"; /** * Returns an MLModel that includes detailed metadata, and data source information * as well as the current status of the MLModel * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_GetMLModel.html */ AwsMachinelearningActions["GetMLModel"] = "machinelearning:GetMLModel"; /** * Generates a prediction for the observation using the specified ML Model * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_Predict.html */ AwsMachinelearningActions["Predict"] = "machinelearning:Predict"; /** * Updates the BatchPredictionName of a BatchPrediction * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_UpdateBatchPrediction.html */ AwsMachinelearningActions["UpdateBatchPrediction"] = "machinelearning:UpdateBatchPrediction"; /** * Updates the DataSourceName of a DataSource * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_UpdateDataSource.html */ AwsMachinelearningActions["UpdateDataSource"] = "machinelearning:UpdateDataSource"; /** * Updates the EvaluationName of an Evaluation * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_UpdateEvaluation.html */ AwsMachinelearningActions["UpdateEvaluation"] = "machinelearning:UpdateEvaluation"; /** * Updates the MLModelName and the ScoreThreshold of an MLModel * * See https://docs.aws.amazon.com/machine-learning/latest/APIReference/API_UpdateMLModel.html */ AwsMachinelearningActions["UpdateMLModel"] = "machinelearning:UpdateMLModel"; })(AwsMachinelearningActions || (AwsMachinelearningActions = {})); //# sourceMappingURL=machinelearning.js.map