1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_http::request_id::RequestId;

/// Types for the `CreateDestination` operation.
pub mod create_destination;

/// Types for the `CreateSite` operation.
pub mod create_site;

/// Types for the `CreateWorker` operation.
pub mod create_worker;

/// Types for the `CreateWorkerFleet` operation.
pub mod create_worker_fleet;

/// Types for the `DeleteDestination` operation.
pub mod delete_destination;

/// Types for the `DeleteSite` operation.
pub mod delete_site;

/// Types for the `DeleteWorker` operation.
pub mod delete_worker;

/// Types for the `DeleteWorkerFleet` operation.
pub mod delete_worker_fleet;

/// Types for the `GetDestination` operation.
pub mod get_destination;

/// Types for the `GetSite` operation.
pub mod get_site;

/// Types for the `GetWorker` operation.
pub mod get_worker;

/// Types for the `GetWorkerFleet` operation.
pub mod get_worker_fleet;

/// Types for the `ListDestinations` operation.
pub mod list_destinations;

/// Types for the `ListSites` operation.
pub mod list_sites;

/// Types for the `ListWorkerFleets` operation.
pub mod list_worker_fleets;

/// Types for the `ListWorkers` operation.
pub mod list_workers;

/// Types for the `UpdateDestination` operation.
pub mod update_destination;

/// Types for the `UpdateSite` operation.
pub mod update_site;

/// Types for the `UpdateWorker` operation.
pub mod update_worker;

/// Types for the `UpdateWorkerFleet` operation.
pub mod update_worker_fleet;