@aws-sdk/client-iotfleetwise 3.454.0 → 3.460.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 (45) hide show
  1. package/README.md +52 -52
  2. package/dist-cjs/models/models_0.js +86 -16
  3. package/dist-cjs/protocols/Aws_json1_0.js +142 -0
  4. package/dist-es/models/models_0.js +84 -14
  5. package/dist-es/protocols/Aws_json1_0.js +143 -1
  6. package/dist-types/IoTFleetWise.d.ts +1 -1
  7. package/dist-types/IoTFleetWiseClient.d.ts +1 -1
  8. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +3 -0
  9. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +3 -3
  10. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateCampaignCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +55 -5
  13. package/dist-types/commands/CreateFleetCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateModelManifestCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +17 -0
  16. package/dist-types/commands/CreateVehicleCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +2 -2
  18. package/dist-types/commands/DeleteFleetCommand.d.ts +2 -2
  19. package/dist-types/commands/DeleteModelManifestCommand.d.ts +2 -2
  20. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +2 -2
  21. package/dist-types/commands/DeleteVehicleCommand.d.ts +2 -2
  22. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +2 -2
  23. package/dist-types/commands/GetDecoderManifestCommand.d.ts +1 -0
  24. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +3 -3
  25. package/dist-types/commands/GetSignalCatalogCommand.d.ts +2 -0
  26. package/dist-types/commands/ListCampaignsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +5 -1
  28. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +47 -1
  29. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +2 -1
  30. package/dist-types/commands/ListFleetsCommand.d.ts +1 -1
  31. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +1 -1
  32. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +18 -1
  33. package/dist-types/commands/ListModelManifestsCommand.d.ts +1 -1
  34. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +18 -1
  35. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +2 -2
  36. package/dist-types/commands/ListVehiclesCommand.d.ts +1 -1
  37. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +1 -1
  38. package/dist-types/commands/RegisterAccountCommand.d.ts +4 -5
  39. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +59 -1
  40. package/dist-types/commands/UpdateFleetCommand.d.ts +2 -2
  41. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +34 -0
  42. package/dist-types/index.d.ts +1 -1
  43. package/dist-types/models/models_0.d.ts +679 -265
  44. package/dist-types/ts3.4/models/models_0.d.ts +235 -39
  45. package/package.json +12 -12
@@ -2,7 +2,7 @@ import { awsExpectUnion as __expectUnion } from "@aws-sdk/core";
2
2
  import { HttpRequest as __HttpRequest } from "@smithy/protocol-http";
3
3
  import { _json, collectBody, decorateServiceException as __decorateServiceException, expectBoolean as __expectBoolean, expectInt32 as __expectInt32, expectLong as __expectLong, expectNonNull as __expectNonNull, expectNumber as __expectNumber, expectString as __expectString, limitedParseDouble as __limitedParseDouble, parseEpochTimestamp as __parseEpochTimestamp, serializeFloat as __serializeFloat, take, withBaseException, } from "@smithy/smithy-client";
4
4
  import { IoTFleetWiseServiceException as __BaseException } from "../models/IoTFleetWiseServiceException";
