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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AssociateVehicleFleet` operation.
pub mod associate_vehicle_fleet;

/// Types for the `BatchCreateVehicle` operation.
pub mod batch_create_vehicle;

/// Types for the `BatchUpdateVehicle` operation.
pub mod batch_update_vehicle;

/// Types for the `CreateCampaign` operation.
pub mod create_campaign;

/// Types for the `CreateDecoderManifest` operation.
pub mod create_decoder_manifest;

/// Types for the `CreateFleet` operation.
pub mod create_fleet;

/// Types for the `CreateModelManifest` operation.
pub mod create_model_manifest;

/// Types for the `CreateSignalCatalog` operation.
pub mod create_signal_catalog;

/// Types for the `CreateVehicle` operation.
pub mod create_vehicle;

/// Types for the `DeleteCampaign` operation.
pub mod delete_campaign;

/// Types for the `DeleteDecoderManifest` operation.
pub mod delete_decoder_manifest;

/// Types for the `DeleteFleet` operation.
pub mod delete_fleet;

/// Types for the `DeleteModelManifest` operation.
pub mod delete_model_manifest;

/// Types for the `DeleteSignalCatalog` operation.
pub mod delete_signal_catalog;

/// Types for the `DeleteVehicle` operation.
pub mod delete_vehicle;

/// Types for the `DisassociateVehicleFleet` operation.
pub mod disassociate_vehicle_fleet;

/// Types for the `GetCampaign` operation.
pub mod get_campaign;

/// Types for the `GetDecoderManifest` operation.
pub mod get_decoder_manifest;

/// Types for the `GetEncryptionConfiguration` operation.
pub mod get_encryption_configuration;

/// Types for the `GetFleet` operation.
pub mod get_fleet;

/// Types for the `GetLoggingOptions` operation.
pub mod get_logging_options;

/// Types for the `GetModelManifest` operation.
pub mod get_model_manifest;

/// Types for the `GetRegisterAccountStatus` operation.
pub mod get_register_account_status;

/// Types for the `GetSignalCatalog` operation.
pub mod get_signal_catalog;

/// Types for the `GetVehicle` operation.
pub mod get_vehicle;

/// Types for the `GetVehicleStatus` operation.
pub mod get_vehicle_status;

/// Types for the `ImportDecoderManifest` operation.
pub mod import_decoder_manifest;

/// Types for the `ImportSignalCatalog` operation.
pub mod import_signal_catalog;

/// Types for the `ListCampaigns` operation.
pub mod list_campaigns;

/// Types for the `ListDecoderManifestNetworkInterfaces` operation.
pub mod list_decoder_manifest_network_interfaces;

/// Types for the `ListDecoderManifestSignals` operation.
pub mod list_decoder_manifest_signals;

/// Types for the `ListDecoderManifests` operation.
pub mod list_decoder_manifests;

/// Types for the `ListFleets` operation.
pub mod list_fleets;

/// Types for the `ListFleetsForVehicle` operation.
pub mod list_fleets_for_vehicle;

/// Types for the `ListModelManifestNodes` operation.
pub mod list_model_manifest_nodes;

/// Types for the `ListModelManifests` operation.
pub mod list_model_manifests;

/// Types for the `ListSignalCatalogNodes` operation.
pub mod list_signal_catalog_nodes;

/// Types for the `ListSignalCatalogs` operation.
pub mod list_signal_catalogs;

/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;

/// Types for the `ListVehicles` operation.
pub mod list_vehicles;

/// Types for the `ListVehiclesInFleet` operation.
pub mod list_vehicles_in_fleet;

/// Types for the `PutEncryptionConfiguration` operation.
pub mod put_encryption_configuration;

/// Types for the `PutLoggingOptions` operation.
pub mod put_logging_options;

/// Types for the `RegisterAccount` operation.
pub mod register_account;

/// Types for the `TagResource` operation.
pub mod tag_resource;

/// Types for the `UntagResource` operation.
pub mod untag_resource;

/// Types for the `UpdateCampaign` operation.
pub mod update_campaign;

/// Types for the `UpdateDecoderManifest` operation.
pub mod update_decoder_manifest;

/// Types for the `UpdateFleet` operation.
pub mod update_fleet;

/// Types for the `UpdateModelManifest` operation.
pub mod update_model_manifest;

/// Types for the `UpdateSignalCatalog` operation.
pub mod update_signal_catalog;

/// Types for the `UpdateVehicle` operation.
pub mod update_vehicle;