aws_sdk_iotfleetwise/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 `AssociateVehicleFleet` operation.
5pub mod associate_vehicle_fleet;
6
7/// Types for the `BatchCreateVehicle` operation.
8pub mod batch_create_vehicle;
9
10/// Types for the `BatchUpdateVehicle` operation.
11pub mod batch_update_vehicle;
12
13/// Types for the `CreateCampaign` operation.
14pub mod create_campaign;
15
16/// Types for the `CreateDecoderManifest` operation.
17pub mod create_decoder_manifest;
18
19/// Types for the `CreateFleet` operation.
20pub mod create_fleet;
21
22/// Types for the `CreateModelManifest` operation.
23pub mod create_model_manifest;
24
25/// Types for the `CreateSignalCatalog` operation.
26pub mod create_signal_catalog;
27
28/// Types for the `CreateStateTemplate` operation.
29pub mod create_state_template;
30
31/// Types for the `CreateVehicle` operation.
32pub mod create_vehicle;
33
34/// Types for the `DeleteCampaign` operation.
35pub mod delete_campaign;
36
37/// Types for the `DeleteDecoderManifest` operation.
38pub mod delete_decoder_manifest;
39
40/// Types for the `DeleteFleet` operation.
41pub mod delete_fleet;
42
43/// Types for the `DeleteModelManifest` operation.
44pub mod delete_model_manifest;
45
46/// Types for the `DeleteSignalCatalog` operation.
47pub mod delete_signal_catalog;
48
49/// Types for the `DeleteStateTemplate` operation.
50pub mod delete_state_template;
51
52/// Types for the `DeleteVehicle` operation.
53pub mod delete_vehicle;
54
55/// Types for the `DisassociateVehicleFleet` operation.
56pub mod disassociate_vehicle_fleet;
57
58/// Types for the `GetCampaign` operation.
59pub mod get_campaign;
60
61/// Types for the `GetDecoderManifest` operation.
62pub mod get_decoder_manifest;
63
64/// Types for the `GetEncryptionConfiguration` operation.
65pub mod get_encryption_configuration;
66
67/// Types for the `GetFleet` operation.
68pub mod get_fleet;
69
70/// Types for the `GetLoggingOptions` operation.
71pub mod get_logging_options;
72
73/// Types for the `GetModelManifest` operation.
74pub mod get_model_manifest;
75
76/// Types for the `GetRegisterAccountStatus` operation.
77pub mod get_register_account_status;
78
79/// Types for the `GetSignalCatalog` operation.
80pub mod get_signal_catalog;
81
82/// Types for the `GetStateTemplate` operation.
83pub mod get_state_template;
84
85/// Types for the `GetVehicle` operation.
86pub mod get_vehicle;
87
88/// Types for the `GetVehicleStatus` operation.
89pub mod get_vehicle_status;
90
91/// Types for the `ImportDecoderManifest` operation.
92pub mod import_decoder_manifest;
93
94/// Types for the `ImportSignalCatalog` operation.
95pub mod import_signal_catalog;
96
97/// Types for the `ListCampaigns` operation.
98pub mod list_campaigns;
99
100/// Types for the `ListDecoderManifestNetworkInterfaces` operation.
101pub mod list_decoder_manifest_network_interfaces;
102
103/// Types for the `ListDecoderManifestSignals` operation.
104pub mod list_decoder_manifest_signals;
105
106/// Types for the `ListDecoderManifests` operation.
107pub mod list_decoder_manifests;
108
109/// Types for the `ListFleets` operation.
110pub mod list_fleets;
111
112/// Types for the `ListFleetsForVehicle` operation.
113pub mod list_fleets_for_vehicle;
114
115/// Types for the `ListModelManifestNodes` operation.
116pub mod list_model_manifest_nodes;
117
118/// Types for the `ListModelManifests` operation.
119pub mod list_model_manifests;
120
121/// Types for the `ListSignalCatalogNodes` operation.
122pub mod list_signal_catalog_nodes;
123
124/// Types for the `ListSignalCatalogs` operation.
125pub mod list_signal_catalogs;
126
127/// Types for the `ListStateTemplates` operation.
128pub mod list_state_templates;
129
130/// Types for the `ListTagsForResource` operation.
131pub mod list_tags_for_resource;
132
133/// Types for the `ListVehicles` operation.
134pub mod list_vehicles;
135
136/// Types for the `ListVehiclesInFleet` operation.
137pub mod list_vehicles_in_fleet;
138
139/// Types for the `PutEncryptionConfiguration` operation.
140pub mod put_encryption_configuration;
141
142/// Types for the `PutLoggingOptions` operation.
143pub mod put_logging_options;
144
145/// Types for the `RegisterAccount` operation.
146pub mod register_account;
147
148/// Types for the `TagResource` operation.
149pub mod tag_resource;
150
151/// Types for the `UntagResource` operation.
152pub mod untag_resource;
153
154/// Types for the `UpdateCampaign` operation.
155pub mod update_campaign;
156
157/// Types for the `UpdateDecoderManifest` operation.
158pub mod update_decoder_manifest;
159
160/// Types for the `UpdateFleet` operation.
161pub mod update_fleet;
162
163/// Types for the `UpdateModelManifest` operation.
164pub mod update_model_manifest;
165
166/// Types for the `UpdateSignalCatalog` operation.
167pub mod update_signal_catalog;
168
169/// Types for the `UpdateStateTemplate` operation.
170pub mod update_state_template;
171
172/// Types for the `UpdateVehicle` operation.
173pub mod update_vehicle;