package
1.55.6
Repository: https://github.com/aws/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

Package iotfleetwiseiface provides an interface to enable mocking the AWS IoT FleetWise service client for testing your code.

# Functions

CampaignStatus_Values returns all elements of the CampaignStatus enum.
Compression_Values returns all elements of the Compression enum.
DataFormat_Values returns all elements of the DataFormat enum.
DiagnosticsMode_Values returns all elements of the DiagnosticsMode enum.
EncryptionStatus_Values returns all elements of the EncryptionStatus enum.
EncryptionType_Values returns all elements of the EncryptionType enum.
LogType_Values returns all elements of the LogType enum.
ManifestStatus_Values returns all elements of the ManifestStatus enum.
NetworkInterfaceFailureReason_Values returns all elements of the NetworkInterfaceFailureReason enum.
NetworkInterfaceType_Values returns all elements of the NetworkInterfaceType enum.
New creates a new instance of the IoTFleetWise client with a session.
NodeDataEncoding_Values returns all elements of the NodeDataEncoding enum.
NodeDataType_Values returns all elements of the NodeDataType enum.
RegistrationStatus_Values returns all elements of the RegistrationStatus enum.
ROS2PrimitiveType_Values returns all elements of the ROS2PrimitiveType enum.
SignalDecoderFailureReason_Values returns all elements of the SignalDecoderFailureReason enum.
SignalDecoderType_Values returns all elements of the SignalDecoderType enum.
SignalNodeType_Values returns all elements of the SignalNodeType enum.
SpoolingMode_Values returns all elements of the SpoolingMode enum.
StorageCompressionFormat_Values returns all elements of the StorageCompressionFormat enum.
StructuredMessageListType_Values returns all elements of the StructuredMessageListType enum.
TriggerMode_Values returns all elements of the TriggerMode enum.
UpdateCampaignAction_Values returns all elements of the UpdateCampaignAction enum.
UpdateMode_Values returns all elements of the UpdateMode enum.
ValidationExceptionReason_Values returns all elements of the ValidationExceptionReason enum.
VehicleAssociationBehavior_Values returns all elements of the VehicleAssociationBehavior enum.
VehicleMiddlewareProtocol_Values returns all elements of the VehicleMiddlewareProtocol enum.
VehicleState_Values returns all elements of the VehicleState enum.

# Constants

