Module Awso_iotfleetwise_asyncSource

include module type of struct include Awso_iotfleetwise.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]

You don't have sufficient permission to perform this action.

Sourcemodule ActuatorFullyQualifiedNameString = Awso_iotfleetwise.Values.ActuatorFullyQualifiedNameString

A signal that represents a vehicle device such as the engine, heater, and door locks. Data from an actuator reports the state of a certain vehicle device. Updating actuator data can change the state of a device. For example, you can turn on or off the heater by updating its actuator data.

Adds, or associates, a vehicle with a fleet.

A validation error due to mismatch between the expected data type, length, or pattern of the parameter and the input.

The input fails to satisfy the constraints specified by an Amazon Web Services service.

The request couldn't be completed due to throttling.

The resource wasn't found.

A service quota was exceeded.

The request couldn't be completed because the server temporarily failed.

Adds, or associates, a vehicle with a fleet.

Sourcemodule AttributeFullyQualifiedNameString = Awso_iotfleetwise.Values.AttributeFullyQualifiedNameString

A signal that represents static information about the vehicle, such as engine type or manufacturing date.

A set of key/value pairs that are used to manage the resource.

The length of time between state template updates.

Sourcemodule PeriodicStateTemplateUpdateStrategy = Awso_iotfleetwise.Values.PeriodicStateTemplateUpdateStrategy

Vehicles associated with the state template will stream telemetry data during a specified time period.

Sourcemodule OnChangeStateTemplateUpdateStrategy = Awso_iotfleetwise.Values.OnChangeStateTemplateUpdateStrategy

Vehicles associated with the state template will stream telemetry data when there is a change.

The update strategy for the state template. Vehicles associated with the state template can stream telemetry data with either an onChange or periodic update strategy. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

The state template associated with a vehicle. 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. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Information about the vehicle to create.

Creates a group, or batch, of vehicles. You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle. For more information, see Create multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

Information about a created vehicle.

An HTTP error resulting from creating a vehicle.

Creates a group, or batch, of vehicles. You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle. For more information, see Create multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

Sourcemodule StateTemplateAssociationIdentifiers = Awso_iotfleetwise.Values.StateTemplateAssociationIdentifiers

Information about the vehicle to update. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Updates a group, or batch, of vehicles. You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle. For more information, see Update multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

Information about the updated vehicle.

An HTTP error resulting from updating the description for a vehicle.

