@aws-sdk/client-iotfleetwise 3.296.0 → 3.297.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 (69) hide show
  1. package/dist-types/IoTFleetWise.d.ts +51 -0
  2. package/dist-types/IoTFleetWiseClient.d.ts +24 -4
  3. package/dist-types/commands/AssociateVehicleFleetCommand.d.ts +16 -0
  4. package/dist-types/commands/BatchCreateVehicleCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchUpdateVehicleCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateCampaignCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateDecoderManifestCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateFleetCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateModelManifestCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateSignalCatalogCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVehicleCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteCampaignCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteDecoderManifestCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteFleetCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteModelManifestCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteSignalCatalogCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteVehicleCommand.d.ts +16 -0
  18. package/dist-types/commands/DisassociateVehicleFleetCommand.d.ts +16 -0
  19. package/dist-types/commands/GetCampaignCommand.d.ts +16 -0
  20. package/dist-types/commands/GetDecoderManifestCommand.d.ts +16 -0
  21. package/dist-types/commands/GetFleetCommand.d.ts +16 -0
  22. package/dist-types/commands/GetLoggingOptionsCommand.d.ts +16 -0
  23. package/dist-types/commands/GetModelManifestCommand.d.ts +16 -0
  24. package/dist-types/commands/GetRegisterAccountStatusCommand.d.ts +16 -0
  25. package/dist-types/commands/GetSignalCatalogCommand.d.ts +16 -0
  26. package/dist-types/commands/GetVehicleCommand.d.ts +16 -0
  27. package/dist-types/commands/GetVehicleStatusCommand.d.ts +16 -0
  28. package/dist-types/commands/ImportDecoderManifestCommand.d.ts +16 -0
  29. package/dist-types/commands/ImportSignalCatalogCommand.d.ts +16 -0
  30. package/dist-types/commands/ListCampaignsCommand.d.ts +16 -0
  31. package/dist-types/commands/ListDecoderManifestNetworkInterfacesCommand.d.ts +16 -0
  32. package/dist-types/commands/ListDecoderManifestSignalsCommand.d.ts +16 -0
  33. package/dist-types/commands/ListDecoderManifestsCommand.d.ts +16 -0
  34. package/dist-types/commands/ListFleetsCommand.d.ts +16 -0
  35. package/dist-types/commands/ListFleetsForVehicleCommand.d.ts +16 -0
  36. package/dist-types/commands/ListModelManifestNodesCommand.d.ts +16 -0
  37. package/dist-types/commands/ListModelManifestsCommand.d.ts +16 -0
  38. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +16 -0
  39. package/dist-types/commands/ListSignalCatalogsCommand.d.ts +16 -0
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  41. package/dist-types/commands/ListVehiclesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListVehiclesInFleetCommand.d.ts +16 -0
  43. package/dist-types/commands/PutLoggingOptionsCommand.d.ts +16 -0
  44. package/dist-types/commands/RegisterAccountCommand.d.ts +16 -0
  45. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  46. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  47. package/dist-types/commands/UpdateCampaignCommand.d.ts +16 -0
  48. package/dist-types/commands/UpdateDecoderManifestCommand.d.ts +16 -0
  49. package/dist-types/commands/UpdateFleetCommand.d.ts +16 -0
  50. package/dist-types/commands/UpdateModelManifestCommand.d.ts +16 -0
  51. package/dist-types/commands/UpdateSignalCatalogCommand.d.ts +16 -0
  52. package/dist-types/commands/UpdateVehicleCommand.d.ts +16 -0
  53. package/dist-types/models/IoTFleetWiseServiceException.d.ts +2 -0
  54. package/dist-types/models/models_0.d.ts +418 -0
  55. package/dist-types/pagination/GetVehicleStatusPaginator.d.ts +3 -0
  56. package/dist-types/pagination/Interfaces.d.ts +3 -0
  57. package/dist-types/pagination/ListCampaignsPaginator.d.ts +3 -0
  58. package/dist-types/pagination/ListDecoderManifestNetworkInterfacesPaginator.d.ts +3 -0
  59. package/dist-types/pagination/ListDecoderManifestSignalsPaginator.d.ts +3 -0
  60. package/dist-types/pagination/ListDecoderManifestsPaginator.d.ts +3 -0
  61. package/dist-types/pagination/ListFleetsForVehiclePaginator.d.ts +3 -0
  62. package/dist-types/pagination/ListFleetsPaginator.d.ts +3 -0
  63. package/dist-types/pagination/ListModelManifestNodesPaginator.d.ts +3 -0
  64. package/dist-types/pagination/ListModelManifestsPaginator.d.ts +3 -0
  65. package/dist-types/pagination/ListSignalCatalogNodesPaginator.d.ts +3 -0
  66. package/dist-types/pagination/ListSignalCatalogsPaginator.d.ts +3 -0
  67. package/dist-types/pagination/ListVehiclesInFleetPaginator.d.ts +3 -0
  68. package/dist-types/pagination/ListVehiclesPaginator.d.ts +3 -0
  69. package/package.json +3 -3
