IoTFleetWise#
Client#
- class IoTFleetWise.Client#
A low-level client representing AWS IoT FleetWise
Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of your vehicle data models, independent of the in-vehicle communication architecture, and define data collection rules to transfer only high-value data to the cloud.
For more information, see What is Amazon Web Services IoT FleetWise? in the Amazon Web Services IoT FleetWise Developer Guide.
import boto3 client = boto3.client('iotfleetwise')
These are the available methods:
- associate_vehicle_fleet
- batch_create_vehicle
- batch_update_vehicle
- can_paginate
- close
- create_campaign
- create_decoder_manifest
- create_fleet
- create_model_manifest
- create_signal_catalog
- create_vehicle
- delete_campaign
- delete_decoder_manifest
- delete_fleet
- delete_model_manifest
- delete_signal_catalog
- delete_vehicle
- disassociate_vehicle_fleet
- get_campaign
- get_decoder_manifest
- get_encryption_configuration
- get_fleet
- get_logging_options
- get_model_manifest
- get_paginator
- get_register_account_status
- get_signal_catalog
- get_vehicle
- get_vehicle_status
- get_waiter
- import_decoder_manifest
- import_signal_catalog
- list_campaigns
- list_decoder_manifest_network_interfaces
- list_decoder_manifest_signals
- list_decoder_manifests
- list_fleets
- list_fleets_for_vehicle
- list_model_manifest_nodes
- list_model_manifests
- list_signal_catalog_nodes
- list_signal_catalogs
- list_tags_for_resource
- list_vehicles
- list_vehicles_in_fleet
- put_encryption_configuration
- put_logging_options
- register_account
- tag_resource
- untag_resource
- update_campaign
- update_decoder_manifest
- update_fleet
- update_model_manifest
- update_signal_catalog
- update_vehicle
Client Exceptions#
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are: