@aws-sdk/client-iotfleetwise 3.306.0 → 3.310.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 (105) hide show
  1. package/dist-cjs/commands/AssociateVehicleFleetCommand.js +2 -2
  2. package/dist-cjs/commands/BatchCreateVehicleCommand.js +2 -2
  3. package/dist-cjs/commands/BatchUpdateVehicleCommand.js +2 -2
  4. package/dist-cjs/commands/CreateCampaignCommand.js +2 -2
  5. package/dist-cjs/commands/CreateDecoderManifestCommand.js +2 -2
  6. package/dist-cjs/commands/CreateFleetCommand.js +2 -2
  7. package/dist-cjs/commands/CreateModelManifestCommand.js +2 -2
  8. package/dist-cjs/commands/CreateSignalCatalogCommand.js +2 -2
  9. package/dist-cjs/commands/CreateVehicleCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteCampaignCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteDecoderManifestCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteFleetCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteModelManifestCommand.js +2 -2
  14. package/dist-cjs/commands/DeleteSignalCatalogCommand.js +2 -2
  15. package/dist-cjs/commands/DeleteVehicleCommand.js +2 -2
  16. package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +2 -2
  17. package/dist-cjs/commands/GetCampaignCommand.js +2 -2
  18. package/dist-cjs/commands/GetDecoderManifestCommand.js +2 -2
  19. package/dist-cjs/commands/GetFleetCommand.js +2 -2
  20. package/dist-cjs/commands/GetLoggingOptionsCommand.js +2 -2
  21. package/dist-cjs/commands/GetModelManifestCommand.js +2 -2
  22. package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +2 -2
  23. package/dist-cjs/commands/GetSignalCatalogCommand.js +2 -2
  24. package/dist-cjs/commands/GetVehicleCommand.js +2 -2
  25. package/dist-cjs/commands/GetVehicleStatusCommand.js +2 -2
  26. package/dist-cjs/commands/ImportDecoderManifestCommand.js +2 -2
  27. package/dist-cjs/commands/ImportSignalCatalogCommand.js +2 -2
  28. package/dist-cjs/commands/ListCampaignsCommand.js +2 -2
  29. package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +2 -2
  30. package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +2 -2
  31. package/dist-cjs/commands/ListDecoderManifestsCommand.js +2 -2
  32. package/dist-cjs/commands/ListFleetsCommand.js +2 -2
  33. package/dist-cjs/commands/ListFleetsForVehicleCommand.js +2 -2
  34. package/dist-cjs/commands/ListModelManifestNodesCommand.js +2 -2
  35. package/dist-cjs/commands/ListModelManifestsCommand.js +2 -2
  36. package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +2 -2
  37. package/dist-cjs/commands/ListSignalCatalogsCommand.js +2 -2
  38. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  39. package/dist-cjs/commands/ListVehiclesCommand.js +2 -2
  40. package/dist-cjs/commands/ListVehiclesInFleetCommand.js +2 -2
  41. package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -2
  42. package/dist-cjs/commands/RegisterAccountCommand.js +2 -2
  43. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  44. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  45. package/dist-cjs/commands/UpdateCampaignCommand.js +2 -2
  46. package/dist-cjs/commands/UpdateDecoderManifestCommand.js +2 -2
  47. package/dist-cjs/commands/UpdateFleetCommand.js +2 -2
  48. package/dist-cjs/commands/UpdateModelManifestCommand.js +2 -2
  49. package/dist-cjs/commands/UpdateSignalCatalogCommand.js +2 -2
  50. package/dist-cjs/commands/UpdateVehicleCommand.js +2 -2
  51. package/dist-cjs/protocols/Aws_json1_0.js +1042 -1068
  52. package/dist-es/commands/AssociateVehicleFleetCommand.js +3 -3
  53. package/dist-es/commands/BatchCreateVehicleCommand.js +3 -3
  54. package/dist-es/commands/BatchUpdateVehicleCommand.js +3 -3
  55. package/dist-es/commands/CreateCampaignCommand.js +3 -3
  56. package/dist-es/commands/CreateDecoderManifestCommand.js +3 -3
  57. package/dist-es/commands/CreateFleetCommand.js +3 -3
  58. package/dist-es/commands/CreateModelManifestCommand.js +3 -3
  59. package/dist-es/commands/CreateSignalCatalogCommand.js +3 -3
  60. package/dist-es/commands/CreateVehicleCommand.js +3 -3
  61. package/dist-es/commands/DeleteCampaignCommand.js +3 -3
  62. package/dist-es/commands/DeleteDecoderManifestCommand.js +3 -3
  63. package/dist-es/commands/DeleteFleetCommand.js +3 -3
  64. package/dist-es/commands/DeleteModelManifestCommand.js +3 -3
  65. package/dist-es/commands/DeleteSignalCatalogCommand.js +3 -3
  66. package/dist-es/commands/DeleteVehicleCommand.js +3 -3
  67. package/dist-es/commands/DisassociateVehicleFleetCommand.js +3 -3
  68. package/dist-es/commands/GetCampaignCommand.js +3 -3
  69. package/dist-es/commands/GetDecoderManifestCommand.js +3 -3
  70. package/dist-es/commands/GetFleetCommand.js +3 -3
  71. package/dist-es/commands/GetLoggingOptionsCommand.js +3 -3
  72. package/dist-es/commands/GetModelManifestCommand.js +3 -3
  73. package/dist-es/commands/GetRegisterAccountStatusCommand.js +3 -3
  74. package/dist-es/commands/GetSignalCatalogCommand.js +3 -3
  75. package/dist-es/commands/GetVehicleCommand.js +3 -3
  76. package/dist-es/commands/GetVehicleStatusCommand.js +3 -3
  77. package/dist-es/commands/ImportDecoderManifestCommand.js +3 -3
  78. package/dist-es/commands/ImportSignalCatalogCommand.js +3 -3
  79. package/dist-es/commands/ListCampaignsCommand.js +3 -3
  80. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +3 -3
  81. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +3 -3
  82. package/dist-es/commands/ListDecoderManifestsCommand.js +3 -3
  83. package/dist-es/commands/ListFleetsCommand.js +3 -3
  84. package/dist-es/commands/ListFleetsForVehicleCommand.js +3 -3
  85. package/dist-es/commands/ListModelManifestNodesCommand.js +3 -3
  86. package/dist-es/commands/ListModelManifestsCommand.js +3 -3
  87. package/dist-es/commands/ListSignalCatalogNodesCommand.js +3 -3
  88. package/dist-es/commands/ListSignalCatalogsCommand.js +3 -3
  89. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  90. package/dist-es/commands/ListVehiclesCommand.js +3 -3
  91. package/dist-es/commands/ListVehiclesInFleetCommand.js +3 -3
  92. package/dist-es/commands/PutLoggingOptionsCommand.js +3 -3
  93. package/dist-es/commands/RegisterAccountCommand.js +3 -3
  94. package/dist-es/commands/TagResourceCommand.js +3 -3
  95. package/dist-es/commands/UntagResourceCommand.js +3 -3
  96. package/dist-es/commands/UpdateCampaignCommand.js +3 -3
  97. package/dist-es/commands/UpdateDecoderManifestCommand.js +3 -3
  98. package/dist-es/commands/UpdateFleetCommand.js +3 -3
  99. package/dist-es/commands/UpdateModelManifestCommand.js +3 -3
  100. package/dist-es/commands/UpdateSignalCatalogCommand.js +3 -3
  101. package/dist-es/commands/UpdateVehicleCommand.js +3 -3
  102. package/dist-es/protocols/Aws_json1_0.js +940 -966
  103. package/dist-types/protocols/Aws_json1_0.d.ts +400 -100
  104. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +100 -100
  105. package/package.json +35 -35
