@aws-sdk/client-iotfleetwise 3.721.0 → 3.726.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,7 +256,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
256
256
  }, "resolveRuntimeExtensions");
257
257
 
258
258
  // src/IoTFleetWiseClient.ts
259
- var _IoTFleetWiseClient = class _IoTFleetWiseClient extends import_smithy_client.Client {
259
+ var IoTFleetWiseClient = class extends import_smithy_client.Client {
260
+ static {
261
+ __name(this, "IoTFleetWiseClient");
262
+ }
263
+ /**
264
+ * The resolved configuration of IoTFleetWiseClient class. This is resolved and normalized from the {@link IoTFleetWiseClientConfig | constructor configuration interface}.
265
+ */
266
+ config;
260
267
  constructor(...[configuration]) {
261
268
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
262
269
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -266,7 +273,7 @@ var _IoTFleetWiseClient = class _IoTFleetWiseClient extends import_smithy_client
266
273
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
267
274
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
268
275
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
269
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
276
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
270
277
  super(_config_8);
271
278
  this.config = _config_8;
272
279
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -294,8 +301,6 @@ var _IoTFleetWiseClient = class _IoTFleetWiseClient extends import_smithy_client
294
301
  super.destroy();
295
302
  }
296
303
  };
297
- __name(_IoTFleetWiseClient, "IoTFleetWiseClient");
298
- var IoTFleetWiseClient = _IoTFleetWiseClient;
299
304
 
300
305
  // src/IoTFleetWise.ts
301
306
 
@@ -312,7 +317,10 @@ var import_core2 = require("@aws-sdk/core");
312
317
 
313
318
  // src/models/IoTFleetWiseServiceException.ts
314
319
 
315
- var _IoTFleetWiseServiceException = class _IoTFleetWiseServiceException extends import_smithy_client.ServiceException {
320
+ var IoTFleetWiseServiceException = class _IoTFleetWiseServiceException extends import_smithy_client.ServiceException {
321
+ static {
322
+ __name(this, "IoTFleetWiseServiceException");
323
+ }
316
324
  /**
317
325
  * @internal
318
326
  */
@@ -321,12 +329,15 @@ var _IoTFleetWiseServiceException = class _IoTFleetWiseServiceException extends
321
329
  Object.setPrototypeOf(this, _IoTFleetWiseServiceException.prototype);
322
330
  }
323
331
  };
324
- __name(_IoTFleetWiseServiceException, "IoTFleetWiseServiceException");
325
- var IoTFleetWiseServiceException = _IoTFleetWiseServiceException;
326
332
 
327
333
  // src/models/models_0.ts
328
334
 
329
- var _AccessDeniedException = class _AccessDeniedException extends IoTFleetWiseServiceException {
335
+ var AccessDeniedException = class _AccessDeniedException extends IoTFleetWiseServiceException {
336
+ static {
337
+ __name(this, "AccessDeniedException");
338
+ }
339
+ name = "AccessDeniedException";
340
+ $fault = "client";
330
341
  /**
331
342
  * @internal
332
343
  */
@@ -336,13 +347,9 @@ var _AccessDeniedException = class _AccessDeniedException extends IoTFleetWiseSe
336
347
  $fault: "client",
337
348
  ...opts
338
349
  });
339
- this.name = "AccessDeniedException";
340
- this.$fault = "client";
341
350
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
342
351
  }
343
352
  };
344
- __name(_AccessDeniedException, "AccessDeniedException");
345
- var AccessDeniedException = _AccessDeniedException;
346
353
  var NodeDataType = {
347
354
  BOOLEAN: "BOOLEAN",
348
355
  BOOLEAN_ARRAY: "BOOLEAN_ARRAY",
@@ -374,7 +381,17 @@ var NodeDataType = {
374
381
  UNIX_TIMESTAMP_ARRAY: "UNIX_TIMESTAMP_ARRAY",
375
382
  UNKNOWN: "UNKNOWN"
376
383
  };
377
- var _InternalServerException = class _InternalServerException extends IoTFleetWiseServiceException {
384
+ var InternalServerException = class _InternalServerException extends IoTFleetWiseServiceException {
385
+ static {
386
+ __name(this, "InternalServerException");
387
+ }
388
+ name = "InternalServerException";
389
+ $fault = "server";
390
+ /**
391
+ * <p>The number of seconds to wait before retrying the command.</p>
392
+ * @public
393
+ */
394
+ retryAfterSeconds;
378
395
  /**
379
396
  * @internal
380
397
  */
@@ -384,15 +401,26 @@ var _InternalServerException = class _InternalServerException extends IoTFleetWi
384
401
  $fault: "server",
385
402
  ...opts
386
403
  });
387
- this.name = "InternalServerException";
388
- this.$fault = "server";
389
404
  Object.setPrototypeOf(this, _InternalServerException.prototype);
390
405
  this.retryAfterSeconds = opts.retryAfterSeconds;
391
406
  }
392
407
  };
393
- __name(_InternalServerException, "InternalServerException");
394
- var InternalServerException = _InternalServerException;
395
- var _LimitExceededException = class _LimitExceededException extends IoTFleetWiseServiceException {
408
+ var LimitExceededException = class _LimitExceededException extends IoTFleetWiseServiceException {
409
+ static {
410
+ __name(this, "LimitExceededException");
411
+ }
412
+ name = "LimitExceededException";
413
+ $fault = "client";
414
+ /**
415
+ * <p>The identifier of the resource that was exceeded.</p>
416
+ * @public
417
+ */
418
+ resourceId;
419
+ /**
420
+ * <p>The type of resource that was exceeded.</p>
421
+ * @public
422
+ */
423
+ resourceType;
396
424
  /**
397
425
  * @internal
398
426
  */
@@ -402,16 +430,27 @@ var _LimitExceededException = class _LimitExceededException extends IoTFleetWise
402
430
  $fault: "client",
403
431
  ...opts
404
432
  });
405
- this.name = "LimitExceededException";
406
- this.$fault = "client";
407
433
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
408
434
  this.resourceId = opts.resourceId;
409
435
  this.resourceType = opts.resourceType;
410
436
  }
411
437
  };
412
- __name(_LimitExceededException, "LimitExceededException");
413
- var LimitExceededException = _LimitExceededException;
414
- var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTFleetWiseServiceException {
438
+ var ResourceNotFoundException = class _ResourceNotFoundException extends IoTFleetWiseServiceException {
439
+ static {
440
+ __name(this, "ResourceNotFoundException");
441
+ }
442
+ name = "ResourceNotFoundException";
443
+ $fault = "client";
444
+ /**
445
+ * <p>The identifier of the resource that wasn't found.</p>
446
+ * @public
447
+ */
448
+ resourceId;
449
+ /**
450
+ * <p>The type of resource that wasn't found.</p>
451
+ * @public
452
+ */
453
+ resourceType;
415
454
  /**
416
455
  * @internal
417
456
  */
@@ -421,16 +460,32 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTFle
421
460
  $fault: "client",
422
461
  ...opts
423
462
  });
424
- this.name = "ResourceNotFoundException";
425
- this.$fault = "client";
426
463
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
427
464
  this.resourceId = opts.resourceId;
428
465
  this.resourceType = opts.resourceType;
429
466
  }
430
467
  };
431
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
432
- var ResourceNotFoundException = _ResourceNotFoundException;
433
- var _ThrottlingException = class _ThrottlingException extends IoTFleetWiseServiceException {
468
+ var ThrottlingException = class _ThrottlingException extends IoTFleetWiseServiceException {
469
+ static {
470
+ __name(this, "ThrottlingException");
471
+ }
472
+ name = "ThrottlingException";
473
+ $fault = "client";
474
+ /**
475
+ * <p>The quota identifier of the applied throttling rules for this request.</p>
476
+ * @public
477
+ */
478
+ quotaCode;
479
+ /**
480
+ * <p>The code for the service that couldn't be completed due to throttling.</p>
481
+ * @public
482
+ */
483
+ serviceCode;
484
+ /**
485
+ * <p>The number of seconds to wait before retrying the command.</p>
486
+ * @public
487
+ */
488
+ retryAfterSeconds;
434
489
  /**
435
490
  * @internal
436
491
  */
@@ -440,23 +495,36 @@ var _ThrottlingException = class _ThrottlingException extends IoTFleetWiseServic
440
495
  $fault: "client",
441
496
  ...opts
442
497
  });
443
- this.name = "ThrottlingException";
444
- this.$fault = "client";
445
498
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
446
499
  this.quotaCode = opts.quotaCode;
447
500
  this.serviceCode = opts.serviceCode;
448
501
  this.retryAfterSeconds = opts.retryAfterSeconds;
449
502
  }
450
503
  };
