@aws-sdk/client-iotfleetwise 3.927.0 → 3.929.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 (81) hide show
  1. package/dist-cjs/index.js +2589 -2539
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/IoTFleetWiseClient.js +2 -0
  4. package/dist-es/commands/AssociateVehicleFleetCommand.js +3 -9
  5. package/dist-es/commands/BatchCreateVehicleCommand.js +3 -9
  6. package/dist-es/commands/BatchUpdateVehicleCommand.js +3 -9
  7. package/dist-es/commands/CreateCampaignCommand.js +3 -10
  8. package/dist-es/commands/CreateDecoderManifestCommand.js +3 -9
  9. package/dist-es/commands/CreateFleetCommand.js +3 -9
  10. package/dist-es/commands/CreateModelManifestCommand.js +3 -9
  11. package/dist-es/commands/CreateSignalCatalogCommand.js +3 -9
  12. package/dist-es/commands/CreateStateTemplateCommand.js +3 -9
  13. package/dist-es/commands/CreateVehicleCommand.js +3 -9
  14. package/dist-es/commands/DeleteCampaignCommand.js +3 -9
  15. package/dist-es/commands/DeleteDecoderManifestCommand.js +3 -9
  16. package/dist-es/commands/DeleteFleetCommand.js +3 -9
  17. package/dist-es/commands/DeleteModelManifestCommand.js +3 -9
  18. package/dist-es/commands/DeleteSignalCatalogCommand.js +3 -9
  19. package/dist-es/commands/DeleteStateTemplateCommand.js +3 -9
  20. package/dist-es/commands/DeleteVehicleCommand.js +3 -9
  21. package/dist-es/commands/DisassociateVehicleFleetCommand.js +3 -9
  22. package/dist-es/commands/GetCampaignCommand.js +3 -10
  23. package/dist-es/commands/GetDecoderManifestCommand.js +3 -9
  24. package/dist-es/commands/GetEncryptionConfigurationCommand.js +3 -9
  25. package/dist-es/commands/GetFleetCommand.js +3 -9
  26. package/dist-es/commands/GetLoggingOptionsCommand.js +3 -9
  27. package/dist-es/commands/GetModelManifestCommand.js +3 -9
  28. package/dist-es/commands/GetRegisterAccountStatusCommand.js +3 -9
  29. package/dist-es/commands/GetSignalCatalogCommand.js +3 -9
  30. package/dist-es/commands/GetStateTemplateCommand.js +3 -9
  31. package/dist-es/commands/GetVehicleCommand.js +3 -9
  32. package/dist-es/commands/GetVehicleStatusCommand.js +3 -9
  33. package/dist-es/commands/ImportDecoderManifestCommand.js +3 -9
  34. package/dist-es/commands/ImportSignalCatalogCommand.js +3 -9
  35. package/dist-es/commands/ListCampaignsCommand.js +3 -9
  36. package/dist-es/commands/ListDecoderManifestNetworkInterfacesCommand.js +3 -9
  37. package/dist-es/commands/ListDecoderManifestSignalsCommand.js +3 -9
  38. package/dist-es/commands/ListDecoderManifestsCommand.js +3 -9
  39. package/dist-es/commands/ListFleetsCommand.js +3 -9
  40. package/dist-es/commands/ListFleetsForVehicleCommand.js +3 -9
  41. package/dist-es/commands/ListModelManifestNodesCommand.js +3 -9
  42. package/dist-es/commands/ListModelManifestsCommand.js +3 -9
  43. package/dist-es/commands/ListSignalCatalogNodesCommand.js +3 -9
  44. package/dist-es/commands/ListSignalCatalogsCommand.js +3 -9
  45. package/dist-es/commands/ListStateTemplatesCommand.js +3 -9
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  47. package/dist-es/commands/ListVehiclesCommand.js +3 -9
  48. package/dist-es/commands/ListVehiclesInFleetCommand.js +3 -9
  49. package/dist-es/commands/PutEncryptionConfigurationCommand.js +3 -9
  50. package/dist-es/commands/PutLoggingOptionsCommand.js +3 -9
  51. package/dist-es/commands/RegisterAccountCommand.js +3 -9
  52. package/dist-es/commands/TagResourceCommand.js +3 -9
  53. package/dist-es/commands/UntagResourceCommand.js +3 -9
  54. package/dist-es/commands/UpdateCampaignCommand.js +3 -10
  55. package/dist-es/commands/UpdateDecoderManifestCommand.js +3 -9
  56. package/dist-es/commands/UpdateFleetCommand.js +3 -9
  57. package/dist-es/commands/UpdateModelManifestCommand.js +3 -9
  58. package/dist-es/commands/UpdateSignalCatalogCommand.js +3 -9
  59. package/dist-es/commands/UpdateStateTemplateCommand.js +3 -9
  60. package/dist-es/commands/UpdateVehicleCommand.js +3 -9
  61. package/dist-es/models/models_0.js +0 -71
  62. package/dist-es/runtimeConfig.shared.js +7 -0
  63. package/dist-es/schemas/schemas_0.js +2460 -0
  64. package/dist-types/IoTFleetWiseClient.d.ts +10 -1
  65. package/dist-types/models/models_0.d.ts +0 -44
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  67. package/dist-types/runtimeConfig.d.ts +1 -0
  68. package/dist-types/runtimeConfig.native.d.ts +1 -0
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/schemas/schemas_0.d.ts +307 -0
  71. package/dist-types/ts3.4/IoTFleetWiseClient.d.ts +4 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +0 -33
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +313 -0
  78. package/package.json +5 -5
  79. package/dist-es/protocols/Aws_json1_0.js +0 -2033
  80. package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  81. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -689