5
- import { AccessDeniedException, ConflictException, DecoderManifestValidationException, InternalServerException, InvalidNodeException, InvalidSignalsException, LimitExceededException, NetworkFileDefinition, Node, ResourceNotFoundException, ThrottlingException, ValidationException, } from "../models/models_0";
5
+ import { AccessDeniedException, ConflictException, DecoderManifestValidationException, InternalServerException, InvalidNodeException, InvalidSignalsException, LimitExceededException, NetworkFileDefinition, Node, PrimitiveMessageDefinition, ResourceNotFoundException, StructuredMessage, ThrottlingException, ValidationException, } from "../models/models_0";
6
6
  export const se_AssociateVehicleFleetCommand = async (input, context) => {
7
7
  const headers = sharedHeaders("AssociateVehicleFleet");
8
8
  let body;
@@ -341,6 +341,9 @@ const de_AssociateVehicleFleetCommandError = async (output, context) => {
341
341
  case "InternalServerException":
342
342
  case "com.amazonaws.iotfleetwise#InternalServerException":
343
343
  throw await de_InternalServerExceptionRes(parsedOutput, context);
344
+ case "LimitExceededException":
345
+ case "com.amazonaws.iotfleetwise#LimitExceededException":
346
+ throw await de_LimitExceededExceptionRes(parsedOutput, context);
344
347
  case "ResourceNotFoundException":
345
348
  case "com.amazonaws.iotfleetwise#ResourceNotFoundException":
346
349
  throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
@@ -2788,6 +2791,7 @@ const se_Actuator = (input, context) => {
2788
2791
  fullyQualifiedName: [],
2789
2792
  max: __serializeFloat,
2790
2793
  min: __serializeFloat,
2794
+ structFullyQualifiedName: [],
2791
2795
  unit: [],
2792
2796
  });
2793
2797
  };
@@ -2869,6 +2873,12 @@ const se_ImportDecoderManifestRequest = (input, context) => {
2869
2873
  networkFileDefinitions: (_) => se_NetworkFileDefinitions(_, context),
2870
2874
  });
2871
2875
  };
2876
+ const se_MessageSignal = (input, context) => {
2877
+ return take(input, {
2878
+ structuredMessage: (_) => se_StructuredMessage(_, context),
2879
+ topicName: [],
2880
+ });
2881
+ };
2872
2882
  const se_NetworkFileDefinition = (input, context) => {
2873
2883
  return NetworkFileDefinition.visit(input, {
2874
2884
  canDbc: (value) => ({ canDbc: se_CanDbcDefinition(value, context) }),
@@ -2894,7 +2904,9 @@ const se_Node = (input, context) => {
2894
2904
  actuator: (value) => ({ actuator: se_Actuator(value, context) }),
2895
2905
  attribute: (value) => ({ attribute: se_Attribute(value, context) }),
2896
2906
  branch: (value) => ({ branch: _json(value) }),
2907
+ property: (value) => ({ property: _json(value) }),
2897
2908
  sensor: (value) => ({ sensor: se_Sensor(value, context) }),
2909
+ struct: (value) => ({ struct: _json(value) }),
2898
2910
  _: (name, value) => ({ name: value }),
2899
2911
  });
2900
2912
  };
@@ -2918,6 +2930,22 @@ const se_ObdSignal = (input, context) => {
2918
2930
  startByte: [],
2919
2931
  });
2920
2932
  };
2933
+ const se_PrimitiveMessageDefinition = (input, context) => {
2934
+ return PrimitiveMessageDefinition.visit(input, {
2935
+ ros2PrimitiveMessageDefinition: (value) => ({
2936
+ ros2PrimitiveMessageDefinition: se_ROS2PrimitiveMessageDefinition(value, context),
2937
+ }),
2938
+ _: (name, value) => ({ name: value }),
2939
+ });
2940
+ };
2941
+ const se_ROS2PrimitiveMessageDefinition = (input, context) => {
2942
+ return take(input, {
2943
+ offset: __serializeFloat,
2944
+ primitiveType: [],
2945
+ scaling: __serializeFloat,
2946
+ upperBound: [],
2947
+ });
2948
+ };
2921
2949
  const se_Sensor = (input, context) => {
2922
2950
  return take(input, {
2923
2951
  allowedValues: _json,
@@ -2928,6 +2956,7 @@ const se_Sensor = (input, context) => {
2928
2956
  fullyQualifiedName: [],
2929
2957
  max: __serializeFloat,
2930
2958
  min: __serializeFloat,
2959
+ structFullyQualifiedName: [],
2931
2960
  unit: [],
2932
2961
  });
2933
2962
  };
@@ -2936,6 +2965,7 @@ const se_SignalDecoder = (input, context) => {
2936
2965
  canSignal: (_) => se_CanSignal(_, context),
2937
2966
  fullyQualifiedName: [],
2938
2967
  interfaceId: [],
2968
+ messageSignal: (_) => se_MessageSignal(_, context),
2939
2969
  obdSignal: (_) => se_ObdSignal(_, context),
2940
2970
  type: [],
2941
2971
  });
