aws_sdk_robomaker/
operation.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `BatchDeleteWorlds` operation.
5pub mod batch_delete_worlds;
6
7/// Types for the `BatchDescribeSimulationJob` operation.
8pub mod batch_describe_simulation_job;
9
10/// Types for the `CancelDeploymentJob` operation.
11pub mod cancel_deployment_job;
12
13/// Types for the `CancelSimulationJob` operation.
14pub mod cancel_simulation_job;
15
16/// Types for the `CancelSimulationJobBatch` operation.
17pub mod cancel_simulation_job_batch;
18
19/// Types for the `CancelWorldExportJob` operation.
20pub mod cancel_world_export_job;
21
22/// Types for the `CancelWorldGenerationJob` operation.
23pub mod cancel_world_generation_job;
24
25/// Types for the `CreateDeploymentJob` operation.
26pub mod create_deployment_job;
27
28/// Types for the `CreateFleet` operation.
29pub mod create_fleet;
30
31/// Types for the `CreateRobot` operation.
32pub mod create_robot;
33
34/// Types for the `CreateRobotApplication` operation.
35pub mod create_robot_application;
36
37/// Types for the `CreateRobotApplicationVersion` operation.
38pub mod create_robot_application_version;
39
40/// Types for the `CreateSimulationApplication` operation.
41pub mod create_simulation_application;
42
43/// Types for the `CreateSimulationApplicationVersion` operation.
44pub mod create_simulation_application_version;
45
46/// Types for the `CreateSimulationJob` operation.
47pub mod create_simulation_job;
48
49/// Types for the `CreateWorldExportJob` operation.
50pub mod create_world_export_job;
51
52/// Types for the `CreateWorldGenerationJob` operation.
53pub mod create_world_generation_job;
54
55/// Types for the `CreateWorldTemplate` operation.
56pub mod create_world_template;
57
58/// Types for the `DeleteFleet` operation.
59pub mod delete_fleet;
60
61/// Types for the `DeleteRobot` operation.
62pub mod delete_robot;
63
64/// Types for the `DeleteRobotApplication` operation.
65pub mod delete_robot_application;
66
67/// Types for the `DeleteSimulationApplication` operation.
68pub mod delete_simulation_application;
69
70/// Types for the `DeleteWorldTemplate` operation.
71pub mod delete_world_template;
72
73/// Types for the `DeregisterRobot` operation.
74pub mod deregister_robot;
75
76/// Types for the `DescribeDeploymentJob` operation.
77pub mod describe_deployment_job;
78
79/// Types for the `DescribeFleet` operation.
80pub mod describe_fleet;
81
82/// Types for the `DescribeRobot` operation.
83pub mod describe_robot;
84
85/// Types for the `DescribeRobotApplication` operation.
86pub mod describe_robot_application;
87
88/// Types for the `DescribeSimulationApplication` operation.
89pub mod describe_simulation_application;
90
91/// Types for the `DescribeSimulationJob` operation.
92pub mod describe_simulation_job;
93
94/// Types for the `DescribeSimulationJobBatch` operation.
95pub mod describe_simulation_job_batch;
96
97/// Types for the `DescribeWorld` operation.
98pub mod describe_world;
99
100/// Types for the `DescribeWorldExportJob` operation.
101pub mod describe_world_export_job;
102
103/// Types for the `DescribeWorldGenerationJob` operation.
104pub mod describe_world_generation_job;
105
106/// Types for the `DescribeWorldTemplate` operation.
107pub mod describe_world_template;
108
109/// Types for the `GetWorldTemplateBody` operation.
110pub mod get_world_template_body;
111
112/// Types for the `ListDeploymentJobs` operation.
113pub mod list_deployment_jobs;
114
115/// Types for the `ListFleets` operation.
116pub mod list_fleets;
117
118/// Types for the `ListRobotApplications` operation.
119pub mod list_robot_applications;
120
121/// Types for the `ListRobots` operation.
122pub mod list_robots;
123
124/// Types for the `ListSimulationApplications` operation.
125pub mod list_simulation_applications;
126
127/// Types for the `ListSimulationJobBatches` operation.
128pub mod list_simulation_job_batches;
129
130/// Types for the `ListSimulationJobs` operation.
131pub mod list_simulation_jobs;
132
133/// Types for the `ListTagsForResource` operation.
134pub mod list_tags_for_resource;
135
136/// Types for the `ListWorldExportJobs` operation.
137pub mod list_world_export_jobs;
138
139/// Types for the `ListWorldGenerationJobs` operation.
140pub mod list_world_generation_jobs;
141
142/// Types for the `ListWorldTemplates` operation.
143pub mod list_world_templates;
144
145/// Types for the `ListWorlds` operation.
146pub mod list_worlds;
147
148/// Types for the `RegisterRobot` operation.
149pub mod register_robot;
150
151/// Types for the `RestartSimulationJob` operation.
152pub mod restart_simulation_job;
153
154/// Types for the `StartSimulationJobBatch` operation.
155pub mod start_simulation_job_batch;
156
157/// Types for the `SyncDeploymentJob` operation.
158pub mod sync_deployment_job;
159
160/// Types for the `TagResource` operation.
161pub mod tag_resource;
162
163/// Types for the `UntagResource` operation.
164pub mod untag_resource;
165
166/// Types for the `UpdateRobotApplication` operation.
167pub mod update_robot_application;
168
169/// Types for the `UpdateSimulationApplication` operation.
170pub mod update_simulation_application;
171
172/// Types for the `UpdateWorldTemplate` operation.
173pub mod update_world_template;