@aws-sdk/client-iotfleetwise 3.485.0 → 3.490.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist-cjs/models/models_0.js +0 -4
  2. package/dist-es/models/models_0.js +0 -4
  3. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +1 -1
  4. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -6
  6. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +7 -7
  7. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +5 -5
  8. package/dist-types/commands/CreateVehicleCommand.d.ts +1 -1
  9. package/dist-types/commands/GetCampaignCommand.d.ts +7 -7
  10. package/dist-types/commands/GetDecoderManifestCommand.d.ts +1 -1
  11. package/dist-types/commands/GetEncryptionConfigurationCommand.d.ts +2 -2
  12. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +1 -1
  13. package/dist-types/commands/GetModelManifestCommand.d.ts +1 -1
  14. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +3 -3
  15. package/dist-types/commands/GetVehicleStatusCommand.d.ts +1 -1
  16. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  17. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +2 -2
  18. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +5 -5
  19. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +1 -1
  20. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +5 -5
  21. package/dist-types/commands/ListModelManifestsCommand.d.ts +1 -1
  22. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +5 -5
  23. package/dist-types/commands/PutEncryptionConfigurationCommand.d.ts +3 -3
  24. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +1 -1
  25. package/dist-types/commands/RegisterAccountCommand.d.ts +1 -1
  26. package/dist-types/commands/UpdateCampaignCommand.d.ts +2 -2
  27. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +11 -11
  28. package/dist-types/commands/UpdateModelManifestCommand.d.ts +1 -1
  29. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +10 -10
  30. package/dist-types/commands/UpdateVehicleCommand.d.ts +1 -1
  31. package/dist-types/models/models_0.d.ts +0 -4
  32. package/dist-types/ts3.4/models/models_0.d.ts +0 -4
  33. package/package.json +14 -14
@@ -212,7 +212,6 @@ exports.LogType = {
212
212
  };
213
213
  exports.NetworkInterfaceType = {
214
214
  CAN_INTERFACE: "CAN_INTERFACE",
215
- CUSTOMER_DECODED_INTERFACE: "CUSTOMER_DECODED_INTERFACE",
216
215
  OBD_INTERFACE: "OBD_INTERFACE",
217
216
  VEHICLE_MIDDLEWARE: "VEHICLE_MIDDLEWARE",
218
217
  };
@@ -251,14 +250,12 @@ exports.StructuredMessageListType = {
251
250
  };
252
251
  exports.SignalDecoderType = {
253
252
  CAN_SIGNAL: "CAN_SIGNAL",
254
- CUSTOMER_DECODED_SIGNAL: "CUSTOMER_DECODED_SIGNAL",
255
253
  MESSAGE_SIGNAL: "MESSAGE_SIGNAL",
256
254
  OBD_SIGNAL: "OBD_SIGNAL",
257
255
  };