@@ -2947,6 +2977,41 @@ const se_SignalDecoders = (input, context) => {
2947
2977
  return se_SignalDecoder(entry, context);
2948
2978
  });
2949
2979
  };
2980
+ const se_StructuredMessage = (input, context) => {
2981
+ return StructuredMessage.visit(input, {
2982
+ primitiveMessageDefinition: (value) => ({
2983
+ primitiveMessageDefinition: se_PrimitiveMessageDefinition(value, context),
2984
+ }),
2985
+ structuredMessageDefinition: (value) => ({
2986
+ structuredMessageDefinition: se_StructuredMessageDefinition(value, context),
2987
+ }),
2988
+ structuredMessageListDefinition: (value) => ({
2989
+ structuredMessageListDefinition: se_StructuredMessageListDefinition(value, context),
2990
+ }),
2991
+ _: (name, value) => ({ name: value }),
2992
+ });
2993
+ };
2994
+ const se_StructuredMessageDefinition = (input, context) => {
2995
+ return input
2996
+ .filter((e) => e != null)
2997
+ .map((entry) => {
2998
+ return se_StructuredMessageFieldNameAndDataTypePair(entry, context);
2999
+ });
3000
+ };
3001
+ const se_StructuredMessageFieldNameAndDataTypePair = (input, context) => {
3002
+ return take(input, {
3003
+ dataType: (_) => se_StructuredMessage(_, context),
3004
+ fieldName: [],
3005
+ });
3006
+ };
3007
+ const se_StructuredMessageListDefinition = (input, context) => {
3008
+ return take(input, {
3009
+ capacity: [],
3010
+ listType: [],
3011
+ memberType: (_) => se_StructuredMessage(_, context),
3012
+ name: [],
3013
+ });
3014
+ };
2950
3015
  const se_UpdateDecoderManifestRequest = (input, context) => {
2951
3016
  return take(input, {
2952
3017
  description: [],
@@ -2980,6 +3045,7 @@ const de_Actuator = (output, context) => {
2980
3045
  fullyQualifiedName: __expectString,
2981
3046
  max: __limitedParseDouble,
2982
3047
  min: __limitedParseDouble,
3048
+ structFullyQualifiedName: __expectString,
2983
3049
  unit: __expectString,
2984
3050
  });
2985
3051
  };
@@ -3044,6 +3110,7 @@ const de_DecoderManifestSummary = (output, context) => {
3044
3110
  creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3045
3111
  description: __expectString,
3046
3112
  lastModificationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3113
+ message: __expectString,
3047
3114
  modelManifestArn: __expectString,
3048
3115
  name: __expectString,
3049
3116
  status: __expectString,
@@ -3096,6 +3163,7 @@ const de_GetDecoderManifestResponse = (output, context) => {
3096
3163
  creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3097
3164
  description: __expectString,
3098
3165
  lastModificationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
3166
+ message: __expectString,
3099
3167
  modelManifestArn: __expectString,
3100
3168
  name: __expectString,
3101
3169
  status: __expectString,
@@ -3224,6 +3292,12 @@ const de_ListVehiclesResponse = (output, context) => {
3224
3292
  vehicleSummaries: (_) => de_vehicleSummaries(_, context),
3225
3293
  });
3226
3294
  };
3295
+ const de_MessageSignal = (output, context) => {
3296
+ return take(output, {
3297
+ structuredMessage: (_) => de_StructuredMessage(__expectUnion(_), context),
3298
+ topicName: __expectString,
3299
+ });
3300
+ };
3227
3301
  const de_modelManifestSummaries = (output, context) => {
3228
3302
  const retVal = (output || [])
3229
3303
  .filter((e) => e != null)
@@ -3259,11 +3333,21 @@ const de_Node = (output, context) => {
3259
3333
  branch: _json(output.branch),
3260
3334
  };
3261
3335
  }
3336
+ if (output.property != null) {
3337
+ return {
3338
+ property: _json(output.property),
3339
+ };
3340
+ }
3262
3341
  if (output.sensor != null) {
3263
3342
  return {
3264
3343
  sensor: de_Sensor(output.sensor, context),
3265
3344
  };
3266
3345
  }
3346
+ if (output.struct != null) {
3347
+ return {
3348
+ struct: _json(output.struct),
3349
+ };
3350
+ }
3267
3351
  return { $unknown: Object.entries(output)[0] };
3268
3352
  };