451
- __name(_ThrottlingException, "ThrottlingException");
452
- var ThrottlingException = _ThrottlingException;
453
504
  var ValidationExceptionReason = {
454
505
  CANNOT_PARSE: "cannotParse",
455
506
  FIELD_VALIDATION_FAILED: "fieldValidationFailed",
456
507
  OTHER: "other",
457
508
  UNKNOWN_OPERATION: "unknownOperation"
458
509
  };
459
- var _ValidationException = class _ValidationException extends IoTFleetWiseServiceException {
510
+ var ValidationException = class _ValidationException extends IoTFleetWiseServiceException {
511
+ static {
512
+ __name(this, "ValidationException");
513
+ }
514
+ name = "ValidationException";
515
+ $fault = "client";
516
+ /**
517
+ * <p>The reason the input failed to satisfy the constraints specified by an Amazon Web Services
518
+ * service.</p>
519
+ * @public
520
+ */
521
+ reason;
522
+ /**
523
+ * <p>The list of fields that fail to satisfy the constraints specified by an Amazon Web Services
524
+ * service.</p>
525
+ * @public
526
+ */
527
+ fieldList;
460
528
  /**
461
529
  * @internal
462
530
  */
@@ -466,15 +534,11 @@ var _ValidationException = class _ValidationException extends IoTFleetWiseServic
466
534
  $fault: "client",
467
535
  ...opts
468
536
  });
469
- this.name = "ValidationException";
470
- this.$fault = "client";
471
537
  Object.setPrototypeOf(this, _ValidationException.prototype);
472
538
  this.reason = opts.reason;
473
539
  this.fieldList = opts.fieldList;
474
540
  }
475
541
  };
476
- __name(_ValidationException, "ValidationException");
477
- var ValidationException = _ValidationException;
478
542
  var VehicleAssociationBehavior = {
479
543
  CREATE_IOT_THING: "CreateIotThing",
480
544
  VALIDATE_IOT_THING_EXISTS: "ValidateIotThingExists"
@@ -499,7 +563,22 @@ var UpdateMode = {
499
563
  MERGE: "Merge",
500
564
  OVERWRITE: "Overwrite"
501
565
  };
502
- var _ConflictException = class _ConflictException extends IoTFleetWiseServiceException {
566
+ var ConflictException = class _ConflictException extends IoTFleetWiseServiceException {
567
+ static {
568
+ __name(this, "ConflictException");
569
+ }
570
+ name = "ConflictException";
571
+ $fault = "client";
572
+ /**
573
+ * <p>The resource on which there are conflicting operations.</p>
574
+ * @public
575
+ */
576
+ resource;
577
+ /**
578
+ * <p>The type of resource on which there are conflicting operations..</p>
579
+ * @public
580
+ */
581
+ resourceType;
503
582
  /**
504
583
  * @internal
505
584
  */
@@ -509,15 +588,11 @@ var _ConflictException = class _ConflictException extends IoTFleetWiseServiceExc
509
588
  $fault: "client",
510
589
  ...opts
511
590
  });
512
- this.name = "ConflictException";
513
- this.$fault = "client";
514
591
  Object.setPrototypeOf(this, _ConflictException.prototype);
515
592
  this.resource = opts.resource;
516
593
  this.resourceType = opts.resourceType;
517
594
  }
518
595
  };
519
- __name(_ConflictException, "ConflictException");
520
- var ConflictException = _ConflictException;
521
596
  var TriggerMode = {
522
597
  ALWAYS: "ALWAYS",
523
598
  RISING_EDGE: "RISING_EDGE"
@@ -676,7 +751,23 @@ var SignalDecoderFailureReason = {
676
751
  SIGNAL_TO_ADD_ALREADY_EXISTS: "SIGNAL_TO_ADD_ALREADY_EXISTS",
677
752
  STRUCT_SIZE_MISMATCH: "STRUCT_SIZE_MISMATCH"
678
753
  };
679
- var _DecoderManifestValidationException = class _DecoderManifestValidationException extends IoTFleetWiseServiceException {
754
+ var DecoderManifestValidationException = class _DecoderManifestValidationException extends IoTFleetWiseServiceException {
755
+ static {
756
+ __name(this, "DecoderManifestValidationException");
757
+ }
758
+ name = "DecoderManifestValidationException";
759
+ $fault = "client";
760
+ /**
761
+ * <p>The request couldn't be completed because of invalid signals in the request.</p>
762
+ * @public
763
+ */
764
+ invalidSignals;
765
+ /**
766
+ * <p>The request couldn't be completed because of invalid network interfaces in the
767
+ * request.</p>
768
+ * @public
769
+ */
770
+ invalidNetworkInterfaces;
680
771
  /**
681
772
  * @internal
682
773
  */
@@ -686,16 +777,22 @@ var _DecoderManifestValidationException = class _DecoderManifestValidationExcept
686
777
  $fault: "client",
687
778
  ...opts
688
779
  });
689
- this.name = "DecoderManifestValidationException";
690
- this.$fault = "client";
691
780
  Object.setPrototypeOf(this, _DecoderManifestValidationException.prototype);
692
781
  this.invalidSignals = opts.invalidSignals;
693
782
  this.invalidNetworkInterfaces = opts.invalidNetworkInterfaces;
694
783
  }
695
784
  };
696
- __name(_DecoderManifestValidationException, "DecoderManifestValidationException");
697
- var DecoderManifestValidationException = _DecoderManifestValidationException;
698
- var _InvalidSignalsException = class _InvalidSignalsException extends IoTFleetWiseServiceException {
785
+ var InvalidSignalsException = class _InvalidSignalsException extends IoTFleetWiseServiceException {
786
+ static {
787
+ __name(this, "InvalidSignalsException");
788
+ }
789
+ name = "InvalidSignalsException";
790
+ $fault = "client";
791
+ /**
792
+ * <p>The signals which caused the exception.</p>
793
+ * @public
794
+ */
795
+ invalidSignals;
699
796
  /**
700
797
  * @internal
701
798
  */
@@ -705,14 +802,10 @@ var _InvalidSignalsException = class _InvalidSignalsException extends IoTFleetWi
705
802
  $fault: "client",
706
803
  ...opts
707
804
  });
708
- this.name = "InvalidSignalsException";
709
- this.$fault = "client";
710
805
  Object.setPrototypeOf(this, _InvalidSignalsException.prototype);
711
806
  this.invalidSignals = opts.invalidSignals;
712
807
  }
713
808
  };
714
- __name(_InvalidSignalsException, "InvalidSignalsException");
715
- var InvalidSignalsException = _InvalidSignalsException;
716
809
  var NodeDataEncoding = {
717
810
  BINARY: "BINARY",
718
811
  TYPED: "TYPED"
@@ -735,7 +828,22 @@ var Node;
735
828
  return visitor._(value.$unknown[0], value.$unknown[1]);
736
829
  }, "visit");
737
830
  })(Node || (Node = {}));
738
- var _InvalidNodeException = class _InvalidNodeException extends IoTFleetWiseServiceException {
831
+ var InvalidNodeException = class _InvalidNodeException extends IoTFleetWiseServiceException {
832
+ static {
833
+ __name(this, "InvalidNodeException");
834
+ }
835
+ name = "InvalidNodeException";
836
+ $fault = "client";
837
+ /**
838
+ * <p>The specified node type isn't valid.</p>
839
+ * @public
840
+ */
841
+ invalidNodes;
842
+ /**
843
+ * <p>The reason the node validation failed.</p>
844
+ * @public
845
+ */
846
+ reason;
739
847
  /**
740
848
  * @internal
741
849
  */
@@ -745,15 +853,11 @@ var _InvalidNodeException = class _InvalidNodeException extends IoTFleetWiseServ
745
853
  $fault: "client",
746
854
  ...opts
747
855
  });
748
- this.name = "InvalidNodeException";
749
- this.$fault = "client";
750
856
  Object.setPrototypeOf(this, _InvalidNodeException.prototype);
751
857
  this.invalidNodes = opts.invalidNodes;
752
858
  this.reason = opts.reason;
753
859
  }
754
860
  };
755
- __name(_InvalidNodeException, "InvalidNodeException");
756
- var InvalidNodeException = _InvalidNodeException;
757
861
  var ManifestStatus = {
758
862
  ACTIVE: "ACTIVE",
759
863
  DRAFT: "DRAFT",
@@ -2895,799 +2999,856 @@ function sharedHeaders(operation) {
2895
2999
  __name(sharedHeaders, "sharedHeaders");
2896
3000
 
2897
3001
  // src/commands/AssociateVehicleFleetCommand.ts
2898
- var _AssociateVehicleFleetCommand = class _AssociateVehicleFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3002
+ var AssociateVehicleFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2899
3003
  return [
2900
3004
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2901
3005
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2902
3006
  ];
2903
3007
  }).s("IoTAutobahnControlPlane", "AssociateVehicleFleet", {}).n("IoTFleetWiseClient", "AssociateVehicleFleetCommand").f(void 0, void 0).ser(se_AssociateVehicleFleetCommand).de(de_AssociateVehicleFleetCommand).build() {
3008
+ static {
3009
+ __name(this, "AssociateVehicleFleetCommand");
3010
+ }
2904
3011
  };
