@aws-sdk/client-iotfleetwise 3.927.0 → 3.928.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,515 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput } from "../commands/AssociateVehicleFleetCommand";
4
- import { BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput } from "../commands/BatchCreateVehicleCommand";
5
- import { BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput } from "../commands/BatchUpdateVehicleCommand";
6
- import { CreateCampaignCommandInput, CreateCampaignCommandOutput } from "../commands/CreateCampaignCommand";
7
- import { CreateDecoderManifestCommandInput, CreateDecoderManifestCommandOutput } from "../commands/CreateDecoderManifestCommand";
8
- import { CreateFleetCommandInput, CreateFleetCommandOutput } from "../commands/CreateFleetCommand";
9
- import { CreateModelManifestCommandInput, CreateModelManifestCommandOutput } from "../commands/CreateModelManifestCommand";
10
- import { CreateSignalCatalogCommandInput, CreateSignalCatalogCommandOutput } from "../commands/CreateSignalCatalogCommand";
11
- import { CreateStateTemplateCommandInput, CreateStateTemplateCommandOutput } from "../commands/CreateStateTemplateCommand";
12
- import { CreateVehicleCommandInput, CreateVehicleCommandOutput } from "../commands/CreateVehicleCommand";
13
- import { DeleteCampaignCommandInput, DeleteCampaignCommandOutput } from "../commands/DeleteCampaignCommand";
14
- import { DeleteDecoderManifestCommandInput, DeleteDecoderManifestCommandOutput } from "../commands/DeleteDecoderManifestCommand";
15
- import { DeleteFleetCommandInput, DeleteFleetCommandOutput } from "../commands/DeleteFleetCommand";
16
- import { DeleteModelManifestCommandInput, DeleteModelManifestCommandOutput } from "../commands/DeleteModelManifestCommand";
17
- import { DeleteSignalCatalogCommandInput, DeleteSignalCatalogCommandOutput } from "../commands/DeleteSignalCatalogCommand";
18
- import { DeleteStateTemplateCommandInput, DeleteStateTemplateCommandOutput } from "../commands/DeleteStateTemplateCommand";
19
- import { DeleteVehicleCommandInput, DeleteVehicleCommandOutput } from "../commands/DeleteVehicleCommand";
20
- import { DisassociateVehicleFleetCommandInput, DisassociateVehicleFleetCommandOutput } from "../commands/DisassociateVehicleFleetCommand";
21
- import { GetCampaignCommandInput, GetCampaignCommandOutput } from "../commands/GetCampaignCommand";
22
- import { GetDecoderManifestCommandInput, GetDecoderManifestCommandOutput } from "../commands/GetDecoderManifestCommand";
23
- import { GetEncryptionConfigurationCommandInput, GetEncryptionConfigurationCommandOutput } from "../commands/GetEncryptionConfigurationCommand";
24
- import { GetFleetCommandInput, GetFleetCommandOutput } from "../commands/GetFleetCommand";
25
- import { GetLoggingOptionsCommandInput, GetLoggingOptionsCommandOutput } from "../commands/GetLoggingOptionsCommand";
26
- import { GetModelManifestCommandInput, GetModelManifestCommandOutput } from "../commands/GetModelManifestCommand";
27
- import { GetRegisterAccountStatusCommandInput, GetRegisterAccountStatusCommandOutput } from "../commands/GetRegisterAccountStatusCommand";
28
- import { GetSignalCatalogCommandInput, GetSignalCatalogCommandOutput } from "../commands/GetSignalCatalogCommand";
29
- import { GetStateTemplateCommandInput, GetStateTemplateCommandOutput } from "../commands/GetStateTemplateCommand";
30
- import { GetVehicleCommandInput, GetVehicleCommandOutput } from "../commands/GetVehicleCommand";
31
- import { GetVehicleStatusCommandInput, GetVehicleStatusCommandOutput } from "../commands/GetVehicleStatusCommand";
32
- import { ImportDecoderManifestCommandInput, ImportDecoderManifestCommandOutput } from "../commands/ImportDecoderManifestCommand";
33
- import { ImportSignalCatalogCommandInput, ImportSignalCatalogCommandOutput } from "../commands/ImportSignalCatalogCommand";
34
- import { ListCampaignsCommandInput, ListCampaignsCommandOutput } from "../commands/ListCampaignsCommand";
35
- import { ListDecoderManifestNetworkInterfacesCommandInput, ListDecoderManifestNetworkInterfacesCommandOutput } from "../commands/ListDecoderManifestNetworkInterfacesCommand";
36
- import { ListDecoderManifestsCommandInput, ListDecoderManifestsCommandOutput } from "../commands/ListDecoderManifestsCommand";
37
- import { ListDecoderManifestSignalsCommandInput, ListDecoderManifestSignalsCommandOutput } from "../commands/ListDecoderManifestSignalsCommand";
38
- import { ListFleetsCommandInput, ListFleetsCommandOutput } from "../commands/ListFleetsCommand";
39
- import { ListFleetsForVehicleCommandInput, ListFleetsForVehicleCommandOutput } from "../commands/ListFleetsForVehicleCommand";
40
- import { ListModelManifestNodesCommandInput, ListModelManifestNodesCommandOutput } from "../commands/ListModelManifestNodesCommand";
41
- import { ListModelManifestsCommandInput, ListModelManifestsCommandOutput } from "../commands/ListModelManifestsCommand";
42
- import { ListSignalCatalogNodesCommandInput, ListSignalCatalogNodesCommandOutput } from "../commands/ListSignalCatalogNodesCommand";
43
- import { ListSignalCatalogsCommandInput, ListSignalCatalogsCommandOutput } from "../commands/ListSignalCatalogsCommand";
44
- import { ListStateTemplatesCommandInput, ListStateTemplatesCommandOutput } from "../commands/ListStateTemplatesCommand";
45
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
46
- import { ListVehiclesCommandInput, ListVehiclesCommandOutput } from "../commands/ListVehiclesCommand";
47
- import { ListVehiclesInFleetCommandInput, ListVehiclesInFleetCommandOutput } from "../commands/ListVehiclesInFleetCommand";
48
- import { PutEncryptionConfigurationCommandInput, PutEncryptionConfigurationCommandOutput } from "../commands/PutEncryptionConfigurationCommand";
49
- import { PutLoggingOptionsCommandInput, PutLoggingOptionsCommandOutput } from "../commands/PutLoggingOptionsCommand";
50
- import { RegisterAccountCommandInput, RegisterAccountCommandOutput } from "../commands/RegisterAccountCommand";
51
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
52
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
53
- import { UpdateCampaignCommandInput, UpdateCampaignCommandOutput } from "../commands/UpdateCampaignCommand";
54
- import { UpdateDecoderManifestCommandInput, UpdateDecoderManifestCommandOutput } from "../commands/UpdateDecoderManifestCommand";
55
- import { UpdateFleetCommandInput, UpdateFleetCommandOutput } from "../commands/UpdateFleetCommand";
56
- import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } from "../commands/UpdateModelManifestCommand";
57
- import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "../commands/UpdateSignalCatalogCommand";
58
- import { UpdateStateTemplateCommandInput, UpdateStateTemplateCommandOutput } from "../commands/UpdateStateTemplateCommand";
59
- import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "../commands/UpdateVehicleCommand";
60
- /**
61
- * serializeAws_json1_0AssociateVehicleFleetCommand
62
- */
63
- export declare const se_AssociateVehicleFleetCommand: (input: AssociateVehicleFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- /**
65
- * serializeAws_json1_0BatchCreateVehicleCommand
66
- */
67
- export declare const se_BatchCreateVehicleCommand: (input: BatchCreateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- /**
69
- * serializeAws_json1_0BatchUpdateVehicleCommand
70
- */
71
- export declare const se_BatchUpdateVehicleCommand: (input: BatchUpdateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- /**
73
- * serializeAws_json1_0CreateCampaignCommand
74
- */
75
- export declare const se_CreateCampaignCommand: (input: CreateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- /**
77
- * serializeAws_json1_0CreateDecoderManifestCommand
78
- */
79
- export declare const se_CreateDecoderManifestCommand: (input: CreateDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
80
- /**
81
- * serializeAws_json1_0CreateFleetCommand
82
- */
83
- export declare const se_CreateFleetCommand: (input: CreateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_0CreateModelManifestCommand
86
- */
87
- export declare const se_CreateModelManifestCommand: (input: CreateModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_0CreateSignalCatalogCommand
90
- */
91
- export declare const se_CreateSignalCatalogCommand: (input: CreateSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_0CreateStateTemplateCommand
94
- */
95
- export declare const se_CreateStateTemplateCommand: (input: CreateStateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_0CreateVehicleCommand
98
- */
99
- export declare const se_CreateVehicleCommand: (input: CreateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_0DeleteCampaignCommand
102
- */
103
- export declare const se_DeleteCampaignCommand: (input: DeleteCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_0DeleteDecoderManifestCommand
106
- */
107
- export declare const se_DeleteDecoderManifestCommand: (input: DeleteDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_0DeleteFleetCommand
110
- */
111
- export declare const se_DeleteFleetCommand: (input: DeleteFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_0DeleteModelManifestCommand
114
- */
115
- export declare const se_DeleteModelManifestCommand: (input: DeleteModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_0DeleteSignalCatalogCommand
118
- */
119
- export declare const se_DeleteSignalCatalogCommand: (input: DeleteSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_0DeleteStateTemplateCommand
122
- */
123
- export declare const se_DeleteStateTemplateCommand: (input: DeleteStateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_0DeleteVehicleCommand
126
- */
127
- export declare const se_DeleteVehicleCommand: (input: DeleteVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_0DisassociateVehicleFleetCommand
130
- */
131
- export declare const se_DisassociateVehicleFleetCommand: (input: DisassociateVehicleFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_0GetCampaignCommand
134
- */
135
- export declare const se_GetCampaignCommand: (input: GetCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_0GetDecoderManifestCommand
138
- */
139
- export declare const se_GetDecoderManifestCommand: (input: GetDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_0GetEncryptionConfigurationCommand
142
- */
143
- export declare const se_GetEncryptionConfigurationCommand: (input: GetEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_0GetFleetCommand
146
- */
147
- export declare const se_GetFleetCommand: (input: GetFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_0GetLoggingOptionsCommand
150
- */
151
- export declare const se_GetLoggingOptionsCommand: (input: GetLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_0GetModelManifestCommand
154
- */
155
- export declare const se_GetModelManifestCommand: (input: GetModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_0GetRegisterAccountStatusCommand
158
- */
159
- export declare const se_GetRegisterAccountStatusCommand: (input: GetRegisterAccountStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_0GetSignalCatalogCommand
162
- */
163
- export declare const se_GetSignalCatalogCommand: (input: GetSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_0GetStateTemplateCommand
166
- */
167
- export declare const se_GetStateTemplateCommand: (input: GetStateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_0GetVehicleCommand
170
- */
171
- export declare const se_GetVehicleCommand: (input: GetVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_0GetVehicleStatusCommand
174
- */
175
- export declare const se_GetVehicleStatusCommand: (input: GetVehicleStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_0ImportDecoderManifestCommand
178
- */
179
- export declare const se_ImportDecoderManifestCommand: (input: ImportDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_0ImportSignalCatalogCommand
182
- */
183
- export declare const se_ImportSignalCatalogCommand: (input: ImportSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_0ListCampaignsCommand
186
- */
187
- export declare const se_ListCampaignsCommand: (input: ListCampaignsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand
190
- */
191
- export declare const se_ListDecoderManifestNetworkInterfacesCommand: (input: ListDecoderManifestNetworkInterfacesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_0ListDecoderManifestsCommand
194
- */
195
- export declare const se_ListDecoderManifestsCommand: (input: ListDecoderManifestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_0ListDecoderManifestSignalsCommand
198
- */
199
- export declare const se_ListDecoderManifestSignalsCommand: (input: ListDecoderManifestSignalsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_0ListFleetsCommand
202
- */
203
- export declare const se_ListFleetsCommand: (input: ListFleetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_0ListFleetsForVehicleCommand
206
- */
207
- export declare const se_ListFleetsForVehicleCommand: (input: ListFleetsForVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_0ListModelManifestNodesCommand
210
- */
211
- export declare const se_ListModelManifestNodesCommand: (input: ListModelManifestNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_0ListModelManifestsCommand
214
- */
215
- export declare const se_ListModelManifestsCommand: (input: ListModelManifestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_0ListSignalCatalogNodesCommand
218
- */
219
- export declare const se_ListSignalCatalogNodesCommand: (input: ListSignalCatalogNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_0ListSignalCatalogsCommand
222
- */
223
- export declare const se_ListSignalCatalogsCommand: (input: ListSignalCatalogsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_0ListStateTemplatesCommand
226
- */
227
- export declare const se_ListStateTemplatesCommand: (input: ListStateTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_0ListTagsForResourceCommand
230
- */
231
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_0ListVehiclesCommand
234
- */
235
- export declare const se_ListVehiclesCommand: (input: ListVehiclesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_0ListVehiclesInFleetCommand
238
- */
239
- export declare const se_ListVehiclesInFleetCommand: (input: ListVehiclesInFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_0PutEncryptionConfigurationCommand
242
- */
243
- export declare const se_PutEncryptionConfigurationCommand: (input: PutEncryptionConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_0PutLoggingOptionsCommand
246
- */
247
- export declare const se_PutLoggingOptionsCommand: (input: PutLoggingOptionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_json1_0RegisterAccountCommand
250
- */
251
- export declare const se_RegisterAccountCommand: (input: RegisterAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_json1_0TagResourceCommand
254
- */
255
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_json1_0UntagResourceCommand
258
- */
259
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_json1_0UpdateCampaignCommand
262
- */
263
- export declare const se_UpdateCampaignCommand: (input: UpdateCampaignCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_0UpdateDecoderManifestCommand
266
- */
267
- export declare const se_UpdateDecoderManifestCommand: (input: UpdateDecoderManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_json1_0UpdateFleetCommand
270
- */
271
- export declare const se_UpdateFleetCommand: (input: UpdateFleetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_json1_0UpdateModelManifestCommand
274
- */
275
- export declare const se_UpdateModelManifestCommand: (input: UpdateModelManifestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_json1_0UpdateSignalCatalogCommand
278
- */
279
- export declare const se_UpdateSignalCatalogCommand: (input: UpdateSignalCatalogCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_json1_0UpdateStateTemplateCommand
282
- */
283
- export declare const se_UpdateStateTemplateCommand: (input: UpdateStateTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_json1_0UpdateVehicleCommand
286
- */
287
- export declare const se_UpdateVehicleCommand: (input: UpdateVehicleCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * deserializeAws_json1_0AssociateVehicleFleetCommand
290
- */
291
- export declare const de_AssociateVehicleFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateVehicleFleetCommandOutput>;
292
- /**
293
- * deserializeAws_json1_0BatchCreateVehicleCommand
294
- */
295
- export declare const de_BatchCreateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateVehicleCommandOutput>;
296
- /**
297
- * deserializeAws_json1_0BatchUpdateVehicleCommand
298
- */
299
- export declare const de_BatchUpdateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateVehicleCommandOutput>;
300
- /**
301
- * deserializeAws_json1_0CreateCampaignCommand
302
- */
303
- export declare const de_CreateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCampaignCommandOutput>;
304
- /**
305
- * deserializeAws_json1_0CreateDecoderManifestCommand
306
- */
307
- export declare const de_CreateDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDecoderManifestCommandOutput>;
308
- /**
309
- * deserializeAws_json1_0CreateFleetCommand
310
- */
311
- export declare const de_CreateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateFleetCommandOutput>;
312
- /**
313
- * deserializeAws_json1_0CreateModelManifestCommand
314
- */
315
- export declare const de_CreateModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateModelManifestCommandOutput>;
316
- /**
317
- * deserializeAws_json1_0CreateSignalCatalogCommand
318
- */
319
- export declare const de_CreateSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateSignalCatalogCommandOutput>;
320
- /**
321
- * deserializeAws_json1_0CreateStateTemplateCommand
322
- */
323
- export declare const de_CreateStateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateStateTemplateCommandOutput>;
324
- /**
325
- * deserializeAws_json1_0CreateVehicleCommand
326
- */
327
- export declare const de_CreateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVehicleCommandOutput>;
328
- /**
329
- * deserializeAws_json1_0DeleteCampaignCommand
330
- */
331
- export declare const de_DeleteCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCampaignCommandOutput>;
332
- /**
333
- * deserializeAws_json1_0DeleteDecoderManifestCommand
334
- */
335
- export declare const de_DeleteDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDecoderManifestCommandOutput>;
336
- /**
337
- * deserializeAws_json1_0DeleteFleetCommand
338
- */
339
- export declare const de_DeleteFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteFleetCommandOutput>;
340
- /**
341
- * deserializeAws_json1_0DeleteModelManifestCommand
342
- */
343
- export declare const de_DeleteModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteModelManifestCommandOutput>;
344
- /**
345
- * deserializeAws_json1_0DeleteSignalCatalogCommand
346
- */
347
- export declare const de_DeleteSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteSignalCatalogCommandOutput>;
348
- /**
349
- * deserializeAws_json1_0DeleteStateTemplateCommand
350
- */
351
- export declare const de_DeleteStateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteStateTemplateCommandOutput>;
352
- /**
353
- * deserializeAws_json1_0DeleteVehicleCommand
354
- */
355
- export declare const de_DeleteVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVehicleCommandOutput>;
356
- /**
357
- * deserializeAws_json1_0DisassociateVehicleFleetCommand
358
- */
359
- export declare const de_DisassociateVehicleFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateVehicleFleetCommandOutput>;
360
- /**
361
- * deserializeAws_json1_0GetCampaignCommand
362
- */
363
- export declare const de_GetCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCampaignCommandOutput>;
364
- /**
365
- * deserializeAws_json1_0GetDecoderManifestCommand
366
- */
367
- export declare const de_GetDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDecoderManifestCommandOutput>;
368
- /**
369
- * deserializeAws_json1_0GetEncryptionConfigurationCommand
370
- */
371
- export declare const de_GetEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEncryptionConfigurationCommandOutput>;
372
- /**
373
- * deserializeAws_json1_0GetFleetCommand
374
- */
375
- export declare const de_GetFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetFleetCommandOutput>;
376
- /**
377
- * deserializeAws_json1_0GetLoggingOptionsCommand
378
- */
379
- export declare const de_GetLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetLoggingOptionsCommandOutput>;
380
- /**
381
- * deserializeAws_json1_0GetModelManifestCommand
382
- */
383
- export declare const de_GetModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetModelManifestCommandOutput>;
384
- /**
385
- * deserializeAws_json1_0GetRegisterAccountStatusCommand
386
- */
387
- export declare const de_GetRegisterAccountStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRegisterAccountStatusCommandOutput>;
388
- /**
389
- * deserializeAws_json1_0GetSignalCatalogCommand
390
- */
391
- export declare const de_GetSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSignalCatalogCommandOutput>;
392
- /**
393
- * deserializeAws_json1_0GetStateTemplateCommand
394
- */
395
- export declare const de_GetStateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetStateTemplateCommandOutput>;
396
- /**
397
- * deserializeAws_json1_0GetVehicleCommand
398
- */
399
- export declare const de_GetVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVehicleCommandOutput>;
400
- /**
401
- * deserializeAws_json1_0GetVehicleStatusCommand
402
- */
403
- export declare const de_GetVehicleStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVehicleStatusCommandOutput>;
404
- /**
405
- * deserializeAws_json1_0ImportDecoderManifestCommand
406
- */
407
- export declare const de_ImportDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportDecoderManifestCommandOutput>;
408
- /**
409
- * deserializeAws_json1_0ImportSignalCatalogCommand
410
- */
411
- export declare const de_ImportSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportSignalCatalogCommandOutput>;
412
- /**
413
- * deserializeAws_json1_0ListCampaignsCommand
414
- */
415
- export declare const de_ListCampaignsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCampaignsCommandOutput>;
416
- /**
417
- * deserializeAws_json1_0ListDecoderManifestNetworkInterfacesCommand
418
- */
419
- export declare const de_ListDecoderManifestNetworkInterfacesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestNetworkInterfacesCommandOutput>;
420
- /**
421
- * deserializeAws_json1_0ListDecoderManifestsCommand
422
- */
423
- export declare const de_ListDecoderManifestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestsCommandOutput>;
424
- /**
425
- * deserializeAws_json1_0ListDecoderManifestSignalsCommand
426
- */
427
- export declare const de_ListDecoderManifestSignalsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDecoderManifestSignalsCommandOutput>;
428
- /**
429
- * deserializeAws_json1_0ListFleetsCommand
430
- */
431
- export declare const de_ListFleetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsCommandOutput>;
432
- /**
433
- * deserializeAws_json1_0ListFleetsForVehicleCommand
434
- */
435
- export declare const de_ListFleetsForVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFleetsForVehicleCommandOutput>;
436
- /**
437
- * deserializeAws_json1_0ListModelManifestNodesCommand
438
- */
439
- export declare const de_ListModelManifestNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelManifestNodesCommandOutput>;
440
- /**
441
- * deserializeAws_json1_0ListModelManifestsCommand
442
- */
443
- export declare const de_ListModelManifestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListModelManifestsCommandOutput>;
444
- /**
445
- * deserializeAws_json1_0ListSignalCatalogNodesCommand
446
- */
447
- export declare const de_ListSignalCatalogNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalCatalogNodesCommandOutput>;
448
- /**
449
- * deserializeAws_json1_0ListSignalCatalogsCommand
450
- */
451
- export declare const de_ListSignalCatalogsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSignalCatalogsCommandOutput>;
452
- /**
453
- * deserializeAws_json1_0ListStateTemplatesCommand
454
- */
455
- export declare const de_ListStateTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListStateTemplatesCommandOutput>;
456
- /**
457
- * deserializeAws_json1_0ListTagsForResourceCommand
458
- */
459
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
460
- /**
461
- * deserializeAws_json1_0ListVehiclesCommand
462
- */
463
- export declare const de_ListVehiclesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVehiclesCommandOutput>;
464
- /**
465
- * deserializeAws_json1_0ListVehiclesInFleetCommand
466
- */
467
- export declare const de_ListVehiclesInFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVehiclesInFleetCommandOutput>;
468
- /**
469
- * deserializeAws_json1_0PutEncryptionConfigurationCommand
470
- */
471
- export declare const de_PutEncryptionConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEncryptionConfigurationCommandOutput>;
472
- /**
473
- * deserializeAws_json1_0PutLoggingOptionsCommand
474
- */
475
- export declare const de_PutLoggingOptionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutLoggingOptionsCommandOutput>;
476
- /**
477
- * deserializeAws_json1_0RegisterAccountCommand
478
- */
479
- export declare const de_RegisterAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterAccountCommandOutput>;
480
- /**
481
- * deserializeAws_json1_0TagResourceCommand
482
- */
483
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
484
- /**
485
- * deserializeAws_json1_0UntagResourceCommand
486
- */
487
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
488
- /**
489
- * deserializeAws_json1_0UpdateCampaignCommand
490
- */
491
- export declare const de_UpdateCampaignCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateCampaignCommandOutput>;
492
- /**
493
- * deserializeAws_json1_0UpdateDecoderManifestCommand
494
- */
495
- export declare const de_UpdateDecoderManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDecoderManifestCommandOutput>;
496
- /**
497
- * deserializeAws_json1_0UpdateFleetCommand
498
- */
499
- export declare const de_UpdateFleetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateFleetCommandOutput>;
500
- /**
501
- * deserializeAws_json1_0UpdateModelManifestCommand
502
- */
503
- export declare const de_UpdateModelManifestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateModelManifestCommandOutput>;
504
- /**
505
- * deserializeAws_json1_0UpdateSignalCatalogCommand
506
- */
507
- export declare const de_UpdateSignalCatalogCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSignalCatalogCommandOutput>;
508
- /**
509
- * deserializeAws_json1_0UpdateStateTemplateCommand
510
- */
511
- export declare const de_UpdateStateTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateStateTemplateCommandOutput>;
512
- /**
513
- * deserializeAws_json1_0UpdateVehicleCommand
514
- */
515
- export declare const de_UpdateVehicleCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVehicleCommandOutput>;