@@ -36,10 +36,10 @@ class AssociateVehicleFleetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0AssociateVehicleFleetCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_AssociateVehicleFleetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0AssociateVehicleFleetCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_AssociateVehicleFleetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.AssociateVehicleFleetCommand = AssociateVehicleFleetCommand;
@@ -36,10 +36,10 @@ class BatchCreateVehicleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0BatchCreateVehicleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_BatchCreateVehicleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0BatchCreateVehicleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_BatchCreateVehicleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchCreateVehicleCommand = BatchCreateVehicleCommand;
@@ -36,10 +36,10 @@ class BatchUpdateVehicleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0BatchUpdateVehicleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_BatchUpdateVehicleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0BatchUpdateVehicleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_BatchUpdateVehicleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.BatchUpdateVehicleCommand = BatchUpdateVehicleCommand;
@@ -36,10 +36,10 @@ class CreateCampaignCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0CreateCampaignCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateCampaignCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateCampaignCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateCampaignCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateCampaignCommand = CreateCampaignCommand;
@@ -36,10 +36,10 @@ class CreateDecoderManifestCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0CreateDecoderManifestCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateDecoderManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateDecoderManifestCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateDecoderManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateDecoderManifestCommand = CreateDecoderManifestCommand;
@@ -36,10 +36,10 @@ class CreateFleetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0CreateFleetCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateFleetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateFleetCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateFleetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateFleetCommand = CreateFleetCommand;
@@ -36,10 +36,10 @@ class CreateModelManifestCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0CreateModelManifestCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateModelManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateModelManifestCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateModelManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateModelManifestCommand = CreateModelManifestCommand;
@@ -36,10 +36,10 @@ class CreateSignalCatalogCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0CreateSignalCatalogCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateSignalCatalogCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateSignalCatalogCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateSignalCatalogCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateSignalCatalogCommand = CreateSignalCatalogCommand;
@@ -36,10 +36,10 @@ class CreateVehicleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0CreateVehicleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_CreateVehicleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0CreateVehicleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_CreateVehicleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.CreateVehicleCommand = CreateVehicleCommand;
@@ -36,10 +36,10 @@ class DeleteCampaignCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0DeleteCampaignCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteCampaignCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteCampaignCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteCampaignCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteCampaignCommand = DeleteCampaignCommand;
@@ -36,10 +36,10 @@ class DeleteDecoderManifestCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0DeleteDecoderManifestCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteDecoderManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteDecoderManifestCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteDecoderManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteDecoderManifestCommand = DeleteDecoderManifestCommand;
@@ -36,10 +36,10 @@ class DeleteFleetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0DeleteFleetCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteFleetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteFleetCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteFleetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteFleetCommand = DeleteFleetCommand;
@@ -36,10 +36,10 @@ class DeleteModelManifestCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0DeleteModelManifestCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteModelManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteModelManifestCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteModelManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteModelManifestCommand = DeleteModelManifestCommand;
@@ -36,10 +36,10 @@ class DeleteSignalCatalogCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0DeleteSignalCatalogCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteSignalCatalogCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteSignalCatalogCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteSignalCatalogCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteSignalCatalogCommand = DeleteSignalCatalogCommand;
@@ -36,10 +36,10 @@ class DeleteVehicleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0DeleteVehicleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DeleteVehicleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DeleteVehicleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DeleteVehicleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DeleteVehicleCommand = DeleteVehicleCommand;
@@ -36,10 +36,10 @@ class DisassociateVehicleFleetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0DisassociateVehicleFleetCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_DisassociateVehicleFleetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0DisassociateVehicleFleetCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_DisassociateVehicleFleetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.DisassociateVehicleFleetCommand = DisassociateVehicleFleetCommand;
@@ -36,10 +36,10 @@ class GetCampaignCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetCampaignCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetCampaignCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetCampaignCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetCampaignCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetCampaignCommand = GetCampaignCommand;
@@ -36,10 +36,10 @@ class GetDecoderManifestCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetDecoderManifestCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetDecoderManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetDecoderManifestCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetDecoderManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetDecoderManifestCommand = GetDecoderManifestCommand;
@@ -36,10 +36,10 @@ class GetFleetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetFleetCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetFleetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetFleetCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetFleetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetFleetCommand = GetFleetCommand;
@@ -36,10 +36,10 @@ class GetLoggingOptionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetLoggingOptionsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetLoggingOptionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetLoggingOptionsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetLoggingOptionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetLoggingOptionsCommand = GetLoggingOptionsCommand;
@@ -36,10 +36,10 @@ class GetModelManifestCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetModelManifestCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetModelManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetModelManifestCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetModelManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetModelManifestCommand = GetModelManifestCommand;
@@ -36,10 +36,10 @@ class GetRegisterAccountStatusCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetRegisterAccountStatusCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetRegisterAccountStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetRegisterAccountStatusCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetRegisterAccountStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetRegisterAccountStatusCommand = GetRegisterAccountStatusCommand;
@@ -36,10 +36,10 @@ class GetSignalCatalogCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetSignalCatalogCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetSignalCatalogCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetSignalCatalogCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetSignalCatalogCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetSignalCatalogCommand = GetSignalCatalogCommand;
@@ -36,10 +36,10 @@ class GetVehicleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetVehicleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetVehicleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetVehicleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetVehicleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetVehicleCommand = GetVehicleCommand;
@@ -36,10 +36,10 @@ class GetVehicleStatusCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0GetVehicleStatusCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_GetVehicleStatusCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0GetVehicleStatusCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_GetVehicleStatusCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.GetVehicleStatusCommand = GetVehicleStatusCommand;
@@ -36,10 +36,10 @@ class ImportDecoderManifestCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ImportDecoderManifestCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ImportDecoderManifestCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ImportDecoderManifestCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ImportDecoderManifestCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ImportDecoderManifestCommand = ImportDecoderManifestCommand;
@@ -36,10 +36,10 @@ class ImportSignalCatalogCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ImportSignalCatalogCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ImportSignalCatalogCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ImportSignalCatalogCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ImportSignalCatalogCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ImportSignalCatalogCommand = ImportSignalCatalogCommand;
@@ -36,10 +36,10 @@ class ListCampaignsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListCampaignsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListCampaignsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListCampaignsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListCampaignsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListCampaignsCommand = ListCampaignsCommand;
@@ -36,10 +36,10 @@ class ListDecoderManifestNetworkInterfacesCommand extends smithy_client_1.Comman
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListDecoderManifestNetworkInterfacesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListDecoderManifestNetworkInterfacesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDecoderManifestNetworkInterfacesCommand = ListDecoderManifestNetworkInterfacesCommand;
@@ -36,10 +36,10 @@ class ListDecoderManifestSignalsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListDecoderManifestSignalsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListDecoderManifestSignalsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListDecoderManifestSignalsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListDecoderManifestSignalsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDecoderManifestSignalsCommand = ListDecoderManifestSignalsCommand;
@@ -36,10 +36,10 @@ class ListDecoderManifestsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListDecoderManifestsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListDecoderManifestsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListDecoderManifestsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListDecoderManifestsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListDecoderManifestsCommand = ListDecoderManifestsCommand;
@@ -36,10 +36,10 @@ class ListFleetsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListFleetsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListFleetsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListFleetsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListFleetsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFleetsCommand = ListFleetsCommand;
@@ -36,10 +36,10 @@ class ListFleetsForVehicleCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListFleetsForVehicleCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListFleetsForVehicleCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListFleetsForVehicleCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListFleetsForVehicleCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListFleetsForVehicleCommand = ListFleetsForVehicleCommand;
@@ -36,10 +36,10 @@ class ListModelManifestNodesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListModelManifestNodesCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListModelManifestNodesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListModelManifestNodesCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListModelManifestNodesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListModelManifestNodesCommand = ListModelManifestNodesCommand;
@@ -36,10 +36,10 @@ class ListModelManifestsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListModelManifestsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListModelManifestsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListModelManifestsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListModelManifestsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListModelManifestsCommand = ListModelManifestsCommand;
@@ -36,10 +36,10 @@ class ListSignalCatalogNodesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListSignalCatalogNodesCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListSignalCatalogNodesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListSignalCatalogNodesCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListSignalCatalogNodesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSignalCatalogNodesCommand = ListSignalCatalogNodesCommand;
@@ -36,10 +36,10 @@ class ListSignalCatalogsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListSignalCatalogsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListSignalCatalogsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListSignalCatalogsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListSignalCatalogsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListSignalCatalogsCommand = ListSignalCatalogsCommand;
@@ -36,10 +36,10 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListTagsForResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListTagsForResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListTagsForResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListTagsForResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
@@ -36,10 +36,10 @@ class ListVehiclesCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListVehiclesCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListVehiclesCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListVehiclesCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListVehiclesCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListVehiclesCommand = ListVehiclesCommand;
@@ -36,10 +36,10 @@ class ListVehiclesInFleetCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0ListVehiclesInFleetCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_ListVehiclesInFleetCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0ListVehiclesInFleetCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_ListVehiclesInFleetCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.ListVehiclesInFleetCommand = ListVehiclesInFleetCommand;
@@ -36,10 +36,10 @@ class PutLoggingOptionsCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0PutLoggingOptionsCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_PutLoggingOptionsCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0PutLoggingOptionsCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_PutLoggingOptionsCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.PutLoggingOptionsCommand = PutLoggingOptionsCommand;
@@ -36,10 +36,10 @@ class RegisterAccountCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0RegisterAccountCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_RegisterAccountCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0RegisterAccountCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_RegisterAccountCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.RegisterAccountCommand = RegisterAccountCommand;
@@ -36,10 +36,10 @@ class TagResourceCommand extends smithy_client_1.Command {
36
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
37
37
  }
38
38
  serialize(input, context) {
39
- return (0, Aws_json1_0_1.serializeAws_json1_0TagResourceCommand)(input, context);
39
+ return (0, Aws_json1_0_1.se_TagResourceCommand)(input, context);
40
40
  }
41
41
  deserialize(output, context) {
42
- return (0, Aws_json1_0_1.deserializeAws_json1_0TagResourceCommand)(output, context);
42
+ return (0, Aws_json1_0_1.de_TagResourceCommand)(output, context);
43
43
  }
44
44
  }
45
45
  exports.TagResourceCommand = TagResourceCommand;