3269
3353
  const de_Nodes = (output, context) => {
@@ -3287,6 +3371,14 @@ const de_ObdSignal = (output, context) => {
3287
3371
  startByte: __expectInt32,
3288
3372
  });
3289
3373
  };
3374
+ const de_PrimitiveMessageDefinition = (output, context) => {
3375
+ if (output.ros2PrimitiveMessageDefinition != null) {
3376
+ return {
3377
+ ros2PrimitiveMessageDefinition: de_ROS2PrimitiveMessageDefinition(output.ros2PrimitiveMessageDefinition, context),
3378
+ };
3379
+ }
3380
+ return { $unknown: Object.entries(output)[0] };
3381
+ };
3290
3382
  const de_RegisterAccountResponse = (output, context) => {
3291
3383
  return take(output, {
3292
3384
  creationTime: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
@@ -3296,6 +3388,14 @@ const de_RegisterAccountResponse = (output, context) => {
3296
3388
  timestreamResources: _json,
3297
3389
  });
3298
3390
  };
3391
+ const de_ROS2PrimitiveMessageDefinition = (output, context) => {
3392
+ return take(output, {
3393
+ offset: __limitedParseDouble,
3394
+ primitiveType: __expectString,
3395
+ scaling: __limitedParseDouble,
3396
+ upperBound: __expectLong,
3397
+ });
3398
+ };
3299
3399
  const de_Sensor = (output, context) => {
3300
3400
  return take(output, {
3301
3401
  allowedValues: _json,
@@ -3306,6 +3406,7 @@ const de_Sensor = (output, context) => {
3306
3406
  fullyQualifiedName: __expectString,
3307
3407
  max: __limitedParseDouble,
3308
3408
  min: __limitedParseDouble,
3409
+ structFullyQualifiedName: __expectString,
3309
3410
  unit: __expectString,
3310
3411
  });
3311
3412
  };
@@ -3330,6 +3431,7 @@ const de_SignalDecoder = (output, context) => {
3330
3431
  canSignal: (_) => de_CanSignal(_, context),
3331
3432
  fullyQualifiedName: __expectString,
3332
3433
  interfaceId: __expectString,
3434
+ messageSignal: (_) => de_MessageSignal(_, context),
3333
3435
  obdSignal: (_) => de_ObdSignal(_, context),
3334
3436
  type: __expectString,
3335
3437
  });
@@ -3342,6 +3444,46 @@ const de_SignalDecoders = (output, context) => {
3342
3444
  });
3343
3445
  return retVal;
3344
3446
  };
