@aws-sdk/client-iotfleetwise 3.929.0 → 3.931.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.
package/dist-cjs/index.js CHANGED
@@ -256,16 +256,6 @@ const TimeUnit = {
256
256
  MINUTE: "MINUTE",
257
257
  SECOND: "SECOND",
258
258
  };
259
- exports.StateTemplateUpdateStrategy = void 0;
260
- (function (StateTemplateUpdateStrategy) {
261
- StateTemplateUpdateStrategy.visit = (value, visitor) => {
262
- if (value.periodic !== undefined)
263
- return visitor.periodic(value.periodic);
264
- if (value.onChange !== undefined)
265
- return visitor.onChange(value.onChange);
266
- return visitor._(value.$unknown[0], value.$unknown[1]);
267
- };
268
- })(exports.StateTemplateUpdateStrategy || (exports.StateTemplateUpdateStrategy = {}));
269
259
  const UpdateMode = {
270
260
  MERGE: "Merge",
271
261
  OVERWRITE: "Overwrite",
@@ -290,16 +280,6 @@ const TriggerMode = {
290
280
  ALWAYS: "ALWAYS",
291
281
  RISING_EDGE: "RISING_EDGE",
292
282
  };
293
- exports.CollectionScheme = void 0;
294
- (function (CollectionScheme) {
295
- CollectionScheme.visit = (value, visitor) => {
296
- if (value.timeBasedCollectionScheme !== undefined)
297
- return visitor.timeBasedCollectionScheme(value.timeBasedCollectionScheme);
298
- if (value.conditionBasedCollectionScheme !== undefined)
299
- return visitor.conditionBasedCollectionScheme(value.conditionBasedCollectionScheme);
300
- return visitor._(value.$unknown[0], value.$unknown[1]);
301
- };
302
- })(exports.CollectionScheme || (exports.CollectionScheme = {}));
303
283
  const Compression = {
304
284
  OFF: "OFF",
305
285
  SNAPPY: "SNAPPY",
@@ -312,18 +292,6 @@ const StorageCompressionFormat = {
312
292
  GZIP: "GZIP",
313
293
  NONE: "NONE",
314
294
  };
315
- exports.DataDestinationConfig = void 0;
316
- (function (DataDestinationConfig) {
317
- DataDestinationConfig.visit = (value, visitor) => {
318
- if (value.s3Config !== undefined)
319
- return visitor.s3Config(value.s3Config);
320
- if (value.timestreamConfig !== undefined)
321
- return visitor.timestreamConfig(value.timestreamConfig);
322
- if (value.mqttTopicConfig !== undefined)
323
- return visitor.mqttTopicConfig(value.mqttTopicConfig);
324
- return visitor._(value.$unknown[0], value.$unknown[1]);
325
- };
326
- })(exports.DataDestinationConfig || (exports.DataDestinationConfig = {}));
327
295
  const StorageMaximumSizeUnit = {
328
296
  GB: "GB",
329
297
  MB: "MB",
@@ -338,16 +306,6 @@ const DiagnosticsMode = {
338
306
  OFF: "OFF",
339
307
  SEND_ACTIVE_DTCS: "SEND_ACTIVE_DTCS",
340
308
  };
341
- exports.SignalFetchConfig = void 0;
342
- (function (SignalFetchConfig) {
343
- SignalFetchConfig.visit = (value, visitor) => {
344
- if (value.timeBased !== undefined)
345
- return visitor.timeBased(value.timeBased);
346
- if (value.conditionBased !== undefined)
347
- return visitor.conditionBased(value.conditionBased);
348
- return visitor._(value.$unknown[0], value.$unknown[1]);
349
- };
350
- })(exports.SignalFetchConfig || (exports.SignalFetchConfig = {}));
351
309
  const SpoolingMode = {
352
310
  OFF: "OFF",
353
311
  TO_DISK: "TO_DISK",
@@ -404,14 +362,6 @@ const ROS2PrimitiveType = {
404
362
  UINT8: "UINT8",
405
363
  WSTRING: "WSTRING",
406
364
  };
407
- exports.PrimitiveMessageDefinition = void 0;
408
- (function (PrimitiveMessageDefinition) {
409
- PrimitiveMessageDefinition.visit = (value, visitor) => {
410
- if (value.ros2PrimitiveMessageDefinition !== undefined)
411
- return visitor.ros2PrimitiveMessageDefinition(value.ros2PrimitiveMessageDefinition);
412
- return visitor._(value.$unknown[0], value.$unknown[1]);
413
- };
414
- })(exports.PrimitiveMessageDefinition || (exports.PrimitiveMessageDefinition = {}));
415
365
  const StructuredMessageListType = {
416
366
  DYNAMIC_BOUNDED_CAPACITY: "DYNAMIC_BOUNDED_CAPACITY",
417
367
  DYNAMIC_UNBOUNDED_CAPACITY: "DYNAMIC_UNBOUNDED_CAPACITY",
@@ -485,24 +435,6 @@ const NodeDataEncoding = {
485
435
  BINARY: "BINARY",
486
436
  TYPED: "TYPED",
487
437
  };
488
- exports.Node = void 0;
489
- (function (Node) {
490
- Node.visit = (value, visitor) => {
491
- if (value.branch !== undefined)
492
- return visitor.branch(value.branch);
493
- if (value.sensor !== undefined)
494
- return visitor.sensor(value.sensor);
495
- if (value.actuator !== undefined)
496
- return visitor.actuator(value.actuator);
497
- if (value.attribute !== undefined)
498
- return visitor.attribute(value.attribute);
499
- if (value.struct !== undefined)
500
- return visitor.struct(value.struct);
501
- if (value.property !== undefined)
502
- return visitor.property(value.property);
503
- return visitor._(value.$unknown[0], value.$unknown[1]);
504
- };
505
- })(exports.Node || (exports.Node = {}));
506
438
  let InvalidNodeException$1 = class InvalidNodeException extends IoTFleetWiseServiceException$1 {
507
439
  name = "InvalidNodeException";
508
440
  $fault = "client";
@@ -525,14 +457,6 @@ const ManifestStatus = {
525
457
  INVALID: "INVALID",
526
458
  VALIDATING: "VALIDATING",
527
459
  };
528
- exports.NetworkFileDefinition = void 0;
529
- (function (NetworkFileDefinition) {
530
- NetworkFileDefinition.visit = (value, visitor) => {
531
- if (value.canDbc !== undefined)
532
- return visitor.canDbc(value.canDbc);
533
- return visitor._(value.$unknown[0], value.$unknown[1]);
534
- };
535
- })(exports.NetworkFileDefinition || (exports.NetworkFileDefinition = {}));
536
460
  const EncryptionStatus = {
537
461
  FAILURE: "FAILURE",
538
462
  PENDING: "PENDING",
@@ -542,14 +466,6 @@ const EncryptionType = {
542
466
  FLEETWISE_DEFAULT_ENCRYPTION: "FLEETWISE_DEFAULT_ENCRYPTION",
543
467
  KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
544
468
  };
545
- exports.FormattedVss = void 0;
546
- (function (FormattedVss) {
547
- FormattedVss.visit = (value, visitor) => {
548
- if (value.vssJson !== undefined)
549
- return visitor.vssJson(value.vssJson);
550
- return visitor._(value.$unknown[0], value.$unknown[1]);
551
- };
552
- })(exports.FormattedVss || (exports.FormattedVss = {}));
553
469
  const RegistrationStatus = {
554
470
  REGISTRATION_FAILURE: "REGISTRATION_FAILURE",
555
471
  REGISTRATION_PENDING: "REGISTRATION_PENDING",
@@ -571,18 +487,6 @@ const SignalNodeType = {
571
487
  CUSTOM_STRUCT: "CUSTOM_STRUCT",
572
488
  SENSOR: "SENSOR",
573
489
  };
574
- exports.StructuredMessage = void 0;
575
- (function (StructuredMessage) {
576
- StructuredMessage.visit = (value, visitor) => {
577
- if (value.primitiveMessageDefinition !== undefined)
578
- return visitor.primitiveMessageDefinition(value.primitiveMessageDefinition);
579
- if (value.structuredMessageListDefinition !== undefined)
580
- return visitor.structuredMessageListDefinition(value.structuredMessageListDefinition);
581
- if (value.structuredMessageDefinition !== undefined)
582
- return visitor.structuredMessageDefinition(value.structuredMessageDefinition);
583
- return visitor._(value.$unknown[0], value.$unknown[1]);
584
- };
585
- })(exports.StructuredMessage || (exports.StructuredMessage = {}));
586
490
 
587
491
  const _A = "Actuator";
588
492
  const _ADE = "AccessDeniedException";
@@ -138,16 +138,6 @@ export const TimeUnit = {
138
138
  MINUTE: "MINUTE",
139
139
  SECOND: "SECOND",
140
140
  };
141
- export var StateTemplateUpdateStrategy;
142
- (function (StateTemplateUpdateStrategy) {
143
- StateTemplateUpdateStrategy.visit = (value, visitor) => {
144
- if (value.periodic !== undefined)
145
- return visitor.periodic(value.periodic);
146
- if (value.onChange !== undefined)
147
- return visitor.onChange(value.onChange);
148
- return visitor._(value.$unknown[0], value.$unknown[1]);
149
- };
150
- })(StateTemplateUpdateStrategy || (StateTemplateUpdateStrategy = {}));
151
141
  export const UpdateMode = {
152
142
  MERGE: "Merge",
153
143
  OVERWRITE: "Overwrite",
@@ -172,16 +162,6 @@ export const TriggerMode = {
172
162
  ALWAYS: "ALWAYS",
173
163
  RISING_EDGE: "RISING_EDGE",
174
164
  };
175
- export var CollectionScheme;
176
- (function (CollectionScheme) {
177
- CollectionScheme.visit = (value, visitor) => {
178
- if (value.timeBasedCollectionScheme !== undefined)
179
- return visitor.timeBasedCollectionScheme(value.timeBasedCollectionScheme);
180
- if (value.conditionBasedCollectionScheme !== undefined)
181
- return visitor.conditionBasedCollectionScheme(value.conditionBasedCollectionScheme);
182
- return visitor._(value.$unknown[0], value.$unknown[1]);
183
- };
184
- })(CollectionScheme || (CollectionScheme = {}));
185
165
  export const Compression = {
186
166
  OFF: "OFF",
187
167
  SNAPPY: "SNAPPY",
@@ -194,18 +174,6 @@ export const StorageCompressionFormat = {
194
174
  GZIP: "GZIP",
195
175
  NONE: "NONE",
196
176
  };
197
- export var DataDestinationConfig;
198
- (function (DataDestinationConfig) {
199
- DataDestinationConfig.visit = (value, visitor) => {
200
- if (value.s3Config !== undefined)
201
- return visitor.s3Config(value.s3Config);
202
- if (value.timestreamConfig !== undefined)
203
- return visitor.timestreamConfig(value.timestreamConfig);
204
- if (value.mqttTopicConfig !== undefined)
205
- return visitor.mqttTopicConfig(value.mqttTopicConfig);
206
- return visitor._(value.$unknown[0], value.$unknown[1]);
207
- };
208
- })(DataDestinationConfig || (DataDestinationConfig = {}));
209
177
  export const StorageMaximumSizeUnit = {
210
178
  GB: "GB",
211
179
  MB: "MB",
@@ -220,16 +188,6 @@ export const DiagnosticsMode = {
220
188
  OFF: "OFF",
221
189
  SEND_ACTIVE_DTCS: "SEND_ACTIVE_DTCS",
222
190
  };
223
- export var SignalFetchConfig;
224
- (function (SignalFetchConfig) {
225
- SignalFetchConfig.visit = (value, visitor) => {
226
- if (value.timeBased !== undefined)
227
- return visitor.timeBased(value.timeBased);
228
- if (value.conditionBased !== undefined)
229
- return visitor.conditionBased(value.conditionBased);
230
- return visitor._(value.$unknown[0], value.$unknown[1]);
231
- };
232
- })(SignalFetchConfig || (SignalFetchConfig = {}));
233
191
  export const SpoolingMode = {
234
192
  OFF: "OFF",
235
193
  TO_DISK: "TO_DISK",
@@ -286,14 +244,6 @@ export const ROS2PrimitiveType = {
286
244
  UINT8: "UINT8",
287
245
  WSTRING: "WSTRING",
288
246
  };
289
- export var PrimitiveMessageDefinition;
290
- (function (PrimitiveMessageDefinition) {
291
- PrimitiveMessageDefinition.visit = (value, visitor) => {
292
- if (value.ros2PrimitiveMessageDefinition !== undefined)
293
- return visitor.ros2PrimitiveMessageDefinition(value.ros2PrimitiveMessageDefinition);
294
- return visitor._(value.$unknown[0], value.$unknown[1]);
295
- };
296
- })(PrimitiveMessageDefinition || (PrimitiveMessageDefinition = {}));
297
247
  export const StructuredMessageListType = {
298
248
  DYNAMIC_BOUNDED_CAPACITY: "DYNAMIC_BOUNDED_CAPACITY",
299
249
  DYNAMIC_UNBOUNDED_CAPACITY: "DYNAMIC_UNBOUNDED_CAPACITY",
@@ -367,24 +317,6 @@ export const NodeDataEncoding = {
367
317
  BINARY: "BINARY",
368
318
  TYPED: "TYPED",
369
319
  };
370
- export var Node;
371
- (function (Node) {
372
- Node.visit = (value, visitor) => {
373
- if (value.branch !== undefined)
374
- return visitor.branch(value.branch);
375
- if (value.sensor !== undefined)
376
- return visitor.sensor(value.sensor);
377
- if (value.actuator !== undefined)
378
- return visitor.actuator(value.actuator);
379
- if (value.attribute !== undefined)
380
- return visitor.attribute(value.attribute);
381
- if (value.struct !== undefined)
382
- return visitor.struct(value.struct);
383
- if (value.property !== undefined)
384
- return visitor.property(value.property);
385
- return visitor._(value.$unknown[0], value.$unknown[1]);
386
- };
387
- })(Node || (Node = {}));
388
320
  export class InvalidNodeException extends __BaseException {
389
321
  name = "InvalidNodeException";
390
322
  $fault = "client";
@@ -407,14 +339,6 @@ export const ManifestStatus = {
407
339
  INVALID: "INVALID",
408
340
  VALIDATING: "VALIDATING",
409
341
  };
410
- export var NetworkFileDefinition;
411
- (function (NetworkFileDefinition) {
412
- NetworkFileDefinition.visit = (value, visitor) => {
413
- if (value.canDbc !== undefined)
414
- return visitor.canDbc(value.canDbc);
415
- return visitor._(value.$unknown[0], value.$unknown[1]);
416
- };
417
- })(NetworkFileDefinition || (NetworkFileDefinition = {}));
418
342
  export const EncryptionStatus = {
419
343
  FAILURE: "FAILURE",
420
344
  PENDING: "PENDING",
@@ -424,14 +348,6 @@ export const EncryptionType = {
424
348
  FLEETWISE_DEFAULT_ENCRYPTION: "FLEETWISE_DEFAULT_ENCRYPTION",
425
349
  KMS_BASED_ENCRYPTION: "KMS_BASED_ENCRYPTION",
426
350
  };
427
- export var FormattedVss;
428
- (function (FormattedVss) {
429
- FormattedVss.visit = (value, visitor) => {
430
- if (value.vssJson !== undefined)
431
- return visitor.vssJson(value.vssJson);
432
- return visitor._(value.$unknown[0], value.$unknown[1]);
433
- };
434
- })(FormattedVss || (FormattedVss = {}));
435
351
  export const RegistrationStatus = {
436
352
  REGISTRATION_FAILURE: "REGISTRATION_FAILURE",
437
353
  REGISTRATION_PENDING: "REGISTRATION_PENDING",
@@ -453,15 +369,3 @@ export const SignalNodeType = {
453
369
  CUSTOM_STRUCT: "CUSTOM_STRUCT",
454
370
  SENSOR: "SENSOR",
455
371
  };
456
- export var StructuredMessage;
457
- (function (StructuredMessage) {
458
- StructuredMessage.visit = (value, visitor) => {
459
- if (value.primitiveMessageDefinition !== undefined)
460
- return visitor.primitiveMessageDefinition(value.primitiveMessageDefinition);
461
- if (value.structuredMessageListDefinition !== undefined)
462
- return visitor.structuredMessageListDefinition(value.structuredMessageListDefinition);
463
- if (value.structuredMessageDefinition !== undefined)
464
- return visitor.structuredMessageDefinition(value.structuredMessageDefinition);
465
- return visitor._(value.$unknown[0], value.$unknown[1]);
466
- };
467
- })(StructuredMessage || (StructuredMessage = {}));
@@ -448,12 +448,15 @@ export declare namespace StateTemplateUpdateStrategy {
448
448
  onChange?: never;
449
449
  $unknown: [string, any];
450
450
  }
451
+ /**
452
+ * @deprecated unused in schema-serde mode.
453
+ *
454
+ */
451
455
  interface Visitor<T> {
452
456
  periodic: (value: PeriodicStateTemplateUpdateStrategy) => T;
453
457
  onChange: (value: OnChangeStateTemplateUpdateStrategy) => T;
454
458
  _: (name: string, value: any) => T;
455
459
  }
456
- const visit: <T>(value: StateTemplateUpdateStrategy, visitor: Visitor<T>) => T;
457
460
  }
458
461
  /**
459
462
  * <p>The state template associated with a vehicle. State templates contain state properties, which are signals that belong to a signal catalog that is synchronized between the Amazon Web Services IoT FleetWise Edge and the Amazon Web Services Cloud.</p>
@@ -891,12 +894,15 @@ export declare namespace CollectionScheme {
891
894
  conditionBasedCollectionScheme?: never;
892
895
  $unknown: [string, any];
893
896
  }
897
+ /**
898
+ * @deprecated unused in schema-serde mode.
899
+ *
900
+ */
894
901
  interface Visitor<T> {
895
902
  timeBasedCollectionScheme: (value: TimeBasedCollectionScheme) => T;
896
903
  conditionBasedCollectionScheme: (value: ConditionBasedCollectionScheme) => T;
897
904
  _: (name: string, value: any) => T;
898
905
  }
899
- const visit: <T>(value: CollectionScheme, visitor: Visitor<T>) => T;
900
906
  }
901
907
  /**
902
908
  * @public
@@ -1075,13 +1081,16 @@ export declare namespace DataDestinationConfig {
1075
1081
  mqttTopicConfig?: never;
1076
1082
  $unknown: [string, any];
1077
1083
  }
1084
+ /**
1085
+ * @deprecated unused in schema-serde mode.
1086
+ *
1087
+ */
1078
1088
  interface Visitor<T> {
1079
1089
  s3Config: (value: S3Config) => T;
1080
1090
  timestreamConfig: (value: TimestreamConfig) => T;
1081
1091
  mqttTopicConfig: (value: MqttTopicConfig) => T;
1082
1092
  _: (name: string, value: any) => T;
1083
1093
  }
1084
- const visit: <T>(value: DataDestinationConfig, visitor: Visitor<T>) => T;
1085
1094
  }
1086
1095
  /**
1087
1096
  * @public
@@ -1352,12 +1361,15 @@ export declare namespace SignalFetchConfig {
1352
1361
  conditionBased?: never;
1353
1362
  $unknown: [string, any];
1354
1363
  }
1364
+ /**
1365
+ * @deprecated unused in schema-serde mode.
1366
+ *
1367
+ */
1355
1368
  interface Visitor<T> {
1356
1369
  timeBased: (value: TimeBasedSignalFetchConfig) => T;
1357
1370
  conditionBased: (value: ConditionBasedSignalFetchConfig) => T;
1358
1371
  _: (name: string, value: any) => T;
1359
1372
  }
1360
- const visit: <T>(value: SignalFetchConfig, visitor: Visitor<T>) => T;
1361
1373
  }
1362
1374
  /**
1363
1375
  * <p>Information about the signal to be fetched.</p>
@@ -2359,11 +2371,14 @@ export declare namespace PrimitiveMessageDefinition {
2359
2371
  ros2PrimitiveMessageDefinition?: never;
2360
2372
  $unknown: [string, any];
2361
2373
  }
2374
+ /**
2375
+ * @deprecated unused in schema-serde mode.
2376
+ *
2377
+ */
2362
2378
  interface Visitor<T> {
2363
2379
  ros2PrimitiveMessageDefinition: (value: ROS2PrimitiveMessageDefinition) => T;
2364
2380
  _: (name: string, value: any) => T;
2365
2381
  }
2366
- const visit: <T>(value: PrimitiveMessageDefinition, visitor: Visitor<T>) => T;
2367
2382
  }
2368
2383
  /**
2369
2384
  * @public
@@ -2956,6 +2971,10 @@ export declare namespace Node {
2956
2971
  property?: never;
2957
2972
  $unknown: [string, any];
2958
2973
  }
2974
+ /**
2975
+ * @deprecated unused in schema-serde mode.
2976
+ *
2977
+ */
2959
2978
  interface Visitor<T> {
2960
2979
  branch: (value: Branch) => T;
2961
2980
  sensor: (value: Sensor) => T;
@@ -2965,7 +2984,6 @@ export declare namespace Node {
2965
2984
  property: (value: CustomProperty) => T;
2966
2985
  _: (name: string, value: any) => T;
2967
2986
  }
2968
- const visit: <T>(value: Node, visitor: Visitor<T>) => T;
2969
2987
  }
2970
2988
  /**
2971
2989
  * @public
@@ -3293,11 +3311,14 @@ export declare namespace NetworkFileDefinition {
3293
3311
  canDbc?: never;
3294
3312
  $unknown: [string, any];
3295
3313
  }
3314
+ /**
3315
+ * @deprecated unused in schema-serde mode.
3316
+ *
3317
+ */
3296
3318
  interface Visitor<T> {
3297
3319
  canDbc: (value: CanDbcDefinition) => T;
3298
3320
  _: (name: string, value: any) => T;
3299
3321
  }
3300
- const visit: <T>(value: NetworkFileDefinition, visitor: Visitor<T>) => T;
3301
3322
  }
3302
3323
  /**
3303
3324
  * @public
@@ -3925,11 +3946,14 @@ export declare namespace FormattedVss {
3925
3946
  vssJson?: never;
3926
3947
  $unknown: [string, any];
3927
3948
  }
3949
+ /**
3950
+ * @deprecated unused in schema-serde mode.
3951
+ *
3952
+ */
3928
3953
  interface Visitor<T> {
3929
3954
  vssJson: (value: string) => T;
3930
3955
  _: (name: string, value: any) => T;
3931
3956
  }
3932
- const visit: <T>(value: FormattedVss, visitor: Visitor<T>) => T;
3933
3957
  }
3934
3958
  /**
3935
3959
  * @public
@@ -5446,13 +5470,16 @@ export declare namespace StructuredMessage {
5446
5470
  structuredMessageDefinition?: never;
5447
5471
  $unknown: [string, any];
5448
5472
  }
5473
+ /**
5474
+ * @deprecated unused in schema-serde mode.
5475
+ *
5476
+ */
5449
5477
  interface Visitor<T> {
5450
5478
  primitiveMessageDefinition: (value: PrimitiveMessageDefinition) => T;
5451
5479
  structuredMessageListDefinition: (value: StructuredMessageListDefinition) => T;
5452
5480
  structuredMessageDefinition: (value: StructuredMessageFieldNameAndDataTypePair[]) => T;
5453
5481
  _: (name: string, value: any) => T;
5454
5482
  }
5455
- const visit: <T>(value: StructuredMessage, visitor: Visitor<T>) => T;
5456
5483
  }
5457
5484
  /**
5458
5485
  * <p>Represents a <code>StructureMessageName</code> to <code>DataType</code> map
@@ -173,10 +173,6 @@ export declare namespace StateTemplateUpdateStrategy {
173
173
  onChange: (value: OnChangeStateTemplateUpdateStrategy) => T;
174
174
  _: (name: string, value: any) => T;
175
175
  }
176
- const visit: <T>(
177
- value: StateTemplateUpdateStrategy,
178
- visitor: Visitor<T>
179
- ) => T;
180
176
  }
181
177
  export interface StateTemplateAssociation {
182
178
  identifier: string | undefined;
@@ -297,7 +293,6 @@ export declare namespace CollectionScheme {
297
293
  ) => T;
298
294
  _: (name: string, value: any) => T;
299
295
  }
300
- const visit: <T>(value: CollectionScheme, visitor: Visitor<T>) => T;
301
296
  }
302
297
  export declare const Compression: {
303
298
  readonly OFF: "OFF";
@@ -365,7 +360,6 @@ export declare namespace DataDestinationConfig {
365
360
  mqttTopicConfig: (value: MqttTopicConfig) => T;
366
361
  _: (name: string, value: any) => T;
367
362
  }
368
- const visit: <T>(value: DataDestinationConfig, visitor: Visitor<T>) => T;
369
363
  }
370
364
  export declare const StorageMaximumSizeUnit: {
371
365
  readonly GB: "GB";
@@ -447,7 +441,6 @@ export declare namespace SignalFetchConfig {
447
441
  conditionBased: (value: ConditionBasedSignalFetchConfig) => T;
448
442
  _: (name: string, value: any) => T;
449
443
  }
450
- const visit: <T>(value: SignalFetchConfig, visitor: Visitor<T>) => T;
451
444
  }
452
445
  export interface SignalFetchInformation {
453
446
  fullyQualifiedName: string | undefined;
@@ -693,7 +686,6 @@ export declare namespace PrimitiveMessageDefinition {
693
686
  ) => T;
694
687
  _: (name: string, value: any) => T;
695
688
  }
696
- const visit: <T>(value: PrimitiveMessageDefinition, visitor: Visitor<T>) => T;
697
689
  }
698
690
  export declare const StructuredMessageListType: {
699
691
  readonly DYNAMIC_BOUNDED_CAPACITY: "DYNAMIC_BOUNDED_CAPACITY";
@@ -927,7 +919,6 @@ export declare namespace Node {
927
919
  property: (value: CustomProperty) => T;
928
920
  _: (name: string, value: any) => T;
929
921
  }
930
- const visit: <T>(value: Node, visitor: Visitor<T>) => T;
931
922
  }
932
923
  export interface CreateSignalCatalogRequest {
933
924
  name: string | undefined;
@@ -1020,7 +1011,6 @@ export declare namespace NetworkFileDefinition {
1020
1011
  canDbc: (value: CanDbcDefinition) => T;
1021
1012
  _: (name: string, value: any) => T;
1022
1013
  }
1023
- const visit: <T>(value: NetworkFileDefinition, visitor: Visitor<T>) => T;
1024
1014
  }
1025
1015
  export interface ImportDecoderManifestRequest {
1026
1016
  name: string | undefined;
@@ -1192,7 +1182,6 @@ export declare namespace FormattedVss {
1192
1182
  vssJson: (value: string) => T;
1193
1183
  _: (name: string, value: any) => T;
1194
1184
  }
1195
- const visit: <T>(value: FormattedVss, visitor: Visitor<T>) => T;
1196
1185
  }
1197
1186
  export interface GetEncryptionConfigurationRequest {}
1198
1187
  export interface GetEncryptionConfigurationResponse {
@@ -1566,7 +1555,6 @@ export declare namespace StructuredMessage {
1566
1555
  ) => T;
1567
1556
  _: (name: string, value: any) => T;
1568
1557
  }
1569
- const visit: <T>(value: StructuredMessage, visitor: Visitor<T>) => T;
1570
1558
  }
1571
1559
  export interface StructuredMessageFieldNameAndDataTypePair {
1572
1560
  fieldName: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iotfleetwise",
3
3
  "description": "AWS SDK for JavaScript Iotfleetwise Client for Node.js, Browser and React Native",
4
- "version": "3.929.0",
4
+ "version": "3.931.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iotfleetwise",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.928.0",
24
- "@aws-sdk/credential-provider-node": "3.929.0",
25
- "@aws-sdk/middleware-host-header": "3.922.0",
26
- "@aws-sdk/middleware-logger": "3.922.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.922.0",
28
- "@aws-sdk/middleware-user-agent": "3.928.0",
29
- "@aws-sdk/region-config-resolver": "3.925.0",
30
- "@aws-sdk/types": "3.922.0",
31
- "@aws-sdk/util-endpoints": "3.922.0",
32
- "@aws-sdk/util-user-agent-browser": "3.922.0",
33
- "@aws-sdk/util-user-agent-node": "3.928.0",
34
- "@smithy/config-resolver": "^4.4.2",
35
- "@smithy/core": "^3.17.2",
36
- "@smithy/fetch-http-handler": "^5.3.5",
37
- "@smithy/hash-node": "^4.2.4",
38
- "@smithy/invalid-dependency": "^4.2.4",
39
- "@smithy/middleware-content-length": "^4.2.4",
40
- "@smithy/middleware-endpoint": "^4.3.6",
41
- "@smithy/middleware-retry": "^4.4.6",
42
- "@smithy/middleware-serde": "^4.2.4",
43
- "@smithy/middleware-stack": "^4.2.4",
44
- "@smithy/node-config-provider": "^4.3.4",
45
- "@smithy/node-http-handler": "^4.4.4",
46
- "@smithy/protocol-http": "^5.3.4",
47
- "@smithy/smithy-client": "^4.9.2",
48
- "@smithy/types": "^4.8.1",
49
- "@smithy/url-parser": "^4.2.4",
23
+ "@aws-sdk/core": "3.931.0",
24
+ "@aws-sdk/credential-provider-node": "3.931.0",
25
+ "@aws-sdk/middleware-host-header": "3.930.0",
26
+ "@aws-sdk/middleware-logger": "3.930.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.930.0",
28
+ "@aws-sdk/middleware-user-agent": "3.931.0",
29
+ "@aws-sdk/region-config-resolver": "3.930.0",
30
+ "@aws-sdk/types": "3.930.0",
31
+ "@aws-sdk/util-endpoints": "3.930.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.930.0",
33
+ "@aws-sdk/util-user-agent-node": "3.931.0",
34
+ "@smithy/config-resolver": "^4.4.3",
35
+ "@smithy/core": "^3.18.2",
36
+ "@smithy/fetch-http-handler": "^5.3.6",
37
+ "@smithy/hash-node": "^4.2.5",
38
+ "@smithy/invalid-dependency": "^4.2.5",
39
+ "@smithy/middleware-content-length": "^4.2.5",
40
+ "@smithy/middleware-endpoint": "^4.3.9",
41
+ "@smithy/middleware-retry": "^4.4.9",
42
+ "@smithy/middleware-serde": "^4.2.5",
43
+ "@smithy/middleware-stack": "^4.2.5",
44
+ "@smithy/node-config-provider": "^4.3.5",
45
+ "@smithy/node-http-handler": "^4.4.5",
46
+ "@smithy/protocol-http": "^5.3.5",
47
+ "@smithy/smithy-client": "^4.9.5",
48
+ "@smithy/types": "^4.9.0",
49
+ "@smithy/url-parser": "^4.2.5",
50
50
  "@smithy/util-base64": "^4.3.0",
51
51
  "@smithy/util-body-length-browser": "^4.2.0",
52
52
  "@smithy/util-body-length-node": "^4.2.1",
53
- "@smithy/util-defaults-mode-browser": "^4.3.5",
54
- "@smithy/util-defaults-mode-node": "^4.2.8",
55
- "@smithy/util-endpoints": "^3.2.4",
56
- "@smithy/util-middleware": "^4.2.4",
57
- "@smithy/util-retry": "^4.2.4",
53
+ "@smithy/util-defaults-mode-browser": "^4.3.8",
54
+ "@smithy/util-defaults-mode-node": "^4.2.11",
55
+ "@smithy/util-endpoints": "^3.2.5",
56
+ "@smithy/util-middleware": "^4.2.5",
57
+ "@smithy/util-retry": "^4.2.5",
58
58
  "@smithy/util-utf8": "^4.2.0",
59
59
  "tslib": "^2.6.2"
60
60
  },