@aws-sdk/client-iotfleetwise 3.278.0 → 3.281.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 (52) hide show
  1. package/README.md +403 -0
  2. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +6 -0
  3. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +6 -0
  4. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateCampaignCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateFleetCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateModelManifestCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateVehicleCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteCampaignCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteFleetCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteModelManifestCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteVehicleCommand.d.ts +6 -0
  17. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +6 -0
  18. package/dist-types/commands/GetCampaignCommand.d.ts +6 -0
  19. package/dist-types/commands/GetDecoderManifestCommand.d.ts +6 -0
  20. package/dist-types/commands/GetFleetCommand.d.ts +6 -0
  21. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +6 -0
  22. package/dist-types/commands/GetModelManifestCommand.d.ts +6 -0
  23. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +6 -0
  24. package/dist-types/commands/GetSignalCatalogCommand.d.ts +6 -0
  25. package/dist-types/commands/GetVehicleCommand.d.ts +6 -0
  26. package/dist-types/commands/GetVehicleStatusCommand.d.ts +6 -0
  27. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +6 -0
  28. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +6 -0
  29. package/dist-types/commands/ListCampaignsCommand.d.ts +6 -0
  30. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +6 -0
  31. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +6 -0
  32. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +6 -0
  33. package/dist-types/commands/ListFleetsCommand.d.ts +6 -0
  34. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +6 -0
  35. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +6 -0
  36. package/dist-types/commands/ListModelManifestsCommand.d.ts +6 -0
  37. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +6 -0
  38. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +6 -0
  39. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  40. package/dist-types/commands/ListVehiclesCommand.d.ts +6 -0
  41. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +6 -0
  42. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +6 -0
  43. package/dist-types/commands/RegisterAccountCommand.d.ts +6 -0
  44. package/dist-types/commands/TagResourceCommand.d.ts +6 -0
  45. package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
  46. package/dist-types/commands/UpdateCampaignCommand.d.ts +6 -0
  47. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +6 -0
  48. package/dist-types/commands/UpdateFleetCommand.d.ts +6 -0
  49. package/dist-types/commands/UpdateModelManifestCommand.d.ts +6 -0
  50. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +6 -0
  51. package/dist-types/commands/UpdateVehicleCommand.d.ts +6 -0
  52. package/package.json +6 -6
