aws-iam-policy-types
Version:
Autogenerated Typescript types for AWS IAM Policy and enums for all policy actions
277 lines • 10.5 kB
JavaScript
// AUTOGENERATED FILE - DO NOT EDIT
/**
* All IAM policy actions for AWS Glue DataBrew (DATABREW)
*
* Extracted by `aws-iam-policy` from
* https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsgluedatabrew.html
*
* 2025-02-24T21:48:08.313Z
*/
export var AwsDatabrewActions;
(function (AwsDatabrewActions) {
/**
* Grants permission to delete one or more recipe versions
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_BatchDeleteRecipeVersion.html
*/
AwsDatabrewActions["BatchDeleteRecipeVersion"] = "databrew:BatchDeleteRecipeVersion";
/**
* Grants permission to create a dataset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_CreateDataset.html
*/
AwsDatabrewActions["CreateDataset"] = "databrew:CreateDataset";
/**
* Grants permission to create a profile job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_CreateProfileJob.html
*/
AwsDatabrewActions["CreateProfileJob"] = "databrew:CreateProfileJob";
/**
* Grants permission to create a project
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_CreateProject.html
*/
AwsDatabrewActions["CreateProject"] = "databrew:CreateProject";
/**
* Grants permission to create a recipe
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_CreateRecipe.html
*/
AwsDatabrewActions["CreateRecipe"] = "databrew:CreateRecipe";
/**
* Grants permission to create a recipe job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_CreateRecipeJob.html
*/
AwsDatabrewActions["CreateRecipeJob"] = "databrew:CreateRecipeJob";
/**
* Grants permission to create a ruleset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_CreateRuleset.html
*/
AwsDatabrewActions["CreateRuleset"] = "databrew:CreateRuleset";
/**
* Grants permission to create a schedule
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_CreateSchedule.html
*/
AwsDatabrewActions["CreateSchedule"] = "databrew:CreateSchedule";
/**
* Grants permission to delete a dataset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DeleteDataset.html
*/
AwsDatabrewActions["DeleteDataset"] = "databrew:DeleteDataset";
/**
* Grants permission to delete a job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DeleteJob.html
*/
AwsDatabrewActions["DeleteJob"] = "databrew:DeleteJob";
/**
* Grants permission to delete a project
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DeleteProject.html
*/
AwsDatabrewActions["DeleteProject"] = "databrew:DeleteProject";
/**
* Grants permission to delete a recipe version
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DeleteRecipeVersion.html
*/
AwsDatabrewActions["DeleteRecipeVersion"] = "databrew:DeleteRecipeVersion";
/**
* Grants permission to delete a ruleset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DeleteRuleset.html
*/
AwsDatabrewActions["DeleteRuleset"] = "databrew:DeleteRuleset";
/**
* Grants permission to delete a schedule
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DeleteSchedule.html
*/
AwsDatabrewActions["DeleteSchedule"] = "databrew:DeleteSchedule";
/**
* Grants permission to view details about a dataset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DescribeDataset.html
*/
AwsDatabrewActions["DescribeDataset"] = "databrew:DescribeDataset";
/**
* Grants permission to view details about a job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DescribeJob.html
*/
AwsDatabrewActions["DescribeJob"] = "databrew:DescribeJob";
/**
* Grants permission to view details about job run for a given job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DescribeJobRun.html
*/
AwsDatabrewActions["DescribeJobRun"] = "databrew:DescribeJobRun";
/**
* Grants permission to view details about a project
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DescribeProject.html
*/
AwsDatabrewActions["DescribeProject"] = "databrew:DescribeProject";
/**
* Grants permission to view details about a recipe
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DescribeRecipe.html
*/
AwsDatabrewActions["DescribeRecipe"] = "databrew:DescribeRecipe";
/**
* Grants permission to view details about a ruleset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DescribeRuleset.html
*/
AwsDatabrewActions["DescribeRuleset"] = "databrew:DescribeRuleset";
/**
* Grants permission to view details about a schedule
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_DescribeSchedule.html
*/
AwsDatabrewActions["DescribeSchedule"] = "databrew:DescribeSchedule";
/**
* Grants permission to list datasets in your account
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListDatasets.html
*/
AwsDatabrewActions["ListDatasets"] = "databrew:ListDatasets";
/**
* Grants permission to list job runs for a given job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListJobRuns.html
*/
AwsDatabrewActions["ListJobRuns"] = "databrew:ListJobRuns";
/**
* Grants permission to list jobs in your account
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListJobs.html
*/
AwsDatabrewActions["ListJobs"] = "databrew:ListJobs";
/**
* Grants permission to list projects in your account
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListProjects.html
*/
AwsDatabrewActions["ListProjects"] = "databrew:ListProjects";
/**
* Grants permission to list versions in your recipe
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListRecipeVersions.html
*/
AwsDatabrewActions["ListRecipeVersions"] = "databrew:ListRecipeVersions";
/**
* Grants permission to list recipes in your account
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListRecipes.html
*/
AwsDatabrewActions["ListRecipes"] = "databrew:ListRecipes";
/**
* Grants permission to list rulesets in your account
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListRulesets.html
*/
AwsDatabrewActions["ListRulesets"] = "databrew:ListRulesets";
/**
* Grants permission to list schedules in your account
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListSchedules.html
*/
AwsDatabrewActions["ListSchedules"] = "databrew:ListSchedules";
/**
* Grants permission to retrieve tags associated with a resource
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_ListTagsForResource.html
*/
AwsDatabrewActions["ListTagsForResource"] = "databrew:ListTagsForResource";
/**
* Grants permission to publish a major verison of a recipe
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_PublishRecipe.html
*/
AwsDatabrewActions["PublishRecipe"] = "databrew:PublishRecipe";
/**
* Grants permission to submit an action to the interactive session for a project
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_SendProjectSessionAction.html
*/
AwsDatabrewActions["SendProjectSessionAction"] = "databrew:SendProjectSessionAction";
/**
* Grants permission to start running a job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_StartJobRun.html
*/
AwsDatabrewActions["StartJobRun"] = "databrew:StartJobRun";
/**
* Grants permission to start an interactive session for a project
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_StartProjectSession.html
*/
AwsDatabrewActions["StartProjectSession"] = "databrew:StartProjectSession";
/**
* Grants permission to stop a job run for a job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_StopJobRun.html
*/
AwsDatabrewActions["StopJobRun"] = "databrew:StopJobRun";
/**
* Grants permission to add tags to a resource
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_TagResource.html
*/
AwsDatabrewActions["TagResource"] = "databrew:TagResource";
/**
* Grants permission to remove tags associated with a resource
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UntagResource.html
*/
AwsDatabrewActions["UntagResource"] = "databrew:UntagResource";
/**
* Grants permission to modify a dataset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UpdateDataset.html
*/
AwsDatabrewActions["UpdateDataset"] = "databrew:UpdateDataset";
/**
* Grants permission to modify a profile job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UpdateProfileJob.html
*/
AwsDatabrewActions["UpdateProfileJob"] = "databrew:UpdateProfileJob";
/**
* Grants permission to modify a project
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UpdateProject.html
*/
AwsDatabrewActions["UpdateProject"] = "databrew:UpdateProject";
/**
* Grants permission to modify a recipe
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UpdateRecipe.html
*/
AwsDatabrewActions["UpdateRecipe"] = "databrew:UpdateRecipe";
/**
* Grants permission to modify a recipe job
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UpdateRecipeJob.html
*/
AwsDatabrewActions["UpdateRecipeJob"] = "databrew:UpdateRecipeJob";
/**
* Grants permission to modify a ruleset
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UpdateRuleset.html
*/
AwsDatabrewActions["UpdateRuleset"] = "databrew:UpdateRuleset";
/**
* Grants permission to modify a schedule
*
* See https://docs.aws.amazon.com/databrew/latest/dg/API_UpdateSchedule.html
*/
AwsDatabrewActions["UpdateSchedule"] = "databrew:UpdateSchedule";
})(AwsDatabrewActions || (AwsDatabrewActions = {}));
//# sourceMappingURL=databrew.js.map