@@ -51,6 +51,7 @@ import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } fro
51
51
  import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
52
52
  import { IoTFleetWiseClient } from "./IoTFleetWiseClient";
53
53
  /**
54
+ * @public
54
55
  * <p>Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer
55
56
  * vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of
56
57
  * your vehicle data models, independent of the in-vehicle communication architecture, and
@@ -61,12 +62,14 @@ import { IoTFleetWiseClient } from "./IoTFleetWiseClient";
61
62
  */
62
63
  export declare class IoTFleetWise extends IoTFleetWiseClient {
63
64
  /**
65
+ * @public
64
66
  * <p> Adds, or associates, a vehicle with a fleet. </p>
65
67
  */
66
68
  associateVehicleFleet(args: AssociateVehicleFleetCommandInput, options?: __HttpHandlerOptions): Promise<AssociateVehicleFleetCommandOutput>;
67
69
  associateVehicleFleet(args: AssociateVehicleFleetCommandInput, cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void): void;
68
70
  associateVehicleFleet(args: AssociateVehicleFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateVehicleFleetCommandOutput) => void): void;
69
71
  /**
72
+ * @public
70
73
  * <p> Creates a group, or batch, of vehicles. </p>
71
74
  * <note>
72
75
  * <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
@@ -79,6 +82,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
79
82
  batchCreateVehicle(args: BatchCreateVehicleCommandInput, cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void): void;
80
83
  batchCreateVehicle(args: BatchCreateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchCreateVehicleCommandOutput) => void): void;
81
84
  /**
85
+ * @public
82
86
  * <p> Updates a group, or batch, of vehicles.</p>
83
87
  * <note>
84
88
  * <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
@@ -91,6 +95,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
91
95
  batchUpdateVehicle(args: BatchUpdateVehicleCommandInput, cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void): void;
92
96
  batchUpdateVehicle(args: BatchUpdateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchUpdateVehicleCommandOutput) => void): void;
93
97
  /**
98
+ * @public
94
99
  * <p>Creates an orchestration of data collection rules. The Amazon Web Services IoT FleetWise Edge Agent software
95
100
  * running in vehicles uses campaigns to decide how to collect and transfer data to the
96
101
  * cloud. You create campaigns in the cloud. After you or your team approve campaigns,
@@ -102,6 +107,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
102
107
  createCampaign(args: CreateCampaignCommandInput, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
103
108
  createCampaign(args: CreateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCampaignCommandOutput) => void): void;
104
109
  /**
110
+ * @public
105
111
  * <p>Creates the decoder manifest associated with a model manifest. To create a decoder
106
112
  * manifest, the following must be true:</p>
107
113
  * <ul>
@@ -123,6 +129,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
123
129
  createDecoderManifest(args: CreateDecoderManifestCommandInput, cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void): void;
124
130
  createDecoderManifest(args: CreateDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDecoderManifestCommandOutput) => void): void;
125
131
  /**
132
+ * @public
126
133
  * <p> Creates a fleet that represents a group of vehicles.
127
134
  * </p>
128
135
  * <note>
@@ -136,6 +143,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
136
143
  createFleet(args: CreateFleetCommandInput, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
137
144
  createFleet(args: CreateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetCommandOutput) => void): void;
138
145
  /**
146
+ * @public
139
147
  * <p> Creates a vehicle model (model manifest) that specifies signals (attributes,
140
148
  * branches, sensors, and actuators). </p>
141
149
  * <p>For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/vehicle-models.html">Vehicle models</a>
@@ -145,6 +153,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
145
153
  createModelManifest(args: CreateModelManifestCommandInput, cb: (err: any, data?: CreateModelManifestCommandOutput) => void): void;
146
154
  createModelManifest(args: CreateModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateModelManifestCommandOutput) => void): void;
147
155
  /**
156
+ * @public
148
157
  * <p> Creates a collection of standardized signals that can be reused to create vehicle
149
158
  * models.</p>
150
159
  */
@@ -152,6 +161,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
152
161
  createSignalCatalog(args: CreateSignalCatalogCommandInput, cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void): void;
153
162
  createSignalCatalog(args: CreateSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateSignalCatalogCommandOutput) => void): void;
154
163
  /**
164
+ * @public
155
165
  * <p> Creates a vehicle, which is an instance of a vehicle model (model manifest). Vehicles
156
166
  * created from the same vehicle model consist of the same signals inherited from the
157
167
  * vehicle model.</p>
@@ -166,6 +176,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
166
176
  createVehicle(args: CreateVehicleCommandInput, cb: (err: any, data?: CreateVehicleCommandOutput) => void): void;
167
177
  createVehicle(args: CreateVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVehicleCommandOutput) => void): void;
168
178
  /**
179
+ * @public
169
180
  * <p> Deletes a data collection campaign. Deleting a campaign suspends all data collection
170
181
  * and removes it from any vehicles. </p>
171
182
  */