package/README.md CHANGED
@@ -209,3 +209,406 @@ To contribute to client you can check our [generate clients scripts](https://git
209
209
  This SDK is distributed under the
210
210
  [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0),
211
211
  see LICENSE for more information.
212
+
213
+ ## Client Commands (Operations List)
214
+
215
+ <details>
216
+ <summary>
217
+ AssociateVehicleFleet
218
+ </summary>
219
+
220
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/associatevehiclefleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/associatevehiclefleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/associatevehiclefleetcommandoutput.html)
221
+
222
+ </details>
223
+ <details>
224
+ <summary>
225
+ BatchCreateVehicle
226
+ </summary>
227
+
228
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/batchcreatevehiclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/batchcreatevehiclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/batchcreatevehiclecommandoutput.html)
229
+
230
+ </details>
231
+ <details>
232
+ <summary>
233
+ BatchUpdateVehicle
234
+ </summary>
235
+
236
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/batchupdatevehiclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/batchupdatevehiclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/batchupdatevehiclecommandoutput.html)
237
+
238
+ </details>
239
+ <details>
240
+ <summary>
241
+ CreateCampaign
242
+ </summary>
243
+
244
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/createcampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createcampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createcampaigncommandoutput.html)
245
+
246
+ </details>
247
+ <details>
248
+ <summary>
249
+ CreateDecoderManifest
250
+ </summary>
251
+
252
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/createdecodermanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createdecodermanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createdecodermanifestcommandoutput.html)
253
+
254
+ </details>
255
+ <details>
256
+ <summary>
257
+ CreateFleet
258
+ </summary>
259
+
260
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/createfleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createfleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createfleetcommandoutput.html)
261
+
262
+ </details>
263
+ <details>
264
+ <summary>
265
+ CreateModelManifest
266
+ </summary>
267
+
268
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/createmodelmanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createmodelmanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createmodelmanifestcommandoutput.html)
269
+
270
+ </details>
271
+ <details>
272
+ <summary>
273
+ CreateSignalCatalog
274
+ </summary>
275
+
276
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/createsignalcatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createsignalcatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createsignalcatalogcommandoutput.html)
277
+
278
+ </details>
279
+ <details>
280
+ <summary>
281
+ CreateVehicle
282
+ </summary>
283
+
284
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/createvehiclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createvehiclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/createvehiclecommandoutput.html)
285
+
286
+ </details>
287
+ <details>
288
+ <summary>
289
+ DeleteCampaign
290
+ </summary>
291
+
292
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/deletecampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletecampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletecampaigncommandoutput.html)
293
+
294
+ </details>
295
+ <details>
296
+ <summary>
297
+ DeleteDecoderManifest
298
+ </summary>
299
+
300
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/deletedecodermanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletedecodermanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletedecodermanifestcommandoutput.html)
301
+
302
+ </details>
303
+ <details>
304
+ <summary>
305
+ DeleteFleet
306
+ </summary>
307
+
308
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/deletefleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletefleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletefleetcommandoutput.html)
309
+
310
+ </details>
311
+ <details>
312
+ <summary>
313
+ DeleteModelManifest
314
+ </summary>
315
+
316
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/deletemodelmanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletemodelmanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletemodelmanifestcommandoutput.html)
317
+
318
+ </details>
319
+ <details>
320
+ <summary>
321
+ DeleteSignalCatalog
322
+ </summary>
323
+
324
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/deletesignalcatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletesignalcatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletesignalcatalogcommandoutput.html)
325
+
326
+ </details>
327
+ <details>
328
+ <summary>
329
+ DeleteVehicle
330
+ </summary>
331
+
332
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/deletevehiclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletevehiclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/deletevehiclecommandoutput.html)
333
+
334
+ </details>
335
+ <details>
336
+ <summary>
337
+ DisassociateVehicleFleet
338
+ </summary>
339
+
340
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/disassociatevehiclefleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/disassociatevehiclefleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/disassociatevehiclefleetcommandoutput.html)
341
+
342
+ </details>
343
+ <details>
344
+ <summary>
345
+ GetCampaign
346
+ </summary>
347
+
348
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getcampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getcampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getcampaigncommandoutput.html)
349
+
350
+ </details>
351
+ <details>
352
+ <summary>
353
+ GetDecoderManifest
354
+ </summary>
355
+
356
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getdecodermanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getdecodermanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getdecodermanifestcommandoutput.html)
357
+
358
+ </details>
359
+ <details>
360
+ <summary>
361
+ GetFleet
362
+ </summary>
363
+
364
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getfleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getfleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getfleetcommandoutput.html)
365
+
366
+ </details>
367
+ <details>
368
+ <summary>
369
+ GetLoggingOptions
370
+ </summary>
371
+
372
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getloggingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getloggingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getloggingoptionscommandoutput.html)
373
+
374
+ </details>
375
+ <details>
376
+ <summary>
377
+ GetModelManifest
378
+ </summary>
379
+
380
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getmodelmanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getmodelmanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getmodelmanifestcommandoutput.html)
381
+
382
+ </details>
383
+ <details>
384
+ <summary>
385
+ GetRegisterAccountStatus
386
+ </summary>
387
+
388
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getregisteraccountstatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getregisteraccountstatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getregisteraccountstatuscommandoutput.html)
389
+
390
+ </details>
391
+ <details>
392
+ <summary>
393
+ GetSignalCatalog
394
+ </summary>
395
+
396
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getsignalcatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getsignalcatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getsignalcatalogcommandoutput.html)
397
+
398
+ </details>
399
+ <details>
400
+ <summary>
401
+ GetVehicle
402
+ </summary>
403
+
404
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getvehiclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getvehiclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getvehiclecommandoutput.html)
405
+
406
+ </details>
407
+ <details>
408
+ <summary>
409
+ GetVehicleStatus
410
+ </summary>
411
+
412
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/getvehiclestatuscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getvehiclestatuscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/getvehiclestatuscommandoutput.html)
413
+
414
+ </details>
415
+ <details>
416
+ <summary>
417
+ ImportDecoderManifest
418
+ </summary>
419
+
420
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/importdecodermanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/importdecodermanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/importdecodermanifestcommandoutput.html)
421
+
422
+ </details>
423
+ <details>
424
+ <summary>
425
+ ImportSignalCatalog
426
+ </summary>
427
+
428
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/importsignalcatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/importsignalcatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/importsignalcatalogcommandoutput.html)
429
+
430
+ </details>
431
+ <details>
432
+ <summary>
433
+ ListCampaigns
434
+ </summary>
435
+
436
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listcampaignscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listcampaignscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listcampaignscommandoutput.html)
437
+
438
+ </details>
439
+ <details>
440
+ <summary>
441
+ ListDecoderManifestNetworkInterfaces
442
+ </summary>
443
+
444
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listdecodermanifestnetworkinterfacescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listdecodermanifestnetworkinterfacescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listdecodermanifestnetworkinterfacescommandoutput.html)
445
+
446
+ </details>
447
+ <details>
448
+ <summary>
449
+ ListDecoderManifests
450
+ </summary>
451
+
452
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listdecodermanifestscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listdecodermanifestscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listdecodermanifestscommandoutput.html)
453
+
454
+ </details>
455
+ <details>
456
+ <summary>
457
+ ListDecoderManifestSignals
458
+ </summary>
459
+
460
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listdecodermanifestsignalscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listdecodermanifestsignalscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listdecodermanifestsignalscommandoutput.html)
461
+
462
+ </details>
463
+ <details>
464
+ <summary>
465
+ ListFleets
466
+ </summary>
467
+
468
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listfleetscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listfleetscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listfleetscommandoutput.html)
469
+
470
+ </details>
471
+ <details>
472
+ <summary>
473
+ ListFleetsForVehicle
474
+ </summary>
475
+
476
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listfleetsforvehiclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listfleetsforvehiclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listfleetsforvehiclecommandoutput.html)
477
+
478
+ </details>
479
+ <details>
480
+ <summary>
481
+ ListModelManifestNodes
482
+ </summary>
483
+
484
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listmodelmanifestnodescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listmodelmanifestnodescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listmodelmanifestnodescommandoutput.html)
485
+
486
+ </details>
487
+ <details>
488
+ <summary>
489
+ ListModelManifests
490
+ </summary>
491
+
492
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listmodelmanifestscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listmodelmanifestscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listmodelmanifestscommandoutput.html)
493
+
494
+ </details>
495
+ <details>
496
+ <summary>
497
+ ListSignalCatalogNodes
498
+ </summary>
499
+
500
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listsignalcatalognodescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listsignalcatalognodescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listsignalcatalognodescommandoutput.html)
501
+
502
+ </details>
503
+ <details>
504
+ <summary>
505
+ ListSignalCatalogs
506
+ </summary>
507
+
508
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listsignalcatalogscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listsignalcatalogscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listsignalcatalogscommandoutput.html)
509
+
510
+ </details>
511
+ <details>
512
+ <summary>
513
+ ListTagsForResource
514
+ </summary>
515
+
516
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listtagsforresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listtagsforresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listtagsforresourcecommandoutput.html)
517
+
518
+ </details>
519
+ <details>
520
+ <summary>
521
+ ListVehicles
522
+ </summary>
523
+
524
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listvehiclescommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listvehiclescommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listvehiclescommandoutput.html)
525
+
526
+ </details>
527
+ <details>
528
+ <summary>
529
+ ListVehiclesInFleet
530
+ </summary>
531
+
532
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/listvehiclesinfleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listvehiclesinfleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/listvehiclesinfleetcommandoutput.html)
533
+
534
+ </details>
535
+ <details>
536
+ <summary>
537
+ PutLoggingOptions
538
+ </summary>
539
+
540
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/putloggingoptionscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/putloggingoptionscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/putloggingoptionscommandoutput.html)
541
+
542
+ </details>
543
+ <details>
544
+ <summary>
545
+ RegisterAccount
546
+ </summary>
547
+
548
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/registeraccountcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/registeraccountcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/registeraccountcommandoutput.html)
549
+
550
+ </details>
551
+ <details>
552
+ <summary>
553
+ TagResource
554
+ </summary>
555
+
556
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/tagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/tagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/tagresourcecommandoutput.html)
557
+
558
+ </details>
559
+ <details>
560
+ <summary>
561
+ UntagResource
562
+ </summary>
563
+
564
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/untagresourcecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/untagresourcecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/untagresourcecommandoutput.html)
565
+
566
+ </details>
567
+ <details>
568
+ <summary>
569
+ UpdateCampaign
570
+ </summary>
571
+
572
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/updatecampaigncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatecampaigncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatecampaigncommandoutput.html)
573
+
574
+ </details>
575
+ <details>
576
+ <summary>
577
+ UpdateDecoderManifest
578
+ </summary>
579
+
580
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/updatedecodermanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatedecodermanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatedecodermanifestcommandoutput.html)
581
+
582
+ </details>
583
+ <details>
584
+ <summary>
585
+ UpdateFleet
586
+ </summary>
587
+
588
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/updatefleetcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatefleetcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatefleetcommandoutput.html)
589
+
590
+ </details>
591
+ <details>
592
+ <summary>
593
+ UpdateModelManifest
594
+ </summary>
595
+
596
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/updatemodelmanifestcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatemodelmanifestcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatemodelmanifestcommandoutput.html)
597
+
598
+ </details>
599
+ <details>
600
+ <summary>
601
+ UpdateSignalCatalog
602
+ </summary>
603
+
604
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/updatesignalcatalogcommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatesignalcatalogcommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatesignalcatalogcommandoutput.html)
605
+
606
+ </details>
607
+ <details>
608
+ <summary>
609
+ UpdateVehicle
610
+ </summary>
611
+
612
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/classes/updatevehiclecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatevehiclecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-iotfleetwise/interfaces/updatevehiclecommandoutput.html)
613
+
614
+ </details>
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { AssociateVehicleFleetRequest, AssociateVehicleFleetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link AssociateVehicleFleetCommand}.
8
+ */
6
9
  export interface AssociateVehicleFleetCommandInput extends AssociateVehicleFleetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link AssociateVehicleFleetCommand}.