3447
+ const de_StructuredMessage = (output, context) => {
3448
+ if (output.primitiveMessageDefinition != null) {
3449
+ return {
3450
+ primitiveMessageDefinition: de_PrimitiveMessageDefinition(__expectUnion(output.primitiveMessageDefinition), context),
3451
+ };
3452
+ }
3453
+ if (output.structuredMessageDefinition != null) {
3454
+ return {
3455
+ structuredMessageDefinition: de_StructuredMessageDefinition(output.structuredMessageDefinition, context),
3456
+ };
3457
+ }
3458
+ if (output.structuredMessageListDefinition != null) {
3459
+ return {
3460
+ structuredMessageListDefinition: de_StructuredMessageListDefinition(output.structuredMessageListDefinition, context),
3461
+ };
3462
+ }
3463
+ return { $unknown: Object.entries(output)[0] };
3464
+ };
3465
+ const de_StructuredMessageDefinition = (output, context) => {
3466
+ const retVal = (output || [])
3467
+ .filter((e) => e != null)
3468
+ .map((entry) => {
3469
+ return de_StructuredMessageFieldNameAndDataTypePair(entry, context);
3470
+ });
3471
+ return retVal;
3472
+ };
3473
+ const de_StructuredMessageFieldNameAndDataTypePair = (output, context) => {
3474
+ return take(output, {
3475
+ dataType: (_) => de_StructuredMessage(__expectUnion(_), context),
3476
+ fieldName: __expectString,
3477
+ });
3478
+ };
3479
+ const de_StructuredMessageListDefinition = (output, context) => {
3480
+ return take(output, {
3481
+ capacity: __expectInt32,
3482
+ listType: __expectString,
3483
+ memberType: (_) => de_StructuredMessage(__expectUnion(_), context),
3484
+ name: __expectString,
3485
+ });
3486
+ };
3345
3487
  const de_vehicleSummaries = (output, context) => {
3346
3488
  const retVal = (output || [])
3347
3489
  .filter((e) => e != null)
@@ -373,7 +373,7 @@ export interface IoTFleetWise {
373
373
  * your vehicle data models, independent of the in-vehicle communication architecture, and
374
374
  * define data collection rules to transfer only high-value data to the cloud.
375
375
  * </p>
376
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
376
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
377
377
  * <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
378
378
  */
379
379
  export declare class IoTFleetWise extends IoTFleetWiseClient implements IoTFleetWise {
@@ -209,7 +209,7 @@ export interface IoTFleetWiseClientResolvedConfig extends IoTFleetWiseClientReso
209
209
  * your vehicle data models, independent of the in-vehicle communication architecture, and
210
210
  * define data collection rules to transfer only high-value data to the cloud.
211
211
  * </p>
212
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
212
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/">What is Amazon Web Services IoT FleetWise?</a> in the
213
213
  * <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
214
214
  */
215
215
  export declare class IoTFleetWiseClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IoTFleetWiseClientResolvedConfig> {
@@ -52,6 +52,9 @@ export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFlee
52
52
  * @throws {@link InternalServerException} (server fault)
53
53
  * <p>The request couldn't be completed because the server temporarily failed.</p>
54
54
  *
55
+ * @throws {@link LimitExceededException} (client fault)
56
+ * <p>A service quota was exceeded. </p>
57
+ *
55
58
  * @throws {@link ResourceNotFoundException} (client fault)
56
59
  * <p>The resource wasn't found.</p>
57
60
  *
@@ -24,11 +24,11 @@ export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleRespo
24
24
  /**
25
25
  * @public
26
26
  * <p> Creates a group, or batch, of vehicles. </p>
27
- * <note>
27
+ * <note>
28
28
  * <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
29
29
  * vehicle. </p>
30
- * </note>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicles-cli.html">Create multiple
30
+ * </note>
31
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicles-cli.html">Create multiple
32
32
  * vehicles (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>. </p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -24,11 +24,11 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo
24
24
  /**
25
25
  * @public
26
26
  * <p> Updates a group, or batch, of vehicles.</p>
27
- * <note>
27
+ * <note>
28
28
  * <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
29
29
  * vehicle. </p>
30
- * </note>
31
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/update-vehicles-cli.html">Update multiple
30
+ * </note>
31
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/update-vehicles-cli.html">Update multiple
32
32
  * vehicles (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>. </p>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
@@ -27,7 +27,7 @@ export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __M
27
27
  * running in vehicles uses campaigns to decide how to collect and transfer data to the
28
28
  * cloud. You create campaigns in the cloud. After you or your team approve campaigns,
29
29
  * Amazon Web Services IoT FleetWise automatically deploys them to vehicles. </p>
30
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/campaigns.html">Collect and transfer data
30
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/campaigns.html">Collect and transfer data
31
31
  * with campaigns</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,18 +25,18 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
25
25
  * @public
26
26
  * <p>Creates the decoder manifest associated with a model manifest. To create a decoder
27
27
  * manifest, the following must be true:</p>
28
- * <ul>
28
+ * <ul>
29
29
  * <li>
30
- * <p>Every signal decoder has a unique name.</p>
30
+ * <p>Every signal decoder has a unique name.</p>
31
31
  * </li>
32
32
  * <li>
33
- * <p>Each signal decoder is associated with a network interface.</p>
33
+ * <p>Each signal decoder is associated with a network interface.</p>
34
34
  * </li>
35
35
  * <li>
36
- * <p>Each network interface has a unique ID.</p>
36
+ * <p>Each network interface has a unique ID.</p>
37
37
  * </li>
38
38
  * <li>
39
- * <p>The signal decoders are specified in the model manifest.</p>
39
+ * <p>The signal decoders are specified in the model manifest.</p>
40
40
  * </li>
41
41
  * </ul>
42
42
  * @example
@@ -75,6 +75,52 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
75
75
  * bitRightShift: Number("int"),
76
76
  * bitMaskLength: Number("int"),
77
77
  * },
78
+ * messageSignal: { // MessageSignal
79
+ * topicName: "STRING_VALUE", // required
80
+ * structuredMessage: { // StructuredMessage Union: only one key present
81
+ * primitiveMessageDefinition: { // PrimitiveMessageDefinition Union: only one key present
82
+ * ros2PrimitiveMessageDefinition: { // ROS2PrimitiveMessageDefinition
83
+ * primitiveType: "STRING_VALUE", // required
84
+ * offset: Number("double"),
85
+ * scaling: Number("double"),
86
+ * upperBound: Number("long"),
87
+ * },
88
+ * },
89
+ * structuredMessageListDefinition: { // StructuredMessageListDefinition
90
+ * name: "STRING_VALUE", // required
91
+ * memberType: {// Union: only one key present
92
+ * primitiveMessageDefinition: {// Union: only one key present
93
+ * ros2PrimitiveMessageDefinition: {
94
+ * primitiveType: "STRING_VALUE", // required
95
+ * offset: Number("double"),
96
+ * scaling: Number("double"),
97
+ * upperBound: Number("long"),
98
+ * },
99
+ * },
100
+ * structuredMessageListDefinition: {
101
+ * name: "STRING_VALUE", // required
102
+ * memberType: "<StructuredMessage>", // required
103
+ * listType: "STRING_VALUE", // required
104
+ * capacity: Number("int"),
105
+ * },
106
+ * structuredMessageDefinition: [ // StructuredMessageDefinition
107
+ * { // StructuredMessageFieldNameAndDataTypePair
108
+ * fieldName: "STRING_VALUE", // required
109
+ * dataType: "<StructuredMessage>", // required
110
+ * },
111
+ * ],
112
+ * },
113
+ * listType: "STRING_VALUE", // required
114
+ * capacity: Number("int"),
115
+ * },
116
+ * structuredMessageDefinition: [
117
+ * {
118
+ * fieldName: "STRING_VALUE", // required
119
+ * dataType: "<StructuredMessage>", // required
120
+ * },
121
+ * ],
122
+ * },
123
+ * },
78
124
  * },
79
125
  * ],
80
126
  * networkInterfaces: [ // NetworkInterfaces
@@ -95,6 +141,10 @@ export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifes
95
141
  * useExtendedIds: true || false,
96
142
  * hasTransmissionEcu: true || false,
97
143
  * },
144
+ * vehicleMiddleware: { // VehicleMiddleware
145
+ * name: "STRING_VALUE", // required
146
+ * protocolName: "STRING_VALUE", // required
147
+ * },
98
148
  * },
99
149
  * ],
100
150
  * tags: [ // TagList
@@ -25,11 +25,11 @@ export interface CreateFleetCommandOutput extends CreateFleetResponse, __Metadat
25
25
  * @public
26
26
  * <p> Creates a fleet that represents a group of vehicles.
27
27
  * </p>
28
- * <note>
28
+ * <note>
29
29
  * <p>You must create both a signal catalog and vehicles before you can create a fleet.
30
30
  * </p>
31
- * </note>
32
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleets.html">Fleets</a> in the
31
+ * </note>
32
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/fleets.html">Fleets</a> in the
33
33
  * <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
34
34
  * @example
35
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,7 +25,7 @@ export interface CreateModelManifestCommandOutput extends CreateModelManifestRes
25
25
  * @public
26
26
  * <p> Creates a vehicle model (model manifest) that specifies signals (attributes,
27
27
  * branches, sensors, and actuators). </p>
28
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html">Vehicle models</a>
28
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html">Vehicle models</a>
29
29
  * in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
54
54
  * max: Number("double"),
55
55
  * deprecationMessage: "STRING_VALUE",
56
56
  * comment: "STRING_VALUE",
57
+ * structFullyQualifiedName: "STRING_VALUE",
57
58
  * },
58
59
  * actuator: { // Actuator
59
60
  * fullyQualifiedName: "STRING_VALUE", // required
@@ -68,6 +69,7 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
68
69
  * assignedValue: "STRING_VALUE",
69
70
  * deprecationMessage: "STRING_VALUE",
70
71
  * comment: "STRING_VALUE",
72
+ * structFullyQualifiedName: "STRING_VALUE",
71
73
  * },
72
74
  * attribute: { // Attribute
73
75
  * fullyQualifiedName: "STRING_VALUE", // required
@@ -84,6 +86,21 @@ export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogRes
84
86
  * deprecationMessage: "STRING_VALUE",
85
87
  * comment: "STRING_VALUE",
86
88
  * },
89
+ * struct: { // CustomStruct
90
+ * fullyQualifiedName: "STRING_VALUE", // required
91
+ * description: "STRING_VALUE",
92
+ * deprecationMessage: "STRING_VALUE",
93
+ * comment: "STRING_VALUE",
94
+ * },
95
+ * property: { // CustomProperty
96
+ * fullyQualifiedName: "STRING_VALUE", // required
97
+ * dataType: "STRING_VALUE", // required
98
+ * dataEncoding: "STRING_VALUE",
99
+ * description: "STRING_VALUE",
100
+ * deprecationMessage: "STRING_VALUE",
101
+ * comment: "STRING_VALUE",
102
+ * structFullyQualifiedName: "STRING_VALUE",
103
+ * },
87
104
  * },
88
105
  * ],
89
106
  * tags: [ // TagList
@@ -26,11 +26,11 @@ export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __Met
26
26
  * <p> Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles
27
27
  * created from the same vehicle model consist of the same signals inherited from the
28
28
  * vehicle model.</p>
29
- * <note>
29
+ * <note>
30
30
  * <p> If you have an existing Amazon Web Services IoT thing, you can use Amazon Web Services IoT FleetWise to create a
31
31
  * vehicle and collect data from your thing. </p>
32
- * </note>
33
- * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicle-cli.html">Create a vehicle
32
+ * </note>
33
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/create-vehicle-cli.html">Create a vehicle
34
34
  * (AWS CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
35
35
  * @example
36
36
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,10 +25,10 @@ export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifes
25
25
  * @public
26
26
  * <p> Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles
27
27
  * associated with it. </p>
28
- * <note>
28
+ * <note>
29
29
  * <p>If the decoder manifest is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
30
30
  * response with an empty body.</p>
31
- * </note>
31
+ * </note>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -26,10 +26,10 @@ export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __Metadat
26
26
  * <p> Deletes a fleet. Before you delete a fleet, all vehicles must be
27
27
  * dissociated from the fleet. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/delete-fleet-cli.html">Delete a fleet (AWS
28
28
  * CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
29
- * <note>
29
+ * <note>
30
30
  * <p>If the fleet is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
31
31
  * with an empty body.</p>
32
- * </note>
32
+ * </note>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -24,10 +24,10 @@ export interface DeleteModelManifestCommandOutput extends DeleteModelManifestRes
24
24
  /**
25
25
  * @public
26
26
  * <p> Deletes a vehicle model (model manifest).</p>
27
- * <note>
27
+ * <note>
28
28
  * <p>If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
29
29
  * response with an empty body.</p>
30
- * </note>
30
+ * </note>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -24,10 +24,10 @@ export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogRes
24
24
  /**
25
25
  * @public
26
26
  * <p> Deletes a signal catalog. </p>
27
- * <note>
27
+ * <note>
28
28
  * <p>If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
29
29
  * response with an empty body.</p>
30
- * </note>
30
+ * </note>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -24,10 +24,10 @@ export interface DeleteVehicleCommandOutput extends DeleteVehicleResponse, __Met
24
24
  /**
25
25
  * @public
26
26
  * <p> Deletes a vehicle and removes it from any campaigns.</p>
27
- * <note>
27
+ * <note>
28
28
  * <p>If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
29
29
  * with an empty body.</p>
30
- * </note>
30
+ * </note>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -25,10 +25,10 @@ export interface DisassociateVehicleFleetCommandOutput extends DisassociateVehic
25
25
  * @public
26
26
  * <p>Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a
27
27
  * fleet doesn't delete the vehicle.</p>
28
- * <note>
28
+ * <note>
29
29
  * <p>If the vehicle is successfully dissociated from a fleet, Amazon Web Services IoT FleetWise sends back an
30
30
  * HTTP 200 response with an empty body.</p>
31
- * </note>
31
+ * </note>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -43,6 +43,7 @@ export interface GetDecoderManifestCommandOutput extends GetDecoderManifestRespo
43
43
  * // status: "STRING_VALUE",
44
44
  * // creationTime: new Date("TIMESTAMP"), // required
45
45
  * // lastModificationTime: new Date("TIMESTAMP"), // required
46
+ * // message: "STRING_VALUE",
46
47
  * // };
47
48
  *
48
49
  * ```
@@ -26,10 +26,10 @@ export interface GetRegisterAccountStatusCommandOutput extends GetRegisterAccoun
26
26
  * <p> Retrieves information about the status of registering your Amazon Web Services account, IAM, and
27
27
  * Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services
28
28
  * Cloud. </p>
29
- * <p>For more information, including step-by-step procedures, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up Amazon Web Services IoT FleetWise</a>. </p>
30
- * <note>
29
+ * <p>For more information, including step-by-step procedures, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up Amazon Web Services IoT FleetWise</a>. </p>
30
+ * <note>
31
31
  * <p>This API operation doesn't require input parameters.</p>
32
- * </note>
32
+ * </note>
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -45,6 +45,8 @@ export interface GetSignalCatalogCommandOutput extends GetSignalCatalogResponse,
45
45
  * // totalSensors: Number("int"),
46
46
  * // totalAttributes: Number("int"),
47
47
  * // totalActuators: Number("int"),
48
+ * // totalStructs: Number("int"),
49
+ * // totalProperties: Number("int"),
48
50
  * // },
49
51
  * // creationTime: new Date("TIMESTAMP"), // required
50
52
  * // lastModificationTime: new Date("TIMESTAMP"), // required
@@ -24,7 +24,7 @@ export interface ListCampaignsCommandOutput extends ListCampaignsResponse, __Met
24
24
  /**
25
25
  * @public
26
26
  * <p> Lists information about created campaigns. </p>
27
- * <note>
27
+ * <note>
28
28
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
29
29
  * </note>
30
30
  * @example