258
256
  exports.NetworkInterfaceFailureReason = {
259
257
  CAN_NETWORK_INTERFACE_INFO_IS_NULL: "CAN_NETWORK_INTERFACE_INFO_IS_NULL",
260
258
  CONFLICTING_NETWORK_INTERFACE: "CONFLICTING_NETWORK_INTERFACE",
261
- CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL",
262
259
  DUPLICATE_INTERFACE: "DUPLICATE_NETWORK_INTERFACE",
263
260
  NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS: "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS",
264
261
  NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS: "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
@@ -268,7 +265,6 @@ exports.NetworkInterfaceFailureReason = {
268
265
  exports.SignalDecoderFailureReason = {
269
266
  CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL",
270
267
  CONFLICTING_SIGNAL: "CONFLICTING_SIGNAL",
271
- CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL",
272
268
  DUPLICATE_SIGNAL: "DUPLICATE_SIGNAL",
273
269
  EMPTY_MESSAGE_SIGNAL: "EMPTY_MESSAGE_SIGNAL",
274
270
  MESSAGE_SIGNAL_INFO_IS_NULL: "MESSAGE_SIGNAL_INFO_IS_NULL",
@@ -202,7 +202,6 @@ export const LogType = {
202
202
  };
203
203
  export const NetworkInterfaceType = {
204
204
  CAN_INTERFACE: "CAN_INTERFACE",
205
- CUSTOMER_DECODED_INTERFACE: "CUSTOMER_DECODED_INTERFACE",
206
205
  OBD_INTERFACE: "OBD_INTERFACE",
207
206
  VEHICLE_MIDDLEWARE: "VEHICLE_MIDDLEWARE",
208
207
  };
@@ -241,14 +240,12 @@ export const StructuredMessageListType = {
241
240
  };
242
241
  export const SignalDecoderType = {
243
242
  CAN_SIGNAL: "CAN_SIGNAL",
244
- CUSTOMER_DECODED_SIGNAL: "CUSTOMER_DECODED_SIGNAL",
245
243
  MESSAGE_SIGNAL: "MESSAGE_SIGNAL",
246
244
  OBD_SIGNAL: "OBD_SIGNAL",
247
245
  };
248
246
  export const NetworkInterfaceFailureReason = {
249
247
  CAN_NETWORK_INTERFACE_INFO_IS_NULL: "CAN_NETWORK_INTERFACE_INFO_IS_NULL",
250
248
  CONFLICTING_NETWORK_INTERFACE: "CONFLICTING_NETWORK_INTERFACE",
251
- CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL",
252
249
  DUPLICATE_INTERFACE: "DUPLICATE_NETWORK_INTERFACE",
253
250
  NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS: "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS",
254
251
  NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS: "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
@@ -258,7 +255,6 @@ export const NetworkInterfaceFailureReason = {
258
255
  export const SignalDecoderFailureReason = {
259
256
  CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL",
260
257
  CONFLICTING_SIGNAL: "CONFLICTING_SIGNAL",
261
- CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL",
262
258
  DUPLICATE_SIGNAL: "DUPLICATE_SIGNAL",
263
259
  EMPTY_MESSAGE_SIGNAL: "EMPTY_MESSAGE_SIGNAL",
264
260
  MESSAGE_SIGNAL_INFO_IS_NULL: "MESSAGE_SIGNAL_INFO_IS_NULL",
@@ -48,7 +48,7 @@ declare const BatchCreateVehicleCommand_base: {
48
48
  * attributes: { // attributesMap
49
49
  * "<keys>": "STRING_VALUE",
50
50
  * },
51
- * associationBehavior: "STRING_VALUE",
51
+ * associationBehavior: "CreateIotThing" || "ValidateIotThingExists",
52
52
  * tags: [ // TagList
53
53
  * { // Tag
54
54
  * Key: "STRING_VALUE", // required
@@ -48,7 +48,7 @@ declare const BatchUpdateVehicleCommand_base: {
48
48
  * attributes: { // attributesMap
49
49
  * "<keys>": "STRING_VALUE",
50
50
  * },
51
- * attributeUpdateMode: "STRING_VALUE",
51
+ * attributeUpdateMode: "Overwrite" || "Merge",
52
52
  * },
53
53
  * ],
54
54
  * };
@@ -46,9 +46,9 @@ declare const CreateCampaignCommand_base: {
46
46
  * startTime: new Date("TIMESTAMP"),
47
47
  * expiryTime: new Date("TIMESTAMP"),
48
48
  * postTriggerCollectionDuration: Number("long"),
49
- * diagnosticsMode: "STRING_VALUE",
50
- * spoolingMode: "STRING_VALUE",
51
- * compression: "STRING_VALUE",
49
+ * diagnosticsMode: "OFF" || "SEND_ACTIVE_DTCS",
50
+ * spoolingMode: "OFF" || "TO_DISK",
51
+ * compression: "OFF" || "SNAPPY",
52
52
  * priority: Number("int"),
53
53
  * signalsToCollect: [ // SignalInformationList
54
54
  * { // SignalInformation
@@ -64,7 +64,7 @@ declare const CreateCampaignCommand_base: {
64
64
  * conditionBasedCollectionScheme: { // ConditionBasedCollectionScheme
65
65
  * expression: "STRING_VALUE", // required
66
66
  * minimumTriggerIntervalMs: Number("long"),
67
- * triggerMode: "STRING_VALUE",
67
+ * triggerMode: "ALWAYS" || "RISING_EDGE",
68
68
  * conditionLanguageVersion: Number("int"),
69
69
  * },
70
70
  * },
@@ -81,8 +81,8 @@ declare const CreateCampaignCommand_base: {
81
81
  * { // DataDestinationConfig Union: only one key present
82
82
  * s3Config: { // S3Config
83
83
  * bucketArn: "STRING_VALUE", // required
84
- * dataFormat: "STRING_VALUE",
85
- * storageCompressionFormat: "STRING_VALUE",
84
+ * dataFormat: "JSON" || "PARQUET",
85
+ * storageCompressionFormat: "NONE" || "GZIP",
86
86
  * prefix: "STRING_VALUE",
87
87
  * },
88
88
  * timestreamConfig: { // TimestreamConfig
@@ -55,7 +55,7 @@ declare const CreateDecoderManifestCommand_base: {
55
55
  * signalDecoders: [ // SignalDecoders
56
56
  * { // SignalDecoder
57
57
  * fullyQualifiedName: "STRING_VALUE", // required
58
- * type: "STRING_VALUE", // required
58
+ * type: "CAN_SIGNAL" || "OBD_SIGNAL" || "MESSAGE_SIGNAL", // required
59
59
  * interfaceId: "STRING_VALUE", // required
60
60
  * canSignal: { // CanSignal
61
61
  * messageId: Number("int"), // required
@@ -83,7 +83,7 @@ declare const CreateDecoderManifestCommand_base: {
83
83
  * structuredMessage: { // StructuredMessage Union: only one key present
84
84
  * primitiveMessageDefinition: { // PrimitiveMessageDefinition Union: only one key present
85
85
  * ros2PrimitiveMessageDefinition: { // ROS2PrimitiveMessageDefinition
86
- * primitiveType: "STRING_VALUE", // required
86
+ * primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
87
87
  * offset: Number("double"),
88
88
  * scaling: Number("double"),
89
89
  * upperBound: Number("long"),
@@ -94,7 +94,7 @@ declare const CreateDecoderManifestCommand_base: {
94
94
  * memberType: {// Union: only one key present
95
95
  * primitiveMessageDefinition: {// Union: only one key present
96
96
  * ros2PrimitiveMessageDefinition: {
97
- * primitiveType: "STRING_VALUE", // required
97
+ * primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
98
98
  * offset: Number("double"),
99
99
  * scaling: Number("double"),
100
100
  * upperBound: Number("long"),
@@ -103,7 +103,7 @@ declare const CreateDecoderManifestCommand_base: {
103
103
  * structuredMessageListDefinition: {
104
104
  * name: "STRING_VALUE", // required
105
105
  * memberType: "<StructuredMessage>", // required
106
- * listType: "STRING_VALUE", // required
106
+ * listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
107
107
  * capacity: Number("int"),
108
108
  * },
109
109
  * structuredMessageDefinition: [ // StructuredMessageDefinition
@@ -113,7 +113,7 @@ declare const CreateDecoderManifestCommand_base: {
113
113
  * },
114
114
  * ],
115
115
  * },
116
- * listType: "STRING_VALUE", // required
116
+ * listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
117
117
  * capacity: Number("int"),
118
118
  * },
119
119
  * structuredMessageDefinition: [
@@ -129,7 +129,7 @@ declare const CreateDecoderManifestCommand_base: {
129
129
  * networkInterfaces: [ // NetworkInterfaces
130
130
  * { // NetworkInterface
131
131
  * interfaceId: "STRING_VALUE", // required
132
- * type: "STRING_VALUE", // required
132
+ * type: "CAN_INTERFACE" || "OBD_INTERFACE" || "VEHICLE_MIDDLEWARE", // required
133
133
  * canInterface: { // CanInterface
134
134
  * name: "STRING_VALUE", // required
135
135
  * protocolName: "STRING_VALUE",
@@ -146,7 +146,7 @@ declare const CreateDecoderManifestCommand_base: {
146
146
  * },
147
147
  * vehicleMiddleware: { // VehicleMiddleware
148
148
  * name: "STRING_VALUE", // required
149
- * protocolName: "STRING_VALUE", // required
149
+ * protocolName: "ROS_2", // required
150
150
  * },
151
151
  * },
152
152
  * ],
@@ -47,7 +47,7 @@ declare const CreateSignalCatalogCommand_base: {
47
47
  * },
48
48
  * sensor: { // Sensor
49
49
  * fullyQualifiedName: "STRING_VALUE", // required
50
- * dataType: "STRING_VALUE", // required
50
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
51
51
  * description: "STRING_VALUE",
52
52
  * unit: "STRING_VALUE",
53
53
  * allowedValues: [ // listOfStrings
@@ -61,7 +61,7 @@ declare const CreateSignalCatalogCommand_base: {
61
61
  * },
62
62
  * actuator: { // Actuator
63
63
  * fullyQualifiedName: "STRING_VALUE", // required
64
- * dataType: "STRING_VALUE", // required
64
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
65
65
  * description: "STRING_VALUE",
66
66
  * unit: "STRING_VALUE",
67
67
  * allowedValues: [
@@ -76,7 +76,7 @@ declare const CreateSignalCatalogCommand_base: {
76
76
  * },
77
77
  * attribute: { // Attribute
78
78
  * fullyQualifiedName: "STRING_VALUE", // required
79
- * dataType: "STRING_VALUE", // required
79
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
80
80
  * description: "STRING_VALUE",
81
81
  * unit: "STRING_VALUE",
82
82
  * allowedValues: [
@@ -97,8 +97,8 @@ declare const CreateSignalCatalogCommand_base: {
97
97
  * },
98
98
  * property: { // CustomProperty
99
99
  * fullyQualifiedName: "STRING_VALUE", // required
100
- * dataType: "STRING_VALUE", // required
101
- * dataEncoding: "STRING_VALUE",
100
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
101
+ * dataEncoding: "BINARY" || "TYPED",
102
102
  * description: "STRING_VALUE",
103
103
  * deprecationMessage: "STRING_VALUE",
104
104
  * comment: "STRING_VALUE",
@@ -48,7 +48,7 @@ declare const CreateVehicleCommand_base: {
48
48
  * attributes: { // attributesMap
49
49
  * "<keys>": "STRING_VALUE",
50
50
  * },
51
- * associationBehavior: "STRING_VALUE",
51
+ * associationBehavior: "CreateIotThing" || "ValidateIotThingExists",
52
52
  * tags: [ // TagList
53
53
  * { // Tag
54
54
  * Key: "STRING_VALUE", // required
@@ -44,13 +44,13 @@ declare const GetCampaignCommand_base: {
44
44
  * // description: "STRING_VALUE",
45
45
  * // signalCatalogArn: "STRING_VALUE",
46
46
  * // targetArn: "STRING_VALUE",
47
- * // status: "STRING_VALUE",
47
+ * // status: "CREATING" || "WAITING_FOR_APPROVAL" || "RUNNING" || "SUSPENDED",
48
48
  * // startTime: new Date("TIMESTAMP"),
49
49
  * // expiryTime: new Date("TIMESTAMP"),
50
50
  * // postTriggerCollectionDuration: Number("long"),
51
- * // diagnosticsMode: "STRING_VALUE",
52
- * // spoolingMode: "STRING_VALUE",
53
- * // compression: "STRING_VALUE",
51
+ * // diagnosticsMode: "OFF" || "SEND_ACTIVE_DTCS",
52
+ * // spoolingMode: "OFF" || "TO_DISK",
53
+ * // compression: "OFF" || "SNAPPY",
54
54
  * // priority: Number("int"),
55
55
  * // signalsToCollect: [ // SignalInformationList
56
56
  * // { // SignalInformation
@@ -66,7 +66,7 @@ declare const GetCampaignCommand_base: {
66
66
  * // conditionBasedCollectionScheme: { // ConditionBasedCollectionScheme
67
67
  * // expression: "STRING_VALUE", // required
68
68
  * // minimumTriggerIntervalMs: Number("long"),
69
- * // triggerMode: "STRING_VALUE",
69
+ * // triggerMode: "ALWAYS" || "RISING_EDGE",
70
70
  * // conditionLanguageVersion: Number("int"),
71
71
  * // },
72
72
  * // },
@@ -79,8 +79,8 @@ declare const GetCampaignCommand_base: {
79
79
  * // { // DataDestinationConfig Union: only one key present
80
80
  * // s3Config: { // S3Config
81
81
  * // bucketArn: "STRING_VALUE", // required
82
- * // dataFormat: "STRING_VALUE",
83
- * // storageCompressionFormat: "STRING_VALUE",
82
+ * // dataFormat: "JSON" || "PARQUET",
83
+ * // storageCompressionFormat: "NONE" || "GZIP",
84
84
  * // prefix: "STRING_VALUE",
85
85
  * // },
86
86
  * // timestreamConfig: { // TimestreamConfig
@@ -43,7 +43,7 @@ declare const GetDecoderManifestCommand_base: {
43
43
  * // arn: "STRING_VALUE", // required
44
44
  * // description: "STRING_VALUE",
45
45
  * // modelManifestArn: "STRING_VALUE",
46
- * // status: "STRING_VALUE",
46
+ * // status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
47
47
  * // creationTime: new Date("TIMESTAMP"), // required
48
48
  * // lastModificationTime: new Date("TIMESTAMP"), // required
49
49
  * // message: "STRING_VALUE",
@@ -38,8 +38,8 @@ declare const GetEncryptionConfigurationCommand_base: {
38
38
  * const response = await client.send(command);
39
39
  * // { // GetEncryptionConfigurationResponse
40
40
  * // kmsKeyId: "STRING_VALUE",
41
- * // encryptionStatus: "STRING_VALUE", // required
42
- * // encryptionType: "STRING_VALUE", // required
41
+ * // encryptionStatus: "PENDING" || "SUCCESS" || "FAILURE", // required
42
+ * // encryptionType: "KMS_BASED_ENCRYPTION" || "FLEETWISE_DEFAULT_ENCRYPTION", // required
43
43
  * // errorMessage: "STRING_VALUE",
44
44
  * // creationTime: new Date("TIMESTAMP"),
45
45
  * // lastModificationTime: new Date("TIMESTAMP"),
@@ -38,7 +38,7 @@ declare const GetLoggingOptionsCommand_base: {
38
38
  * const response = await client.send(command);
39
39
  * // { // GetLoggingOptionsResponse
40
40
  * // cloudWatchLogDelivery: { // CloudWatchLogDeliveryOptions
41
- * // logType: "STRING_VALUE", // required
41
+ * // logType: "OFF" || "ERROR", // required
42
42
  * // logGroupName: "STRING_VALUE",
43
43
  * // },
44
44
  * // };
@@ -43,7 +43,7 @@ declare const GetModelManifestCommand_base: {
43
43
  * // arn: "STRING_VALUE", // required
44
44
  * // description: "STRING_VALUE",
45
45
  * // signalCatalogArn: "STRING_VALUE",
46
- * // status: "STRING_VALUE",
46
+ * // status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
47
47
  * // creationTime: new Date("TIMESTAMP"), // required
48
48
  * // lastModificationTime: new Date("TIMESTAMP"), // required
49
49
  * // };
@@ -44,18 +44,18 @@ declare const GetRegisterAccountStatusCommand_base: {
44
44
  * const response = await client.send(command);
45
45
  * // { // GetRegisterAccountStatusResponse
46
46
  * // customerAccountId: "STRING_VALUE", // required
47
- * // accountStatus: "STRING_VALUE", // required
47
+ * // accountStatus: "REGISTRATION_PENDING" || "REGISTRATION_SUCCESS" || "REGISTRATION_FAILURE", // required
48
48
  * // timestreamRegistrationResponse: { // TimestreamRegistrationResponse
49
49
  * // timestreamDatabaseName: "STRING_VALUE", // required
50
50
  * // timestreamTableName: "STRING_VALUE", // required
51
51
  * // timestreamDatabaseArn: "STRING_VALUE",
52
52
  * // timestreamTableArn: "STRING_VALUE",
53
- * // registrationStatus: "STRING_VALUE", // required
53
+ * // registrationStatus: "REGISTRATION_PENDING" || "REGISTRATION_SUCCESS" || "REGISTRATION_FAILURE", // required
54
54
  * // errorMessage: "STRING_VALUE",
55
55
  * // },
56
56
  * // iamRegistrationResponse: { // IamRegistrationResponse
57
57
  * // roleArn: "STRING_VALUE", // required
58
- * // registrationStatus: "STRING_VALUE", // required
58
+ * // registrationStatus: "REGISTRATION_PENDING" || "REGISTRATION_SUCCESS" || "REGISTRATION_FAILURE", // required
59
59
  * // errorMessage: "STRING_VALUE",
60
60
  * // },
61
61
  * // creationTime: new Date("TIMESTAMP"), // required
@@ -46,7 +46,7 @@ declare const GetVehicleStatusCommand_base: {
46
46
  * // { // VehicleStatus
47
47
  * // campaignName: "STRING_VALUE",
48
48
  * // vehicleName: "STRING_VALUE",
49
- * // status: "STRING_VALUE",
49
+ * // status: "CREATED" || "READY" || "HEALTHY" || "SUSPENDED" || "DELETING",
50
50
  * // },
51
51
  * // ],
52
52
  * // nextToken: "STRING_VALUE",
@@ -51,7 +51,7 @@ declare const ListCampaignsCommand_base: {
51
51
  * // description: "STRING_VALUE",
52
52
  * // signalCatalogArn: "STRING_VALUE",
53
53
  * // targetArn: "STRING_VALUE",
54
- * // status: "STRING_VALUE",
54
+ * // status: "CREATING" || "WAITING_FOR_APPROVAL" || "RUNNING" || "SUSPENDED",
55
55
  * // creationTime: new Date("TIMESTAMP"), // required
56
56
  * // lastModificationTime: new Date("TIMESTAMP"), // required
57
57
  * // },
@@ -47,7 +47,7 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
47
47
  * // networkInterfaces: [ // NetworkInterfaces
48
48
  * // { // NetworkInterface
49
49
  * // interfaceId: "STRING_VALUE", // required
50
- * // type: "STRING_VALUE", // required
50
+ * // type: "CAN_INTERFACE" || "OBD_INTERFACE" || "VEHICLE_MIDDLEWARE", // required
51
51
  * // canInterface: { // CanInterface
52
52
  * // name: "STRING_VALUE", // required
53
53
  * // protocolName: "STRING_VALUE",
@@ -64,7 +64,7 @@ declare const ListDecoderManifestNetworkInterfacesCommand_base: {
64
64
  * // },
65
65
  * // vehicleMiddleware: { // VehicleMiddleware
66
66
  * // name: "STRING_VALUE", // required
67
- * // protocolName: "STRING_VALUE", // required
67
+ * // protocolName: "ROS_2", // required
68
68
  * // },
69
69
  * // },
70
70
  * // ],
@@ -47,7 +47,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
47
47
  * // signalDecoders: [ // SignalDecoders
48
48
  * // { // SignalDecoder
49
49
  * // fullyQualifiedName: "STRING_VALUE", // required
50
- * // type: "STRING_VALUE", // required
50
+ * // type: "CAN_SIGNAL" || "OBD_SIGNAL" || "MESSAGE_SIGNAL", // required
51
51
  * // interfaceId: "STRING_VALUE", // required
52
52
  * // canSignal: { // CanSignal
53
53
  * // messageId: Number("int"), // required
@@ -75,7 +75,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
75
75
  * // structuredMessage: { // StructuredMessage Union: only one key present
76
76
  * // primitiveMessageDefinition: { // PrimitiveMessageDefinition Union: only one key present
77
77
  * // ros2PrimitiveMessageDefinition: { // ROS2PrimitiveMessageDefinition
78
- * // primitiveType: "STRING_VALUE", // required
78
+ * // primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
79
79
  * // offset: Number("double"),
80
80
  * // scaling: Number("double"),
81
81
  * // upperBound: Number("long"),
@@ -86,7 +86,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
86
86
  * // memberType: {// Union: only one key present
87
87
  * // primitiveMessageDefinition: {// Union: only one key present
88
88
  * // ros2PrimitiveMessageDefinition: {
89
- * // primitiveType: "STRING_VALUE", // required
89
+ * // primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
90
90
  * // offset: Number("double"),
91
91
  * // scaling: Number("double"),
92
92
  * // upperBound: Number("long"),
@@ -95,7 +95,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
95
95
  * // structuredMessageListDefinition: {
96
96
  * // name: "STRING_VALUE", // required
97
97
  * // memberType: "<StructuredMessage>", // required
98
- * // listType: "STRING_VALUE", // required
98
+ * // listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
99
99
  * // capacity: Number("int"),
100
100
  * // },
101
101
  * // structuredMessageDefinition: [ // StructuredMessageDefinition
@@ -105,7 +105,7 @@ declare const ListDecoderManifestSignalsCommand_base: {
105
105
  * // },
106
106
  * // ],
107
107
  * // },
108
- * // listType: "STRING_VALUE", // required
108
+ * // listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
109
109
  * // capacity: Number("int"),
110
110
  * // },
111
111
  * // structuredMessageDefinition: [
@@ -50,7 +50,7 @@ declare const ListDecoderManifestsCommand_base: {
50
50
  * // arn: "STRING_VALUE",
51
51
  * // modelManifestArn: "STRING_VALUE",
52
52
  * // description: "STRING_VALUE",
53
- * // status: "STRING_VALUE",
53
+ * // status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
54
54
  * // creationTime: new Date("TIMESTAMP"), // required
55
55
  * // lastModificationTime: new Date("TIMESTAMP"), // required
56
56
  * // message: "STRING_VALUE",
@@ -54,7 +54,7 @@ declare const ListModelManifestNodesCommand_base: {
54
54
  * // },
55
55
  * // sensor: { // Sensor
56
56
  * // fullyQualifiedName: "STRING_VALUE", // required
57
- * // dataType: "STRING_VALUE", // required
57
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
58
58
  * // description: "STRING_VALUE",
59
59
  * // unit: "STRING_VALUE",
60
60
  * // allowedValues: [ // listOfStrings
@@ -68,7 +68,7 @@ declare const ListModelManifestNodesCommand_base: {
68
68
  * // },
69
69
  * // actuator: { // Actuator
70
70
  * // fullyQualifiedName: "STRING_VALUE", // required
71
- * // dataType: "STRING_VALUE", // required
71
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
72
72
  * // description: "STRING_VALUE",
73
73
  * // unit: "STRING_VALUE",
74
74
  * // allowedValues: [
@@ -83,7 +83,7 @@ declare const ListModelManifestNodesCommand_base: {
83
83
  * // },
84
84
  * // attribute: { // Attribute
85
85
  * // fullyQualifiedName: "STRING_VALUE", // required
86
- * // dataType: "STRING_VALUE", // required
86
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
87
87
  * // description: "STRING_VALUE",
88
88
  * // unit: "STRING_VALUE",
89
89
  * // allowedValues: [
@@ -104,8 +104,8 @@ declare const ListModelManifestNodesCommand_base: {
104
104
  * // },
105
105
  * // property: { // CustomProperty
106
106
  * // fullyQualifiedName: "STRING_VALUE", // required
107
- * // dataType: "STRING_VALUE", // required
108
- * // dataEncoding: "STRING_VALUE",
107
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
108
+ * // dataEncoding: "BINARY" || "TYPED",
109
109
  * // description: "STRING_VALUE",
110
110
  * // deprecationMessage: "STRING_VALUE",
111
111
  * // comment: "STRING_VALUE",
@@ -50,7 +50,7 @@ declare const ListModelManifestsCommand_base: {
50
50
  * // arn: "STRING_VALUE",
51
51
  * // signalCatalogArn: "STRING_VALUE",
52
52
  * // description: "STRING_VALUE",
53
- * // status: "STRING_VALUE",
53
+ * // status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
54
54
  * // creationTime: new Date("TIMESTAMP"), // required
55
55
  * // lastModificationTime: new Date("TIMESTAMP"), // required
56
56
  * // },
@@ -54,7 +54,7 @@ declare const ListSignalCatalogNodesCommand_base: {
54
54
  * // },
55
55
  * // sensor: { // Sensor
56
56
  * // fullyQualifiedName: "STRING_VALUE", // required
57
- * // dataType: "STRING_VALUE", // required
57
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
58
58
  * // description: "STRING_VALUE",
59
59
  * // unit: "STRING_VALUE",
60
60
  * // allowedValues: [ // listOfStrings
@@ -68,7 +68,7 @@ declare const ListSignalCatalogNodesCommand_base: {
68
68
  * // },
69
69
  * // actuator: { // Actuator
70
70
  * // fullyQualifiedName: "STRING_VALUE", // required
71
- * // dataType: "STRING_VALUE", // required
71
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
72
72
  * // description: "STRING_VALUE",
73
73
  * // unit: "STRING_VALUE",
74
74
  * // allowedValues: [
@@ -83,7 +83,7 @@ declare const ListSignalCatalogNodesCommand_base: {
83
83
  * // },
84
84
  * // attribute: { // Attribute
85
85
  * // fullyQualifiedName: "STRING_VALUE", // required
86
- * // dataType: "STRING_VALUE", // required
86
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
87
87
  * // description: "STRING_VALUE",
88
88
  * // unit: "STRING_VALUE",
89
89
  * // allowedValues: [
@@ -104,8 +104,8 @@ declare const ListSignalCatalogNodesCommand_base: {
104
104
  * // },
105
105
  * // property: { // CustomProperty
106
106
  * // fullyQualifiedName: "STRING_VALUE", // required
107
- * // dataType: "STRING_VALUE", // required
108
- * // dataEncoding: "STRING_VALUE",
107
+ * // dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
108
+ * // dataEncoding: "BINARY" || "TYPED",
109
109
  * // description: "STRING_VALUE",
110
110
  * // deprecationMessage: "STRING_VALUE",
111
111
  * // comment: "STRING_VALUE",
@@ -35,14 +35,14 @@ declare const PutEncryptionConfigurationCommand_base: {
35
35
  * const client = new IoTFleetWiseClient(config);
36
36
  * const input = { // PutEncryptionConfigurationRequest
37
37
  * kmsKeyId: "STRING_VALUE",
38
- * encryptionType: "STRING_VALUE", // required
38
+ * encryptionType: "KMS_BASED_ENCRYPTION" || "FLEETWISE_DEFAULT_ENCRYPTION", // required
39
39
  * };
40
40
  * const command = new PutEncryptionConfigurationCommand(input);
41
41
  * const response = await client.send(command);
42
42
  * // { // PutEncryptionConfigurationResponse
43
43
  * // kmsKeyId: "STRING_VALUE",
44
- * // encryptionStatus: "STRING_VALUE", // required
45
- * // encryptionType: "STRING_VALUE", // required
44
+ * // encryptionStatus: "PENDING" || "SUCCESS" || "FAILURE", // required
45
+ * // encryptionType: "KMS_BASED_ENCRYPTION" || "FLEETWISE_DEFAULT_ENCRYPTION", // required
46
46
  * // };
47
47
  *
48
48
  * ```
@@ -35,7 +35,7 @@ declare const PutLoggingOptionsCommand_base: {
35
35
  * const client = new IoTFleetWiseClient(config);
36
36
  * const input = { // PutLoggingOptionsRequest
37
37
  * cloudWatchLogDelivery: { // CloudWatchLogDeliveryOptions
38
- * logType: "STRING_VALUE", // required
38
+ * logType: "OFF" || "ERROR", // required
39
39
  * logGroupName: "STRING_VALUE",
40
40
  * },
41
41
  * };
@@ -59,7 +59,7 @@ declare const RegisterAccountCommand_base: {
59
59
  * const command = new RegisterAccountCommand(input);
60
60
  * const response = await client.send(command);
61
61
  * // { // RegisterAccountResponse
62
- * // registerAccountStatus: "STRING_VALUE", // required
62
+ * // registerAccountStatus: "REGISTRATION_PENDING" || "REGISTRATION_SUCCESS" || "REGISTRATION_FAILURE", // required
63
63
  * // timestreamResources: { // TimestreamResources
64
64
  * // timestreamDatabaseName: "STRING_VALUE", // required
65
65
  * // timestreamTableName: "STRING_VALUE", // required
@@ -39,14 +39,14 @@ declare const UpdateCampaignCommand_base: {
39
39
  * dataExtraDimensions: [ // DataExtraDimensionNodePathList
40
40
  * "STRING_VALUE",
41
41
  * ],
42
- * action: "STRING_VALUE", // required
42
+ * action: "APPROVE" || "SUSPEND" || "RESUME" || "UPDATE", // required
43
43
  * };
44
44
  * const command = new UpdateCampaignCommand(input);
45
45
  * const response = await client.send(command);
46
46
  * // { // UpdateCampaignResponse
47
47
  * // arn: "STRING_VALUE",
48
48
  * // name: "STRING_VALUE",
49
- * // status: "STRING_VALUE",
49
+ * // status: "CREATING" || "WAITING_FOR_APPROVAL" || "RUNNING" || "SUSPENDED",
50
50
  * // };
51
51
  *
52
52
  * ```
@@ -41,7 +41,7 @@ declare const UpdateDecoderManifestCommand_base: {
41
41
  * signalDecodersToAdd: [ // SignalDecoders
42
42
  * { // SignalDecoder
43
43
  * fullyQualifiedName: "STRING_VALUE", // required
44
- * type: "STRING_VALUE", // required
44
+ * type: "CAN_SIGNAL" || "OBD_SIGNAL" || "MESSAGE_SIGNAL", // required
45
45
  * interfaceId: "STRING_VALUE", // required
46
46
  * canSignal: { // CanSignal
47
47
  * messageId: Number("int"), // required
@@ -69,7 +69,7 @@ declare const UpdateDecoderManifestCommand_base: {
69
69
  * structuredMessage: { // StructuredMessage Union: only one key present
70
70
  * primitiveMessageDefinition: { // PrimitiveMessageDefinition Union: only one key present
71
71
  * ros2PrimitiveMessageDefinition: { // ROS2PrimitiveMessageDefinition
72
- * primitiveType: "STRING_VALUE", // required
72
+ * primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
73
73
  * offset: Number("double"),
74
74
  * scaling: Number("double"),
75
75
  * upperBound: Number("long"),
@@ -80,7 +80,7 @@ declare const UpdateDecoderManifestCommand_base: {
80
80
  * memberType: {// Union: only one key present
81
81
  * primitiveMessageDefinition: {// Union: only one key present
82
82
  * ros2PrimitiveMessageDefinition: {
83
- * primitiveType: "STRING_VALUE", // required
83
+ * primitiveType: "BOOL" || "BYTE" || "CHAR" || "FLOAT32" || "FLOAT64" || "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "STRING" || "WSTRING", // required
84
84
  * offset: Number("double"),
85
85
  * scaling: Number("double"),
86
86
  * upperBound: Number("long"),
@@ -89,7 +89,7 @@ declare const UpdateDecoderManifestCommand_base: {
89
89
  * structuredMessageListDefinition: {
90
90
  * name: "STRING_VALUE", // required
91
91
  * memberType: "<StructuredMessage>", // required
92
- * listType: "STRING_VALUE", // required
92
+ * listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
93
93
  * capacity: Number("int"),
94
94
  * },
95
95
  * structuredMessageDefinition: [ // StructuredMessageDefinition
@@ -99,7 +99,7 @@ declare const UpdateDecoderManifestCommand_base: {
99
99
  * },
100
100
  * ],
101
101
  * },
102
- * listType: "STRING_VALUE", // required
102
+ * listType: "FIXED_CAPACITY" || "DYNAMIC_UNBOUNDED_CAPACITY" || "DYNAMIC_BOUNDED_CAPACITY", // required
103
103
  * capacity: Number("int"),
104
104
  * },
105
105
  * structuredMessageDefinition: [
@@ -115,7 +115,7 @@ declare const UpdateDecoderManifestCommand_base: {
115
115
  * signalDecodersToUpdate: [
116
116
  * {
117
117
  * fullyQualifiedName: "STRING_VALUE", // required
118
- * type: "STRING_VALUE", // required
118
+ * type: "CAN_SIGNAL" || "OBD_SIGNAL" || "MESSAGE_SIGNAL", // required
119
119
  * interfaceId: "STRING_VALUE", // required
120
120
  * canSignal: {
121
121
  * messageId: Number("int"), // required
@@ -150,7 +150,7 @@ declare const UpdateDecoderManifestCommand_base: {
150
150
  * networkInterfacesToAdd: [ // NetworkInterfaces
151
151
  * { // NetworkInterface
152
152
  * interfaceId: "STRING_VALUE", // required
153
- * type: "STRING_VALUE", // required
153
+ * type: "CAN_INTERFACE" || "OBD_INTERFACE" || "VEHICLE_MIDDLEWARE", // required
154
154
  * canInterface: { // CanInterface
155
155
  * name: "STRING_VALUE", // required
156
156
  * protocolName: "STRING_VALUE",
@@ -167,14 +167,14 @@ declare const UpdateDecoderManifestCommand_base: {
167
167
  * },
168
168
  * vehicleMiddleware: { // VehicleMiddleware
169
169
  * name: "STRING_VALUE", // required
170
- * protocolName: "STRING_VALUE", // required
170
+ * protocolName: "ROS_2", // required
171
171
  * },
172
172
  * },
173
173
  * ],
174
174
  * networkInterfacesToUpdate: [
175
175
  * {
176
176
  * interfaceId: "STRING_VALUE", // required
177
- * type: "STRING_VALUE", // required
177
+ * type: "CAN_INTERFACE" || "OBD_INTERFACE" || "VEHICLE_MIDDLEWARE", // required
178
178
  * canInterface: {
179
179
  * name: "STRING_VALUE", // required
180
180
  * protocolName: "STRING_VALUE",
@@ -191,14 +191,14 @@ declare const UpdateDecoderManifestCommand_base: {
191
191
  * },
192
192
  * vehicleMiddleware: {
193
193
  * name: "STRING_VALUE", // required
194
- * protocolName: "STRING_VALUE", // required
194
+ * protocolName: "ROS_2", // required
195
195
  * },
196
196
  * },
197
197
  * ],
198
198
  * networkInterfacesToRemove: [ // InterfaceIds
199
199
  * "STRING_VALUE",
200
200
  * ],
201
- * status: "STRING_VALUE",
201
+ * status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
202
202
  * };
203
203
  * const command = new UpdateDecoderManifestCommand(input);
204
204
  * const response = await client.send(command);
@@ -43,7 +43,7 @@ declare const UpdateModelManifestCommand_base: {
43
43
  * nodesToRemove: [
44
44
  * "STRING_VALUE",
45
45
  * ],
46
- * status: "STRING_VALUE",
46
+ * status: "ACTIVE" || "DRAFT" || "INVALID" || "VALIDATING",
47
47
  * };
48
48
  * const command = new UpdateModelManifestCommand(input);
49
49
  * const response = await client.send(command);
@@ -46,7 +46,7 @@ declare const UpdateSignalCatalogCommand_base: {
46
46
  * },
47
47
  * sensor: { // Sensor
48
48
  * fullyQualifiedName: "STRING_VALUE", // required
49
- * dataType: "STRING_VALUE", // required
49
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
50
50
  * description: "STRING_VALUE",
51
51
  * unit: "STRING_VALUE",
52
52
  * allowedValues: [ // listOfStrings
@@ -60,7 +60,7 @@ declare const UpdateSignalCatalogCommand_base: {
60
60
  * },
61
61
  * actuator: { // Actuator
62
62
  * fullyQualifiedName: "STRING_VALUE", // required
63
- * dataType: "STRING_VALUE", // required
63
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
64
64
  * description: "STRING_VALUE",
65
65
  * unit: "STRING_VALUE",
66
66
  * allowedValues: [
@@ -75,7 +75,7 @@ declare const UpdateSignalCatalogCommand_base: {
75
75
  * },
76
76
  * attribute: { // Attribute
77
77
  * fullyQualifiedName: "STRING_VALUE", // required
78
- * dataType: "STRING_VALUE", // required
78
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
79
79
  * description: "STRING_VALUE",
80
80
  * unit: "STRING_VALUE",
81
81
  * allowedValues: [
@@ -96,8 +96,8 @@ declare const UpdateSignalCatalogCommand_base: {
96
96
  * },
97
97
  * property: { // CustomProperty
98
98
  * fullyQualifiedName: "STRING_VALUE", // required
99
- * dataType: "STRING_VALUE", // required
100
- * dataEncoding: "STRING_VALUE",
99
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
100
+ * dataEncoding: "BINARY" || "TYPED",
101
101
  * description: "STRING_VALUE",
102
102
  * deprecationMessage: "STRING_VALUE",
103
103
  * comment: "STRING_VALUE",
@@ -115,7 +115,7 @@ declare const UpdateSignalCatalogCommand_base: {
115
115
  * },
116
116
  * sensor: {
117
117
  * fullyQualifiedName: "STRING_VALUE", // required
118
- * dataType: "STRING_VALUE", // required
118
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
119
119
  * description: "STRING_VALUE",
120
120
  * unit: "STRING_VALUE",
121
121
  * allowedValues: [
@@ -129,7 +129,7 @@ declare const UpdateSignalCatalogCommand_base: {
129
129
  * },
130
130
  * actuator: {
131
131
  * fullyQualifiedName: "STRING_VALUE", // required
132
- * dataType: "STRING_VALUE", // required
132
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
133
133
  * description: "STRING_VALUE",
134
134
  * unit: "STRING_VALUE",
135
135
  * allowedValues: [
@@ -144,7 +144,7 @@ declare const UpdateSignalCatalogCommand_base: {
144
144
  * },
145
145
  * attribute: {
146
146
  * fullyQualifiedName: "STRING_VALUE", // required
147
- * dataType: "STRING_VALUE", // required
147
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
148
148
  * description: "STRING_VALUE",
149
149
  * unit: "STRING_VALUE",
150
150
  * allowedValues: "<listOfStrings>",
@@ -163,8 +163,8 @@ declare const UpdateSignalCatalogCommand_base: {
163
163
  * },
164
164
  * property: {
165
165
  * fullyQualifiedName: "STRING_VALUE", // required
166
- * dataType: "STRING_VALUE", // required
167
- * dataEncoding: "STRING_VALUE",
166
+ * dataType: "INT8" || "UINT8" || "INT16" || "UINT16" || "INT32" || "UINT32" || "INT64" || "UINT64" || "BOOLEAN" || "FLOAT" || "DOUBLE" || "STRING" || "UNIX_TIMESTAMP" || "INT8_ARRAY" || "UINT8_ARRAY" || "INT16_ARRAY" || "UINT16_ARRAY" || "INT32_ARRAY" || "UINT32_ARRAY" || "INT64_ARRAY" || "UINT64_ARRAY" || "BOOLEAN_ARRAY" || "FLOAT_ARRAY" || "DOUBLE_ARRAY" || "STRING_ARRAY" || "UNIX_TIMESTAMP_ARRAY" || "UNKNOWN" || "STRUCT" || "STRUCT_ARRAY", // required
167
+ * dataEncoding: "BINARY" || "TYPED",
168
168
  * description: "STRING_VALUE",
169
169
  * deprecationMessage: "STRING_VALUE",
170
170
  * comment: "STRING_VALUE",
@@ -40,7 +40,7 @@ declare const UpdateVehicleCommand_base: {
40
40
  * attributes: { // attributesMap
41
41
  * "<keys>": "STRING_VALUE",
42
42
  * },
43
- * attributeUpdateMode: "STRING_VALUE",
43
+ * attributeUpdateMode: "Overwrite" || "Merge",
44
44
  * };
45
45
  * const command = new UpdateVehicleCommand(input);
46
46
  * const response = await client.send(command);
@@ -1616,7 +1616,6 @@ export interface ObdInterface {
1616
1616
  */
1617
1617
  export declare const NetworkInterfaceType: {
1618
1618
  readonly CAN_INTERFACE: "CAN_INTERFACE";
1619
- readonly CUSTOMER_DECODED_INTERFACE: "CUSTOMER_DECODED_INTERFACE";
1620
1619
  readonly OBD_INTERFACE: "OBD_INTERFACE";
1621
1620
  readonly VEHICLE_MIDDLEWARE: "VEHICLE_MIDDLEWARE";
1622
1621
  };
@@ -1843,7 +1842,6 @@ export interface ObdSignal {
1843
1842
  */
1844
1843
  export declare const SignalDecoderType: {
1845
1844
  readonly CAN_SIGNAL: "CAN_SIGNAL";
1846
- readonly CUSTOMER_DECODED_SIGNAL: "CUSTOMER_DECODED_SIGNAL";
1847
1845
  readonly MESSAGE_SIGNAL: "MESSAGE_SIGNAL";
1848
1846
  readonly OBD_SIGNAL: "OBD_SIGNAL";
1849
1847
  };
@@ -1873,7 +1871,6 @@ export interface CreateDecoderManifestResponse {
1873
1871
  export declare const NetworkInterfaceFailureReason: {
1874
1872
  readonly CAN_NETWORK_INTERFACE_INFO_IS_NULL: "CAN_NETWORK_INTERFACE_INFO_IS_NULL";
1875
1873
  readonly CONFLICTING_NETWORK_INTERFACE: "CONFLICTING_NETWORK_INTERFACE";
1876
- readonly CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL";
1877
1874
  readonly DUPLICATE_INTERFACE: "DUPLICATE_NETWORK_INTERFACE";
1878
1875
  readonly NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS: "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS";
1879
1876
  readonly NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS: "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS";
@@ -1907,7 +1904,6 @@ export interface InvalidNetworkInterface {
1907
1904
  export declare const SignalDecoderFailureReason: {
1908
1905
  readonly CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL";
1909
1906
  readonly CONFLICTING_SIGNAL: "CONFLICTING_SIGNAL";
1910
- readonly CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL";
1911
1907
  readonly DUPLICATE_SIGNAL: "DUPLICATE_SIGNAL";
1912
1908
  readonly EMPTY_MESSAGE_SIGNAL: "EMPTY_MESSAGE_SIGNAL";
1913
1909
  readonly MESSAGE_SIGNAL_INFO_IS_NULL: "MESSAGE_SIGNAL_INFO_IS_NULL";
@@ -454,7 +454,6 @@ export interface ObdInterface {
454
454
  }
455
455
  export declare const NetworkInterfaceType: {
456
456
  readonly CAN_INTERFACE: "CAN_INTERFACE";
457
- readonly CUSTOMER_DECODED_INTERFACE: "CUSTOMER_DECODED_INTERFACE";
458
457
  readonly OBD_INTERFACE: "OBD_INTERFACE";
459
458
  readonly VEHICLE_MIDDLEWARE: "VEHICLE_MIDDLEWARE";
460
459
  };
@@ -541,7 +540,6 @@ export interface ObdSignal {
541
540
  }
542
541
  export declare const SignalDecoderType: {
543
542
  readonly CAN_SIGNAL: "CAN_SIGNAL";
544
- readonly CUSTOMER_DECODED_SIGNAL: "CUSTOMER_DECODED_SIGNAL";
545
543
  readonly MESSAGE_SIGNAL: "MESSAGE_SIGNAL";
546
544
  readonly OBD_SIGNAL: "OBD_SIGNAL";
547
545
  };
@@ -554,7 +552,6 @@ export interface CreateDecoderManifestResponse {
554
552
  export declare const NetworkInterfaceFailureReason: {
555
553
  readonly CAN_NETWORK_INTERFACE_INFO_IS_NULL: "CAN_NETWORK_INTERFACE_INFO_IS_NULL";
556
554
  readonly CONFLICTING_NETWORK_INTERFACE: "CONFLICTING_NETWORK_INTERFACE";
557
- readonly CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_NETWORK_INTERFACE_INFO_IS_NULL";
558
555
  readonly DUPLICATE_INTERFACE: "DUPLICATE_NETWORK_INTERFACE";
559
556
  readonly NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS: "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS";
560
557
  readonly NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS: "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS";
@@ -570,7 +567,6 @@ export interface InvalidNetworkInterface {
570
567
  export declare const SignalDecoderFailureReason: {
571
568
  readonly CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL";
572
569
  readonly CONFLICTING_SIGNAL: "CONFLICTING_SIGNAL";
573
- readonly CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL: "CUSTOMER_DECODED_SIGNAL_INFO_IS_NULL";
574
570
  readonly DUPLICATE_SIGNAL: "DUPLICATE_SIGNAL";
575
571
  readonly EMPTY_MESSAGE_SIGNAL: "EMPTY_MESSAGE_SIGNAL";
576
572
  readonly MESSAGE_SIGNAL_INFO_IS_NULL: "MESSAGE_SIGNAL_INFO_IS_NULL";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotfleetwise",
3
3
  "description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
4
- "version": "3.485.0",
4
+ "version": "3.490.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.485.0",
24
- "@aws-sdk/core": "3.485.0",
25
- "@aws-sdk/credential-provider-node": "3.485.0",
26
- "@aws-sdk/middleware-host-header": "3.485.0",
27
- "@aws-sdk/middleware-logger": "3.485.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.485.0",
29
- "@aws-sdk/middleware-signing": "3.485.0",
30
- "@aws-sdk/middleware-user-agent": "3.485.0",
31
- "@aws-sdk/region-config-resolver": "3.485.0",
32
- "@aws-sdk/types": "3.485.0",
33
- "@aws-sdk/util-endpoints": "3.485.0",
34
- "@aws-sdk/util-user-agent-browser": "3.485.0",
35
- "@aws-sdk/util-user-agent-node": "3.485.0",
23
+ "@aws-sdk/client-sts": "3.490.0",
24
+ "@aws-sdk/core": "3.490.0",
25
+ "@aws-sdk/credential-provider-node": "3.490.0",
26
+ "@aws-sdk/middleware-host-header": "3.489.0",
27
+ "@aws-sdk/middleware-logger": "3.489.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.489.0",
29
+ "@aws-sdk/middleware-signing": "3.489.0",
30
+ "@aws-sdk/middleware-user-agent": "3.489.0",
31
+ "@aws-sdk/region-config-resolver": "3.489.0",
32
+ "@aws-sdk/types": "3.489.0",
33
+ "@aws-sdk/util-endpoints": "3.489.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.489.0",
35
+ "@aws-sdk/util-user-agent-node": "3.489.0",
36
36
  "@smithy/config-resolver": "^2.0.23",
37
37
  "@smithy/core": "^1.2.2",
38
38
  "@smithy/fetch-http-handler": "^2.3.2",