@aws-sdk/client-iotfleetwise 3.490.0 → 3.495.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 (85) hide show
  1. package/dist-cjs/IoTFleetWise.js +1 -115
  2. package/dist-cjs/IoTFleetWiseClient.js +1 -43
  3. package/dist-cjs/commands/AssociateVehicleFleetCommand.js +1 -28
  4. package/dist-cjs/commands/BatchCreateVehicleCommand.js +1 -28
  5. package/dist-cjs/commands/BatchUpdateVehicleCommand.js +1 -28
  6. package/dist-cjs/commands/CreateCampaignCommand.js +1 -28
  7. package/dist-cjs/commands/CreateDecoderManifestCommand.js +1 -28
  8. package/dist-cjs/commands/CreateFleetCommand.js +1 -28
  9. package/dist-cjs/commands/CreateModelManifestCommand.js +1 -28
  10. package/dist-cjs/commands/CreateSignalCatalogCommand.js +1 -28
  11. package/dist-cjs/commands/CreateVehicleCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteCampaignCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteDecoderManifestCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteFleetCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteModelManifestCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteSignalCatalogCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteVehicleCommand.js +1 -28
  18. package/dist-cjs/commands/DisassociateVehicleFleetCommand.js +1 -28
  19. package/dist-cjs/commands/GetCampaignCommand.js +1 -28
  20. package/dist-cjs/commands/GetDecoderManifestCommand.js +1 -28
  21. package/dist-cjs/commands/GetEncryptionConfigurationCommand.js +1 -28
  22. package/dist-cjs/commands/GetFleetCommand.js +1 -28
  23. package/dist-cjs/commands/GetLoggingOptionsCommand.js +1 -28
  24. package/dist-cjs/commands/GetModelManifestCommand.js +1 -28
  25. package/dist-cjs/commands/GetRegisterAccountStatusCommand.js +1 -28
  26. package/dist-cjs/commands/GetSignalCatalogCommand.js +1 -28
  27. package/dist-cjs/commands/GetVehicleCommand.js +1 -28
  28. package/dist-cjs/commands/GetVehicleStatusCommand.js +1 -28
  29. package/dist-cjs/commands/ImportDecoderManifestCommand.js +1 -28
  30. package/dist-cjs/commands/ImportSignalCatalogCommand.js +1 -28
  31. package/dist-cjs/commands/ListCampaignsCommand.js +1 -28
  32. package/dist-cjs/commands/ListDecoderManifestNetworkInterfacesCommand.js +1 -28
  33. package/dist-cjs/commands/ListDecoderManifestSignalsCommand.js +1 -28
  34. package/dist-cjs/commands/ListDecoderManifestsCommand.js +1 -28
  35. package/dist-cjs/commands/ListFleetsCommand.js +1 -28
  36. package/dist-cjs/commands/ListFleetsForVehicleCommand.js +1 -28
  37. package/dist-cjs/commands/ListModelManifestNodesCommand.js +1 -28
  38. package/dist-cjs/commands/ListModelManifestsCommand.js +1 -28
  39. package/dist-cjs/commands/ListSignalCatalogNodesCommand.js +1 -28
  40. package/dist-cjs/commands/ListSignalCatalogsCommand.js +1 -28
  41. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  42. package/dist-cjs/commands/ListVehiclesCommand.js +1 -28
  43. package/dist-cjs/commands/ListVehiclesInFleetCommand.js +1 -28
  44. package/dist-cjs/commands/PutEncryptionConfigurationCommand.js +1 -28
  45. package/dist-cjs/commands/PutLoggingOptionsCommand.js +1 -28
  46. package/dist-cjs/commands/RegisterAccountCommand.js +1 -28
  47. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  48. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  49. package/dist-cjs/commands/UpdateCampaignCommand.js +1 -28
  50. package/dist-cjs/commands/UpdateDecoderManifestCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateFleetCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateModelManifestCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateSignalCatalogCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateVehicleCommand.js +1 -28
  55. package/dist-cjs/commands/index.js +1 -55
  56. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  57. package/dist-cjs/extensionConfiguration.js +1 -2
  58. package/dist-cjs/index.js +5363 -11
  59. package/dist-cjs/models/IoTFleetWiseServiceException.js +1 -12
  60. package/dist-cjs/models/index.js +1 -4
  61. package/dist-cjs/models/models_0.js +1 -402
  62. package/dist-cjs/pagination/GetVehicleStatusPaginator.js +1 -7
  63. package/dist-cjs/pagination/Interfaces.js +1 -2
  64. package/dist-cjs/pagination/ListCampaignsPaginator.js +1 -7
  65. package/dist-cjs/pagination/ListDecoderManifestNetworkInterfacesPaginator.js +1 -7
  66. package/dist-cjs/pagination/ListDecoderManifestSignalsPaginator.js +1 -7
  67. package/dist-cjs/pagination/ListDecoderManifestsPaginator.js +1 -7
  68. package/dist-cjs/pagination/ListFleetsForVehiclePaginator.js +1 -7
  69. package/dist-cjs/pagination/ListFleetsPaginator.js +1 -7
  70. package/dist-cjs/pagination/ListModelManifestNodesPaginator.js +1 -7
  71. package/dist-cjs/pagination/ListModelManifestsPaginator.js +1 -7
  72. package/dist-cjs/pagination/ListSignalCatalogNodesPaginator.js +1 -7
  73. package/dist-cjs/pagination/ListSignalCatalogsPaginator.js +1 -7
  74. package/dist-cjs/pagination/ListVehiclesInFleetPaginator.js +1 -7
  75. package/dist-cjs/pagination/ListVehiclesPaginator.js +1 -7
  76. package/dist-cjs/pagination/index.js +1 -17
  77. package/dist-cjs/protocols/Aws_json1_0.js +1 -3685
  78. package/dist-cjs/runtimeExtensions.js +1 -22
  79. package/dist-es/models/models_0.js +8 -0
  80. package/dist-es/protocols/Aws_json1_0.js +1 -0
  81. package/dist-types/commands/ListSignalCatalogNodesCommand.d.ts +1 -0
  82. package/dist-types/commands/ListVehiclesCommand.d.ts +3 -0
  83. package/dist-types/models/models_0.d.ts +30 -1
  84. package/dist-types/ts3.4/models/models_0.d.ts +12 -0
  85. package/package.json +40 -40