2905
- __name(_AssociateVehicleFleetCommand, "AssociateVehicleFleetCommand");
2906
- var AssociateVehicleFleetCommand = _AssociateVehicleFleetCommand;
2907
3012
 
2908
3013
  // src/commands/BatchCreateVehicleCommand.ts
2909
3014
 
2910
3015
 
2911
3016
 
2912
- var _BatchCreateVehicleCommand = class _BatchCreateVehicleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3017
+ var BatchCreateVehicleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2913
3018
  return [
2914
3019
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2915
3020
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2916
3021
  ];
2917
3022
  }).s("IoTAutobahnControlPlane", "BatchCreateVehicle", {}).n("IoTFleetWiseClient", "BatchCreateVehicleCommand").f(void 0, void 0).ser(se_BatchCreateVehicleCommand).de(de_BatchCreateVehicleCommand).build() {
3023
+ static {
3024
+ __name(this, "BatchCreateVehicleCommand");
3025
+ }
2918
3026
  };
2919
- __name(_BatchCreateVehicleCommand, "BatchCreateVehicleCommand");
2920
- var BatchCreateVehicleCommand = _BatchCreateVehicleCommand;
2921
3027
 
2922
3028
  // src/commands/BatchUpdateVehicleCommand.ts
2923
3029
 
2924
3030
 
2925
3031
 
2926
- var _BatchUpdateVehicleCommand = class _BatchUpdateVehicleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3032
+ var BatchUpdateVehicleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2927
3033
  return [
2928
3034
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2929
3035
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2930
3036
  ];
2931
3037
  }).s("IoTAutobahnControlPlane", "BatchUpdateVehicle", {}).n("IoTFleetWiseClient", "BatchUpdateVehicleCommand").f(void 0, void 0).ser(se_BatchUpdateVehicleCommand).de(de_BatchUpdateVehicleCommand).build() {
3038
+ static {
3039
+ __name(this, "BatchUpdateVehicleCommand");
3040
+ }
2932
3041
  };
2933
- __name(_BatchUpdateVehicleCommand, "BatchUpdateVehicleCommand");
2934
- var BatchUpdateVehicleCommand = _BatchUpdateVehicleCommand;
2935
3042
 
2936
3043
  // src/commands/CreateCampaignCommand.ts
2937
3044
 
2938
3045
 
2939
3046
 
2940
- var _CreateCampaignCommand = class _CreateCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3047
+ var CreateCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2941
3048
  return [
2942
3049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2943
3050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2944
3051
  ];
2945
3052
  }).s("IoTAutobahnControlPlane", "CreateCampaign", {}).n("IoTFleetWiseClient", "CreateCampaignCommand").f(CreateCampaignRequestFilterSensitiveLog, void 0).ser(se_CreateCampaignCommand).de(de_CreateCampaignCommand).build() {
3053
+ static {
3054
+ __name(this, "CreateCampaignCommand");
3055
+ }
2946
3056
  };
2947
- __name(_CreateCampaignCommand, "CreateCampaignCommand");
2948
- var CreateCampaignCommand = _CreateCampaignCommand;
2949
3057
 
2950
3058
  // src/commands/CreateDecoderManifestCommand.ts
2951
3059
 
2952
3060
 
2953
3061
 
2954
- var _CreateDecoderManifestCommand = class _CreateDecoderManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3062
+ var CreateDecoderManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2955
3063
  return [
2956
3064
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2957
3065
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2958
3066
  ];
2959
3067
  }).s("IoTAutobahnControlPlane", "CreateDecoderManifest", {}).n("IoTFleetWiseClient", "CreateDecoderManifestCommand").f(void 0, void 0).ser(se_CreateDecoderManifestCommand).de(de_CreateDecoderManifestCommand).build() {
3068
+ static {
3069
+ __name(this, "CreateDecoderManifestCommand");
3070
+ }
2960
3071
  };
2961
- __name(_CreateDecoderManifestCommand, "CreateDecoderManifestCommand");
2962
- var CreateDecoderManifestCommand = _CreateDecoderManifestCommand;
2963
3072
 
2964
3073
  // src/commands/CreateFleetCommand.ts
2965
3074
 
2966
3075
 
2967
3076
 
2968
- var _CreateFleetCommand = class _CreateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3077
+ var CreateFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2969
3078
  return [
2970
3079
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2971
3080
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2972
3081
  ];
2973
3082
  }).s("IoTAutobahnControlPlane", "CreateFleet", {}).n("IoTFleetWiseClient", "CreateFleetCommand").f(void 0, void 0).ser(se_CreateFleetCommand).de(de_CreateFleetCommand).build() {
3083
+ static {
3084
+ __name(this, "CreateFleetCommand");
3085
+ }
2974
3086
  };
2975
- __name(_CreateFleetCommand, "CreateFleetCommand");
2976
- var CreateFleetCommand = _CreateFleetCommand;
2977
3087
 
2978
3088
  // src/commands/CreateModelManifestCommand.ts
2979
3089
 
2980
3090
 
2981
3091
 
2982
- var _CreateModelManifestCommand = class _CreateModelManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3092
+ var CreateModelManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2983
3093
  return [
2984
3094
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2985
3095
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
2986
3096
  ];
2987
3097
  }).s("IoTAutobahnControlPlane", "CreateModelManifest", {}).n("IoTFleetWiseClient", "CreateModelManifestCommand").f(void 0, void 0).ser(se_CreateModelManifestCommand).de(de_CreateModelManifestCommand).build() {
3098
+ static {
3099
+ __name(this, "CreateModelManifestCommand");
3100
+ }
2988
3101
  };
2989
- __name(_CreateModelManifestCommand, "CreateModelManifestCommand");
2990
- var CreateModelManifestCommand = _CreateModelManifestCommand;
2991
3102
 
2992
3103
  // src/commands/CreateSignalCatalogCommand.ts
2993
3104
 
2994
3105
 
2995
3106
 
2996
- var _CreateSignalCatalogCommand = class _CreateSignalCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3107
+ var CreateSignalCatalogCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
2997
3108
  return [
2998
3109
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
2999
3110
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3000
3111
  ];
3001
3112
  }).s("IoTAutobahnControlPlane", "CreateSignalCatalog", {}).n("IoTFleetWiseClient", "CreateSignalCatalogCommand").f(void 0, void 0).ser(se_CreateSignalCatalogCommand).de(de_CreateSignalCatalogCommand).build() {
3113
+ static {
3114
+ __name(this, "CreateSignalCatalogCommand");
3115
+ }
3002
3116
  };
3003
- __name(_CreateSignalCatalogCommand, "CreateSignalCatalogCommand");
3004
- var CreateSignalCatalogCommand = _CreateSignalCatalogCommand;
3005
3117
 
3006
3118
  // src/commands/CreateStateTemplateCommand.ts
3007
3119
 
3008
3120
 
3009
3121
 
3010
- var _CreateStateTemplateCommand = class _CreateStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3122
+ var CreateStateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3011
3123
  return [
3012
3124
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3013
3125
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3014
3126
  ];
3015
3127
  }).s("IoTAutobahnControlPlane", "CreateStateTemplate", {}).n("IoTFleetWiseClient", "CreateStateTemplateCommand").f(void 0, void 0).ser(se_CreateStateTemplateCommand).de(de_CreateStateTemplateCommand).build() {
3128
+ static {
3129
+ __name(this, "CreateStateTemplateCommand");
3130
+ }
3016
3131
  };
3017
- __name(_CreateStateTemplateCommand, "CreateStateTemplateCommand");
3018
- var CreateStateTemplateCommand = _CreateStateTemplateCommand;
3019
3132
 
3020
3133
  // src/commands/CreateVehicleCommand.ts
3021
3134
 
3022
3135
 
3023
3136
 
3024
- var _CreateVehicleCommand = class _CreateVehicleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3137
+ var CreateVehicleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3025
3138
  return [
3026
3139
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3027
3140
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3028
3141
  ];
3029
3142
  }).s("IoTAutobahnControlPlane", "CreateVehicle", {}).n("IoTFleetWiseClient", "CreateVehicleCommand").f(void 0, void 0).ser(se_CreateVehicleCommand).de(de_CreateVehicleCommand).build() {
3143
+ static {
3144
+ __name(this, "CreateVehicleCommand");
3145
+ }
3030
3146
  };
3031
- __name(_CreateVehicleCommand, "CreateVehicleCommand");
3032
- var CreateVehicleCommand = _CreateVehicleCommand;
3033
3147
 