@@ -173,6 +184,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
173
184
  deleteCampaign(args: DeleteCampaignCommandInput, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
174
185
  deleteCampaign(args: DeleteCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCampaignCommandOutput) => void): void;
175
186
  /**
187
+ * @public
176
188
  * <p> Deletes a decoder manifest. You can't delete a decoder manifest if it has vehicles
177
189
  * associated with it. </p>
178
190
  * <note>
@@ -184,6 +196,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
184
196
  deleteDecoderManifest(args: DeleteDecoderManifestCommandInput, cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void): void;
185
197
  deleteDecoderManifest(args: DeleteDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDecoderManifestCommandOutput) => void): void;
186
198
  /**
199
+ * @public
187
200
  * <p> Deletes a fleet. Before you delete a fleet, all vehicles must be
188
201
  * dissociated from the fleet. For more information, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/delete-fleet-cli.html">Delete a fleet (AWS
189
202
  * CLI)</a> in the <i>Amazon Web Services IoT FleetWise Developer Guide</i>.</p>
@@ -196,6 +209,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
196
209
  deleteFleet(args: DeleteFleetCommandInput, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
197
210
  deleteFleet(args: DeleteFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetCommandOutput) => void): void;
198
211
  /**
212
+ * @public
199
213
  * <p> Deletes a vehicle model (model manifest).</p>
200
214
  * <note>
201
215
  * <p>If the vehicle model is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
@@ -206,6 +220,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
206
220
  deleteModelManifest(args: DeleteModelManifestCommandInput, cb: (err: any, data?: DeleteModelManifestCommandOutput) => void): void;
207
221
  deleteModelManifest(args: DeleteModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteModelManifestCommandOutput) => void): void;
208
222
  /**
223
+ * @public
209
224
  * <p> Deletes a signal catalog. </p>
210
225
  * <note>
211
226
  * <p>If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200
@@ -216,6 +231,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
216
231
  deleteSignalCatalog(args: DeleteSignalCatalogCommandInput, cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void): void;
217
232
  deleteSignalCatalog(args: DeleteSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteSignalCatalogCommandOutput) => void): void;
218
233
  /**
234
+ * @public
219
235
  * <p> Deletes a vehicle and removes it from any campaigns.</p>
220
236
  * <note>
221
237
  * <p>If the vehicle is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
@@ -226,6 +242,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
226
242
  deleteVehicle(args: DeleteVehicleCommandInput, cb: (err: any, data?: DeleteVehicleCommandOutput) => void): void;
227
243
  deleteVehicle(args: DeleteVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVehicleCommandOutput) => void): void;
228
244
  /**
245
+ * @public
229
246
  * <p>Removes, or disassociates, a vehicle from a fleet. Disassociating a vehicle from a
230
247
  * fleet doesn't delete the vehicle.</p>
231
248
  * <note>
@@ -237,36 +254,42 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
237
254
  disassociateVehicleFleet(args: DisassociateVehicleFleetCommandInput, cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void): void;
238
255
  disassociateVehicleFleet(args: DisassociateVehicleFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateVehicleFleetCommandOutput) => void): void;
239
256
  /**
257
+ * @public
240
258
  * <p> Retrieves information about a campaign. </p>
241
259
  */
242
260
  getCampaign(args: GetCampaignCommandInput, options?: __HttpHandlerOptions): Promise<GetCampaignCommandOutput>;
243
261
  getCampaign(args: GetCampaignCommandInput, cb: (err: any, data?: GetCampaignCommandOutput) => void): void;
244
262
  getCampaign(args: GetCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCampaignCommandOutput) => void): void;
245
263
  /**
264
+ * @public
246
265
  * <p> Retrieves information about a created decoder manifest. </p>
247
266
  */
248
267
  getDecoderManifest(args: GetDecoderManifestCommandInput, options?: __HttpHandlerOptions): Promise<GetDecoderManifestCommandOutput>;
249
268
  getDecoderManifest(args: GetDecoderManifestCommandInput, cb: (err: any, data?: GetDecoderManifestCommandOutput) => void): void;
250
269
  getDecoderManifest(args: GetDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDecoderManifestCommandOutput) => void): void;
251
270
  /**
271
+ * @public
252
272
  * <p> Retrieves information about a fleet. </p>
253
273
  */
254
274
  getFleet(args: GetFleetCommandInput, options?: __HttpHandlerOptions): Promise<GetFleetCommandOutput>;
255
275
  getFleet(args: GetFleetCommandInput, cb: (err: any, data?: GetFleetCommandOutput) => void): void;
