aws_sdk_snowdevicemanagement/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 `CancelTask` operation.
5pub mod cancel_task;
6
7/// Types for the `CreateTask` operation.
8pub mod create_task;
9
10/// Types for the `DescribeDevice` operation.
11pub mod describe_device;
12
13/// Types for the `DescribeDeviceEc2Instances` operation.
14pub mod describe_device_ec2_instances;
15
16/// Types for the `DescribeExecution` operation.
17pub mod describe_execution;
18
19/// Types for the `DescribeTask` operation.
20pub mod describe_task;
21
22/// Types for the `ListDeviceResources` operation.
23pub mod list_device_resources;
24
25/// Types for the `ListDevices` operation.
26pub mod list_devices;
27
28/// Types for the `ListExecutions` operation.
29pub mod list_executions;
30
31/// Types for the `ListTagsForResource` operation.
32pub mod list_tags_for_resource;
33
34/// Types for the `ListTasks` operation.
35pub mod list_tasks;
36
37/// Types for the `TagResource` operation.
38pub mod tag_resource;
39
40/// Types for the `UntagResource` operation.
41pub mod untag_resource;