Package-level declarations

Types

Link copied to clipboard

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.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Adds, or associates, a vehicle with a fleet.

Link copied to clipboard

Creates a group, or batch, of vehicles.

Link copied to clipboard

Updates a group, or batch, of vehicles.

Link copied to clipboard

Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software running in vehicles uses campaigns to decide how to collect and transfer data to the cloud. You create campaigns in the cloud. After you or your team approve campaigns, Amazon Web Services IoT FleetWise automatically deploys them to vehicles.

Link copied to clipboard

Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true:

Link copied to clipboard

Creates a fleet that represents a group of vehicles.

Link copied to clipboard

Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators).

Link copied to clipboard

Creates a collection of standardized signals that can be reused to create vehicle models.

Link copied to clipboard

Creates a state template. State templates contain state properties, which are signals that belong to a signal catalog that is synchronized between the Amazon Web Services IoT FleetWise Edge and the Amazon Web Services Cloud.

Link copied to clipboard

Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles created from the same vehicle model consist of the same signals inherited from the vehicle model.

Link copied to clipboard

Deletes a data collection campaign. Deleting a campaign suspends all data collection and removes it from any vehicles.

Link copied to clipboard

Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles associated with it.

Link copied to clipboard

Deletes a fleet. Before you delete a fleet, all vehicles must be dissociated from the fleet. For more information, see Delete a fleet (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

Link copied to clipboard

Deletes a vehicle model (model manifest).

Link copied to clipboard

Deletes a signal catalog.

Link copied to clipboard

Deletes a state template.

Link copied to clipboard

Deletes a vehicle and removes it from any campaigns.

Link copied to clipboard

Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a fleet doesn't delete the vehicle.

Link copied to clipboard

Retrieves information about a campaign.

Link copied to clipboard

Retrieves information about a created decoder manifest.

Link copied to clipboard

Retrieves the encryption configuration for resources and data in Amazon Web Services IoT FleetWise.

Link copied to clipboard
inline suspend fun IotFleetWiseClient.getFleet(crossinline block: GetFleetRequest.Builder.() -> Unit): GetFleetResponse

Retrieves information about a fleet.

Link copied to clipboard

Retrieves the logging options.

Link copied to clipboard

Retrieves information about a vehicle model (model manifest).

Link copied to clipboard

Retrieves information about the status of registering your Amazon Web Services account, IAM, and Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud.

Link copied to clipboard

Retrieves information about a signal catalog.

Link copied to clipboard

Retrieves information about a state template.

Link copied to clipboard
inline suspend fun IotFleetWiseClient.getVehicle(crossinline block: GetVehicleRequest.Builder.() -> Unit): GetVehicleResponse

Retrieves information about a vehicle.

Link copied to clipboard

Retrieves information about the status of campaigns, decoder manifests, or state templates associated with a vehicle.

Link copied to clipboard

Creates a decoder manifest using your existing CAN DBC file from your local device.

Link copied to clipboard

Creates a signal catalog using your existing VSS formatted content from your local device.

Link copied to clipboard

Lists information about created campaigns.

Link copied to clipboard

Lists the network interfaces specified in a decoder manifest.

Link copied to clipboard

Lists decoder manifests.

Link copied to clipboard

A list of information about signal decoders specified in a decoder manifest.

Link copied to clipboard
inline suspend fun IotFleetWiseClient.listFleets(crossinline block: ListFleetsRequest.Builder.() -> Unit): ListFleetsResponse

Retrieves information for each created fleet in an Amazon Web Services account.

Link copied to clipboard

Retrieves a list of IDs for all fleets that the vehicle is associated with.

Link copied to clipboard

Lists information about nodes specified in a vehicle model (model manifest).

Link copied to clipboard

Retrieves a list of vehicle models (model manifests).

Link copied to clipboard

Lists of information about the signals (nodes) specified in a signal catalog.

Link copied to clipboard

Lists all the created signal catalogs in an Amazon Web Services account.

Link copied to clipboard

Lists information about created state templates.

Link copied to clipboard

Lists the tags (metadata) you have assigned to the resource.

Link copied to clipboard

Retrieves a list of summaries of created vehicles.

Link copied to clipboard

Retrieves a list of summaries of all vehicles associated with a fleet.

Link copied to clipboard

Creates or updates the encryption configuration. Amazon Web Services IoT FleetWise can encrypt your data and resources using an Amazon Web Services managed key. Or, you can use a KMS key that you own and manage. For more information, see Data encryption in the Amazon Web Services IoT FleetWise Developer Guide.

Link copied to clipboard

Creates or updates the logging option.

Link copied to clipboard

This API operation contains deprecated parameters. Register your account again without the Timestream resources parameter so that Amazon Web Services IoT FleetWise can remove the Timestream metadata stored. You should then pass the data destination into the CreateCampaign API operation.

Link copied to clipboard

Adds to or modifies the tags of the given resource. Tags are metadata which can be used to manage a resource.

Link copied to clipboard

Removes the given tags (metadata) from the resource.

Link copied to clipboard

Updates a campaign.

Link copied to clipboard

Updates a decoder manifest.

Link copied to clipboard

Updates the description of an existing fleet.

Link copied to clipboard

Updates a vehicle model (model manifest). If created vehicles are associated with a vehicle model, it can't be updated.

Link copied to clipboard

Updates a signal catalog.

Link copied to clipboard

Updates a state template.

Link copied to clipboard

Updates a vehicle.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.