256
276
  getFleet(args: GetFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetFleetCommandOutput) => void): void;
257
277
  /**
278
+ * @public
258
279
  * <p>Retrieves the logging options.</p>
259
280
  */
260
281
  getLoggingOptions(args: GetLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<GetLoggingOptionsCommandOutput>;
261
282
  getLoggingOptions(args: GetLoggingOptionsCommandInput, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
262
283
  getLoggingOptions(args: GetLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingOptionsCommandOutput) => void): void;
263
284
  /**
285
+ * @public
264
286
  * <p> Retrieves information about a vehicle model (model manifest). </p>
265
287
  */
266
288
  getModelManifest(args: GetModelManifestCommandInput, options?: __HttpHandlerOptions): Promise<GetModelManifestCommandOutput>;
267
289
  getModelManifest(args: GetModelManifestCommandInput, cb: (err: any, data?: GetModelManifestCommandOutput) => void): void;
268
290
  getModelManifest(args: GetModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetModelManifestCommandOutput) => void): void;
269
291
  /**
292
+ * @public
270
293
  * <p> Retrieves information about the status of registering your Amazon Web Services account, IAM, and
271
294
  * Amazon Timestream resources so that Amazon Web Services IoT FleetWise can transfer your vehicle data to the Amazon Web Services
272
295
  * Cloud. </p>
@@ -279,18 +302,21 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
279
302
  getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void): void;
280
303
  getRegisterAccountStatus(args: GetRegisterAccountStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegisterAccountStatusCommandOutput) => void): void;
281
304
  /**
305
+ * @public
282
306
  * <p> Retrieves information about a signal catalog. </p>
283
307
  */
284
308
  getSignalCatalog(args: GetSignalCatalogCommandInput, options?: __HttpHandlerOptions): Promise<GetSignalCatalogCommandOutput>;
285
309
  getSignalCatalog(args: GetSignalCatalogCommandInput, cb: (err: any, data?: GetSignalCatalogCommandOutput) => void): void;
286
310
  getSignalCatalog(args: GetSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSignalCatalogCommandOutput) => void): void;
287
311
  /**
312
+ * @public
288
313
  * <p> Retrieves information about a vehicle. </p>
289
314
  */
290
315
  getVehicle(args: GetVehicleCommandInput, options?: __HttpHandlerOptions): Promise<GetVehicleCommandOutput>;
291
316
  getVehicle(args: GetVehicleCommandInput, cb: (err: any, data?: GetVehicleCommandOutput) => void): void;
292
317
  getVehicle(args: GetVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVehicleCommandOutput) => void): void;
293
318
  /**
319
+ * @public
294
320
  * <p> Retrieves information about the status of a vehicle with any associated campaigns.
295
321
  * </p>
296
322
  */
@@ -298,6 +324,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
298
324
  getVehicleStatus(args: GetVehicleStatusCommandInput, cb: (err: any, data?: GetVehicleStatusCommandOutput) => void): void;
299
325
  getVehicleStatus(args: GetVehicleStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVehicleStatusCommandOutput) => void): void;
300
326
  /**
327
+ * @public
301
328
  * <p> Creates a decoder manifest using your existing CAN DBC file from your local device.
302
329
  * </p>
303
330
  */
@@ -305,6 +332,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
305
332
  importDecoderManifest(args: ImportDecoderManifestCommandInput, cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void): void;
306
333
  importDecoderManifest(args: ImportDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportDecoderManifestCommandOutput) => void): void;
307
334
  /**
335
+ * @public
308
336
  * <p> Creates a signal catalog using your existing VSS formatted content from your local
309
337
  * device. </p>
310
338
  */
@@ -312,6 +340,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
312
340
  importSignalCatalog(args: ImportSignalCatalogCommandInput, cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void): void;
313
341
  importSignalCatalog(args: ImportSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportSignalCatalogCommandOutput) => void): void;
314
342
  /**
343
+ * @public
315
344
  * <p> Lists information about created campaigns. </p>
316
345
  * <note>
317
346
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -321,6 +350,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
321
350
  listCampaigns(args: ListCampaignsCommandInput, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
322
351
  listCampaigns(args: ListCampaignsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCampaignsCommandOutput) => void): void;
323
352
  /**
353
+ * @public
324
354
  * <p> Lists the network interfaces specified in a decoder manifest. </p>
325
355
  * <note>
326
356
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -330,6 +360,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
330
360
  listDecoderManifestNetworkInterfaces(args: ListDecoderManifestNetworkInterfacesCommandInput, cb: (err: any, data?: ListDecoderManifestNetworkInterfacesCommandOutput) => void): void;
331
361
  listDecoderManifestNetworkInterfaces(args: ListDecoderManifestNetworkInterfacesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestNetworkInterfacesCommandOutput) => void): void;
332
362
  /**
363
+ * @public
333
364
  * <p> Lists decoder manifests. </p>
334
365
  * <note>
335
366
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -339,6 +370,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
339
370
  listDecoderManifests(args: ListDecoderManifestsCommandInput, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void): void;
340
371
  listDecoderManifests(args: ListDecoderManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestsCommandOutput) => void): void;
341
372
  /**
373
+ * @public
342
374
  * <p> A list of information about signal decoders specified in a decoder manifest. </p>
343
375
  * <note>
344
376
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -348,6 +380,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
348
380
  listDecoderManifestSignals(args: ListDecoderManifestSignalsCommandInput, cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void): void;
349
381
  listDecoderManifestSignals(args: ListDecoderManifestSignalsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDecoderManifestSignalsCommandOutput) => void): void;
350
382
  /**
383
+ * @public
351
384
  * <p> Retrieves information for each created fleet in an Amazon Web Services account. </p>
352
385
  * <note>
353
386
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -357,6 +390,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
357
390
  listFleets(args: ListFleetsCommandInput, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
358
391
  listFleets(args: ListFleetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsCommandOutput) => void): void;
359
392
  /**
393
+ * @public
360
394
  * <p>Retrieves a list of IDs for all fleets that the vehicle is associated with.</p>
361
395
  * <note>
362
396
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -366,6 +400,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
366
400
  listFleetsForVehicle(args: ListFleetsForVehicleCommandInput, cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void): void;
367
401
  listFleetsForVehicle(args: ListFleetsForVehicleCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFleetsForVehicleCommandOutput) => void): void;
368
402
  /**
403
+ * @public
369
404
  * <p> Lists information about nodes specified in a vehicle model (model manifest). </p>
370
405
  * <note>
371
406
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -375,6 +410,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
375
410
  listModelManifestNodes(args: ListModelManifestNodesCommandInput, cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void): void;
376
411
  listModelManifestNodes(args: ListModelManifestNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelManifestNodesCommandOutput) => void): void;
377
412
  /**
413
+ * @public
378
414
  * <p> Retrieves a list of vehicle models (model manifests). </p>
379
415
  * <note>
380
416
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -384,6 +420,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
384
420
  listModelManifests(args: ListModelManifestsCommandInput, cb: (err: any, data?: ListModelManifestsCommandOutput) => void): void;
385
421
  listModelManifests(args: ListModelManifestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListModelManifestsCommandOutput) => void): void;
386
422
  /**
423
+ * @public
387
424
  * <p> Lists of information about the signals (nodes) specified in a signal catalog. </p>
388
425
  * <note>
389
426
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -393,6 +430,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
393
430
  listSignalCatalogNodes(args: ListSignalCatalogNodesCommandInput, cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void): void;
394
431
  listSignalCatalogNodes(args: ListSignalCatalogNodesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSignalCatalogNodesCommandOutput) => void): void;
395
432
  /**
433
+ * @public
396
434
  * <p> Lists all the created signal catalogs in an Amazon Web Services account. </p>
397
435
  * <p>You can use to list information about
398
436
  * each signal (node) specified in a signal catalog.</p>
@@ -404,12 +442,14 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
404
442
  listSignalCatalogs(args: ListSignalCatalogsCommandInput, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void): void;
405
443
  listSignalCatalogs(args: ListSignalCatalogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSignalCatalogsCommandOutput) => void): void;
406
444
  /**
445
+ * @public
407
446
  * <p>Lists the tags (metadata) you have assigned to the resource.</p>
408
447
  */
409
448
  listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
410
449
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
411
450
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
412
451
  /**
452
+ * @public
413
453
  * <p> Retrieves a list of summaries of created vehicles. </p>
414
454
  * <note>
415
455
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -419,6 +459,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
419
459
  listVehicles(args: ListVehiclesCommandInput, cb: (err: any, data?: ListVehiclesCommandOutput) => void): void;
420
460
  listVehicles(args: ListVehiclesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVehiclesCommandOutput) => void): void;
421
461
  /**
462
+ * @public
422
463
  * <p> Retrieves a list of summaries of all vehicles associated with a fleet. </p>
423
464
  * <note>
424
465
  * <p>This API operation uses pagination. Specify the <code>nextToken</code> parameter in the request to return more results.</p>
@@ -428,12 +469,14 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
428
469
  listVehiclesInFleet(args: ListVehiclesInFleetCommandInput, cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void): void;
429
470
  listVehiclesInFleet(args: ListVehiclesInFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVehiclesInFleetCommandOutput) => void): void;
430
471
  /**
472
+ * @public
431
473
  * <p>Creates or updates the logging option.</p>
432
474
  */
