aws_sdk_iot1clickprojects/
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 `AssociateDeviceWithPlacement` operation.
5pub mod associate_device_with_placement;
6
7/// Types for the `CreatePlacement` operation.
8pub mod create_placement;
9
10/// Types for the `CreateProject` operation.
11pub mod create_project;
12
13/// Types for the `DeletePlacement` operation.
14pub mod delete_placement;
15
16/// Types for the `DeleteProject` operation.
17pub mod delete_project;
18
19/// Types for the `DescribePlacement` operation.
20pub mod describe_placement;
21
22/// Types for the `DescribeProject` operation.
23pub mod describe_project;
24
25/// Types for the `DisassociateDeviceFromPlacement` operation.
26pub mod disassociate_device_from_placement;
27
28/// Types for the `GetDevicesInPlacement` operation.
29pub mod get_devices_in_placement;
30
31/// Types for the `ListPlacements` operation.
32pub mod list_placements;
33
34/// Types for the `ListProjects` operation.
35pub mod list_projects;
36
37/// Types for the `ListTagsForResource` operation.
38pub mod list_tags_for_resource;
39
40/// Types for the `TagResource` operation.
41pub mod tag_resource;
42
43/// Types for the `UntagResource` operation.
44pub mod untag_resource;
45
46/// Types for the `UpdatePlacement` operation.
47pub mod update_placement;
48
49/// Types for the `UpdateProject` operation.
50pub mod update_project;