Updates a group, or batch, of vehicles. You must specify a decoder manifest and a vehicle model (model manifest) for each vehicle. For more information, see Update multiple vehicles (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

A group of signals that are defined in a hierarchical structure.

Information about a campaign. You can use the API operation to return this information about multiple created campaigns.

Configurations used to create a decoder manifest.

A single controller area network (CAN) device interface.

Information about a single controller area network (CAN) signal and the messages it receives and transmits.

The log delivery option to send data to Amazon CloudWatch Logs.

Information about a collection scheme that uses a time period to decide how often to collect data.

Information about a collection scheme that uses a simple logical expression to recognize what data to collect.

Specifies what data to collect and how often or when to collect it.

Specifies the condition under which a signal fetch occurs.

The request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.

Information about a signal.

Used to configure a frequency-based vehicle signal fetch.

The configuration of the signal fetch operation. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Information about the signal to be fetched. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

The upload options for the data partition. If upload options are specified, you must also specify storage options. See DataPartitionStorageOptions. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Information about the minimum amount of time that data will be kept. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

The maximum storage size for the data partition. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Size, time, and location options for the data partition.

The configuration for signal data storage and upload options. You can only specify these options when the campaign's spooling mode is TO_DISK. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

The Amazon Timestream table where the Amazon Web Services IoT FleetWise campaign sends data. Timestream stores and organizes data to optimize query processing time and to reduce storage costs. For more information, see Data modeling in the Amazon Timestream Developer Guide.

The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data. Amazon S3 is an object storage service that stores data as objects within buckets. For more information, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.

The MQTT topic to which the Amazon Web Services IoT FleetWise campaign routes data. For more information, see Device communication protocols in the Amazon Web Services IoT Core Developer Guide. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

The destination where the campaign sends data. You can send data to an MQTT topic, or store it in Amazon S3 or Amazon Timestream.

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. For more information, see Collect and transfer data with campaigns in the Amazon Web Services IoT FleetWise Developer Guide. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

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. For more information, see Collect and transfer data with campaigns in the Amazon Web Services IoT FleetWise Developer Guide. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.

Sourcemodule ROS2PrimitiveMessageDefinitionUpperBoundLong = Awso_iotfleetwise.Values.ROS2PrimitiveMessageDefinitionUpperBoundLong

Represents a ROS 2 compliant primitive type message of the complex data structure.

Represents a primitive type node of the complex data structure.

The structured message for the message signal. It can be defined with either a primitiveMessageDefinition, structuredMessageListDefinition, or structuredMessageDefinition recursively.

module StructuredMessageDefinition = Awso_iotfleetwise.Values.StructuredMessageDefinition
module StructuredMessageFieldNameAndDataTypePair = Awso_iotfleetwise.Values.StructuredMessageFieldNameAndDataTypePair

Represents a StructureMessageName to DataType map element.

module StructuredMessageListDefinition = Awso_iotfleetwise.Values.StructuredMessageListDefinition

Represents a list type node of the complex data structure.

The decoding information for a specific message which support higher order data types.

Information about signals using a custom decoding protocol as defined by the customer. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Information about a signal decoder.

The vehicle middleware defined as a type of network interface. Examples of vehicle middleware include ROS2 and SOME/IP.

A network interface that specifies the on-board diagnostic (OBD) II network protocol.

Sourcemodule CustomDecodingSignalInterfaceName = Awso_iotfleetwise.Values.CustomDecodingSignalInterfaceName

Represents a custom network interface as defined by the customer. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Represents a node and its specifications in an in-vehicle communication network. All signal decoders must be associated with a network node. To return this information about all the network interfaces specified in a decoder manifest, use the API operation.

Sourcemodule CreateDecoderManifestRequestModelManifestArnString = Awso_iotfleetwise.Values.CreateDecoderManifestRequestModelManifestArnString

Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true: Every signal decoder has a unique name. Each signal decoder is associated with a network interface. Each network interface has a unique ID. The signal decoders are specified in the model manifest.

A reason that a signal decoder isn't valid.

A reason a vehicle network interface isn't valid.

Sourcemodule DecoderManifestValidationException = Awso_iotfleetwise.Values.DecoderManifestValidationException

The request couldn't be completed because it contains signal decoders with one or more validation errors.

Creates the decoder manifest associated with a model manifest. To create a decoder manifest, the following must be true: Every signal decoder has a unique name. Each signal decoder is associated with a network interface. Each network interface has a unique ID. The signal decoders are specified in the model manifest.

Creates a fleet that represents a group of vehicles. You must create both a signal catalog and vehicles before you can create a fleet. For more information, see Fleets in the Amazon Web Services IoT FleetWise Developer Guide.

Creates a fleet that represents a group of vehicles. You must create both a signal catalog and vehicles before you can create a fleet. For more information, see Fleets in the Amazon Web Services IoT FleetWise Developer Guide.

Sourcemodule CreateModelManifestRequestNodesList = Awso_iotfleetwise.Values.CreateModelManifestRequestNodesList

Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators). For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.

A reason that a signal isn't valid.

The request couldn't be completed because it contains signals that aren't valid.

Creates a vehicle model (model manifest) that specifies signals (attributes, branches, sensors, and actuators). For more information, see Vehicle models in the Amazon Web Services IoT FleetWise Developer Guide.

An input component that reports the environmental condition of a vehicle. You can collect data about fluid levels, temperatures, vibrations, or battery voltage from sensors.

Sourcemodule CustomStructFullyQualifiedNameString = Awso_iotfleetwise.Values.CustomStructFullyQualifiedNameString

The custom structure represents a complex or higher-order data structure.

Sourcemodule CustomPropertyFullyQualifiedNameString = Awso_iotfleetwise.Values.CustomPropertyFullyQualifiedNameString

Represents a member of the complex data structure. The data type of the property can be either primitive or another struct.

A general abstraction of a signal. A node can be specified as an actuator, attribute, branch, or sensor.

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

The specified node type doesn't match the expected node type for a node. You can specify the node type as branch, sensor, actuator, or attribute.

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

