aws-sdk-iotfleetwise 1.108.0

AWS SDK for AWS IoT FleetWise
Documentation
// 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 `CreateStateTemplate` operation.
pub mod create_state_template;

/// 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 `DeleteStateTemplate` operation.
pub mod delete_state_template;

/// 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 `GetStateTemplate` operation.
pub mod get_state_template;

/// 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 `ListStateTemplates` operation.
pub mod list_state_templates;

/// 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 `UpdateStateTemplate` operation.
pub mod update_state_template;

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