3034
3148
  // src/commands/DeleteCampaignCommand.ts
3035
3149
 
3036
3150
 
3037
3151
 
3038
- var _DeleteCampaignCommand = class _DeleteCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3152
+ var DeleteCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3039
3153
  return [
3040
3154
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3041
3155
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3042
3156
  ];
3043
3157
  }).s("IoTAutobahnControlPlane", "DeleteCampaign", {}).n("IoTFleetWiseClient", "DeleteCampaignCommand").f(void 0, void 0).ser(se_DeleteCampaignCommand).de(de_DeleteCampaignCommand).build() {
3158
+ static {
3159
+ __name(this, "DeleteCampaignCommand");
3160
+ }
3044
3161
  };
3045
- __name(_DeleteCampaignCommand, "DeleteCampaignCommand");
3046
- var DeleteCampaignCommand = _DeleteCampaignCommand;
3047
3162
 
3048
3163
  // src/commands/DeleteDecoderManifestCommand.ts
3049
3164
 
3050
3165
 
3051
3166
 
3052
- var _DeleteDecoderManifestCommand = class _DeleteDecoderManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3167
+ var DeleteDecoderManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3053
3168
  return [
3054
3169
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3055
3170
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3056
3171
  ];
3057
3172
  }).s("IoTAutobahnControlPlane", "DeleteDecoderManifest", {}).n("IoTFleetWiseClient", "DeleteDecoderManifestCommand").f(void 0, void 0).ser(se_DeleteDecoderManifestCommand).de(de_DeleteDecoderManifestCommand).build() {
3173
+ static {
3174
+ __name(this, "DeleteDecoderManifestCommand");
3175
+ }
3058
3176
  };
3059
- __name(_DeleteDecoderManifestCommand, "DeleteDecoderManifestCommand");
3060
- var DeleteDecoderManifestCommand = _DeleteDecoderManifestCommand;
3061
3177
 
3062
3178
  // src/commands/DeleteFleetCommand.ts
3063
3179
 
3064
3180
 
3065
3181
 
3066
- var _DeleteFleetCommand = class _DeleteFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3182
+ var DeleteFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3067
3183
  return [
3068
3184
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3069
3185
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3070
3186
  ];
3071
3187
  }).s("IoTAutobahnControlPlane", "DeleteFleet", {}).n("IoTFleetWiseClient", "DeleteFleetCommand").f(void 0, void 0).ser(se_DeleteFleetCommand).de(de_DeleteFleetCommand).build() {
3188
+ static {
3189
+ __name(this, "DeleteFleetCommand");
3190
+ }
3072
3191
  };
3073
- __name(_DeleteFleetCommand, "DeleteFleetCommand");
3074
- var DeleteFleetCommand = _DeleteFleetCommand;
3075
3192
 
3076
3193
  // src/commands/DeleteModelManifestCommand.ts
3077
3194
 
3078
3195
 
3079
3196
 
3080
- var _DeleteModelManifestCommand = class _DeleteModelManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3197
+ var DeleteModelManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3081
3198
  return [
3082
3199
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3083
3200
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3084
3201
  ];
3085
3202
  }).s("IoTAutobahnControlPlane", "DeleteModelManifest", {}).n("IoTFleetWiseClient", "DeleteModelManifestCommand").f(void 0, void 0).ser(se_DeleteModelManifestCommand).de(de_DeleteModelManifestCommand).build() {
3203
+ static {
3204
+ __name(this, "DeleteModelManifestCommand");
3205
+ }
3086
3206
  };
3087
- __name(_DeleteModelManifestCommand, "DeleteModelManifestCommand");
3088
- var DeleteModelManifestCommand = _DeleteModelManifestCommand;
3089
3207
 
3090
3208
  // src/commands/DeleteSignalCatalogCommand.ts
3091
3209
 
3092
3210
 
3093
3211
 
3094
- var _DeleteSignalCatalogCommand = class _DeleteSignalCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3212
+ var DeleteSignalCatalogCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3095
3213
  return [
3096
3214
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3097
3215
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3098
3216
  ];
3099
3217
  }).s("IoTAutobahnControlPlane", "DeleteSignalCatalog", {}).n("IoTFleetWiseClient", "DeleteSignalCatalogCommand").f(void 0, void 0).ser(se_DeleteSignalCatalogCommand).de(de_DeleteSignalCatalogCommand).build() {
3218
+ static {
3219
+ __name(this, "DeleteSignalCatalogCommand");
3220
+ }
3100
3221
  };
3101
- __name(_DeleteSignalCatalogCommand, "DeleteSignalCatalogCommand");
3102
- var DeleteSignalCatalogCommand = _DeleteSignalCatalogCommand;
3103
3222
 
3104
3223
  // src/commands/DeleteStateTemplateCommand.ts
3105
3224
 
3106
3225
 
3107
3226
 
3108
- var _DeleteStateTemplateCommand = class _DeleteStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3227
+ var DeleteStateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3109
3228
  return [
3110
3229
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3111
3230
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3112
3231
  ];
3113
3232
  }).s("IoTAutobahnControlPlane", "DeleteStateTemplate", {}).n("IoTFleetWiseClient", "DeleteStateTemplateCommand").f(void 0, void 0).ser(se_DeleteStateTemplateCommand).de(de_DeleteStateTemplateCommand).build() {
3233
+ static {
3234
+ __name(this, "DeleteStateTemplateCommand");
3235
+ }
3114
3236
  };
3115
- __name(_DeleteStateTemplateCommand, "DeleteStateTemplateCommand");
3116
- var DeleteStateTemplateCommand = _DeleteStateTemplateCommand;
3117
3237
 
3118
3238
  // src/commands/DeleteVehicleCommand.ts
3119
3239
 
3120
3240
 
3121
3241
 
3122
- var _DeleteVehicleCommand = class _DeleteVehicleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3242
+ var DeleteVehicleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3123
3243
  return [
3124
3244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3125
3245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3126
3246
  ];
3127
3247
  }).s("IoTAutobahnControlPlane", "DeleteVehicle", {}).n("IoTFleetWiseClient", "DeleteVehicleCommand").f(void 0, void 0).ser(se_DeleteVehicleCommand).de(de_DeleteVehicleCommand).build() {
3248
+ static {
3249
+ __name(this, "DeleteVehicleCommand");
3250
+ }
3128
3251
  };
3129
- __name(_DeleteVehicleCommand, "DeleteVehicleCommand");
3130
- var DeleteVehicleCommand = _DeleteVehicleCommand;
3131
3252
 
3132
3253
  // src/commands/DisassociateVehicleFleetCommand.ts
3133
3254
 
3134
3255
 
3135
3256
 
3136
- var _DisassociateVehicleFleetCommand = class _DisassociateVehicleFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3257
+ var DisassociateVehicleFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3137
3258
  return [
3138
3259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3139
3260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3140
3261
  ];
3141
3262
  }).s("IoTAutobahnControlPlane", "DisassociateVehicleFleet", {}).n("IoTFleetWiseClient", "DisassociateVehicleFleetCommand").f(void 0, void 0).ser(se_DisassociateVehicleFleetCommand).de(de_DisassociateVehicleFleetCommand).build() {
3263
+ static {
3264
+ __name(this, "DisassociateVehicleFleetCommand");
3265
+ }
3142
3266
  };
3143
- __name(_DisassociateVehicleFleetCommand, "DisassociateVehicleFleetCommand");
3144
- var DisassociateVehicleFleetCommand = _DisassociateVehicleFleetCommand;
3145
3267
 
3146
3268
  // src/commands/GetCampaignCommand.ts
3147
3269
 
3148
3270
 
3149
3271
 
3150
- var _GetCampaignCommand = class _GetCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3272
+ var GetCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3151
3273
  return [
3152
3274
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3153
3275
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3154
3276
  ];
3155
3277
  }).s("IoTAutobahnControlPlane", "GetCampaign", {}).n("IoTFleetWiseClient", "GetCampaignCommand").f(void 0, GetCampaignResponseFilterSensitiveLog).ser(se_GetCampaignCommand).de(de_GetCampaignCommand).build() {
3278
+ static {
3279
+ __name(this, "GetCampaignCommand");
3280
+ }
3156
3281
  };
3157
- __name(_GetCampaignCommand, "GetCampaignCommand");
3158
- var GetCampaignCommand = _GetCampaignCommand;
3159
3282
 
3160
3283
  // src/commands/GetDecoderManifestCommand.ts
3161
3284
 
3162
3285
 
3163
3286
 
3164
- var _GetDecoderManifestCommand = class _GetDecoderManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3287
+ var GetDecoderManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3165
3288
  return [
3166
3289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3167
3290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3168
3291
  ];