433
475
  putLoggingOptions(args: PutLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<PutLoggingOptionsCommandOutput>;
434
476
  putLoggingOptions(args: PutLoggingOptionsCommandInput, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
435
477
  putLoggingOptions(args: PutLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
436
478
  /**
479
+ * @public
437
480
  * <p>Registers your Amazon Web Services account, IAM, and Amazon Timestream resources so Amazon Web Services IoT FleetWise can
438
481
  * transfer your vehicle data to the Amazon Web Services Cloud. For more information, including
439
482
  * step-by-step procedures, see <a href="https://docs.aws.amazon.com/iot-fleetwise/latest/developerguide/setting-up.html">Setting up
@@ -450,6 +493,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
450
493
  registerAccount(args: RegisterAccountCommandInput, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
451
494
  registerAccount(args: RegisterAccountCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RegisterAccountCommandOutput) => void): void;
452
495
  /**
496
+ * @public
453
497
  * <p>Adds to or modifies the tags of the given resource. Tags are metadata which can be
454
498
  * used to manage a resource.</p>
455
499
  */
@@ -457,18 +501,21 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
457
501
  tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
458
502
  tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
459
503
  /**
504
+ * @public
460
505
  * <p>Removes the given tags (metadata) from the resource.</p>
461
506
  */
462
507
  untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
463
508
  untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
464
509
  untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
465
510
  /**
511
+ * @public
466
512
  * <p> Updates a campaign. </p>
467
513
  */
468
514
  updateCampaign(args: UpdateCampaignCommandInput, options?: __HttpHandlerOptions): Promise<UpdateCampaignCommandOutput>;
469
515
  updateCampaign(args: UpdateCampaignCommandInput, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
470
516
  updateCampaign(args: UpdateCampaignCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateCampaignCommandOutput) => void): void;
471
517
  /**
518
+ * @public
472
519
  * <p> Updates a decoder manifest.</p>
473
520
  * <p>A decoder manifest can only be updated when the status is <code>DRAFT</code>. Only
474
521
  * <code>ACTIVE</code> decoder manifests can be associated with vehicles.</p>
@@ -477,6 +524,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
477
524
  updateDecoderManifest(args: UpdateDecoderManifestCommandInput, cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void): void;
478
525
  updateDecoderManifest(args: UpdateDecoderManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDecoderManifestCommandOutput) => void): void;
479
526
  /**
527
+ * @public
480
528
  * <p> Updates the description of an existing fleet. </p>
481
529
  * <note>
482
530
  * <p>If the fleet is successfully updated, Amazon Web Services IoT FleetWise sends back an HTTP 200 response
@@ -487,6 +535,7 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
487
535
  updateFleet(args: UpdateFleetCommandInput, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
488
536
  updateFleet(args: UpdateFleetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFleetCommandOutput) => void): void;
489
537
  /**
538
+ * @public
490
539
  * <p> Updates a vehicle model (model manifest). If created vehicles are associated with a
491
540
  * vehicle model, it can't be updated.</p>
492
541
  */
@@ -494,12 +543,14 @@ export declare class IoTFleetWise extends IoTFleetWiseClient {
494
543
  updateModelManifest(args: UpdateModelManifestCommandInput, cb: (err: any, data?: UpdateModelManifestCommandOutput) => void): void;
495
544
  updateModelManifest(args: UpdateModelManifestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateModelManifestCommandOutput) => void): void;
496
545
  /**
546
+ * @public
497
547
  * <p> Updates a signal catalog. </p>
498
548
  */
499
549
  updateSignalCatalog(args: UpdateSignalCatalogCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSignalCatalogCommandOutput>;
500
550
  updateSignalCatalog(args: UpdateSignalCatalogCommandInput, cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void): void;
501
551
  updateSignalCatalog(args: UpdateSignalCatalogCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSignalCatalogCommandOutput) => void): void;
502
552
  /**
553
+ * @public
503
554
  * <p> Updates a vehicle. </p>
504
555
  */
505
556
  updateVehicle(args: UpdateVehicleCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVehicleCommandOutput>;
@@ -58,15 +58,24 @@ import { UpdateModelManifestCommandInput, UpdateModelManifestCommandOutput } fro
58
58
  import { UpdateSignalCatalogCommandInput, UpdateSignalCatalogCommandOutput } from "./commands/UpdateSignalCatalogCommand";
59
59
  import { UpdateVehicleCommandInput, UpdateVehicleCommandOutput } from "./commands/UpdateVehicleCommand";
60
60
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
61
+ /**
62
+ * @public
63
+ */
61
64
  export type ServiceInputTypes = AssociateVehicleFleetCommandInput | BatchCreateVehicleCommandInput | BatchUpdateVehicleCommandInput | CreateCampaignCommandInput | CreateDecoderManifestCommandInput | CreateFleetCommandInput | CreateModelManifestCommandInput | CreateSignalCatalogCommandInput | CreateVehicleCommandInput | DeleteCampaignCommandInput | DeleteDecoderManifestCommandInput | DeleteFleetCommandInput | DeleteModelManifestCommandInput | DeleteSignalCatalogCommandInput | DeleteVehicleCommandInput | DisassociateVehicleFleetCommandInput | GetCampaignCommandInput | GetDecoderManifestCommandInput | GetFleetCommandInput | GetLoggingOptionsCommandInput | GetModelManifestCommandInput | GetRegisterAccountStatusCommandInput | GetSignalCatalogCommandInput | GetVehicleCommandInput | GetVehicleStatusCommandInput | ImportDecoderManifestCommandInput | ImportSignalCatalogCommandInput | ListCampaignsCommandInput | ListDecoderManifestNetworkInterfacesCommandInput | ListDecoderManifestSignalsCommandInput | ListDecoderManifestsCommandInput | ListFleetsCommandInput | ListFleetsForVehicleCommandInput | ListModelManifestNodesCommandInput | ListModelManifestsCommandInput | ListSignalCatalogNodesCommandInput | ListSignalCatalogsCommandInput | ListTagsForResourceCommandInput | ListVehiclesCommandInput | ListVehiclesInFleetCommandInput | PutLoggingOptionsCommandInput | RegisterAccountCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateCampaignCommandInput | UpdateDecoderManifestCommandInput | UpdateFleetCommandInput | UpdateModelManifestCommandInput | UpdateSignalCatalogCommandInput | UpdateVehicleCommandInput;
65
+ /**
66
+ * @public
67
+ */
62
68
  export type ServiceOutputTypes = AssociateVehicleFleetCommandOutput | BatchCreateVehicleCommandOutput | BatchUpdateVehicleCommandOutput | CreateCampaignCommandOutput | CreateDecoderManifestCommandOutput | CreateFleetCommandOutput | CreateModelManifestCommandOutput | CreateSignalCatalogCommandOutput | CreateVehicleCommandOutput | DeleteCampaignCommandOutput | DeleteDecoderManifestCommandOutput | DeleteFleetCommandOutput | DeleteModelManifestCommandOutput | DeleteSignalCatalogCommandOutput | DeleteVehicleCommandOutput | DisassociateVehicleFleetCommandOutput | GetCampaignCommandOutput | GetDecoderManifestCommandOutput | GetFleetCommandOutput | GetLoggingOptionsCommandOutput | GetModelManifestCommandOutput | GetRegisterAccountStatusCommandOutput | GetSignalCatalogCommandOutput | GetVehicleCommandOutput | GetVehicleStatusCommandOutput | ImportDecoderManifestCommandOutput | ImportSignalCatalogCommandOutput | ListCampaignsCommandOutput | ListDecoderManifestNetworkInterfacesCommandOutput | ListDecoderManifestSignalsCommandOutput | ListDecoderManifestsCommandOutput | ListFleetsCommandOutput | ListFleetsForVehicleCommandOutput | ListModelManifestNodesCommandOutput | ListModelManifestsCommandOutput | ListSignalCatalogNodesCommandOutput | ListSignalCatalogsCommandOutput | ListTagsForResourceCommandOutput | ListVehiclesCommandOutput | ListVehiclesInFleetCommandOutput | PutLoggingOptionsCommandOutput | RegisterAccountCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateCampaignCommandOutput | UpdateDecoderManifestCommandOutput | UpdateFleetCommandOutput | UpdateModelManifestCommandOutput | UpdateSignalCatalogCommandOutput | UpdateVehicleCommandOutput;
69
+ /**
70
+ * @public
71
+ */
63
72
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
64
73
  /**
65
74
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
66
75
  */
67
76
  requestHandler?: __HttpHandler;
68
77
  /**
69
- * A constructor for a class implementing the {@link __Checksum} interface
78
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
70
79
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
71
80
  * @internal
72
81
  */
@@ -156,23 +165,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
156
165
  */
157
166
  logger?: __Logger;
158
167
  /**
159
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
168
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
160
169
  */
161
170
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
162
171
  }
172
+ /**
173
+ * @public
174
+ */
163
175
  type IoTFleetWiseClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
164
176
  /**
165
- * The configuration interface of IoTFleetWiseClient class constructor that set the region, credentials and other options.
177
+ * @public
178
+ *
179
+ * The configuration interface of IoTFleetWiseClient class constructor that set the region, credentials and other options.
166
180
  */
167
181
  export interface IoTFleetWiseClientConfig extends IoTFleetWiseClientConfigType {
168
182
  }
183
+ /**
184
+ * @public
185
+ */
169
186
  type IoTFleetWiseClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
170
187
  /**
171
- * The resolved configuration interface of IoTFleetWiseClient class. This is resolved and normalized from the {@link IoTFleetWiseClientConfig | constructor configuration interface}.
188
+ * @public
189
+ *
190
+ * The resolved configuration interface of IoTFleetWiseClient class. This is resolved and normalized from the {@link IoTFleetWiseClientConfig | constructor configuration interface}.
172
191
  */
173
192
  export interface IoTFleetWiseClientResolvedConfig extends IoTFleetWiseClientResolvedConfigType {
174
193
  }
175
194
  /**
195
+ * @public
176
196
  * <p>Amazon Web Services IoT FleetWise is a fully managed service that you can use to collect, model, and transfer
177
197
  * vehicle data to the Amazon Web Services cloud at scale. With Amazon Web Services IoT FleetWise, you can standardize all of
178
198
  * your vehicle data models, independent of the in-vehicle communication architecture, and
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { AssociateVehicleFleetRequest, AssociateVehicleFleetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link AssociateVehicleFleetCommand}.
8
10
  */
9
11
  export interface AssociateVehicleFleetCommandInput extends AssociateVehicleFleetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link AssociateVehicleFleetCommand}.
13
17
  */
14
18
  export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFleetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Adds, or associates, a vehicle with a fleet. </p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFlee
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param AssociateVehicleFleetCommandInput - {@link AssociateVehicleFleetCommandInput}
34
+ * @returns {@link AssociateVehicleFleetCommandOutput}
28
35
  * @see {@link AssociateVehicleFleetCommandInput} for command's `input` shape.
29
36
  * @see {@link AssociateVehicleFleetCommandOutput} for command's `response` shape.
30
37
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -49,11 +56,20 @@ export interface AssociateVehicleFleetCommandOutput extends AssociateVehicleFlee
49
56
  export declare class AssociateVehicleFleetCommand extends $Command<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput, IoTFleetWiseClientResolvedConfig> {
50
57
  readonly input: AssociateVehicleFleetCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: AssociateVehicleFleetCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateVehicleFleetCommandInput, AssociateVehicleFleetCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { BatchCreateVehicleRequest, BatchCreateVehicleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchCreateVehicleCommand}.
8
10
  */
9
11
  export interface BatchCreateVehicleCommandInput extends BatchCreateVehicleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchCreateVehicleCommand}.
13
17
  */
14
18
  export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Creates a group, or batch, of vehicles. </p>
18
23
  * <note>
19
24
  * <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
@@ -31,6 +36,8 @@ export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleRespo
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param BatchCreateVehicleCommandInput - {@link BatchCreateVehicleCommandInput}
40
+ * @returns {@link BatchCreateVehicleCommandOutput}
34
41
  * @see {@link BatchCreateVehicleCommandInput} for command's `input` shape.
35
42
  * @see {@link BatchCreateVehicleCommandOutput} for command's `response` shape.
36
43
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -55,11 +62,20 @@ export interface BatchCreateVehicleCommandOutput extends BatchCreateVehicleRespo
55
62
  export declare class BatchCreateVehicleCommand extends $Command<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
56
63
  readonly input: BatchCreateVehicleCommandInput;
57
64
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
65
+ /**
66
+ * @public
67
+ */
58
68
  constructor(input: BatchCreateVehicleCommandInput);
59
69
  /**
60
70
  * @internal
61
71
  */
62
72
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchCreateVehicleCommandInput, BatchCreateVehicleCommandOutput>;
73
+ /**
74
+ * @internal
75
+ */
63
76
  private serialize;
77
+ /**
78
+ * @internal
79
+ */
64
80
  private deserialize;
65
81
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { IoTFleetWiseClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTFleetWiseClient";
5
5
  import { BatchUpdateVehicleRequest, BatchUpdateVehicleResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link BatchUpdateVehicleCommand}.
8
10
  */
9
11
  export interface BatchUpdateVehicleCommandInput extends BatchUpdateVehicleRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link BatchUpdateVehicleCommand}.
13
17
  */
14
18
  export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Updates a group, or batch, of vehicles.</p>
18
23
  * <note>
19
24
  * <p> You must specify a decoder manifest and a vehicle model (model manifest) for each
@@ -31,6 +36,8 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param BatchUpdateVehicleCommandInput - {@link BatchUpdateVehicleCommandInput}
40
+ * @returns {@link BatchUpdateVehicleCommandOutput}
34
41
  * @see {@link BatchUpdateVehicleCommandInput} for command's `input` shape.
35
42
  * @see {@link BatchUpdateVehicleCommandOutput} for command's `response` shape.
36
43
  * @see {@link IoTFleetWiseClientResolvedConfig | config} for IoTFleetWiseClient's `config` shape.
@@ -52,11 +59,20 @@ export interface BatchUpdateVehicleCommandOutput extends BatchUpdateVehicleRespo
52
59
  export declare class BatchUpdateVehicleCommand extends $Command<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput, IoTFleetWiseClientResolvedConfig> {
53
60
  readonly input: BatchUpdateVehicleCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: BatchUpdateVehicleCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTFleetWiseClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchUpdateVehicleCommandInput, BatchUpdateVehicleCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }