UNPKG

aws-iam-policy-types

Version:

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

357 lines 13.7 kB
// AUTOGENERATED FILE - DO NOT EDIT /** * All IAM policy actions for AWS RoboMaker (ROBOMAKER) * * Extracted by `aws-iam-policy` from * https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsrobomaker.html * * 2025-02-24T21:49:28.466Z */ export var AwsRobomakerActions; (function (AwsRobomakerActions) { /** * Delete one or more worlds in a batch operation * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_BatchDeleteWorlds.html */ AwsRobomakerActions["BatchDeleteWorlds"] = "robomaker:BatchDeleteWorlds"; /** * Describe multiple simulation jobs * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_BatchDescribeSimulationJob.html */ AwsRobomakerActions["BatchDescribeSimulationJob"] = "robomaker:BatchDescribeSimulationJob"; /** * Cancel a deployment job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CancelDeploymentJob.html */ AwsRobomakerActions["CancelDeploymentJob"] = "robomaker:CancelDeploymentJob"; /** * Cancel a simulation job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CancelSimulationJob.html */ AwsRobomakerActions["CancelSimulationJob"] = "robomaker:CancelSimulationJob"; /** * Cancel a simulation job batch * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CancelSimulationJobBatch.html */ AwsRobomakerActions["CancelSimulationJobBatch"] = "robomaker:CancelSimulationJobBatch"; /** * Cancel a world export job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CancelWorldExportJob.html */ AwsRobomakerActions["CancelWorldExportJob"] = "robomaker:CancelWorldExportJob"; /** * Cancel a world generation job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CancelWorldGenerationJob.html */ AwsRobomakerActions["CancelWorldGenerationJob"] = "robomaker:CancelWorldGenerationJob"; /** * Create a deployment job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateDeploymentJob.html */ AwsRobomakerActions["CreateDeploymentJob"] = "robomaker:CreateDeploymentJob"; /** * Create a deployment fleet that represents a logical group of robots running the * same robot application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateFleet.html */ AwsRobomakerActions["CreateFleet"] = "robomaker:CreateFleet"; /** * Create a robot that can be registered to a fleet * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateRobot.html */ AwsRobomakerActions["CreateRobot"] = "robomaker:CreateRobot"; /** * Create a robot application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateRobotApplication.html */ AwsRobomakerActions["CreateRobotApplication"] = "robomaker:CreateRobotApplication"; /** * Create a snapshot of a robot application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateRobotApplicationVersion.html */ AwsRobomakerActions["CreateRobotApplicationVersion"] = "robomaker:CreateRobotApplicationVersion"; /** * Create a simulation application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateSimulationApplication.html */ AwsRobomakerActions["CreateSimulationApplication"] = "robomaker:CreateSimulationApplication"; /** * Create a snapshot of a simulation application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateSimulationApplicationVersion.html */ AwsRobomakerActions["CreateSimulationApplicationVersion"] = "robomaker:CreateSimulationApplicationVersion"; /** * Create a simulation job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateSimulationJob.html */ AwsRobomakerActions["CreateSimulationJob"] = "robomaker:CreateSimulationJob"; /** * Create a world export job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateWorldExportJob.html */ AwsRobomakerActions["CreateWorldExportJob"] = "robomaker:CreateWorldExportJob"; /** * Create a world generation job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateWorldGenerationJob.html */ AwsRobomakerActions["CreateWorldGenerationJob"] = "robomaker:CreateWorldGenerationJob"; /** * Create a world template * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_CreateWorldTemplate.html */ AwsRobomakerActions["CreateWorldTemplate"] = "robomaker:CreateWorldTemplate"; /** * Delete a deployment fleet * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DeleteFleet.html */ AwsRobomakerActions["DeleteFleet"] = "robomaker:DeleteFleet"; /** * Delete a robot * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DeleteRobot.html */ AwsRobomakerActions["DeleteRobot"] = "robomaker:DeleteRobot"; /** * Delete a robot application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DeleteRobotApplication.html */ AwsRobomakerActions["DeleteRobotApplication"] = "robomaker:DeleteRobotApplication"; /** * Delete a simulation application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DeleteSimulationApplication.html */ AwsRobomakerActions["DeleteSimulationApplication"] = "robomaker:DeleteSimulationApplication"; /** * Delete a world template * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DeleteWorldTemplate.html */ AwsRobomakerActions["DeleteWorldTemplate"] = "robomaker:DeleteWorldTemplate"; /** * Deregister a robot from a fleet * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DeregisterRobot.html */ AwsRobomakerActions["DeregisterRobot"] = "robomaker:DeregisterRobot"; /** * Describe a deployment job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeDeploymentJob.html */ AwsRobomakerActions["DescribeDeploymentJob"] = "robomaker:DescribeDeploymentJob"; /** * Describe a deployment fleet * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeFleet.html */ AwsRobomakerActions["DescribeFleet"] = "robomaker:DescribeFleet"; /** * Describe a robot * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeRobot.html */ AwsRobomakerActions["DescribeRobot"] = "robomaker:DescribeRobot"; /** * Describe a robot application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeRobotApplication.html */ AwsRobomakerActions["DescribeRobotApplication"] = "robomaker:DescribeRobotApplication"; /** * Describe a simulation application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeSimulationApplication.html */ AwsRobomakerActions["DescribeSimulationApplication"] = "robomaker:DescribeSimulationApplication"; /** * Describe a simulation job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeSimulationJob.html */ AwsRobomakerActions["DescribeSimulationJob"] = "robomaker:DescribeSimulationJob"; /** * Describe a simulation job batch * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeSimulationJobBatch.html */ AwsRobomakerActions["DescribeSimulationJobBatch"] = "robomaker:DescribeSimulationJobBatch"; /** * Describe a world * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeWorld.html */ AwsRobomakerActions["DescribeWorld"] = "robomaker:DescribeWorld"; /** * Describe a world export job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeWorldExportJob.html */ AwsRobomakerActions["DescribeWorldExportJob"] = "robomaker:DescribeWorldExportJob"; /** * Describe a world generation job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeWorldGenerationJob.html */ AwsRobomakerActions["DescribeWorldGenerationJob"] = "robomaker:DescribeWorldGenerationJob"; /** * Describe a world template * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_DescribeWorldTemplate.html */ AwsRobomakerActions["DescribeWorldTemplate"] = "robomaker:DescribeWorldTemplate"; /** * Get the body of a world template * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_GetWorldTemplateBody.html */ AwsRobomakerActions["GetWorldTemplateBody"] = "robomaker:GetWorldTemplateBody"; /** * List deployment jobs * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListDeploymentJobs.html */ AwsRobomakerActions["ListDeploymentJobs"] = "robomaker:ListDeploymentJobs"; /** * List fleets * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListFleets.html */ AwsRobomakerActions["ListFleets"] = "robomaker:ListFleets"; /** * List robot applications * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListRobotApplications.html */ AwsRobomakerActions["ListRobotApplications"] = "robomaker:ListRobotApplications"; /** * List robots * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListRobots.html */ AwsRobomakerActions["ListRobots"] = "robomaker:ListRobots"; /** * List simulation applications * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListSimulationApplications.html */ AwsRobomakerActions["ListSimulationApplications"] = "robomaker:ListSimulationApplications"; /** * List simulation job batches * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListSimulationJobBatches.html */ AwsRobomakerActions["ListSimulationJobBatches"] = "robomaker:ListSimulationJobBatches"; /** * List simulation jobs * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListSimulationJobs.html */ AwsRobomakerActions["ListSimulationJobs"] = "robomaker:ListSimulationJobs"; /** * List tags for a RoboMaker resource * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListTagsForResource.html */ AwsRobomakerActions["ListTagsForResource"] = "robomaker:ListTagsForResource"; /** * List world export jobs * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListWorldExportJobs.html */ AwsRobomakerActions["ListWorldExportJobs"] = "robomaker:ListWorldExportJobs"; /** * List world generation jobs * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListWorldGenerationJobs.html */ AwsRobomakerActions["ListWorldGenerationJobs"] = "robomaker:ListWorldGenerationJobs"; /** * List world templates * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListWorldTemplates.html */ AwsRobomakerActions["ListWorldTemplates"] = "robomaker:ListWorldTemplates"; /** * List worlds * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_ListWorlds.html */ AwsRobomakerActions["ListWorlds"] = "robomaker:ListWorlds"; /** * Register a robot to a fleet * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_RegisterRobot.html */ AwsRobomakerActions["RegisterRobot"] = "robomaker:RegisterRobot"; /** * Restart a running simulation job * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_RestartSimulationJob.html */ AwsRobomakerActions["RestartSimulationJob"] = "robomaker:RestartSimulationJob"; /** * Create a simulation job batch * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_StartSimulationJobBatch.html */ AwsRobomakerActions["StartSimulationJobBatch"] = "robomaker:StartSimulationJobBatch"; /** * Ensures the most recently deployed robot application is deployed to all robots * in the fleet * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_SyncDeploymentJob.html */ AwsRobomakerActions["SyncDeploymentJob"] = "robomaker:SyncDeploymentJob"; /** * Add tags to a RoboMaker resource * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_TagResource.html */ AwsRobomakerActions["TagResource"] = "robomaker:TagResource"; /** * Remove tags from a RoboMaker resource * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_UntagResource.html */ AwsRobomakerActions["UntagResource"] = "robomaker:UntagResource"; /** * Update a robot application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_UpdateRobotApplication.html */ AwsRobomakerActions["UpdateRobotApplication"] = "robomaker:UpdateRobotApplication"; /** * Update a simulation application * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_UpdateSimulationApplication.html */ AwsRobomakerActions["UpdateSimulationApplication"] = "robomaker:UpdateSimulationApplication"; /** * Update a world template * * See https://docs.aws.amazon.com/robomaker/latest/dg/API_UpdateWorldTemplate.html */ AwsRobomakerActions["UpdateWorldTemplate"] = "robomaker:UpdateWorldTemplate"; })(AwsRobomakerActions || (AwsRobomakerActions = {})); //# sourceMappingURL=robomaker.js.map