Sourcemodule StateTemplateMetadataExtraDimensionNodePathList = Awso_iotfleetwise.Values.StateTemplateMetadataExtraDimensionNodePathList
Sourcemodule StateTemplateDataExtraDimensionNodePathList = Awso_iotfleetwise.Values.StateTemplateDataExtraDimensionNodePathList

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. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

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. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

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. If you have an existing Amazon Web Services IoT thing, you can use Amazon Web Services IoT FleetWise to create a vehicle and collect data from your thing. For more information, see Create a vehicle (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

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. If you have an existing Amazon Web Services IoT thing, you can use Amazon Web Services IoT FleetWise to create a vehicle and collect data from your thing. For more information, see Create a vehicle (AWS CLI) in the Amazon Web Services IoT FleetWise Developer Guide.

Information about a created decoder manifest. You can use the API operation to return this information about multiple decoder manifests.

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

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

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

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

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.

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.

Deletes a vehicle model (model manifest).

Deletes a vehicle model (model manifest).

Deletes a signal catalog.

Deletes a signal catalog.

Deletes a state template.

Deletes a state template.

Deletes a vehicle and removes it from any campaigns.

Deletes a vehicle and removes it from any campaigns.

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

Sourcemodule DisassociateVehicleFleetResponse = Awso_iotfleetwise.Values.DisassociateVehicleFleetResponse

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

Information about a fleet. You can use the API operation to return this information about multiple fleets.

Vehicle Signal Specification (VSS) is a precise language used to describe and model signals in vehicle networks. The JSON file collects signal specificiations in a VSS format.

Retrieves information about a campaign. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Retrieves information about a campaign. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Retrieves information about a created decoder manifest.

Retrieves information about a created decoder manifest.

Sourcemodule GetEncryptionConfigurationRequest = Awso_iotfleetwise.Values.GetEncryptionConfigurationRequest

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

Sourcemodule GetEncryptionConfigurationResponse = Awso_iotfleetwise.Values.GetEncryptionConfigurationResponse

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

Retrieves information about a fleet.

Retrieves information about a fleet.

Retrieves the logging options.

Retrieves the logging options.

Retrieves information about a vehicle model (model manifest).

Retrieves information about a vehicle model (model manifest).

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. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise. This API operation doesn't require input parameters.

Information about the registered Amazon Timestream resources or errors, if any.

Information about registering an Identity and Access Management (IAM) resource so Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to Amazon Timestream.

Sourcemodule GetRegisterAccountStatusResponse = Awso_iotfleetwise.Values.GetRegisterAccountStatusResponse

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. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise. This API operation doesn't require input parameters.

Retrieves information about a signal catalog.

Information about the number of nodes and node types in a vehicle network.

Retrieves information about a signal catalog.

Retrieves information about a state template. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Retrieves information about a state template. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Retrieves information about a vehicle.

Retrieves information about a vehicle.

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

Information about a campaign associated with a vehicle.

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

The IAM resource that enables Amazon Web Services IoT FleetWise edge agent software to send data to Amazon Timestream. For more information, see IAM roles in the Identity and Access Management User Guide.

Specifications for defining a vehicle network.

Creates a decoder manifest using your existing CAN DBC file from your local device. The CAN signal name must be unique and not repeated across CAN message definitions in a .dbc file.

Creates a decoder manifest using your existing CAN DBC file from your local device. The CAN signal name must be unique and not repeated across CAN message definitions in a .dbc file.

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

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

Lists information about created campaigns. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists information about created campaigns. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Sourcemodule ListDecoderManifestNetworkInterfacesRequest = Awso_iotfleetwise.Values.ListDecoderManifestNetworkInterfacesRequest

Lists the network interfaces specified in a decoder manifest. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Sourcemodule ListDecoderManifestNetworkInterfacesResponse = Awso_iotfleetwise.Values.ListDecoderManifestNetworkInterfacesResponse

Lists the network interfaces specified in a decoder manifest. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Sourcemodule ListDecoderManifestSignalsRequest = Awso_iotfleetwise.Values.ListDecoderManifestSignalsRequest

A list of information about signal decoders specified in a decoder manifest. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Sourcemodule ListDecoderManifestSignalsResponse = Awso_iotfleetwise.Values.ListDecoderManifestSignalsResponse

A list of information about signal decoders specified in a decoder manifest. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists decoder manifests. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists decoder manifests. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Retrieves a list of IDs for all fleets that the vehicle is associated with. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Retrieves a list of IDs for all fleets that the vehicle is associated with. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Retrieves information for each created fleet in an Amazon Web Services account. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Retrieves information for each created fleet in an Amazon Web Services account. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists information about nodes specified in a vehicle model (model manifest). This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists information about nodes specified in a vehicle model (model manifest). This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Retrieves a list of vehicle models (model manifests). This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Information about a vehicle model (model manifest). You can use the API operation to return this information about multiple vehicle models.

Retrieves a list of vehicle models (model manifests). This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists of information about the signals (nodes) specified in a signal catalog. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists of information about the signals (nodes) specified in a signal catalog. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists all the created signal catalogs in an Amazon Web Services account. You can use to list information about each signal (node) specified in a signal catalog. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.

Lists all the created signal catalogs in an Amazon Web Services account. You can use to list information about each signal (node) specified in a signal catalog. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Lists information about created state templates. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Information about a state template. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Lists information about created state templates. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

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

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

Retrieves a list of summaries of all vehicles associated with a fleet. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Retrieves a list of summaries of all vehicles associated with a fleet. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Retrieves a list of summaries of created vehicles. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Information about a vehicle. To return this information about vehicles in your account, you can use the API operation.

Retrieves a list of summaries of created vehicles. This API operation uses pagination. Specify the nextToken parameter in the request to return more results.

Sourcemodule PutEncryptionConfigurationRequestKmsKeyIdString = Awso_iotfleetwise.Values.PutEncryptionConfigurationRequestKmsKeyIdString
Sourcemodule PutEncryptionConfigurationRequest = Awso_iotfleetwise.Values.PutEncryptionConfigurationRequest

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.

Sourcemodule PutEncryptionConfigurationResponse = Awso_iotfleetwise.Values.PutEncryptionConfigurationResponse

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.

Creates or updates the logging option.

Creates or updates the logging option.

The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.

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. You must delete any existing campaigns that include an empty data destination before you register your account again. For more information, see the DeleteCampaign API operation. If you want to delete the Timestream inline policy from the service-linked role, such as to mitigate an overly permissive policy, you must first delete any existing campaigns. Then delete the service-linked role and register your account again to enable CloudWatch metrics. For more information, see DeleteServiceLinkedRole in the Identity and Access Management API Reference. Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise. An Amazon Web Services account is not the same thing as a "user." An Amazon Web Services user is an identity that you create using Identity and Access Management (IAM) and takes the form of either an IAM user or an IAM role, both with credentials. A single Amazon Web Services account can, and typically does, contain many users and roles.

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. You must delete any existing campaigns that include an empty data destination before you register your account again. For more information, see the DeleteCampaign API operation. If you want to delete the Timestream inline policy from the service-linked role, such as to mitigate an overly permissive policy, you must first delete any existing campaigns. Then delete the service-linked role and register your account again to enable CloudWatch metrics. For more information, see DeleteServiceLinkedRole in the Identity and Access Management API Reference. Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services Cloud. For more information, including step-by-step procedures, see Setting up Amazon Web Services IoT FleetWise. An Amazon Web Services account is not the same thing as a "user." An Amazon Web Services user is an identity that you create using Identity and Access Management (IAM) and takes the form of either an IAM user or an IAM role, both with credentials. A single Amazon Web Services account can, and typically does, contain many users and roles.

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

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

Removes the given tags (metadata) from the resource.

Removes the given tags (metadata) from the resource.

Updates a campaign.

Updates a campaign.

Updates a decoder manifest. A decoder manifest can only be updated when the status is DRAFT. Only ACTIVE decoder manifests can be associated with vehicles.

Updates a decoder manifest. A decoder manifest can only be updated when the status is DRAFT. Only ACTIVE decoder manifests can be associated with vehicles.

Updates the description of an existing fleet.

Updates the description of an existing fleet.

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

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

Updates a signal catalog.

Updates a signal catalog.

Updates a state template. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Updates a state template. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Updates a vehicle. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Updates a vehicle. Access to certain Amazon Web Services IoT FleetWise features is currently gated. For more information, see Amazon Web Services Region and feature availability in the Amazon Web Services IoT FleetWise Developer Guide.

Sourcemodule Cli : sig ... end