3169
3292
  }).s("IoTAutobahnControlPlane", "GetDecoderManifest", {}).n("IoTFleetWiseClient", "GetDecoderManifestCommand").f(void 0, void 0).ser(se_GetDecoderManifestCommand).de(de_GetDecoderManifestCommand).build() {
3293
+ static {
3294
+ __name(this, "GetDecoderManifestCommand");
3295
+ }
3170
3296
  };
3171
- __name(_GetDecoderManifestCommand, "GetDecoderManifestCommand");
3172
- var GetDecoderManifestCommand = _GetDecoderManifestCommand;
3173
3297
 
3174
3298
  // src/commands/GetEncryptionConfigurationCommand.ts
3175
3299
 
3176
3300
 
3177
3301
 
3178
- var _GetEncryptionConfigurationCommand = class _GetEncryptionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3302
+ var GetEncryptionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3179
3303
  return [
3180
3304
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3181
3305
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3182
3306
  ];
3183
3307
  }).s("IoTAutobahnControlPlane", "GetEncryptionConfiguration", {}).n("IoTFleetWiseClient", "GetEncryptionConfigurationCommand").f(void 0, void 0).ser(se_GetEncryptionConfigurationCommand).de(de_GetEncryptionConfigurationCommand).build() {
3308
+ static {
3309
+ __name(this, "GetEncryptionConfigurationCommand");
3310
+ }
3184
3311
  };
3185
- __name(_GetEncryptionConfigurationCommand, "GetEncryptionConfigurationCommand");
3186
- var GetEncryptionConfigurationCommand = _GetEncryptionConfigurationCommand;
3187
3312
 
3188
3313
  // src/commands/GetFleetCommand.ts
3189
3314
 
3190
3315
 
3191
3316
 
3192
- var _GetFleetCommand = class _GetFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3317
+ var GetFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3193
3318
  return [
3194
3319
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3195
3320
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3196
3321
  ];
3197
3322
  }).s("IoTAutobahnControlPlane", "GetFleet", {}).n("IoTFleetWiseClient", "GetFleetCommand").f(void 0, void 0).ser(se_GetFleetCommand).de(de_GetFleetCommand).build() {
3323
+ static {
3324
+ __name(this, "GetFleetCommand");
3325
+ }
3198
3326
  };
3199
- __name(_GetFleetCommand, "GetFleetCommand");
3200
- var GetFleetCommand = _GetFleetCommand;
3201
3327
 
3202
3328
  // src/commands/GetLoggingOptionsCommand.ts
3203
3329
 
3204
3330
 
3205
3331
 
3206
- var _GetLoggingOptionsCommand = class _GetLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3332
+ var GetLoggingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3207
3333
  return [
3208
3334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3209
3335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3210
3336
  ];
3211
3337
  }).s("IoTAutobahnControlPlane", "GetLoggingOptions", {}).n("IoTFleetWiseClient", "GetLoggingOptionsCommand").f(void 0, void 0).ser(se_GetLoggingOptionsCommand).de(de_GetLoggingOptionsCommand).build() {
3338
+ static {
3339
+ __name(this, "GetLoggingOptionsCommand");
3340
+ }
3212
3341
  };
3213
- __name(_GetLoggingOptionsCommand, "GetLoggingOptionsCommand");
3214
- var GetLoggingOptionsCommand = _GetLoggingOptionsCommand;
3215
3342
 
3216
3343
  // src/commands/GetModelManifestCommand.ts
3217
3344
 
3218
3345
 
3219
3346
 
3220
- var _GetModelManifestCommand = class _GetModelManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3347
+ var GetModelManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3221
3348
  return [
3222
3349
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3223
3350
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3224
3351
  ];
3225
3352
  }).s("IoTAutobahnControlPlane", "GetModelManifest", {}).n("IoTFleetWiseClient", "GetModelManifestCommand").f(void 0, void 0).ser(se_GetModelManifestCommand).de(de_GetModelManifestCommand).build() {
3353
+ static {
3354
+ __name(this, "GetModelManifestCommand");
3355
+ }
3226
3356
  };
3227
- __name(_GetModelManifestCommand, "GetModelManifestCommand");
3228
- var GetModelManifestCommand = _GetModelManifestCommand;
3229
3357
 
3230
3358
  // src/commands/GetRegisterAccountStatusCommand.ts
3231
3359
 
3232
3360
 
3233
3361
 
3234
- var _GetRegisterAccountStatusCommand = class _GetRegisterAccountStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3362
+ var GetRegisterAccountStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3235
3363
  return [
3236
3364
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3237
3365
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3238
3366
  ];
3239
3367
  }).s("IoTAutobahnControlPlane", "GetRegisterAccountStatus", {}).n("IoTFleetWiseClient", "GetRegisterAccountStatusCommand").f(void 0, void 0).ser(se_GetRegisterAccountStatusCommand).de(de_GetRegisterAccountStatusCommand).build() {
3368
+ static {
3369
+ __name(this, "GetRegisterAccountStatusCommand");
3370
+ }
3240
3371
  };
3241
- __name(_GetRegisterAccountStatusCommand, "GetRegisterAccountStatusCommand");
3242
- var GetRegisterAccountStatusCommand = _GetRegisterAccountStatusCommand;
3243
3372
 
3244
3373
  // src/commands/GetSignalCatalogCommand.ts
3245
3374
 
3246
3375
 
3247
3376
 
3248
- var _GetSignalCatalogCommand = class _GetSignalCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3377
+ var GetSignalCatalogCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3249
3378
  return [
3250
3379
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3251
3380
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3252
3381
  ];
3253
3382
  }).s("IoTAutobahnControlPlane", "GetSignalCatalog", {}).n("IoTFleetWiseClient", "GetSignalCatalogCommand").f(void 0, void 0).ser(se_GetSignalCatalogCommand).de(de_GetSignalCatalogCommand).build() {
3383
+ static {
3384
+ __name(this, "GetSignalCatalogCommand");
3385
+ }
3254
3386
  };
3255
- __name(_GetSignalCatalogCommand, "GetSignalCatalogCommand");
3256
- var GetSignalCatalogCommand = _GetSignalCatalogCommand;
3257
3387
 
3258
3388
  // src/commands/GetStateTemplateCommand.ts
3259
3389
 
3260
3390
 
3261
3391
 
3262
- var _GetStateTemplateCommand = class _GetStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3392
+ var GetStateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3263
3393
  return [
3264
3394
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3265
3395
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3266
3396
  ];
3267
3397
  }).s("IoTAutobahnControlPlane", "GetStateTemplate", {}).n("IoTFleetWiseClient", "GetStateTemplateCommand").f(void 0, void 0).ser(se_GetStateTemplateCommand).de(de_GetStateTemplateCommand).build() {
3398
+ static {
3399
+ __name(this, "GetStateTemplateCommand");
3400
+ }
3268
3401
  };
3269
- __name(_GetStateTemplateCommand, "GetStateTemplateCommand");
3270
- var GetStateTemplateCommand = _GetStateTemplateCommand;
3271
3402
 
3272
3403
  // src/commands/GetVehicleCommand.ts
3273
3404
 
3274
3405
 
3275
3406
 
3276
- var _GetVehicleCommand = class _GetVehicleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3407
+ var GetVehicleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3277
3408
  return [
3278
3409
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3279
3410
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3280
3411
  ];
3281
3412
  }).s("IoTAutobahnControlPlane", "GetVehicle", {}).n("IoTFleetWiseClient", "GetVehicleCommand").f(void 0, void 0).ser(se_GetVehicleCommand).de(de_GetVehicleCommand).build() {
3413
+ static {
3414
+ __name(this, "GetVehicleCommand");
3415
+ }
3282
3416
  };
3283
- __name(_GetVehicleCommand, "GetVehicleCommand");
3284
- var GetVehicleCommand = _GetVehicleCommand;
3285
3417
 
3286
3418
  // src/commands/GetVehicleStatusCommand.ts
3287
3419
 
3288
3420
 
3289
3421
 
3290
- var _GetVehicleStatusCommand = class _GetVehicleStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3422
+ var GetVehicleStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3291
3423
  return [
3292
3424
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3293
3425
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3294
3426
  ];
3295
3427
  }).s("IoTAutobahnControlPlane", "GetVehicleStatus", {}).n("IoTFleetWiseClient", "GetVehicleStatusCommand").f(void 0, void 0).ser(se_GetVehicleStatusCommand).de(de_GetVehicleStatusCommand).build() {
3428
+ static {
3429
+ __name(this, "GetVehicleStatusCommand");
3430
+ }
3296
3431
  };
3297
- __name(_GetVehicleStatusCommand, "GetVehicleStatusCommand");
3298
- var GetVehicleStatusCommand = _GetVehicleStatusCommand;
3299
3432
 
3300
3433
  // src/commands/ImportDecoderManifestCommand.ts
3301
3434
 
3302
3435
 
3303
3436
 
3304
- var _ImportDecoderManifestCommand = class _ImportDecoderManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3437
+ var ImportDecoderManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3305
3438
  return [
3306
3439
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3307
3440
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3308
3441
  ];
3309
3442
  }).s("IoTAutobahnControlPlane", "ImportDecoderManifest", {}).n("IoTFleetWiseClient", "ImportDecoderManifestCommand").f(void 0, void 0).ser(se_ImportDecoderManifestCommand).de(de_ImportDecoderManifestCommand).build() {
3443
+ static {
3444
+ __name(this, "ImportDecoderManifestCommand");
3445
+ }
3310
3446
  };
3311
- __name(_ImportDecoderManifestCommand, "ImportDecoderManifestCommand");
3312
- var ImportDecoderManifestCommand = _ImportDecoderManifestCommand;
3313
3447
 
3314
3448
  // src/commands/ImportSignalCatalogCommand.ts
3315
3449
 
3316
3450
 
3317
3451
 
3318
- var _ImportSignalCatalogCommand = class _ImportSignalCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3452
+ var ImportSignalCatalogCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3319
3453
  return [
3320
3454
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3321
3455
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3322
3456
  ];
3323
3457
  }).s("IoTAutobahnControlPlane", "ImportSignalCatalog", {}).n("IoTFleetWiseClient", "ImportSignalCatalogCommand").f(void 0, void 0).ser(se_ImportSignalCatalogCommand).de(de_ImportSignalCatalogCommand).build() {
3458
+ static {
3459
+ __name(this, "ImportSignalCatalogCommand");
3460
+ }
3324
3461
  };
3325
- __name(_ImportSignalCatalogCommand, "ImportSignalCatalogCommand");
3326
- var ImportSignalCatalogCommand = _ImportSignalCatalogCommand;
3327
3462
 
3328
3463
  // src/commands/ListCampaignsCommand.ts
3329
3464
 
3330
3465
 
3331
3466
 
3332
- var _ListCampaignsCommand = class _ListCampaignsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3467
+ var ListCampaignsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3333
3468
  return [
3334
3469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3335
3470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3336
3471
  ];
3337
3472
  }).s("IoTAutobahnControlPlane", "ListCampaigns", {}).n("IoTFleetWiseClient", "ListCampaignsCommand").f(void 0, void 0).ser(se_ListCampaignsCommand).de(de_ListCampaignsCommand).build() {
3473
+ static {
3474
+ __name(this, "ListCampaignsCommand");
3475
+ }
3338
3476
  };
3339
- __name(_ListCampaignsCommand, "ListCampaignsCommand");
3340
- var ListCampaignsCommand = _ListCampaignsCommand;
3341
3477
 
3342
3478
  // src/commands/ListDecoderManifestNetworkInterfacesCommand.ts
3343
3479
 
3344
3480
 
3345
3481
 
3346
- var _ListDecoderManifestNetworkInterfacesCommand = class _ListDecoderManifestNetworkInterfacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3482
+ var ListDecoderManifestNetworkInterfacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3347
3483
  return [
3348
3484
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3349
3485
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3350
3486
  ];
3351
3487
  }).s("IoTAutobahnControlPlane", "ListDecoderManifestNetworkInterfaces", {}).n("IoTFleetWiseClient", "ListDecoderManifestNetworkInterfacesCommand").f(void 0, void 0).ser(se_ListDecoderManifestNetworkInterfacesCommand).de(de_ListDecoderManifestNetworkInterfacesCommand).build() {
3488
+ static {
3489
+ __name(this, "ListDecoderManifestNetworkInterfacesCommand");
3490
+ }
3352
3491
  };
3353
- __name(_ListDecoderManifestNetworkInterfacesCommand, "ListDecoderManifestNetworkInterfacesCommand");
3354
- var ListDecoderManifestNetworkInterfacesCommand = _ListDecoderManifestNetworkInterfacesCommand;
3355
3492
 
3356
3493
  // src/commands/ListDecoderManifestsCommand.ts
3357
3494
 
3358
3495
 
3359
3496
 
3360
- var _ListDecoderManifestsCommand = class _ListDecoderManifestsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3497
+ var ListDecoderManifestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3361
3498
  return [
3362
3499
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3363
3500
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3364
3501
  ];
3365
3502
  }).s("IoTAutobahnControlPlane", "ListDecoderManifests", {}).n("IoTFleetWiseClient", "ListDecoderManifestsCommand").f(void 0, void 0).ser(se_ListDecoderManifestsCommand).de(de_ListDecoderManifestsCommand).build() {
3503
+ static {
3504
+ __name(this, "ListDecoderManifestsCommand");
3505
+ }
3366
3506
  };
3367
- __name(_ListDecoderManifestsCommand, "ListDecoderManifestsCommand");
3368
- var ListDecoderManifestsCommand = _ListDecoderManifestsCommand;
3369
3507
 
3370
3508
  // src/commands/ListDecoderManifestSignalsCommand.ts
3371
3509
 
3372
3510
 
3373
3511
 
3374
- var _ListDecoderManifestSignalsCommand = class _ListDecoderManifestSignalsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3512
+ var ListDecoderManifestSignalsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3375
3513
  return [
3376
3514
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3377
3515
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3378
3516
  ];
3379
3517
  }).s("IoTAutobahnControlPlane", "ListDecoderManifestSignals", {}).n("IoTFleetWiseClient", "ListDecoderManifestSignalsCommand").f(void 0, void 0).ser(se_ListDecoderManifestSignalsCommand).de(de_ListDecoderManifestSignalsCommand).build() {
3518
+ static {
3519
+ __name(this, "ListDecoderManifestSignalsCommand");
3520
+ }
3380
3521
  };
3381
- __name(_ListDecoderManifestSignalsCommand, "ListDecoderManifestSignalsCommand");
3382
- var ListDecoderManifestSignalsCommand = _ListDecoderManifestSignalsCommand;
3383
3522
 
3384
3523
  // src/commands/ListFleetsCommand.ts
3385
3524
 
3386
3525
 
3387
3526
 
3388
- var _ListFleetsCommand = class _ListFleetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3527
+ var ListFleetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3389
3528
  return [
3390
3529
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3391
3530
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3392
3531
  ];
3393
3532
  }).s("IoTAutobahnControlPlane", "ListFleets", {}).n("IoTFleetWiseClient", "ListFleetsCommand").f(void 0, void 0).ser(se_ListFleetsCommand).de(de_ListFleetsCommand).build() {
3533
+ static {
3534
+ __name(this, "ListFleetsCommand");
3535
+ }
3394
3536
  };
3395
- __name(_ListFleetsCommand, "ListFleetsCommand");
3396
- var ListFleetsCommand = _ListFleetsCommand;
3397
3537
 
3398
3538
  // src/commands/ListFleetsForVehicleCommand.ts
3399
3539
 
3400
3540
 
3401
3541
 
3402
- var _ListFleetsForVehicleCommand = class _ListFleetsForVehicleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3542
+ var ListFleetsForVehicleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3403
3543
  return [
3404
3544
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3405
3545
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3406
3546
  ];
3407
3547
  }).s("IoTAutobahnControlPlane", "ListFleetsForVehicle", {}).n("IoTFleetWiseClient", "ListFleetsForVehicleCommand").f(void 0, void 0).ser(se_ListFleetsForVehicleCommand).de(de_ListFleetsForVehicleCommand).build() {
3548
+ static {
3549
+ __name(this, "ListFleetsForVehicleCommand");
3550
+ }
3408
3551
  };
3409
- __name(_ListFleetsForVehicleCommand, "ListFleetsForVehicleCommand");
3410
- var ListFleetsForVehicleCommand = _ListFleetsForVehicleCommand;
3411
3552
 
3412
3553
  // src/commands/ListModelManifestNodesCommand.ts
3413
3554
 
3414
3555
 
3415
3556
 
3416
- var _ListModelManifestNodesCommand = class _ListModelManifestNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3557
+ var ListModelManifestNodesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3417
3558
  return [
3418
3559
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3419
3560
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3420
3561
  ];
3421
3562
  }).s("IoTAutobahnControlPlane", "ListModelManifestNodes", {}).n("IoTFleetWiseClient", "ListModelManifestNodesCommand").f(void 0, void 0).ser(se_ListModelManifestNodesCommand).de(de_ListModelManifestNodesCommand).build() {
3563
+ static {
3564
+ __name(this, "ListModelManifestNodesCommand");
3565
+ }
3422
3566
  };
3423
- __name(_ListModelManifestNodesCommand, "ListModelManifestNodesCommand");
3424
- var ListModelManifestNodesCommand = _ListModelManifestNodesCommand;
3425
3567
 
3426
3568
  // src/commands/ListModelManifestsCommand.ts
3427
3569
 
3428
3570
 
3429
3571
 
3430
- var _ListModelManifestsCommand = class _ListModelManifestsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3572
+ var ListModelManifestsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3431
3573
  return [
3432
3574
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3433
3575
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3434
3576
  ];
3435
3577
  }).s("IoTAutobahnControlPlane", "ListModelManifests", {}).n("IoTFleetWiseClient", "ListModelManifestsCommand").f(void 0, void 0).ser(se_ListModelManifestsCommand).de(de_ListModelManifestsCommand).build() {
3578
+ static {
3579
+ __name(this, "ListModelManifestsCommand");
3580
+ }
3436
3581
  };
3437
- __name(_ListModelManifestsCommand, "ListModelManifestsCommand");
3438
- var ListModelManifestsCommand = _ListModelManifestsCommand;
3439
3582
 
3440
3583
  // src/commands/ListSignalCatalogNodesCommand.ts
3441
3584
 
3442
3585
 
3443
3586
 
3444
- var _ListSignalCatalogNodesCommand = class _ListSignalCatalogNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3587
+ var ListSignalCatalogNodesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3445
3588
  return [
3446
3589
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3447
3590
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3448
3591
  ];
3449
3592
  }).s("IoTAutobahnControlPlane", "ListSignalCatalogNodes", {}).n("IoTFleetWiseClient", "ListSignalCatalogNodesCommand").f(void 0, void 0).ser(se_ListSignalCatalogNodesCommand).de(de_ListSignalCatalogNodesCommand).build() {
3593
+ static {
3594
+ __name(this, "ListSignalCatalogNodesCommand");
3595
+ }
3450
3596
  };
3451
- __name(_ListSignalCatalogNodesCommand, "ListSignalCatalogNodesCommand");
3452
- var ListSignalCatalogNodesCommand = _ListSignalCatalogNodesCommand;
3453
3597
 
3454
3598
  // src/commands/ListSignalCatalogsCommand.ts
3455
3599
 
3456
3600
 
3457
3601
 
3458
- var _ListSignalCatalogsCommand = class _ListSignalCatalogsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3602
+ var ListSignalCatalogsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3459
3603
  return [
3460
3604
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3461
3605
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3462
3606
  ];
3463
3607
  }).s("IoTAutobahnControlPlane", "ListSignalCatalogs", {}).n("IoTFleetWiseClient", "ListSignalCatalogsCommand").f(void 0, void 0).ser(se_ListSignalCatalogsCommand).de(de_ListSignalCatalogsCommand).build() {
3608
+ static {
3609
+ __name(this, "ListSignalCatalogsCommand");
3610
+ }
3464
3611
  };
3465
- __name(_ListSignalCatalogsCommand, "ListSignalCatalogsCommand");
3466
- var ListSignalCatalogsCommand = _ListSignalCatalogsCommand;
3467
3612
 
3468
3613
  // src/commands/ListStateTemplatesCommand.ts
3469
3614
 
3470
3615
 
3471
3616
 
3472
- var _ListStateTemplatesCommand = class _ListStateTemplatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3617
+ var ListStateTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3473
3618
  return [
3474
3619
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3475
3620
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3476
3621
  ];
3477
3622
  }).s("IoTAutobahnControlPlane", "ListStateTemplates", {}).n("IoTFleetWiseClient", "ListStateTemplatesCommand").f(void 0, void 0).ser(se_ListStateTemplatesCommand).de(de_ListStateTemplatesCommand).build() {
3623
+ static {
3624
+ __name(this, "ListStateTemplatesCommand");
3625
+ }
3478
3626
  };
3479
- __name(_ListStateTemplatesCommand, "ListStateTemplatesCommand");
3480
- var ListStateTemplatesCommand = _ListStateTemplatesCommand;
3481
3627
 
3482
3628
  // src/commands/ListTagsForResourceCommand.ts
3483
3629
 
3484
3630
 
3485
3631
 
3486
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3632
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3487
3633
  return [
3488
3634
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3489
3635
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3490
3636
  ];
3491
3637
  }).s("IoTAutobahnControlPlane", "ListTagsForResource", {}).n("IoTFleetWiseClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
3638
+ static {
3639
+ __name(this, "ListTagsForResourceCommand");
3640
+ }
3492
3641
  };
3493
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
3494
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3495
3642
 
3496
3643
  // src/commands/ListVehiclesCommand.ts
3497
3644
 
3498
3645
 
3499
3646
 
3500
- var _ListVehiclesCommand = class _ListVehiclesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3647
+ var ListVehiclesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3501
3648
  return [
3502
3649
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3503
3650
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3504
3651
  ];
3505
3652
  }).s("IoTAutobahnControlPlane", "ListVehicles", {}).n("IoTFleetWiseClient", "ListVehiclesCommand").f(void 0, void 0).ser(se_ListVehiclesCommand).de(de_ListVehiclesCommand).build() {
3653
+ static {
3654
+ __name(this, "ListVehiclesCommand");
3655
+ }
3506
3656
  };
3507
- __name(_ListVehiclesCommand, "ListVehiclesCommand");
3508
- var ListVehiclesCommand = _ListVehiclesCommand;
3509
3657
 
3510
3658
  // src/commands/ListVehiclesInFleetCommand.ts
3511
3659
 
3512
3660
 
3513
3661
 
3514
- var _ListVehiclesInFleetCommand = class _ListVehiclesInFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3662
+ var ListVehiclesInFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3515
3663
  return [
3516
3664
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3517
3665
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3518
3666
  ];
3519
3667
  }).s("IoTAutobahnControlPlane", "ListVehiclesInFleet", {}).n("IoTFleetWiseClient", "ListVehiclesInFleetCommand").f(void 0, void 0).ser(se_ListVehiclesInFleetCommand).de(de_ListVehiclesInFleetCommand).build() {
3668
+ static {
3669
+ __name(this, "ListVehiclesInFleetCommand");
3670
+ }
3520
3671
  };
3521
- __name(_ListVehiclesInFleetCommand, "ListVehiclesInFleetCommand");
3522
- var ListVehiclesInFleetCommand = _ListVehiclesInFleetCommand;
3523
3672
 
3524
3673
  // src/commands/PutEncryptionConfigurationCommand.ts
3525
3674
 
3526
3675
 
3527
3676
 
3528
- var _PutEncryptionConfigurationCommand = class _PutEncryptionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3677
+ var PutEncryptionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3529
3678
  return [
3530
3679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3531
3680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3532
3681
  ];
3533
3682
  }).s("IoTAutobahnControlPlane", "PutEncryptionConfiguration", {}).n("IoTFleetWiseClient", "PutEncryptionConfigurationCommand").f(void 0, void 0).ser(se_PutEncryptionConfigurationCommand).de(de_PutEncryptionConfigurationCommand).build() {
3683
+ static {
3684
+ __name(this, "PutEncryptionConfigurationCommand");
3685
+ }
3534
3686
  };
3535
- __name(_PutEncryptionConfigurationCommand, "PutEncryptionConfigurationCommand");
3536
- var PutEncryptionConfigurationCommand = _PutEncryptionConfigurationCommand;
3537
3687
 
3538
3688
  // src/commands/PutLoggingOptionsCommand.ts
3539
3689
 
3540
3690
 
3541
3691
 
3542
- var _PutLoggingOptionsCommand = class _PutLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3692
+ var PutLoggingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3543
3693
  return [
3544
3694
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3545
3695
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3546
3696
  ];
3547
3697
  }).s("IoTAutobahnControlPlane", "PutLoggingOptions", {}).n("IoTFleetWiseClient", "PutLoggingOptionsCommand").f(void 0, void 0).ser(se_PutLoggingOptionsCommand).de(de_PutLoggingOptionsCommand).build() {
3698
+ static {
3699
+ __name(this, "PutLoggingOptionsCommand");
3700
+ }
3548
3701
  };
3549
- __name(_PutLoggingOptionsCommand, "PutLoggingOptionsCommand");
3550
- var PutLoggingOptionsCommand = _PutLoggingOptionsCommand;
3551
3702
 
3552
3703
  // src/commands/RegisterAccountCommand.ts
3553
3704
 
3554
3705
 
3555
3706
 
3556
- var _RegisterAccountCommand = class _RegisterAccountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3707
+ var RegisterAccountCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3557
3708
  return [
3558
3709
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3559
3710
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3560
3711
  ];
3561
3712
  }).s("IoTAutobahnControlPlane", "RegisterAccount", {}).n("IoTFleetWiseClient", "RegisterAccountCommand").f(void 0, void 0).ser(se_RegisterAccountCommand).de(de_RegisterAccountCommand).build() {
3713
+ static {
3714
+ __name(this, "RegisterAccountCommand");
3715
+ }
3562
3716
  };
3563
- __name(_RegisterAccountCommand, "RegisterAccountCommand");
3564
- var RegisterAccountCommand = _RegisterAccountCommand;
3565
3717
 