@@ -1,689 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateVehicleFleetCommandInput,
8
- AssociateVehicleFleetCommandOutput,
9
- } from "../commands/AssociateVehicleFleetCommand";
10
- import {
11
- BatchCreateVehicleCommandInput,
12
- BatchCreateVehicleCommandOutput,
13
- } from "../commands/BatchCreateVehicleCommand";
14
- import {
15
- BatchUpdateVehicleCommandInput,
16
- BatchUpdateVehicleCommandOutput,
17
- } from "../commands/BatchUpdateVehicleCommand";
18
- import {
19
- CreateCampaignCommandInput,
20
- CreateCampaignCommandOutput,
21
- } from "../commands/CreateCampaignCommand";
22
- import {
23
- CreateDecoderManifestCommandInput,
24
- CreateDecoderManifestCommandOutput,
25
- } from "../commands/CreateDecoderManifestCommand";
26
- import {
27
- CreateFleetCommandInput,
28
- CreateFleetCommandOutput,
29
- } from "../commands/CreateFleetCommand";
30
- import {
31
- CreateModelManifestCommandInput,
32
- CreateModelManifestCommandOutput,
33
- } from "../commands/CreateModelManifestCommand";
34
- import {
35
- CreateSignalCatalogCommandInput,
36
- CreateSignalCatalogCommandOutput,
37
- } from "../commands/CreateSignalCatalogCommand";
38
- import {
39
- CreateStateTemplateCommandInput,
40
- CreateStateTemplateCommandOutput,
41
- } from "../commands/CreateStateTemplateCommand";
42
- import {
43
- CreateVehicleCommandInput,
44
- CreateVehicleCommandOutput,
45
- } from "../commands/CreateVehicleCommand";
46
- import {
47
- DeleteCampaignCommandInput,
48
- DeleteCampaignCommandOutput,
49
- } from "../commands/DeleteCampaignCommand";
50
- import {
51
- DeleteDecoderManifestCommandInput,
52
- DeleteDecoderManifestCommandOutput,
53
- } from "../commands/DeleteDecoderManifestCommand";
54
- import {
55
- DeleteFleetCommandInput,
56
- DeleteFleetCommandOutput,
57
- } from "../commands/DeleteFleetCommand";
58
- import {
59
- DeleteModelManifestCommandInput,
60
- DeleteModelManifestCommandOutput,
61
- } from "../commands/DeleteModelManifestCommand";
62
- import {
63
- DeleteSignalCatalogCommandInput,
64
- DeleteSignalCatalogCommandOutput,
65
- } from "../commands/DeleteSignalCatalogCommand";
66
- import {
67
- DeleteStateTemplateCommandInput,
68
- DeleteStateTemplateCommandOutput,
69
- } from "../commands/DeleteStateTemplateCommand";
70
- import {
71
- DeleteVehicleCommandInput,
72
- DeleteVehicleCommandOutput,
73
- } from "../commands/DeleteVehicleCommand";
74
- import {
75
- DisassociateVehicleFleetCommandInput,
76
- DisassociateVehicleFleetCommandOutput,
77
- } from "../commands/DisassociateVehicleFleetCommand";
78
- import {
79
- GetCampaignCommandInput,
80
- GetCampaignCommandOutput,
81
- } from "../commands/GetCampaignCommand";
82
- import {
83
- GetDecoderManifestCommandInput,
84
- GetDecoderManifestCommandOutput,
85
- } from "../commands/GetDecoderManifestCommand";
86
- import {
87
- GetEncryptionConfigurationCommandInput,
88
- GetEncryptionConfigurationCommandOutput,
89
- } from "../commands/GetEncryptionConfigurationCommand";
90
- import {
91
- GetFleetCommandInput,
92
- GetFleetCommandOutput,
93
- } from "../commands/GetFleetCommand";
94
- import {
95
- GetLoggingOptionsCommandInput,
96
- GetLoggingOptionsCommandOutput,
97
- } from "../commands/GetLoggingOptionsCommand";
98
- import {
99
- GetModelManifestCommandInput,
100
- GetModelManifestCommandOutput,
101
- } from "../commands/GetModelManifestCommand";
102
- import {
103
- GetRegisterAccountStatusCommandInput,
104
- GetRegisterAccountStatusCommandOutput,
105
- } from "../commands/GetRegisterAccountStatusCommand";
106
- import {
107
- GetSignalCatalogCommandInput,
108
- GetSignalCatalogCommandOutput,
109
- } from "../commands/GetSignalCatalogCommand";
110
- import {
111
- GetStateTemplateCommandInput,
112
- GetStateTemplateCommandOutput,
113
- } from "../commands/GetStateTemplateCommand";
114
- import {
115
- GetVehicleCommandInput,
116
- GetVehicleCommandOutput,
117
- } from "../commands/GetVehicleCommand";
118
- import {
119
- GetVehicleStatusCommandInput,
120
- GetVehicleStatusCommandOutput,
121
- } from "../commands/GetVehicleStatusCommand";
122
- import {
123
- ImportDecoderManifestCommandInput,
124
- ImportDecoderManifestCommandOutput,
125
- } from "../commands/ImportDecoderManifestCommand";
126
- import {
127
- ImportSignalCatalogCommandInput,
128
- ImportSignalCatalogCommandOutput,
129
- } from "../commands/ImportSignalCatalogCommand";
130
- import {
131
- ListCampaignsCommandInput,
132
- ListCampaignsCommandOutput,
133
- } from "../commands/ListCampaignsCommand";
134
- import {
135
- ListDecoderManifestNetworkInterfacesCommandInput,
136
- ListDecoderManifestNetworkInterfacesCommandOutput,
137
- } from "../commands/ListDecoderManifestNetworkInterfacesCommand";
138
- import {
139
- ListDecoderManifestsCommandInput,
140
- ListDecoderManifestsCommandOutput,
141
- } from "../commands/ListDecoderManifestsCommand";
142
- import {
143
- ListDecoderManifestSignalsCommandInput,
144
- ListDecoderManifestSignalsCommandOutput,
145
- } from "../commands/ListDecoderManifestSignalsCommand";
146
- import {
147
- ListFleetsCommandInput,
148
- ListFleetsCommandOutput,
149
- } from "../commands/ListFleetsCommand";
150
- import {
151
- ListFleetsForVehicleCommandInput,
152
- ListFleetsForVehicleCommandOutput,
153
- } from "../commands/ListFleetsForVehicleCommand";
154
- import {
155
- ListModelManifestNodesCommandInput,
156
- ListModelManifestNodesCommandOutput,
157
- } from "../commands/ListModelManifestNodesCommand";
158
- import {
159
- ListModelManifestsCommandInput,
160
- ListModelManifestsCommandOutput,
161
- } from "../commands/ListModelManifestsCommand";
162
- import {
163
- ListSignalCatalogNodesCommandInput,
164
- ListSignalCatalogNodesCommandOutput,
165
- } from "../commands/ListSignalCatalogNodesCommand";
166
- import {
167
- ListSignalCatalogsCommandInput,
168
- ListSignalCatalogsCommandOutput,
169
- } from "../commands/ListSignalCatalogsCommand";
170
- import {
171
- ListStateTemplatesCommandInput,
172
- ListStateTemplatesCommandOutput,
173
- } from "../commands/ListStateTemplatesCommand";
174
- import {
175
- ListTagsForResourceCommandInput,
176
- ListTagsForResourceCommandOutput,
177
- } from "../commands/ListTagsForResourceCommand";
178
- import {
179
- ListVehiclesCommandInput,
180
- ListVehiclesCommandOutput,
181
- } from "../commands/ListVehiclesCommand";
182
- import {
183
- ListVehiclesInFleetCommandInput,
184
- ListVehiclesInFleetCommandOutput,
185
- } from "../commands/ListVehiclesInFleetCommand";
186
- import {
187
- PutEncryptionConfigurationCommandInput,
188
- PutEncryptionConfigurationCommandOutput,
189
- } from "../commands/PutEncryptionConfigurationCommand";
190
- import {
191
- PutLoggingOptionsCommandInput,
192
- PutLoggingOptionsCommandOutput,
193
- } from "../commands/PutLoggingOptionsCommand";
194
- import {
195
- RegisterAccountCommandInput,
196
- RegisterAccountCommandOutput,
197
- } from "../commands/RegisterAccountCommand";
198
- import {
199
- TagResourceCommandInput,
200
- TagResourceCommandOutput,
201
- } from "../commands/TagResourceCommand";
202
- import {
203
- UntagResourceCommandInput,
204
- UntagResourceCommandOutput,
205
- } from "../commands/UntagResourceCommand";
206
- import {
207
- UpdateCampaignCommandInput,
208
- UpdateCampaignCommandOutput,
209
- } from "../commands/UpdateCampaignCommand";
210
- import {
211
- UpdateDecoderManifestCommandInput,
212
- UpdateDecoderManifestCommandOutput,
213
- } from "../commands/UpdateDecoderManifestCommand";
214
- import {
215
- UpdateFleetCommandInput,
216
- UpdateFleetCommandOutput,
217
- } from "../commands/UpdateFleetCommand";
218
- import {
219
- UpdateModelManifestCommandInput,
220
- UpdateModelManifestCommandOutput,
221
- } from "../commands/UpdateModelManifestCommand";
222
- import {
223
- UpdateSignalCatalogCommandInput,
224
- UpdateSignalCatalogCommandOutput,
225
- } from "../commands/UpdateSignalCatalogCommand";
226
- import {
227
- UpdateStateTemplateCommandInput,
228
- UpdateStateTemplateCommandOutput,
229
- } from "../commands/UpdateStateTemplateCommand";
230
- import {
231
- UpdateVehicleCommandInput,
232
- UpdateVehicleCommandOutput,
233
- } from "../commands/UpdateVehicleCommand";
234
- export declare const se_AssociateVehicleFleetCommand: (
235
- input: AssociateVehicleFleetCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_BatchCreateVehicleCommand: (
239
- input: BatchCreateVehicleCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_BatchUpdateVehicleCommand: (
243
- input: BatchUpdateVehicleCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateCampaignCommand: (
247
- input: CreateCampaignCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateDecoderManifestCommand: (
251
- input: CreateDecoderManifestCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateFleetCommand: (
255
- input: CreateFleetCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateModelManifestCommand: (
259
- input: CreateModelManifestCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateSignalCatalogCommand: (
263
- input: CreateSignalCatalogCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateStateTemplateCommand: (
267
- input: CreateStateTemplateCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateVehicleCommand: (
271
- input: CreateVehicleCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteCampaignCommand: (
275
- input: DeleteCampaignCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteDecoderManifestCommand: (
279
- input: DeleteDecoderManifestCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteFleetCommand: (
283
- input: DeleteFleetCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteModelManifestCommand: (
287
- input: DeleteModelManifestCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteSignalCatalogCommand: (
291
- input: DeleteSignalCatalogCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteStateTemplateCommand: (
295
- input: DeleteStateTemplateCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteVehicleCommand: (
299
- input: DeleteVehicleCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DisassociateVehicleFleetCommand: (
303
- input: DisassociateVehicleFleetCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_GetCampaignCommand: (
307
- input: GetCampaignCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_GetDecoderManifestCommand: (
311
- input: GetDecoderManifestCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_GetEncryptionConfigurationCommand: (
315
- input: GetEncryptionConfigurationCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_GetFleetCommand: (
319
- input: GetFleetCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_GetLoggingOptionsCommand: (
323
- input: GetLoggingOptionsCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_GetModelManifestCommand: (
327
- input: GetModelManifestCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_GetRegisterAccountStatusCommand: (
331
- input: GetRegisterAccountStatusCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_GetSignalCatalogCommand: (
335
- input: GetSignalCatalogCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_GetStateTemplateCommand: (
339
- input: GetStateTemplateCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetVehicleCommand: (
343
- input: GetVehicleCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_GetVehicleStatusCommand: (
347
- input: GetVehicleStatusCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ImportDecoderManifestCommand: (
351
- input: ImportDecoderManifestCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ImportSignalCatalogCommand: (
355
- input: ImportSignalCatalogCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListCampaignsCommand: (
359
- input: ListCampaignsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListDecoderManifestNetworkInterfacesCommand: (
363
- input: ListDecoderManifestNetworkInterfacesCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListDecoderManifestsCommand: (
367
- input: ListDecoderManifestsCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListDecoderManifestSignalsCommand: (
371
- input: ListDecoderManifestSignalsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListFleetsCommand: (
375
- input: ListFleetsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListFleetsForVehicleCommand: (
379
- input: ListFleetsForVehicleCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListModelManifestNodesCommand: (
383
- input: ListModelManifestNodesCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListModelManifestsCommand: (
387
- input: ListModelManifestsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListSignalCatalogNodesCommand: (
391
- input: ListSignalCatalogNodesCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListSignalCatalogsCommand: (
395
- input: ListSignalCatalogsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListStateTemplatesCommand: (
399
- input: ListStateTemplatesCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListTagsForResourceCommand: (
403
- input: ListTagsForResourceCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListVehiclesCommand: (
407
- input: ListVehiclesCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListVehiclesInFleetCommand: (
411
- input: ListVehiclesInFleetCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_PutEncryptionConfigurationCommand: (
415
- input: PutEncryptionConfigurationCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_PutLoggingOptionsCommand: (
419
- input: PutLoggingOptionsCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_RegisterAccountCommand: (
423
- input: RegisterAccountCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_TagResourceCommand: (
427
- input: TagResourceCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_UntagResourceCommand: (
431
- input: UntagResourceCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_UpdateCampaignCommand: (
435
- input: UpdateCampaignCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_UpdateDecoderManifestCommand: (
439
- input: UpdateDecoderManifestCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_UpdateFleetCommand: (
443
- input: UpdateFleetCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_UpdateModelManifestCommand: (
447
- input: UpdateModelManifestCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_UpdateSignalCatalogCommand: (
451
- input: UpdateSignalCatalogCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_UpdateStateTemplateCommand: (
455
- input: UpdateStateTemplateCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_UpdateVehicleCommand: (
459
- input: UpdateVehicleCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const de_AssociateVehicleFleetCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<AssociateVehicleFleetCommandOutput>;
466
- export declare const de_BatchCreateVehicleCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<BatchCreateVehicleCommandOutput>;
470
- export declare const de_BatchUpdateVehicleCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<BatchUpdateVehicleCommandOutput>;
474
- export declare const de_CreateCampaignCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<CreateCampaignCommandOutput>;
478
- export declare const de_CreateDecoderManifestCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateDecoderManifestCommandOutput>;
482
- export declare const de_CreateFleetCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateFleetCommandOutput>;
486
- export declare const de_CreateModelManifestCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateModelManifestCommandOutput>;
490
- export declare const de_CreateSignalCatalogCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateSignalCatalogCommandOutput>;
494
- export declare const de_CreateStateTemplateCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateStateTemplateCommandOutput>;
498
- export declare const de_CreateVehicleCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<CreateVehicleCommandOutput>;
502
- export declare const de_DeleteCampaignCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteCampaignCommandOutput>;
506
- export declare const de_DeleteDecoderManifestCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteDecoderManifestCommandOutput>;
510
- export declare const de_DeleteFleetCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeleteFleetCommandOutput>;
514
- export declare const de_DeleteModelManifestCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteModelManifestCommandOutput>;
518
- export declare const de_DeleteSignalCatalogCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteSignalCatalogCommandOutput>;
522
- export declare const de_DeleteStateTemplateCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeleteStateTemplateCommandOutput>;
526
- export declare const de_DeleteVehicleCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DeleteVehicleCommandOutput>;
530
- export declare const de_DisassociateVehicleFleetCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DisassociateVehicleFleetCommandOutput>;
534
- export declare const de_GetCampaignCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<GetCampaignCommandOutput>;
538
- export declare const de_GetDecoderManifestCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<GetDecoderManifestCommandOutput>;
542
- export declare const de_GetEncryptionConfigurationCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<GetEncryptionConfigurationCommandOutput>;
546
- export declare const de_GetFleetCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<GetFleetCommandOutput>;
550
- export declare const de_GetLoggingOptionsCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<GetLoggingOptionsCommandOutput>;
554
- export declare const de_GetModelManifestCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<GetModelManifestCommandOutput>;
558
- export declare const de_GetRegisterAccountStatusCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<GetRegisterAccountStatusCommandOutput>;
562
- export declare const de_GetSignalCatalogCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<GetSignalCatalogCommandOutput>;
566
- export declare const de_GetStateTemplateCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<GetStateTemplateCommandOutput>;
570
- export declare const de_GetVehicleCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<GetVehicleCommandOutput>;
574
- export declare const de_GetVehicleStatusCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<GetVehicleStatusCommandOutput>;
578
- export declare const de_ImportDecoderManifestCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ImportDecoderManifestCommandOutput>;
582
- export declare const de_ImportSignalCatalogCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ImportSignalCatalogCommandOutput>;
586
- export declare const de_ListCampaignsCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListCampaignsCommandOutput>;
590
- export declare const de_ListDecoderManifestNetworkInterfacesCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListDecoderManifestNetworkInterfacesCommandOutput>;
594
- export declare const de_ListDecoderManifestsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListDecoderManifestsCommandOutput>;
598
- export declare const de_ListDecoderManifestSignalsCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListDecoderManifestSignalsCommandOutput>;
602
- export declare const de_ListFleetsCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListFleetsCommandOutput>;
606
- export declare const de_ListFleetsForVehicleCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListFleetsForVehicleCommandOutput>;
610
- export declare const de_ListModelManifestNodesCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListModelManifestNodesCommandOutput>;
614
- export declare const de_ListModelManifestsCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListModelManifestsCommandOutput>;
618
- export declare const de_ListSignalCatalogNodesCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListSignalCatalogNodesCommandOutput>;
622
- export declare const de_ListSignalCatalogsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ListSignalCatalogsCommandOutput>;
626
- export declare const de_ListStateTemplatesCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<ListStateTemplatesCommandOutput>;
630
- export declare const de_ListTagsForResourceCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<ListTagsForResourceCommandOutput>;
634
- export declare const de_ListVehiclesCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<ListVehiclesCommandOutput>;
638
- export declare const de_ListVehiclesInFleetCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<ListVehiclesInFleetCommandOutput>;
642
- export declare const de_PutEncryptionConfigurationCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<PutEncryptionConfigurationCommandOutput>;
646
- export declare const de_PutLoggingOptionsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<PutLoggingOptionsCommandOutput>;
650
- export declare const de_RegisterAccountCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<RegisterAccountCommandOutput>;
654
- export declare const de_TagResourceCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<TagResourceCommandOutput>;
658
- export declare const de_UntagResourceCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<UntagResourceCommandOutput>;
662
- export declare const de_UpdateCampaignCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<UpdateCampaignCommandOutput>;
666
- export declare const de_UpdateDecoderManifestCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<UpdateDecoderManifestCommandOutput>;
670
- export declare const de_UpdateFleetCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<UpdateFleetCommandOutput>;
674
- export declare const de_UpdateModelManifestCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<UpdateModelManifestCommandOutput>;
678
- export declare const de_UpdateSignalCatalogCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<UpdateSignalCatalogCommandOutput>;
682
- export declare const de_UpdateStateTemplateCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<UpdateStateTemplateCommandOutput>;
686
- export declare const de_UpdateVehicleCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<UpdateVehicleCommandOutput>;