aws_sdk_panorama/
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 `CreateApplicationInstance` operation.
5pub mod create_application_instance;
6
7/// Types for the `CreateJobForDevices` operation.
8pub mod create_job_for_devices;
9
10/// Types for the `CreateNodeFromTemplateJob` operation.
11pub mod create_node_from_template_job;
12
13/// Types for the `CreatePackage` operation.
14pub mod create_package;
15
16/// Types for the `CreatePackageImportJob` operation.
17pub mod create_package_import_job;
18
19/// Types for the `DeleteDevice` operation.
20pub mod delete_device;
21
22/// Types for the `DeletePackage` operation.
23pub mod delete_package;
24
25/// Types for the `DeregisterPackageVersion` operation.
26pub mod deregister_package_version;
27
28/// Types for the `DescribeApplicationInstance` operation.
29pub mod describe_application_instance;
30
31/// Types for the `DescribeApplicationInstanceDetails` operation.
32pub mod describe_application_instance_details;
33
34/// Types for the `DescribeDevice` operation.
35pub mod describe_device;
36
37/// Types for the `DescribeDeviceJob` operation.
38pub mod describe_device_job;
39
40/// Types for the `DescribeNode` operation.
41pub mod describe_node;
42
43/// Types for the `DescribeNodeFromTemplateJob` operation.
44pub mod describe_node_from_template_job;
45
46/// Types for the `DescribePackage` operation.
47pub mod describe_package;
48
49/// Types for the `DescribePackageImportJob` operation.
50pub mod describe_package_import_job;
51
52/// Types for the `DescribePackageVersion` operation.
53pub mod describe_package_version;
54
55/// Types for the `ListApplicationInstanceDependencies` operation.
56pub mod list_application_instance_dependencies;
57
58/// Types for the `ListApplicationInstanceNodeInstances` operation.
59pub mod list_application_instance_node_instances;
60
61/// Types for the `ListApplicationInstances` operation.
62pub mod list_application_instances;
63
64/// Types for the `ListDevices` operation.
65pub mod list_devices;
66
67/// Types for the `ListDevicesJobs` operation.
68pub mod list_devices_jobs;
69
70/// Types for the `ListNodeFromTemplateJobs` operation.
71pub mod list_node_from_template_jobs;
72
73/// Types for the `ListNodes` operation.
74pub mod list_nodes;
75
76/// Types for the `ListPackageImportJobs` operation.
77pub mod list_package_import_jobs;
78
79/// Types for the `ListPackages` operation.
80pub mod list_packages;
81
82/// Types for the `ListTagsForResource` operation.
83pub mod list_tags_for_resource;
84
85/// Types for the `ProvisionDevice` operation.
86pub mod provision_device;
87
88/// Types for the `RegisterPackageVersion` operation.
89pub mod register_package_version;
90
91/// Types for the `RemoveApplicationInstance` operation.
92pub mod remove_application_instance;
93
94/// Types for the `SignalApplicationInstanceNodeInstances` operation.
95pub mod signal_application_instance_node_instances;
96
97/// Types for the `TagResource` operation.
98pub mod tag_resource;
99
100/// Types for the `UntagResource` operation.
101pub mod untag_resource;
102
103/// Types for the `UpdateDeviceMetadata` operation.
104pub mod update_device_metadata;