@@ -1,12 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.IoTFleetWiseServiceException = exports.__ServiceException = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
6
- class IoTFleetWiseServiceException extends smithy_client_1.ServiceException {
7
- constructor(options) {
8
- super(options);
9
- Object.setPrototypeOf(this, IoTFleetWiseServiceException.prototype);
10
- }
11
- }
12
- exports.IoTFleetWiseServiceException = IoTFleetWiseServiceException;
1
+ module.exports = require("../index.js");
@@ -1,4 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./models_0"), exports);
1
+ module.exports = require("../index.js");
@@ -1,402 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StructuredMessage = exports.VehicleState = exports.RegistrationStatus = exports.FormattedVss = exports.EncryptionType = exports.EncryptionStatus = exports.NetworkFileDefinition = exports.ManifestStatus = exports.InvalidNodeException = exports.Node = exports.NodeDataEncoding = exports.InvalidSignalsException = exports.DecoderManifestValidationException = exports.SignalDecoderFailureReason = exports.NetworkInterfaceFailureReason = exports.SignalDecoderType = exports.StructuredMessageListType = exports.PrimitiveMessageDefinition = exports.ROS2PrimitiveType = exports.VehicleMiddlewareProtocol = exports.NetworkInterfaceType = exports.LogType = exports.UpdateCampaignAction = exports.CampaignStatus = exports.SpoolingMode = exports.DiagnosticsMode = exports.DataDestinationConfig = exports.StorageCompressionFormat = exports.DataFormat = exports.Compression = exports.CollectionScheme = exports.TriggerMode = exports.ConflictException = exports.UpdateMode = exports.VehicleAssociationBehavior = exports.ValidationException = exports.ValidationExceptionReason = exports.ThrottlingException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InternalServerException = exports.NodeDataType = exports.AccessDeniedException = void 0;
4
- const IoTFleetWiseServiceException_1 = require("./IoTFleetWiseServiceException");
5
- class AccessDeniedException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
6
- constructor(opts) {
7
- super({
8
- name: "AccessDeniedException",
9
- $fault: "client",
10
- ...opts,
11
- });
12
- this.name = "AccessDeniedException";
13
- this.$fault = "client";
14
- Object.setPrototypeOf(this, AccessDeniedException.prototype);
15
- }
16
- }
17
- exports.AccessDeniedException = AccessDeniedException;
18
- exports.NodeDataType = {
19
- BOOLEAN: "BOOLEAN",
20
- BOOLEAN_ARRAY: "BOOLEAN_ARRAY",
21
- DOUBLE: "DOUBLE",
22
- DOUBLE_ARRAY: "DOUBLE_ARRAY",
23
- FLOAT: "FLOAT",
24
- FLOAT_ARRAY: "FLOAT_ARRAY",
25
- INT16: "INT16",
26
- INT16_ARRAY: "INT16_ARRAY",
27
- INT32: "INT32",
28
- INT32_ARRAY: "INT32_ARRAY",
29
- INT64: "INT64",
30
- INT64_ARRAY: "INT64_ARRAY",
31
- INT8: "INT8",
32
- INT8_ARRAY: "INT8_ARRAY",
33
- STRING: "STRING",
34
- STRING_ARRAY: "STRING_ARRAY",
35
- STRUCT: "STRUCT",
36
- STRUCT_ARRAY: "STRUCT_ARRAY",
37
- UINT16: "UINT16",
38
- UINT16_ARRAY: "UINT16_ARRAY",
39
- UINT32: "UINT32",
40
- UINT32_ARRAY: "UINT32_ARRAY",
41
- UINT64: "UINT64",
42
- UINT64_ARRAY: "UINT64_ARRAY",
43
- UINT8: "UINT8",
44
- UINT8_ARRAY: "UINT8_ARRAY",
45
- UNIX_TIMESTAMP: "UNIX_TIMESTAMP",
46
- UNIX_TIMESTAMP_ARRAY: "UNIX_TIMESTAMP_ARRAY",
47
- UNKNOWN: "UNKNOWN",
48
- };
49
- class InternalServerException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
50
- constructor(opts) {
51
- super({
52
- name: "InternalServerException",
53
- $fault: "server",
54
- ...opts,
55
- });
56
- this.name = "InternalServerException";
57
- this.$fault = "server";
58
- Object.setPrototypeOf(this, InternalServerException.prototype);
59
- this.retryAfterSeconds = opts.retryAfterSeconds;
60
- }
61
- }
62
- exports.InternalServerException = InternalServerException;
63
- class LimitExceededException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
64
- constructor(opts) {
65
- super({
66
- name: "LimitExceededException",
67
- $fault: "client",
68
- ...opts,
69
- });
70
- this.name = "LimitExceededException";
71
- this.$fault = "client";
72
- Object.setPrototypeOf(this, LimitExceededException.prototype);
73
- this.resourceId = opts.resourceId;
74
- this.resourceType = opts.resourceType;
75
- }
76
- }
77
- exports.LimitExceededException = LimitExceededException;
78
- class ResourceNotFoundException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
79
- constructor(opts) {
80
- super({
81
- name: "ResourceNotFoundException",
82
- $fault: "client",
83
- ...opts,
84
- });
85
- this.name = "ResourceNotFoundException";
86
- this.$fault = "client";
87
- Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
88
- this.resourceId = opts.resourceId;
89
- this.resourceType = opts.resourceType;
90
- }
91
- }
92
- exports.ResourceNotFoundException = ResourceNotFoundException;
93
- class ThrottlingException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
94
- constructor(opts) {
95
- super({
96
- name: "ThrottlingException",
97
- $fault: "client",
98
- ...opts,
99
- });
100
- this.name = "ThrottlingException";
101
- this.$fault = "client";
102
- Object.setPrototypeOf(this, ThrottlingException.prototype);
103
- this.quotaCode = opts.quotaCode;
104
- this.serviceCode = opts.serviceCode;
105
- this.retryAfterSeconds = opts.retryAfterSeconds;
106
- }
107
- }
108
- exports.ThrottlingException = ThrottlingException;
109
- exports.ValidationExceptionReason = {
110
- CANNOT_PARSE: "cannotParse",
111
- FIELD_VALIDATION_FAILED: "fieldValidationFailed",
112
- OTHER: "other",
113
- UNKNOWN_OPERATION: "unknownOperation",
114
- };
115
- class ValidationException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
116
- constructor(opts) {
117
- super({
118
- name: "ValidationException",
119
- $fault: "client",
120
- ...opts,
121
- });
122
- this.name = "ValidationException";
123
- this.$fault = "client";
124
- Object.setPrototypeOf(this, ValidationException.prototype);
125
- this.reason = opts.reason;
126
- this.fieldList = opts.fieldList;
127
- }
128
- }
129
- exports.ValidationException = ValidationException;
130
- exports.VehicleAssociationBehavior = {
131
- CREATE_IOT_THING: "CreateIotThing",
132
- VALIDATE_IOT_THING_EXISTS: "ValidateIotThingExists",
133
- };
134
- exports.UpdateMode = {
135
- MERGE: "Merge",
136
- OVERWRITE: "Overwrite",
137
- };
138
- class ConflictException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
139
- constructor(opts) {
140
- super({
141
- name: "ConflictException",
142
- $fault: "client",
143
- ...opts,
144
- });
145
- this.name = "ConflictException";
146
- this.$fault = "client";
147
- Object.setPrototypeOf(this, ConflictException.prototype);
148
- this.resource = opts.resource;
149
- this.resourceType = opts.resourceType;
150
- }
151
- }
152
- exports.ConflictException = ConflictException;
153
- exports.TriggerMode = {
154
- ALWAYS: "ALWAYS",
155
- RISING_EDGE: "RISING_EDGE",
156
- };
157
- var CollectionScheme;
158
- (function (CollectionScheme) {
159
- CollectionScheme.visit = (value, visitor) => {
160
- if (value.timeBasedCollectionScheme !== undefined)
161
- return visitor.timeBasedCollectionScheme(value.timeBasedCollectionScheme);
162
- if (value.conditionBasedCollectionScheme !== undefined)
163
- return visitor.conditionBasedCollectionScheme(value.conditionBasedCollectionScheme);
164
- return visitor._(value.$unknown[0], value.$unknown[1]);
165
- };
166
- })(CollectionScheme = exports.CollectionScheme || (exports.CollectionScheme = {}));
167
- exports.Compression = {
168
- OFF: "OFF",
169
- SNAPPY: "SNAPPY",
170
- };
171
- exports.DataFormat = {
172
- JSON: "JSON",
173
- PARQUET: "PARQUET",
174
- };
175
- exports.StorageCompressionFormat = {
176
- GZIP: "GZIP",
177
- NONE: "NONE",
178
- };
179
- var DataDestinationConfig;
180
- (function (DataDestinationConfig) {
181
- DataDestinationConfig.visit = (value, visitor) => {
182
- if (value.s3Config !== undefined)
183
- return visitor.s3Config(value.s3Config);
184
- if (value.timestreamConfig !== undefined)
185
- return visitor.timestreamConfig(value.timestreamConfig);
186
- return visitor._(value.$unknown[0], value.$unknown[1]);
187
- };
188
- })(DataDestinationConfig = exports.DataDestinationConfig || (exports.DataDestinationConfig = {}));
189
- exports.DiagnosticsMode = {
190
- OFF: "OFF",
191
- SEND_ACTIVE_DTCS: "SEND_ACTIVE_DTCS",
192
- };
193
- exports.SpoolingMode = {
194
- OFF: "OFF",
195
- TO_DISK: "TO_DISK",
196
- };
197
- exports.CampaignStatus = {
198
- CREATING: "CREATING",
199
- RUNNING: "RUNNING",
200
- SUSPENDED: "SUSPENDED",
201
- WAITING_FOR_APPROVAL: "WAITING_FOR_APPROVAL",
202
- };
203
- exports.UpdateCampaignAction = {
204
- APPROVE: "APPROVE",
205
- RESUME: "RESUME",
206
- SUSPEND: "SUSPEND",
207
- UPDATE: "UPDATE",
208
- };
209
- exports.LogType = {
210
- ERROR: "ERROR",
211
- OFF: "OFF",
212
- };
213
- exports.NetworkInterfaceType = {
214
- CAN_INTERFACE: "CAN_INTERFACE",
215
- OBD_INTERFACE: "OBD_INTERFACE",
216
- VEHICLE_MIDDLEWARE: "VEHICLE_MIDDLEWARE",
217
- };
218
- exports.VehicleMiddlewareProtocol = {
219
- ROS_2: "ROS_2",
220
- };
221
- exports.ROS2PrimitiveType = {
222
- BOOL: "BOOL",
223
- BYTE: "BYTE",
224
- CHAR: "CHAR",
225
- FLOAT32: "FLOAT32",
226
- FLOAT64: "FLOAT64",
227
- INT16: "INT16",
228
- INT32: "INT32",
229
- INT64: "INT64",
230
- INT8: "INT8",
231
- STRING: "STRING",
232
- UINT16: "UINT16",
233
- UINT32: "UINT32",
234
- UINT64: "UINT64",
235
- UINT8: "UINT8",
236
- WSTRING: "WSTRING",
237
- };
238
- var PrimitiveMessageDefinition;
239
- (function (PrimitiveMessageDefinition) {
240
- PrimitiveMessageDefinition.visit = (value, visitor) => {
241
- if (value.ros2PrimitiveMessageDefinition !== undefined)
242
- return visitor.ros2PrimitiveMessageDefinition(value.ros2PrimitiveMessageDefinition);
243
- return visitor._(value.$unknown[0], value.$unknown[1]);
244
- };
245
- })(PrimitiveMessageDefinition = exports.PrimitiveMessageDefinition || (exports.PrimitiveMessageDefinition = {}));
246
- exports.StructuredMessageListType = {
247
- DYNAMIC_BOUNDED_CAPACITY: "DYNAMIC_BOUNDED_CAPACITY",
248
- DYNAMIC_UNBOUNDED_CAPACITY: "DYNAMIC_UNBOUNDED_CAPACITY",
249
- FIXED_CAPACITY: "FIXED_CAPACITY",
250
- };
251
- exports.SignalDecoderType = {
252
- CAN_SIGNAL: "CAN_SIGNAL",
253
- MESSAGE_SIGNAL: "MESSAGE_SIGNAL",
254
- OBD_SIGNAL: "OBD_SIGNAL",
255
- };
256
- exports.NetworkInterfaceFailureReason = {
257
- CAN_NETWORK_INTERFACE_INFO_IS_NULL: "CAN_NETWORK_INTERFACE_INFO_IS_NULL",
258
- CONFLICTING_NETWORK_INTERFACE: "CONFLICTING_NETWORK_INTERFACE",
259
- DUPLICATE_INTERFACE: "DUPLICATE_NETWORK_INTERFACE",
260
- NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS: "NETWORK_INTERFACE_TO_ADD_ALREADY_EXISTS",
261
- NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS: "NETWORK_INTERFACE_TO_REMOVE_ASSOCIATED_WITH_SIGNALS",
262
- OBD_NETWORK_INTERFACE_INFO_IS_NULL: "OBD_NETWORK_INTERFACE_INFO_IS_NULL",
263
- VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL: "VEHICLE_MIDDLEWARE_NETWORK_INTERFACE_INFO_IS_NULL",
264
- };
265
- exports.SignalDecoderFailureReason = {
266
- CAN_SIGNAL_INFO_IS_NULL: "CAN_SIGNAL_INFO_IS_NULL",
267
- CONFLICTING_SIGNAL: "CONFLICTING_SIGNAL",
268
- DUPLICATE_SIGNAL: "DUPLICATE_SIGNAL",
269
- EMPTY_MESSAGE_SIGNAL: "EMPTY_MESSAGE_SIGNAL",
270
- MESSAGE_SIGNAL_INFO_IS_NULL: "MESSAGE_SIGNAL_INFO_IS_NULL",
271
- NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE: "NETWORK_INTERFACE_TYPE_INCOMPATIBLE_WITH_SIGNAL_DECODER_TYPE",
272
- NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL: "NO_DECODER_INFO_FOR_SIGNAL_IN_MODEL",
273
- NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL: "NO_SIGNAL_IN_CATALOG_FOR_DECODER_SIGNAL",
274
- OBD_SIGNAL_INFO_IS_NULL: "OBD_SIGNAL_INFO_IS_NULL",
275
- SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG: "SIGNAL_DECODER_INCOMPATIBLE_WITH_SIGNAL_CATALOG",
276
- SIGNAL_DECODER_TYPE_INCOMPATIBLE_WITH_MESSAGE_SIGNAL_TYPE: "SIGNAL_DECODER_TYPE_INCOMPATIBLE_WITH_MESSAGE_SIGNAL_TYPE",
277
- SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE: "SIGNAL_NOT_ASSOCIATED_WITH_NETWORK_INTERFACE",
278
- SIGNAL_NOT_IN_MODEL: "SIGNAL_NOT_IN_MODEL",
279
- SIGNAL_TO_ADD_ALREADY_EXISTS: "SIGNAL_TO_ADD_ALREADY_EXISTS",
280
- STRUCT_SIZE_MISMATCH: "STRUCT_SIZE_MISMATCH",
281
- };
282
- class DecoderManifestValidationException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
283
- constructor(opts) {
284
- super({
285
- name: "DecoderManifestValidationException",
286
- $fault: "client",
287
- ...opts,
288
- });
289
- this.name = "DecoderManifestValidationException";
290
- this.$fault = "client";
291
- Object.setPrototypeOf(this, DecoderManifestValidationException.prototype);
292
- this.invalidSignals = opts.invalidSignals;
293
- this.invalidNetworkInterfaces = opts.invalidNetworkInterfaces;
294
- }
295
- }
296
- exports.DecoderManifestValidationException = DecoderManifestValidationException;
297
- class InvalidSignalsException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
298
- constructor(opts) {
299
- super({
300
- name: "InvalidSignalsException",
301
- $fault: "client",
302
- ...opts,
303
- });
304
- this.name = "InvalidSignalsException";
305
- this.$fault = "client";
306
- Object.setPrototypeOf(this, InvalidSignalsException.prototype);
307
- this.invalidSignals = opts.invalidSignals;
308
- }
309
- }
310
- exports.InvalidSignalsException = InvalidSignalsException;
311
- exports.NodeDataEncoding = {
312
- BINARY: "BINARY",
313
- TYPED: "TYPED",
314
- };
315
- var Node;
316
- (function (Node) {
317
- Node.visit = (value, visitor) => {
318
- if (value.branch !== undefined)
319
- return visitor.branch(value.branch);
320
- if (value.sensor !== undefined)
321
- return visitor.sensor(value.sensor);
322
- if (value.actuator !== undefined)
323
- return visitor.actuator(value.actuator);
324
- if (value.attribute !== undefined)
325
- return visitor.attribute(value.attribute);
326
- if (value.struct !== undefined)
327
- return visitor.struct(value.struct);
328
- if (value.property !== undefined)
329
- return visitor.property(value.property);
330
- return visitor._(value.$unknown[0], value.$unknown[1]);
331
- };
332
- })(Node = exports.Node || (exports.Node = {}));
333
- class InvalidNodeException extends IoTFleetWiseServiceException_1.IoTFleetWiseServiceException {
334
- constructor(opts) {
335
- super({
336
- name: "InvalidNodeException",
337
- $fault: "client",
338
- ...opts,
339
- });
340
- this.name = "InvalidNodeException";
341
- this.$fault = "client";
342
- Object.setPrototypeOf(this, InvalidNodeException.prototype);
343
- this.invalidNodes = opts.invalidNodes;
344
- this.reason = opts.reason;
345
- }
346
- }
347
- exports.InvalidNodeException = InvalidNodeException;
348
- exports.ManifestStatus = {
349
- ACTIVE: "ACTIVE",
350
- DRAFT: "DRAFT",
351
- INVALID: "INVALID",
352
- VALIDATING: "VALIDATING",
353
- };
354
- var NetworkFileDefinition;
355
- (function (NetworkFileDefinition) {
356
- NetworkFileDefinition.visit = (value, visitor) => {
357
- if (value.canDbc !== undefined)
358
- return visitor.canDbc(value.canDbc);
359
- return visitor._(value.$unknown[0], value.$unknown[1]);
360
- };
361
- })(NetworkFileDefinition = exports.NetworkFileDefinition || (exports.NetworkFileDefinition = {}));
362
- exports.EncryptionStatus = {
363
- FAILURE: "FAILURE",
364
- PENDING: "PENDING",
365
- SUCCESS: "SUCCESS",
366
- };
367
- exports.EncryptionType = {
368
- FLEETWISE_DEFAULT_ENCRYPTION: "FLEETWISE_DEFAULT_ENCRYPTION",
369
- KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
370
- };
371
- var FormattedVss;
372
- (function (FormattedVss) {
373
- FormattedVss.visit = (value, visitor) => {
374
- if (value.vssJson !== undefined)
375
- return visitor.vssJson(value.vssJson);
376
- return visitor._(value.$unknown[0], value.$unknown[1]);
377
- };
378
- })(FormattedVss = exports.FormattedVss || (exports.FormattedVss = {}));
379
- exports.RegistrationStatus = {
380
- REGISTRATION_FAILURE: "REGISTRATION_FAILURE",
381
- REGISTRATION_PENDING: "REGISTRATION_PENDING",
382
- REGISTRATION_SUCCESS: "REGISTRATION_SUCCESS",
383
- };
384
- exports.VehicleState = {
385
- CREATED: "CREATED",
386
- DELETING: "DELETING",
387
- HEALTHY: "HEALTHY",
388
- READY: "READY",
389
- SUSPENDED: "SUSPENDED",
390
- };
391
- var StructuredMessage;
392
- (function (StructuredMessage) {
393
- StructuredMessage.visit = (value, visitor) => {
394
- if (value.primitiveMessageDefinition !== undefined)
395
- return visitor.primitiveMessageDefinition(value.primitiveMessageDefinition);
396
- if (value.structuredMessageListDefinition !== undefined)
397
- return visitor.structuredMessageListDefinition(value.structuredMessageListDefinition);
398
- if (value.structuredMessageDefinition !== undefined)
399
- return visitor.structuredMessageDefinition(value.structuredMessageDefinition);
400
- return visitor._(value.$unknown[0], value.$unknown[1]);
401
- };
402
- })(StructuredMessage = exports.StructuredMessage || (exports.StructuredMessage = {}));
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateGetVehicleStatus = void 0;
4
- const core_1 = require("@smithy/core");
5
- const GetVehicleStatusCommand_1 = require("../commands/GetVehicleStatusCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateGetVehicleStatus = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, GetVehicleStatusCommand_1.GetVehicleStatusCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListCampaigns = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListCampaignsCommand_1 = require("../commands/ListCampaignsCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListCampaigns = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListCampaignsCommand_1.ListCampaignsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDecoderManifestNetworkInterfaces = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDecoderManifestNetworkInterfacesCommand_1 = require("../commands/ListDecoderManifestNetworkInterfacesCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListDecoderManifestNetworkInterfaces = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListDecoderManifestNetworkInterfacesCommand_1.ListDecoderManifestNetworkInterfacesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDecoderManifestSignals = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDecoderManifestSignalsCommand_1 = require("../commands/ListDecoderManifestSignalsCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListDecoderManifestSignals = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListDecoderManifestSignalsCommand_1.ListDecoderManifestSignalsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListDecoderManifests = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListDecoderManifestsCommand_1 = require("../commands/ListDecoderManifestsCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListDecoderManifests = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListDecoderManifestsCommand_1.ListDecoderManifestsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFleetsForVehicle = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListFleetsForVehicleCommand_1 = require("../commands/ListFleetsForVehicleCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListFleetsForVehicle = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListFleetsForVehicleCommand_1.ListFleetsForVehicleCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListFleets = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListFleetsCommand_1 = require("../commands/ListFleetsCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListFleets = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListFleetsCommand_1.ListFleetsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListModelManifestNodes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListModelManifestNodesCommand_1 = require("../commands/ListModelManifestNodesCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListModelManifestNodes = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListModelManifestNodesCommand_1.ListModelManifestNodesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListModelManifests = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListModelManifestsCommand_1 = require("../commands/ListModelManifestsCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListModelManifests = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListModelManifestsCommand_1.ListModelManifestsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSignalCatalogNodes = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSignalCatalogNodesCommand_1 = require("../commands/ListSignalCatalogNodesCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListSignalCatalogNodes = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListSignalCatalogNodesCommand_1.ListSignalCatalogNodesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListSignalCatalogs = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListSignalCatalogsCommand_1 = require("../commands/ListSignalCatalogsCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListSignalCatalogs = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListSignalCatalogsCommand_1.ListSignalCatalogsCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListVehiclesInFleet = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListVehiclesInFleetCommand_1 = require("../commands/ListVehiclesInFleetCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListVehiclesInFleet = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListVehiclesInFleetCommand_1.ListVehiclesInFleetCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,7 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.paginateListVehicles = void 0;
4
- const core_1 = require("@smithy/core");
5
- const ListVehiclesCommand_1 = require("../commands/ListVehiclesCommand");
6
- const IoTFleetWiseClient_1 = require("../IoTFleetWiseClient");
7
- exports.paginateListVehicles = (0, core_1.createPaginator)(IoTFleetWiseClient_1.IoTFleetWiseClient, ListVehiclesCommand_1.ListVehiclesCommand, "nextToken", "nextToken", "maxResults");
1
+ module.exports = require("../index.js");
@@ -1,17 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./GetVehicleStatusPaginator"), exports);
5
- tslib_1.__exportStar(require("./Interfaces"), exports);
6
- tslib_1.__exportStar(require("./ListCampaignsPaginator"), exports);
7
- tslib_1.__exportStar(require("./ListDecoderManifestNetworkInterfacesPaginator"), exports);
8
- tslib_1.__exportStar(require("./ListDecoderManifestSignalsPaginator"), exports);
9
- tslib_1.__exportStar(require("./ListDecoderManifestsPaginator"), exports);
10
- tslib_1.__exportStar(require("./ListFleetsForVehiclePaginator"), exports);
11
- tslib_1.__exportStar(require("./ListFleetsPaginator"), exports);
12
- tslib_1.__exportStar(require("./ListModelManifestNodesPaginator"), exports);
13
- tslib_1.__exportStar(require("./ListModelManifestsPaginator"), exports);
14
- tslib_1.__exportStar(require("./ListSignalCatalogNodesPaginator"), exports);
15
- tslib_1.__exportStar(require("./ListSignalCatalogsPaginator"), exports);
16
- tslib_1.__exportStar(require("./ListVehiclesInFleetPaginator"), exports);
17
- tslib_1.__exportStar(require("./ListVehiclesPaginator"), exports);
1
+ module.exports = require("../index.js");