13
+ */
8
14
  export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFleetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { BatchCreateVehicleRequest, BatchCreateVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchCreateVehicleCommand}.
8
+ */
6
9
  export interface BatchCreateVehicleCommandInput extends BatchCreateVehicleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchCreateVehicleCommand}.
13
+ */
8
14
  export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { BatchUpdateVehicleRequest, BatchUpdateVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link BatchUpdateVehicleCommand}.
8
+ */
6
9
  export interface BatchUpdateVehicleCommandInput extends BatchUpdateVehicleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link BatchUpdateVehicleCommand}.
13
+ */
8
14
  export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateCampaignRequest, CreateCampaignResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateCampaignCommand}.
8
+ */
6
9
  export interface CreateCampaignCommandInput extends CreateCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateCampaignCommand}.
13
+ */
8
14
  export interface CreateCampaignCommandOutput extends CreateCampaignResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateDecoderManifestRequest, CreateDecoderManifestResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateDecoderManifestCommand}.
8
+ */
6
9
  export interface CreateDecoderManifestCommandInput extends CreateDecoderManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateDecoderManifestCommand}.
13
+ */
8
14
  export interface CreateDecoderManifestCommandOutput extends CreateDecoderManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateFleetRequest, CreateFleetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateFleetCommand}.
8
+ */
6
9
  export interface CreateFleetCommandInput extends CreateFleetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateFleetCommand}.
13
+ */
8
14
  export interface CreateFleetCommandOutput extends CreateFleetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateModelManifestRequest, CreateModelManifestResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateModelManifestCommand}.
8
+ */
6
9
  export interface CreateModelManifestCommandInput extends CreateModelManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateModelManifestCommand}.
13
+ */
8
14
  export interface CreateModelManifestCommandOutput extends CreateModelManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateSignalCatalogRequest, CreateSignalCatalogResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateSignalCatalogCommand}.
8
+ */
6
9
  export interface CreateSignalCatalogCommandInput extends CreateSignalCatalogRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateSignalCatalogCommand}.
13
+ */
8
14
  export interface CreateSignalCatalogCommandOutput extends CreateSignalCatalogResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { CreateVehicleRequest, CreateVehicleResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link CreateVehicleCommand}.
8
+ */
6
9
  export interface CreateVehicleCommandInput extends CreateVehicleRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link CreateVehicleCommand}.
13
+ */
8
14
  export interface CreateVehicleCommandOutput extends CreateVehicleResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteCampaignRequest, DeleteCampaignResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteCampaignCommand}.
8
+ */
6
9
  export interface DeleteCampaignCommandInput extends DeleteCampaignRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteCampaignCommand}.
13
+ */
8
14
  export interface DeleteCampaignCommandOutput extends DeleteCampaignResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteDecoderManifestRequest, DeleteDecoderManifestResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteDecoderManifestCommand}.
8
+ */
6
9
  export interface DeleteDecoderManifestCommandInput extends DeleteDecoderManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteDecoderManifestCommand}.
13
+ */
8
14
  export interface DeleteDecoderManifestCommandOutput extends DeleteDecoderManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteFleetRequest, DeleteFleetResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteFleetCommand}.
8
+ */
6
9
  export interface DeleteFleetCommandInput extends DeleteFleetRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteFleetCommand}.
13
+ */
8
14
  export interface DeleteFleetCommandOutput extends DeleteFleetResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteModelManifestRequest, DeleteModelManifestResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteModelManifestCommand}.
8
+ */
6
9
  export interface DeleteModelManifestCommandInput extends DeleteModelManifestRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteModelManifestCommand}.
13
+ */
8
14
  export interface DeleteModelManifestCommandOutput extends DeleteModelManifestResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { DeleteSignalCatalogRequest, DeleteSignalCatalogResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DeleteSignalCatalogCommand}.
8
+ */
6
9
  export interface DeleteSignalCatalogCommandInput extends DeleteSignalCatalogRequest {
7
10
  }
11
+ /**
12
+ * The output of {@link DeleteSignalCatalogCommand}.
13
+ */
8
14
  export interface DeleteSignalCatalogCommandOutput extends DeleteSignalCatalogResponse, __MetadataBearer {
9
15
  }
10
16
  /**