@aws-sdk/client-iotfleetwise 3.306.0 → 3.309.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 +6 -6
@@ -50,103 +50,403 @@ import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/U
50
50
  import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "../commands/UpdateModelManifestCommand";
51
51
  import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "../commands/UpdateSignalCatalogCommand";
52
52
  import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "../commands/UpdateVehicleCommand";
53
- export declare const serializeAws_json1_0AssociateVehicleFleetCommand: (input: AssociateVehicleFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_0BatchCreateVehicleCommand: (input: BatchCreateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_0BatchUpdateVehicleCommand: (input: BatchUpdateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_0CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_0CreateDecoderManifestCommand: (input: CreateDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_0CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_0CreateModelManifestCommand: (input: CreateModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_0CreateSignalCatalogCommand: (input: CreateSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_0CreateVehicleCommand: (input: CreateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_0DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_0DeleteDecoderManifestCommand: (input: DeleteDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_0DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_0DeleteModelManifestCommand: (input: DeleteModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_0DeleteSignalCatalogCommand: (input: DeleteSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_0DeleteVehicleCommand: (input: DeleteVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_0DisassociateVehicleFleetCommand: (input: DisassociateVehicleFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_0GetCampaignCommand: (input: GetCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_0GetDecoderManifestCommand: (input: GetDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_0GetFleetCommand: (input: GetFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_0GetLoggingOptionsCommand: (input: GetLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_0GetModelManifestCommand: (input: GetModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_0GetRegisterAccountStatusCommand: (input: GetRegisterAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_0GetSignalCatalogCommand: (input: GetSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_0GetVehicleCommand: (input: GetVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const serializeAws_json1_0GetVehicleStatusCommand: (input: GetVehicleStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
78
- export declare const serializeAws_json1_0ImportDecoderManifestCommand: (input: ImportDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- export declare const serializeAws_json1_0ImportSignalCatalogCommand: (input: ImportSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- export declare const serializeAws_json1_0ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand: (input: ListDecoderManifestNetworkInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_0ListDecoderManifestsCommand: (input: ListDecoderManifestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_0ListDecoderManifestSignalsCommand: (input: ListDecoderManifestSignalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_0ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_0ListFleetsForVehicleCommand: (input: ListFleetsForVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_0ListModelManifestNodesCommand: (input: ListModelManifestNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_0ListModelManifestsCommand: (input: ListModelManifestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_0ListSignalCatalogNodesCommand: (input: ListSignalCatalogNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_0ListSignalCatalogsCommand: (input: ListSignalCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_0ListVehiclesCommand: (input: ListVehiclesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_0ListVehiclesInFleetCommand: (input: ListVehiclesInFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_0PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_0RegisterAccountCommand: (input: RegisterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_0UpdateCampaignCommand: (input: UpdateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_0UpdateDecoderManifestCommand: (input: UpdateDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_0UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_0UpdateModelManifestCommand: (input: UpdateModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_0UpdateSignalCatalogCommand: (input: UpdateSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_0UpdateVehicleCommand: (input: UpdateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const deserializeAws_json1_0AssociateVehicleFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVehicleFleetCommandOutput>;
104
- export declare const deserializeAws_json1_0BatchCreateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateVehicleCommandOutput>;
105
- export declare const deserializeAws_json1_0BatchUpdateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateVehicleCommandOutput>;
106
- export declare const deserializeAws_json1_0CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
107
- export declare const deserializeAws_json1_0CreateDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDecoderManifestCommandOutput>;
108
- export declare const deserializeAws_json1_0CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
109
- export declare const deserializeAws_json1_0CreateModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelManifestCommandOutput>;
110
- export declare const deserializeAws_json1_0CreateSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSignalCatalogCommandOutput>;
111
- export declare const deserializeAws_json1_0CreateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVehicleCommandOutput>;
112
- export declare const deserializeAws_json1_0DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
113
- export declare const deserializeAws_json1_0DeleteDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDecoderManifestCommandOutput>;
114
- export declare const deserializeAws_json1_0DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
115
- export declare const deserializeAws_json1_0DeleteModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelManifestCommandOutput>;
116
- export declare const deserializeAws_json1_0DeleteSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSignalCatalogCommandOutput>;
117
- export declare const deserializeAws_json1_0DeleteVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVehicleCommandOutput>;
118
- export declare const deserializeAws_json1_0DisassociateVehicleFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVehicleFleetCommandOutput>;
119
- export declare const deserializeAws_json1_0GetCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignCommandOutput>;
120
- export declare const deserializeAws_json1_0GetDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDecoderManifestCommandOutput>;
121
- export declare const deserializeAws_json1_0GetFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFleetCommandOutput>;
122
- export declare const deserializeAws_json1_0GetLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingOptionsCommandOutput>;
123
- export declare const deserializeAws_json1_0GetModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelManifestCommandOutput>;
124
- export declare const deserializeAws_json1_0GetRegisterAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegisterAccountStatusCommandOutput>;
125
- export declare const deserializeAws_json1_0GetSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSignalCatalogCommandOutput>;
126
- export declare const deserializeAws_json1_0GetVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVehicleCommandOutput>;
127
- export declare const deserializeAws_json1_0GetVehicleStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVehicleStatusCommandOutput>;
128
- export declare const deserializeAws_json1_0ImportDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDecoderManifestCommandOutput>;
129
- export declare const deserializeAws_json1_0ImportSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSignalCatalogCommandOutput>;
130
- export declare const deserializeAws_json1_0ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
131
- export declare const deserializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestNetworkInterfacesCommandOutput>;
132
- export declare const deserializeAws_json1_0ListDecoderManifestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestsCommandOutput>;
133
- export declare const deserializeAws_json1_0ListDecoderManifestSignalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestSignalsCommandOutput>;
134
- export declare const deserializeAws_json1_0ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
135
- export declare const deserializeAws_json1_0ListFleetsForVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsForVehicleCommandOutput>;
136
- export declare const deserializeAws_json1_0ListModelManifestNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelManifestNodesCommandOutput>;
137
- export declare const deserializeAws_json1_0ListModelManifestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelManifestsCommandOutput>;
138
- export declare const deserializeAws_json1_0ListSignalCatalogNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalCatalogNodesCommandOutput>;
139
- export declare const deserializeAws_json1_0ListSignalCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalCatalogsCommandOutput>;
140
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
141
- export declare const deserializeAws_json1_0ListVehiclesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVehiclesCommandOutput>;
142
- export declare const deserializeAws_json1_0ListVehiclesInFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVehiclesInFleetCommandOutput>;
143
- export declare const deserializeAws_json1_0PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
144
- export declare const deserializeAws_json1_0RegisterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAccountCommandOutput>;
145
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
146
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
147
- export declare const deserializeAws_json1_0UpdateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommandOutput>;
148
- export declare const deserializeAws_json1_0UpdateDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDecoderManifestCommandOutput>;
149
- export declare const deserializeAws_json1_0UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
150
- export declare const deserializeAws_json1_0UpdateModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelManifestCommandOutput>;
151
- export declare const deserializeAws_json1_0UpdateSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSignalCatalogCommandOutput>;
152
- export declare const deserializeAws_json1_0UpdateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVehicleCommandOutput>;
53
+ /**
54
+ * serializeAws_json1_0AssociateVehicleFleetCommand
55
+ */
56
+ export declare const se_AssociateVehicleFleetCommand: (input: AssociateVehicleFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
+ /**
58
+ * serializeAws_json1_0BatchCreateVehicleCommand
59
+ */
60
+ export declare const se_BatchCreateVehicleCommand: (input: BatchCreateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
+ /**
62
+ * serializeAws_json1_0BatchUpdateVehicleCommand
63
+ */
64
+ export declare const se_BatchUpdateVehicleCommand: (input: BatchUpdateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
+ /**
66
+ * serializeAws_json1_0CreateCampaignCommand
67
+ */
68
+ export declare const se_CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
+ /**
70
+ * serializeAws_json1_0CreateDecoderManifestCommand
71
+ */
72
+ export declare const se_CreateDecoderManifestCommand: (input: CreateDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
+ /**
74
+ * serializeAws_json1_0CreateFleetCommand
75
+ */
76
+ export declare const se_CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
+ /**
78
+ * serializeAws_json1_0CreateModelManifestCommand
79
+ */
80
+ export declare const se_CreateModelManifestCommand: (input: CreateModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
+ /**
82
+ * serializeAws_json1_0CreateSignalCatalogCommand
83
+ */
84
+ export declare const se_CreateSignalCatalogCommand: (input: CreateSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
+ /**
86
+ * serializeAws_json1_0CreateVehicleCommand
87
+ */
88
+ export declare const se_CreateVehicleCommand: (input: CreateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
+ /**
90
+ * serializeAws_json1_0DeleteCampaignCommand
91
+ */
92
+ export declare const se_DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
+ /**
94
+ * serializeAws_json1_0DeleteDecoderManifestCommand
95
+ */
96
+ export declare const se_DeleteDecoderManifestCommand: (input: DeleteDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
+ /**
98
+ * serializeAws_json1_0DeleteFleetCommand
99
+ */
100
+ export declare const se_DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
+ /**
102
+ * serializeAws_json1_0DeleteModelManifestCommand
103
+ */
104
+ export declare const se_DeleteModelManifestCommand: (input: DeleteModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
+ /**
106
+ * serializeAws_json1_0DeleteSignalCatalogCommand
107
+ */
108
+ export declare const se_DeleteSignalCatalogCommand: (input: DeleteSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
+ /**
110
+ * serializeAws_json1_0DeleteVehicleCommand
111
+ */
112
+ export declare const se_DeleteVehicleCommand: (input: DeleteVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
+ /**
114
+ * serializeAws_json1_0DisassociateVehicleFleetCommand
115
+ */
116
+ export declare const se_DisassociateVehicleFleetCommand: (input: DisassociateVehicleFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
+ /**
118
+ * serializeAws_json1_0GetCampaignCommand
119
+ */
120
+ export declare const se_GetCampaignCommand: (input: GetCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
+ /**
122
+ * serializeAws_json1_0GetDecoderManifestCommand
123
+ */
124
+ export declare const se_GetDecoderManifestCommand: (input: GetDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
+ /**
126
+ * serializeAws_json1_0GetFleetCommand
127
+ */
128
+ export declare const se_GetFleetCommand: (input: GetFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
+ /**
130
+ * serializeAws_json1_0GetLoggingOptionsCommand
131
+ */
132
+ export declare const se_GetLoggingOptionsCommand: (input: GetLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
+ /**
134
+ * serializeAws_json1_0GetModelManifestCommand
135
+ */
136
+ export declare const se_GetModelManifestCommand: (input: GetModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
+ /**
138
+ * serializeAws_json1_0GetRegisterAccountStatusCommand
139
+ */
140
+ export declare const se_GetRegisterAccountStatusCommand: (input: GetRegisterAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
+ /**
142
+ * serializeAws_json1_0GetSignalCatalogCommand
143
+ */
144
+ export declare const se_GetSignalCatalogCommand: (input: GetSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
+ /**
146
+ * serializeAws_json1_0GetVehicleCommand
147
+ */
148
+ export declare const se_GetVehicleCommand: (input: GetVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
+ /**
150
+ * serializeAws_json1_0GetVehicleStatusCommand
151
+ */
152
+ export declare const se_GetVehicleStatusCommand: (input: GetVehicleStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
+ /**
154
+ * serializeAws_json1_0ImportDecoderManifestCommand
155
+ */
156
+ export declare const se_ImportDecoderManifestCommand: (input: ImportDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
+ /**
158
+ * serializeAws_json1_0ImportSignalCatalogCommand
159
+ */
160
+ export declare const se_ImportSignalCatalogCommand: (input: ImportSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
+ /**
162
+ * serializeAws_json1_0ListCampaignsCommand
163
+ */
164
+ export declare const se_ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
+ /**
166
+ * serializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand
167
+ */
168
+ export declare const se_ListDecoderManifestNetworkInterfacesCommand: (input: ListDecoderManifestNetworkInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
+ /**
170
+ * serializeAws_json1_0ListDecoderManifestsCommand
171
+ */
172
+ export declare const se_ListDecoderManifestsCommand: (input: ListDecoderManifestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
+ /**
174
+ * serializeAws_json1_0ListDecoderManifestSignalsCommand
175
+ */
176
+ export declare const se_ListDecoderManifestSignalsCommand: (input: ListDecoderManifestSignalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
+ /**
178
+ * serializeAws_json1_0ListFleetsCommand
179
+ */
180
+ export declare const se_ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
+ /**
182
+ * serializeAws_json1_0ListFleetsForVehicleCommand
183
+ */
184
+ export declare const se_ListFleetsForVehicleCommand: (input: ListFleetsForVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
+ /**
186
+ * serializeAws_json1_0ListModelManifestNodesCommand
187
+ */
188
+ export declare const se_ListModelManifestNodesCommand: (input: ListModelManifestNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
+ /**
190
+ * serializeAws_json1_0ListModelManifestsCommand
191
+ */
192
+ export declare const se_ListModelManifestsCommand: (input: ListModelManifestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
+ /**
194
+ * serializeAws_json1_0ListSignalCatalogNodesCommand
195
+ */
196
+ export declare const se_ListSignalCatalogNodesCommand: (input: ListSignalCatalogNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
+ /**
198
+ * serializeAws_json1_0ListSignalCatalogsCommand
199
+ */
200
+ export declare const se_ListSignalCatalogsCommand: (input: ListSignalCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
+ /**
202
+ * serializeAws_json1_0ListTagsForResourceCommand
203
+ */
204
+ export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
+ /**
206
+ * serializeAws_json1_0ListVehiclesCommand
207
+ */
208
+ export declare const se_ListVehiclesCommand: (input: ListVehiclesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
+ /**
210
+ * serializeAws_json1_0ListVehiclesInFleetCommand
211
+ */
212
+ export declare const se_ListVehiclesInFleetCommand: (input: ListVehiclesInFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
+ /**
214
+ * serializeAws_json1_0PutLoggingOptionsCommand
215
+ */
216
+ export declare const se_PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
+ /**
218
+ * serializeAws_json1_0RegisterAccountCommand
219
+ */
220
+ export declare const se_RegisterAccountCommand: (input: RegisterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
+ /**
222
+ * serializeAws_json1_0TagResourceCommand
223
+ */
224
+ export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
+ /**
226
+ * serializeAws_json1_0UntagResourceCommand
227
+ */
228
+ export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
+ /**
230
+ * serializeAws_json1_0UpdateCampaignCommand
231
+ */
232
+ export declare const se_UpdateCampaignCommand: (input: UpdateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
+ /**
234
+ * serializeAws_json1_0UpdateDecoderManifestCommand
235
+ */
236
+ export declare const se_UpdateDecoderManifestCommand: (input: UpdateDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
+ /**
238
+ * serializeAws_json1_0UpdateFleetCommand
239
+ */
240
+ export declare const se_UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
+ /**
242
+ * serializeAws_json1_0UpdateModelManifestCommand
243
+ */
244
+ export declare const se_UpdateModelManifestCommand: (input: UpdateModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
+ /**
246
+ * serializeAws_json1_0UpdateSignalCatalogCommand
247
+ */
248
+ export declare const se_UpdateSignalCatalogCommand: (input: UpdateSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
+ /**
250
+ * serializeAws_json1_0UpdateVehicleCommand
251
+ */
252
+ export declare const se_UpdateVehicleCommand: (input: UpdateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
+ /**
254
+ * deserializeAws_json1_0AssociateVehicleFleetCommand
255
+ */
256
+ export declare const de_AssociateVehicleFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVehicleFleetCommandOutput>;
257
+ /**
258
+ * deserializeAws_json1_0BatchCreateVehicleCommand
259
+ */
260
+ export declare const de_BatchCreateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateVehicleCommandOutput>;
261
+ /**
262
+ * deserializeAws_json1_0BatchUpdateVehicleCommand
263
+ */
264
+ export declare const de_BatchUpdateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateVehicleCommandOutput>;
265
+ /**
266
+ * deserializeAws_json1_0CreateCampaignCommand
267
+ */
268
+ export declare const de_CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
269
+ /**
270
+ * deserializeAws_json1_0CreateDecoderManifestCommand
271
+ */
272
+ export declare const de_CreateDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDecoderManifestCommandOutput>;
273
+ /**
274
+ * deserializeAws_json1_0CreateFleetCommand
275
+ */
276
+ export declare const de_CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
277
+ /**
278
+ * deserializeAws_json1_0CreateModelManifestCommand
279
+ */
280
+ export declare const de_CreateModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelManifestCommandOutput>;
281
+ /**
282
+ * deserializeAws_json1_0CreateSignalCatalogCommand
283
+ */
284
+ export declare const de_CreateSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSignalCatalogCommandOutput>;
285
+ /**
286
+ * deserializeAws_json1_0CreateVehicleCommand
287
+ */
288
+ export declare const de_CreateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVehicleCommandOutput>;
289
+ /**
290
+ * deserializeAws_json1_0DeleteCampaignCommand
291
+ */
292
+ export declare const de_DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
293
+ /**
294
+ * deserializeAws_json1_0DeleteDecoderManifestCommand
295
+ */
296
+ export declare const de_DeleteDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDecoderManifestCommandOutput>;
297
+ /**
298
+ * deserializeAws_json1_0DeleteFleetCommand
299
+ */
300
+ export declare const de_DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
301
+ /**
302
+ * deserializeAws_json1_0DeleteModelManifestCommand
303
+ */
304
+ export declare const de_DeleteModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelManifestCommandOutput>;
305
+ /**
306
+ * deserializeAws_json1_0DeleteSignalCatalogCommand
307
+ */
308
+ export declare const de_DeleteSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSignalCatalogCommandOutput>;
309
+ /**
310
+ * deserializeAws_json1_0DeleteVehicleCommand
311
+ */
312
+ export declare const de_DeleteVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVehicleCommandOutput>;
313
+ /**
314
+ * deserializeAws_json1_0DisassociateVehicleFleetCommand
315
+ */
316
+ export declare const de_DisassociateVehicleFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVehicleFleetCommandOutput>;
317
+ /**
318
+ * deserializeAws_json1_0GetCampaignCommand
319
+ */
320
+ export declare const de_GetCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignCommandOutput>;
321
+ /**
322
+ * deserializeAws_json1_0GetDecoderManifestCommand
323
+ */
324
+ export declare const de_GetDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDecoderManifestCommandOutput>;
325
+ /**
326
+ * deserializeAws_json1_0GetFleetCommand
327
+ */
328
+ export declare const de_GetFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFleetCommandOutput>;
329
+ /**
330
+ * deserializeAws_json1_0GetLoggingOptionsCommand
331
+ */
332
+ export declare const de_GetLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingOptionsCommandOutput>;
333
+ /**
334
+ * deserializeAws_json1_0GetModelManifestCommand
335
+ */
336
+ export declare const de_GetModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelManifestCommandOutput>;
337
+ /**
338
+ * deserializeAws_json1_0GetRegisterAccountStatusCommand
339
+ */
340
+ export declare const de_GetRegisterAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegisterAccountStatusCommandOutput>;
341
+ /**
342
+ * deserializeAws_json1_0GetSignalCatalogCommand
343
+ */
344
+ export declare const de_GetSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSignalCatalogCommandOutput>;
345
+ /**
346
+ * deserializeAws_json1_0GetVehicleCommand
347
+ */
348
+ export declare const de_GetVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVehicleCommandOutput>;
349
+ /**
350
+ * deserializeAws_json1_0GetVehicleStatusCommand
351
+ */
352
+ export declare const de_GetVehicleStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVehicleStatusCommandOutput>;
353
+ /**
354
+ * deserializeAws_json1_0ImportDecoderManifestCommand
355
+ */
356
+ export declare const de_ImportDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDecoderManifestCommandOutput>;
357
+ /**
358
+ * deserializeAws_json1_0ImportSignalCatalogCommand
359
+ */
360
+ export declare const de_ImportSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSignalCatalogCommandOutput>;
361
+ /**
362
+ * deserializeAws_json1_0ListCampaignsCommand
363
+ */
364
+ export declare const de_ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
365
+ /**
366
+ * deserializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand
367
+ */
368
+ export declare const de_ListDecoderManifestNetworkInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestNetworkInterfacesCommandOutput>;
369
+ /**
370
+ * deserializeAws_json1_0ListDecoderManifestsCommand
371
+ */
372
+ export declare const de_ListDecoderManifestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestsCommandOutput>;
373
+ /**
374
+ * deserializeAws_json1_0ListDecoderManifestSignalsCommand
375
+ */
376
+ export declare const de_ListDecoderManifestSignalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestSignalsCommandOutput>;
377
+ /**
378
+ * deserializeAws_json1_0ListFleetsCommand
379
+ */
380
+ export declare const de_ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
381
+ /**
382
+ * deserializeAws_json1_0ListFleetsForVehicleCommand
383
+ */
384
+ export declare const de_ListFleetsForVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsForVehicleCommandOutput>;
385
+ /**
386
+ * deserializeAws_json1_0ListModelManifestNodesCommand
387
+ */
388
+ export declare const de_ListModelManifestNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelManifestNodesCommandOutput>;
389
+ /**
390
+ * deserializeAws_json1_0ListModelManifestsCommand
391
+ */
392
+ export declare const de_ListModelManifestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelManifestsCommandOutput>;
393
+ /**
394
+ * deserializeAws_json1_0ListSignalCatalogNodesCommand
395
+ */
396
+ export declare const de_ListSignalCatalogNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalCatalogNodesCommandOutput>;
397
+ /**
398
+ * deserializeAws_json1_0ListSignalCatalogsCommand
399
+ */
400
+ export declare const de_ListSignalCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalCatalogsCommandOutput>;
401
+ /**
402
+ * deserializeAws_json1_0ListTagsForResourceCommand
403
+ */
404
+ export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
405
+ /**
406
+ * deserializeAws_json1_0ListVehiclesCommand
407
+ */
408
+ export declare const de_ListVehiclesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVehiclesCommandOutput>;
409
+ /**
410
+ * deserializeAws_json1_0ListVehiclesInFleetCommand
411
+ */
412
+ export declare const de_ListVehiclesInFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVehiclesInFleetCommandOutput>;
413
+ /**
414
+ * deserializeAws_json1_0PutLoggingOptionsCommand
415
+ */
416
+ export declare const de_PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
417
+ /**
418
+ * deserializeAws_json1_0RegisterAccountCommand
419
+ */
420
+ export declare const de_RegisterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAccountCommandOutput>;
421
+ /**
422
+ * deserializeAws_json1_0TagResourceCommand
423
+ */
424
+ export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
425
+ /**
426
+ * deserializeAws_json1_0UntagResourceCommand
427
+ */
428
+ export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
429
+ /**
430
+ * deserializeAws_json1_0UpdateCampaignCommand
431
+ */
432
+ export declare const de_UpdateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommandOutput>;
433
+ /**
434
+ * deserializeAws_json1_0UpdateDecoderManifestCommand
435
+ */
436
+ export declare const de_UpdateDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDecoderManifestCommandOutput>;
437
+ /**
438
+ * deserializeAws_json1_0UpdateFleetCommand
439
+ */
440
+ export declare const de_UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
441
+ /**
442
+ * deserializeAws_json1_0UpdateModelManifestCommand
443
+ */
444
+ export declare const de_UpdateModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelManifestCommandOutput>;
445
+ /**
446
+ * deserializeAws_json1_0UpdateSignalCatalogCommand
447
+ */
448
+ export declare const de_UpdateSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSignalCatalogCommandOutput>;
449
+ /**
450
+ * deserializeAws_json1_0UpdateVehicleCommand
451
+ */
452
+ export declare const de_UpdateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVehicleCommandOutput>;