3566
3718
  // src/commands/TagResourceCommand.ts
3567
3719
 
3568
3720
 
3569
3721
 
3570
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3722
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3571
3723
  return [
3572
3724
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3573
3725
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3574
3726
  ];
3575
3727
  }).s("IoTAutobahnControlPlane", "TagResource", {}).n("IoTFleetWiseClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
3728
+ static {
3729
+ __name(this, "TagResourceCommand");
3730
+ }
3576
3731
  };
3577
- __name(_TagResourceCommand, "TagResourceCommand");
3578
- var TagResourceCommand = _TagResourceCommand;
3579
3732
 
3580
3733
  // src/commands/UntagResourceCommand.ts
3581
3734
 
3582
3735
 
3583
3736
 
3584
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3737
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3585
3738
  return [
3586
3739
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3587
3740
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3588
3741
  ];
3589
3742
  }).s("IoTAutobahnControlPlane", "UntagResource", {}).n("IoTFleetWiseClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
3743
+ static {
3744
+ __name(this, "UntagResourceCommand");
3745
+ }
3590
3746
  };
3591
- __name(_UntagResourceCommand, "UntagResourceCommand");
3592
- var UntagResourceCommand = _UntagResourceCommand;
3593
3747
 
3594
3748
  // src/commands/UpdateCampaignCommand.ts
3595
3749
 
3596
3750
 
3597
3751
 
3598
- var _UpdateCampaignCommand = class _UpdateCampaignCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3752
+ var UpdateCampaignCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3599
3753
  return [
3600
3754
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3601
3755
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3602
3756
  ];
3603
3757
  }).s("IoTAutobahnControlPlane", "UpdateCampaign", {}).n("IoTFleetWiseClient", "UpdateCampaignCommand").f(UpdateCampaignRequestFilterSensitiveLog, void 0).ser(se_UpdateCampaignCommand).de(de_UpdateCampaignCommand).build() {
3758
+ static {
3759
+ __name(this, "UpdateCampaignCommand");
3760
+ }
3604
3761
  };
3605
- __name(_UpdateCampaignCommand, "UpdateCampaignCommand");
3606
- var UpdateCampaignCommand = _UpdateCampaignCommand;
3607
3762
 
3608
3763
  // src/commands/UpdateDecoderManifestCommand.ts
3609
3764
 
3610
3765
 
3611
3766
 
3612
- var _UpdateDecoderManifestCommand = class _UpdateDecoderManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3767
+ var UpdateDecoderManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3613
3768
  return [
3614
3769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3615
3770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3616
3771
  ];
3617
3772
  }).s("IoTAutobahnControlPlane", "UpdateDecoderManifest", {}).n("IoTFleetWiseClient", "UpdateDecoderManifestCommand").f(void 0, void 0).ser(se_UpdateDecoderManifestCommand).de(de_UpdateDecoderManifestCommand).build() {
3773
+ static {
3774
+ __name(this, "UpdateDecoderManifestCommand");
3775
+ }
3618
3776
  };
3619
- __name(_UpdateDecoderManifestCommand, "UpdateDecoderManifestCommand");
3620
- var UpdateDecoderManifestCommand = _UpdateDecoderManifestCommand;
3621
3777
 
3622
3778
  // src/commands/UpdateFleetCommand.ts
3623
3779
 
3624
3780
 
3625
3781
 
3626
- var _UpdateFleetCommand = class _UpdateFleetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3782
+ var UpdateFleetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3627
3783
  return [
3628
3784
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3629
3785
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3630
3786
  ];
3631
3787
  }).s("IoTAutobahnControlPlane", "UpdateFleet", {}).n("IoTFleetWiseClient", "UpdateFleetCommand").f(void 0, void 0).ser(se_UpdateFleetCommand).de(de_UpdateFleetCommand).build() {
3788
+ static {
3789
+ __name(this, "UpdateFleetCommand");
3790
+ }
3632
3791
  };
3633
- __name(_UpdateFleetCommand, "UpdateFleetCommand");
3634
- var UpdateFleetCommand = _UpdateFleetCommand;
3635
3792
 
3636
3793
  // src/commands/UpdateModelManifestCommand.ts
3637
3794
 
3638
3795
 
3639
3796
 
3640
- var _UpdateModelManifestCommand = class _UpdateModelManifestCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3797
+ var UpdateModelManifestCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3641
3798
  return [
3642
3799
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3643
3800
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3644
3801
  ];
3645
3802
  }).s("IoTAutobahnControlPlane", "UpdateModelManifest", {}).n("IoTFleetWiseClient", "UpdateModelManifestCommand").f(void 0, void 0).ser(se_UpdateModelManifestCommand).de(de_UpdateModelManifestCommand).build() {
3803
+ static {
3804
+ __name(this, "UpdateModelManifestCommand");
3805
+ }
3646
3806
  };
3647
- __name(_UpdateModelManifestCommand, "UpdateModelManifestCommand");
3648
- var UpdateModelManifestCommand = _UpdateModelManifestCommand;
3649
3807
 
3650
3808
  // src/commands/UpdateSignalCatalogCommand.ts
3651
3809
 
3652
3810
 
3653
3811
 
3654
- var _UpdateSignalCatalogCommand = class _UpdateSignalCatalogCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3812
+ var UpdateSignalCatalogCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3655
3813
  return [
3656
3814
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3657
3815
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3658
3816
  ];
3659
3817
  }).s("IoTAutobahnControlPlane", "UpdateSignalCatalog", {}).n("IoTFleetWiseClient", "UpdateSignalCatalogCommand").f(void 0, void 0).ser(se_UpdateSignalCatalogCommand).de(de_UpdateSignalCatalogCommand).build() {
3818
+ static {
3819
+ __name(this, "UpdateSignalCatalogCommand");
3820
+ }
3660
3821
  };
3661
- __name(_UpdateSignalCatalogCommand, "UpdateSignalCatalogCommand");
3662
- var UpdateSignalCatalogCommand = _UpdateSignalCatalogCommand;
3663
3822
 
3664
3823
  // src/commands/UpdateStateTemplateCommand.ts
3665
3824
 
3666
3825
 
3667
3826
 
3668
- var _UpdateStateTemplateCommand = class _UpdateStateTemplateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3827
+ var UpdateStateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3669
3828
  return [
3670
3829
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3671
3830
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3672
3831
  ];
3673
3832
  }).s("IoTAutobahnControlPlane", "UpdateStateTemplate", {}).n("IoTFleetWiseClient", "UpdateStateTemplateCommand").f(void 0, void 0).ser(se_UpdateStateTemplateCommand).de(de_UpdateStateTemplateCommand).build() {
3833
+ static {
3834
+ __name(this, "UpdateStateTemplateCommand");
3835
+ }
3674
3836
  };
3675
- __name(_UpdateStateTemplateCommand, "UpdateStateTemplateCommand");
3676
- var UpdateStateTemplateCommand = _UpdateStateTemplateCommand;
3677
3837
 
3678
3838
  // src/commands/UpdateVehicleCommand.ts
3679
3839
 
3680
3840
 
3681
3841
 
3682
- var _UpdateVehicleCommand = class _UpdateVehicleCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3842
+ var UpdateVehicleCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3683
3843
  return [
3684
3844
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3685
3845
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3686
3846
  ];
3687
3847
  }).s("IoTAutobahnControlPlane", "UpdateVehicle", {}).n("IoTFleetWiseClient", "UpdateVehicleCommand").f(void 0, void 0).ser(se_UpdateVehicleCommand).de(de_UpdateVehicleCommand).build() {
3848
+ static {
3849
+ __name(this, "UpdateVehicleCommand");
3850
+ }
3688
3851
  };
3689
- __name(_UpdateVehicleCommand, "UpdateVehicleCommand");
3690
- var UpdateVehicleCommand = _UpdateVehicleCommand;
3691
3852
 
3692
3853
  // src/IoTFleetWise.ts
3693
3854
  var commands = {
@@ -3749,10 +3910,11 @@ var commands = {
3749
3910
  UpdateStateTemplateCommand,
3750
3911
  UpdateVehicleCommand
3751
3912
  };
3752
- var _IoTFleetWise = class _IoTFleetWise extends IoTFleetWiseClient {
3913
+ var IoTFleetWise = class extends IoTFleetWiseClient {
3914
+ static {
3915
+ __name(this, "IoTFleetWise");
3916
+ }
3753
3917
  };
3754
- __name(_IoTFleetWise, "IoTFleetWise");
3755
- var IoTFleetWise = _IoTFleetWise;
3756
3918
  (0, import_smithy_client.createAggregatedClient)(commands, IoTFleetWise);
3757
3919
 
3758
3920
  // src/pagination/GetVehicleStatusPaginator.ts