CampaignStatusCreating is a CampaignStatus enum value.
CampaignStatusRunning is a CampaignStatus enum value.
CampaignStatusSuspended is a CampaignStatus enum value.
CampaignStatusWaitingForApproval is a CampaignStatus enum value.
CompressionOff is a Compression enum value.
CompressionSnappy is a Compression enum value.
DataFormatJson is a DataFormat enum value.
DataFormatParquet is a DataFormat enum value.
DiagnosticsModeOff is a DiagnosticsMode enum value.
DiagnosticsModeSendActiveDtcs is a DiagnosticsMode enum value.
EncryptionStatusFailure is a EncryptionStatus enum value.
EncryptionStatusPending is a EncryptionStatus enum value.
EncryptionStatusSuccess is a EncryptionStatus enum value.
EncryptionTypeFleetwiseDefaultEncryption is a EncryptionType enum value.
EncryptionTypeKmsBasedEncryption is a EncryptionType enum value.
ID to lookup a service endpoint with.
ErrCodeAccessDeniedException for service response error code "AccessDeniedException".
ErrCodeConflictException for service response error code "ConflictException".
ErrCodeDecoderManifestValidationException for service response error code "DecoderManifestValidationException".
ErrCodeInternalServerException for service response error code "InternalServerException".
ErrCodeInvalidNodeException for service response error code "InvalidNodeException".
ErrCodeInvalidSignalsException for service response error code "InvalidSignalsException".
ErrCodeLimitExceededException for service response error code "LimitExceededException".
ErrCodeResourceNotFoundException for service response error code "ResourceNotFoundException".
ErrCodeThrottlingException for service response error code "ThrottlingException".
ErrCodeValidationException for service response error code "ValidationException".
LogTypeError is a LogType enum value.
LogTypeOff is a LogType enum value.
ManifestStatusActive is a ManifestStatus enum value.
ManifestStatusDraft is a ManifestStatus enum value.
ManifestStatusInvalid is a ManifestStatus enum value.
ManifestStatusValidating is a ManifestStatus enum value.
NetworkInterfaceFailureReasonCanNetworkInterfaceInfoIsNull is a NetworkInterfaceFailureReason enum value.
NetworkInterfaceFailureReasonConflictingNetworkInterface is a NetworkInterfaceFailureReason enum value.
NetworkInterfaceFailureReasonDuplicateNetworkInterface is a NetworkInterfaceFailureReason enum value.
NetworkInterfaceFailureReasonNetworkInterfaceToAddAlreadyExists is a NetworkInterfaceFailureReason enum value.
NetworkInterfaceFailureReasonNetworkInterfaceToRemoveAssociatedWithSignals is a NetworkInterfaceFailureReason enum value.
NetworkInterfaceFailureReasonObdNetworkInterfaceInfoIsNull is a NetworkInterfaceFailureReason enum value.
NetworkInterfaceFailureReasonVehicleMiddlewareNetworkInterfaceInfoIsNull is a NetworkInterfaceFailureReason enum value.
NetworkInterfaceTypeCanInterface is a NetworkInterfaceType enum value.
NetworkInterfaceTypeObdInterface is a NetworkInterfaceType enum value.
NetworkInterfaceTypeVehicleMiddleware is a NetworkInterfaceType enum value.
NodeDataEncodingBinary is a NodeDataEncoding enum value.
NodeDataEncodingTyped is a NodeDataEncoding enum value.
NodeDataTypeBoolean is a NodeDataType enum value.
NodeDataTypeBooleanArray is a NodeDataType enum value.
NodeDataTypeDouble is a NodeDataType enum value.
NodeDataTypeDoubleArray is a NodeDataType enum value.
NodeDataTypeFloat is a NodeDataType enum value.
NodeDataTypeFloatArray is a NodeDataType enum value.
NodeDataTypeInt16 is a NodeDataType enum value.
NodeDataTypeInt16Array is a NodeDataType enum value.
NodeDataTypeInt32 is a NodeDataType enum value.
NodeDataTypeInt32Array is a NodeDataType enum value.
NodeDataTypeInt64 is a NodeDataType enum value.
NodeDataTypeInt64Array is a NodeDataType enum value.
NodeDataTypeInt8 is a NodeDataType enum value.
NodeDataTypeInt8Array is a NodeDataType enum value.
NodeDataTypeString is a NodeDataType enum value.
NodeDataTypeStringArray is a NodeDataType enum value.
NodeDataTypeStruct is a NodeDataType enum value.
NodeDataTypeStructArray is a NodeDataType enum value.
NodeDataTypeUint16 is a NodeDataType enum value.
NodeDataTypeUint16Array is a NodeDataType enum value.
NodeDataTypeUint32 is a NodeDataType enum value.
NodeDataTypeUint32Array is a NodeDataType enum value.
NodeDataTypeUint64 is a NodeDataType enum value.
NodeDataTypeUint64Array is a NodeDataType enum value.
NodeDataTypeUint8 is a NodeDataType enum value.
NodeDataTypeUint8Array is a NodeDataType enum value.
NodeDataTypeUnixTimestamp is a NodeDataType enum value.
NodeDataTypeUnixTimestampArray is a NodeDataType enum value.
NodeDataTypeUnknown is a NodeDataType enum value.
RegistrationStatusRegistrationFailure is a RegistrationStatus enum value.
RegistrationStatusRegistrationPending is a RegistrationStatus enum value.
RegistrationStatusRegistrationSuccess is a RegistrationStatus enum value.
ROS2PrimitiveTypeBool is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeByte is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeChar is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeFloat32 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeFloat64 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeInt16 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeInt32 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeInt64 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeInt8 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeString is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeUint16 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeUint32 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeUint64 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeUint8 is a ROS2PrimitiveType enum value.
ROS2PrimitiveTypeWstring is a ROS2PrimitiveType enum value.
ServiceID is a unique identifier of a specific service.
Name of service.
SignalDecoderFailureReasonCanSignalInfoIsNull is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonConflictingSignal is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonDuplicateSignal is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonEmptyMessageSignal is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonMessageSignalInfoIsNull is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonNetworkInterfaceTypeIncompatibleWithSignalDecoderType is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonNoDecoderInfoForSignalInModel is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonNoSignalInCatalogForDecoderSignal is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonObdSignalInfoIsNull is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonSignalDecoderIncompatibleWithSignalCatalog is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonSignalDecoderTypeIncompatibleWithMessageSignalType is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonSignalNotAssociatedWithNetworkInterface is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonSignalNotInModel is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonSignalToAddAlreadyExists is a SignalDecoderFailureReason enum value.
SignalDecoderFailureReasonStructSizeMismatch is a SignalDecoderFailureReason enum value.
SignalDecoderTypeCanSignal is a SignalDecoderType enum value.
SignalDecoderTypeMessageSignal is a SignalDecoderType enum value.
SignalDecoderTypeObdSignal is a SignalDecoderType enum value.
SignalNodeTypeActuator is a SignalNodeType enum value.
SignalNodeTypeAttribute is a SignalNodeType enum value.
SignalNodeTypeBranch is a SignalNodeType enum value.
SignalNodeTypeCustomProperty is a SignalNodeType enum value.
SignalNodeTypeCustomStruct is a SignalNodeType enum value.
SignalNodeTypeSensor is a SignalNodeType enum value.
SpoolingModeOff is a SpoolingMode enum value.
SpoolingModeToDisk is a SpoolingMode enum value.
StorageCompressionFormatGzip is a StorageCompressionFormat enum value.
StorageCompressionFormatNone is a StorageCompressionFormat enum value.
StructuredMessageListTypeDynamicBoundedCapacity is a StructuredMessageListType enum value.
StructuredMessageListTypeDynamicUnboundedCapacity is a StructuredMessageListType enum value.
StructuredMessageListTypeFixedCapacity is a StructuredMessageListType enum value.
TriggerModeAlways is a TriggerMode enum value.
TriggerModeRisingEdge is a TriggerMode enum value.
UpdateCampaignActionApprove is a UpdateCampaignAction enum value.
UpdateCampaignActionResume is a UpdateCampaignAction enum value.
UpdateCampaignActionSuspend is a UpdateCampaignAction enum value.
UpdateCampaignActionUpdate is a UpdateCampaignAction enum value.
UpdateModeMerge is a UpdateMode enum value.
UpdateModeOverwrite is a UpdateMode enum value.
ValidationExceptionReasonCannotParse is a ValidationExceptionReason enum value.
ValidationExceptionReasonFieldValidationFailed is a ValidationExceptionReason enum value.
ValidationExceptionReasonOther is a ValidationExceptionReason enum value.
ValidationExceptionReasonUnknownOperation is a ValidationExceptionReason enum value.
VehicleAssociationBehaviorCreateIotThing is a VehicleAssociationBehavior enum value.
VehicleAssociationBehaviorValidateIotThingExists is a VehicleAssociationBehavior enum value.
VehicleMiddlewareProtocolRos2 is a VehicleMiddlewareProtocol enum value.
VehicleStateCreated is a VehicleState enum value.
VehicleStateDeleting is a VehicleState enum value.
VehicleStateHealthy is a VehicleState enum value.
VehicleStateReady is a VehicleState enum value.
VehicleStateSuspended is a VehicleState enum value.

