aws_sdk_iotroborunner/
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 `CreateDestination` operation.
5pub mod create_destination;
6
7/// Types for the `CreateSite` operation.
8pub mod create_site;
9
10/// Types for the `CreateWorker` operation.
11pub mod create_worker;
12
13/// Types for the `CreateWorkerFleet` operation.
14pub mod create_worker_fleet;
15
16/// Types for the `DeleteDestination` operation.
17pub mod delete_destination;
18
19/// Types for the `DeleteSite` operation.
20pub mod delete_site;
21
22/// Types for the `DeleteWorker` operation.
23pub mod delete_worker;
24
25/// Types for the `DeleteWorkerFleet` operation.
26pub mod delete_worker_fleet;
27
28/// Types for the `GetDestination` operation.
29pub mod get_destination;
30
31/// Types for the `GetSite` operation.
32pub mod get_site;
33
34/// Types for the `GetWorker` operation.
35pub mod get_worker;
36
37/// Types for the `GetWorkerFleet` operation.
38pub mod get_worker_fleet;
39
40/// Types for the `ListDestinations` operation.
41pub mod list_destinations;
42
43/// Types for the `ListSites` operation.
44pub mod list_sites;
45
46/// Types for the `ListWorkerFleets` operation.
47pub mod list_worker_fleets;
48
49/// Types for the `ListWorkers` operation.
50pub mod list_workers;
51
52/// Types for the `UpdateDestination` operation.
53pub mod update_destination;
54
55/// Types for the `UpdateSite` operation.
56pub mod update_site;
57
58/// Types for the `UpdateWorker` operation.
59pub mod update_worker;
60
61/// Types for the `UpdateWorkerFleet` operation.
62pub mod update_worker_fleet;