aws-sdk-robomaker 1.81.0

AWS SDK for AWS RoboMaker
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `BatchDeleteWorlds` operation.
pub mod batch_delete_worlds;

/// Types for the `BatchDescribeSimulationJob` operation.
pub mod batch_describe_simulation_job;

/// Types for the `CancelDeploymentJob` operation.
pub mod cancel_deployment_job;

/// Types for the `CancelSimulationJob` operation.
pub mod cancel_simulation_job;

/// Types for the `CancelSimulationJobBatch` operation.
pub mod cancel_simulation_job_batch;

/// Types for the `CancelWorldExportJob` operation.
pub mod cancel_world_export_job;

/// Types for the `CancelWorldGenerationJob` operation.
pub mod cancel_world_generation_job;

/// Types for the `CreateDeploymentJob` operation.
pub mod create_deployment_job;

/// Types for the `CreateFleet` operation.
pub mod create_fleet;

/// Types for the `CreateRobot` operation.
pub mod create_robot;

/// Types for the `CreateRobotApplication` operation.
pub mod create_robot_application;

/// Types for the `CreateRobotApplicationVersion` operation.
pub mod create_robot_application_version;

/// Types for the `CreateSimulationApplication` operation.
pub mod create_simulation_application;

/// Types for the `CreateSimulationApplicationVersion` operation.
pub mod create_simulation_application_version;

/// Types for the `CreateSimulationJob` operation.
pub mod create_simulation_job;

/// Types for the `CreateWorldExportJob` operation.
pub mod create_world_export_job;

/// Types for the `CreateWorldGenerationJob` operation.
pub mod create_world_generation_job;

/// Types for the `CreateWorldTemplate` operation.
pub mod create_world_template;

/// Types for the `DeleteFleet` operation.
pub mod delete_fleet;

/// Types for the `DeleteRobot` operation.
pub mod delete_robot;

/// Types for the `DeleteRobotApplication` operation.
pub mod delete_robot_application;

/// Types for the `DeleteSimulationApplication` operation.
pub mod delete_simulation_application;

/// Types for the `DeleteWorldTemplate` operation.
pub mod delete_world_template;

/// Types for the `DeregisterRobot` operation.
pub mod deregister_robot;

/// Types for the `DescribeDeploymentJob` operation.
pub mod describe_deployment_job;

/// Types for the `DescribeFleet` operation.
pub mod describe_fleet;

/// Types for the `DescribeRobot` operation.
pub mod describe_robot;

/// Types for the `DescribeRobotApplication` operation.
pub mod describe_robot_application;

/// Types for the `DescribeSimulationApplication` operation.
pub mod describe_simulation_application;

/// Types for the `DescribeSimulationJob` operation.
pub mod describe_simulation_job;

/// Types for the `DescribeSimulationJobBatch` operation.
pub mod describe_simulation_job_batch;

/// Types for the `DescribeWorld` operation.
pub mod describe_world;

/// Types for the `DescribeWorldExportJob` operation.
pub mod describe_world_export_job;

/// Types for the `DescribeWorldGenerationJob` operation.
pub mod describe_world_generation_job;

/// Types for the `DescribeWorldTemplate` operation.
pub mod describe_world_template;

/// Types for the `GetWorldTemplateBody` operation.
pub mod get_world_template_body;

/// Types for the `ListDeploymentJobs` operation.
pub mod list_deployment_jobs;

/// Types for the `ListFleets` operation.
pub mod list_fleets;

/// Types for the `ListRobotApplications` operation.
pub mod list_robot_applications;

/// Types for the `ListRobots` operation.
pub mod list_robots;

/// Types for the `ListSimulationApplications` operation.
pub mod list_simulation_applications;

/// Types for the `ListSimulationJobBatches` operation.
pub mod list_simulation_job_batches;

/// Types for the `ListSimulationJobs` operation.
pub mod list_simulation_jobs;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListWorldExportJobs` operation.
pub mod list_world_export_jobs;

/// Types for the `ListWorldGenerationJobs` operation.
pub mod list_world_generation_jobs;

/// Types for the `ListWorldTemplates` operation.
pub mod list_world_templates;

/// Types for the `ListWorlds` operation.
pub mod list_worlds;

/// Types for the `RegisterRobot` operation.
pub mod register_robot;

/// Types for the `RestartSimulationJob` operation.
pub mod restart_simulation_job;

/// Types for the `StartSimulationJobBatch` operation.
pub mod start_simulation_job_batch;

/// Types for the `SyncDeploymentJob` operation.
pub mod sync_deployment_job;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateRobotApplication` operation.
pub mod update_robot_application;

/// Types for the `UpdateSimulationApplication` operation.
pub mod update_simulation_application;

/// Types for the `UpdateWorldTemplate` operation.
pub mod update_world_template;