# Structs

You don't have sufficient permission to perform this action.
A signal that represents a vehicle device such as the engine, heater, and door locks.
A signal that represents static information about the vehicle, such as engine type or manufacturing date.
A group of signals that are defined in a hierarchical structure.
Information about a campaign.
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.
Specifies what data to collect and how often or when to collect it.
Information about a collection scheme that uses a simple logical expression to recognize what data to collect.
The request has conflicting operations.
An HTTP error resulting from creating a vehicle.
Information about the vehicle to create.
Information about a created vehicle.
Represents a member of the complex data structure.
The custom structure represents a complex or higher-order data structure.
The destination where the Amazon Web Services IoT FleetWise campaign sends data.
Information about a created decoder manifest.
The request couldn't be completed because it contains signal decoders with one or more validation errors.
Information about a fleet.
Vehicle Signal Specification (VSS) (https://www.w3.org/auto/wg/wiki/Vehicle_Signal_Specification_(VSS)/Vehicle_Data_Spec) is a precise language used to describe and model signals in vehicle networks.
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.
The IAM resource that enables Amazon Web Services IoT FleetWise edge agent software to send data to Amazon Timestream.
The request couldn't be completed because the server temporarily failed.
A reason a vehicle network interface isn't valid.
The specified node type doesn't match the expected node type for a node.
A reason that a signal isn't valid.
A reason that a signal decoder isn't valid.
The request couldn't be completed because it contains signals that aren't valid.
IoTFleetWise provides the API operation methods for making requests to AWS IoT FleetWise.
A service quota was exceeded.
The decoding information for a specific message which support higher order data types.
Information about a vehicle model (model manifest).
Specifications for defining a vehicle network.
Represents a node and its specifications in an in-vehicle communication network.
A general abstraction of a signal.
Information about the number of nodes and node types in a vehicle network.
A network interface that specifies the On-board diagnostic (OBD) II network protocol.
Information about signal messages using the on-board diagnostics (OBD) II protocol in a vehicle.
Represents a primitive type node of the complex data structure.
The resource wasn't found.
Represents a ROS 2 compliant primitive type message of the complex data structure.
The Amazon S3 bucket where the Amazon Web Services IoT FleetWise campaign sends data.
An input component that reports the environmental condition of a vehicle.
Information about a collection of standardized signals, which can be attributes, branches, sensors, or actuators.
Information about a signal decoder.
Information about a signal.
The structured message for the message signal.
Represents a StructureMessageName to DataType map element.
Represents a list type node of the complex data structure.
A set of key/value pairs that are used to manage the resource.
The request couldn't be completed due to throttling.
Information about a collection scheme that uses a time period to decide how often to collect data.
The Amazon Timestream table where the Amazon Web Services IoT FleetWise campaign sends data.
Information about the registered Amazon Timestream resources or errors, if any.
The registered Amazon Timestream resources that Amazon Web Services IoT FleetWise edge agent software can transfer your vehicle data to.
An HTTP error resulting from updating the description for a vehicle.
Information about the vehicle to update.
Information about the updated vehicle.
The input fails to satisfy the constraints specified by an Amazon Web Services service.
A validation error due to mismatch between the expected data type, length, or pattern of the parameter and the input.
The vehicle middleware defined as a type of network interface.
Information about the state of a vehicle and how it relates to the status of a campaign.
Information about a vehicle.