@aws-sdk/client-iotsitewise 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
@@ -321,7 +321,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
321
321
  }, "resolveRuntimeExtensions");
322
322
 
323
323
  // src/IoTSiteWiseClient.ts
324
- var _IoTSiteWiseClient = class _IoTSiteWiseClient extends import_smithy_client.Client {
324
+ var IoTSiteWiseClient = class extends import_smithy_client.Client {
325
+ static {
326
+ __name(this, "IoTSiteWiseClient");
327
+ }
328
+ /**
329
+ * The resolved configuration of IoTSiteWiseClient class. This is resolved and normalized from the {@link IoTSiteWiseClientConfig | constructor configuration interface}.
330
+ */
331
+ config;
325
332
  constructor(...[configuration]) {
326
333
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
327
334
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -332,7 +339,7 @@ var _IoTSiteWiseClient = class _IoTSiteWiseClient extends import_smithy_client.C
332
339
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
333
340
  const _config_7 = (0, import_eventstream_serde_config_resolver.resolveEventStreamSerdeConfig)(_config_6);
334
341
  const _config_8 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_7);
335
- const _config_9 = resolveRuntimeExtensions(_config_8, (configuration == null ? void 0 : configuration.extensions) || []);
342
+ const _config_9 = resolveRuntimeExtensions(_config_8, configuration?.extensions || []);
336
343
  super(_config_9);
337
344
  this.config = _config_9;
338
345
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -360,8 +367,6 @@ var _IoTSiteWiseClient = class _IoTSiteWiseClient extends import_smithy_client.C
360
367
  super.destroy();
361
368
  }
362
369
  };
363
- __name(_IoTSiteWiseClient, "IoTSiteWiseClient");
364
- var IoTSiteWiseClient = _IoTSiteWiseClient;
365
370
 
366
371
  // src/IoTSiteWise.ts
367
372
 
@@ -380,7 +385,10 @@ var import_uuid = require("uuid");
380
385
 
381
386
  // src/models/IoTSiteWiseServiceException.ts
382
387
 
383
- var _IoTSiteWiseServiceException = class _IoTSiteWiseServiceException extends import_smithy_client.ServiceException {
388
+ var IoTSiteWiseServiceException = class _IoTSiteWiseServiceException extends import_smithy_client.ServiceException {
389
+ static {
390
+ __name(this, "IoTSiteWiseServiceException");
391
+ }
384
392
  /**
385
393
  * @internal
386
394
  */
@@ -389,12 +397,15 @@ var _IoTSiteWiseServiceException = class _IoTSiteWiseServiceException extends im
389
397
  Object.setPrototypeOf(this, _IoTSiteWiseServiceException.prototype);
390
398
  }
391
399
  };
392
- __name(_IoTSiteWiseServiceException, "IoTSiteWiseServiceException");
393
- var IoTSiteWiseServiceException = _IoTSiteWiseServiceException;
394
400
 
395
401
  // src/models/models_0.ts
396
402
 
397
- var _AccessDeniedException = class _AccessDeniedException extends IoTSiteWiseServiceException {
403
+ var AccessDeniedException = class _AccessDeniedException extends IoTSiteWiseServiceException {
404
+ static {
405
+ __name(this, "AccessDeniedException");
406
+ }
407
+ name = "AccessDeniedException";
408
+ $fault = "client";
398
409
  /**
399
410
  * @internal
400
411
  */
@@ -404,13 +415,9 @@ var _AccessDeniedException = class _AccessDeniedException extends IoTSiteWiseSer
404
415
  $fault: "client",
405
416
  ...opts
406
417
  });
407
- this.name = "AccessDeniedException";
408
- this.$fault = "client";
409
418
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
410
419
  }
411
420
  };
412
- __name(_AccessDeniedException, "AccessDeniedException");
413
- var AccessDeniedException = _AccessDeniedException;
414
421
  var Permission = {
415
422
  ADMINISTRATOR: "ADMINISTRATOR",
416
423
  VIEWER: "VIEWER"
@@ -484,7 +491,22 @@ var AssetState = {
484
491
  FAILED: "FAILED",
485
492
  UPDATING: "UPDATING"
486
493
  };
487
- var _ConflictingOperationException = class _ConflictingOperationException extends IoTSiteWiseServiceException {
494
+ var ConflictingOperationException = class _ConflictingOperationException extends IoTSiteWiseServiceException {
495
+ static {
496
+ __name(this, "ConflictingOperationException");
497
+ }
498
+ name = "ConflictingOperationException";
499
+ $fault = "client";
500
+ /**
501
+ * <p>The ID of the resource that conflicts with this operation.</p>
502
+ * @public
503
+ */
504
+ resourceId;
505
+ /**
506
+ * <p>The ARN of the resource that conflicts with this operation.</p>
507
+ * @public
508
+ */
509
+ resourceArn;
488
510
  /**
489
511
  * @internal
490
512
  */
@@ -494,16 +516,17 @@ var _ConflictingOperationException = class _ConflictingOperationException extend
494
516
  $fault: "client",
495
517
  ...opts
496
518
  });
497
- this.name = "ConflictingOperationException";
498
- this.$fault = "client";
499
519
  Object.setPrototypeOf(this, _ConflictingOperationException.prototype);
500
520
  this.resourceId = opts.resourceId;
501
521
  this.resourceArn = opts.resourceArn;
502
522
  }
503
523
  };
504
- __name(_ConflictingOperationException, "ConflictingOperationException");
505
- var ConflictingOperationException = _ConflictingOperationException;
506
- var _InternalFailureException = class _InternalFailureException extends IoTSiteWiseServiceException {
524
+ var InternalFailureException = class _InternalFailureException extends IoTSiteWiseServiceException {
525
+ static {
526
+ __name(this, "InternalFailureException");
527
+ }
528
+ name = "InternalFailureException";
529
+ $fault = "server";
507
530
  /**
508
531
  * @internal
509
532
  */
@@ -513,14 +536,15 @@ var _InternalFailureException = class _InternalFailureException extends IoTSiteW
513
536
  $fault: "server",
514
537
  ...opts
515
538
  });
516
- this.name = "InternalFailureException";
517
- this.$fault = "server";
518
539
  Object.setPrototypeOf(this, _InternalFailureException.prototype);
519
540
  }
520
541
  };
521
- __name(_InternalFailureException, "InternalFailureException");
522
- var InternalFailureException = _InternalFailureException;
523
- var _InvalidRequestException = class _InvalidRequestException extends IoTSiteWiseServiceException {
542
+ var InvalidRequestException = class _InvalidRequestException extends IoTSiteWiseServiceException {
543
+ static {
544
+ __name(this, "InvalidRequestException");
545
+ }
546
+ name = "InvalidRequestException";
547
+ $fault = "client";
524
548
  /**
525
549
  * @internal
526
550
  */
@@ -530,14 +554,15 @@ var _InvalidRequestException = class _InvalidRequestException extends IoTSiteWis
530
554
  $fault: "client",
531
555
  ...opts
532
556
  });
533
- this.name = "InvalidRequestException";
534
- this.$fault = "client";
535
557
  Object.setPrototypeOf(this, _InvalidRequestException.prototype);
536
558
  }
537
559
  };
538
- __name(_InvalidRequestException, "InvalidRequestException");
539
- var InvalidRequestException = _InvalidRequestException;
540
- var _LimitExceededException = class _LimitExceededException extends IoTSiteWiseServiceException {
560
+ var LimitExceededException = class _LimitExceededException extends IoTSiteWiseServiceException {
561
+ static {
562
+ __name(this, "LimitExceededException");
563
+ }
564
+ name = "LimitExceededException";
565
+ $fault = "client";
541
566
  /**
542
567
  * @internal
543
568
  */
@@ -547,14 +572,25 @@ var _LimitExceededException = class _LimitExceededException extends IoTSiteWiseS
547
572
  $fault: "client",
548
573
  ...opts
549
574
  });
550
- this.name = "LimitExceededException";
551
- this.$fault = "client";
552
575
  Object.setPrototypeOf(this, _LimitExceededException.prototype);
553
576
  }
554
577
  };
555
- __name(_LimitExceededException, "LimitExceededException");
556
- var LimitExceededException = _LimitExceededException;
557
- var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends IoTSiteWiseServiceException {
578
+ var ResourceAlreadyExistsException = class _ResourceAlreadyExistsException extends IoTSiteWiseServiceException {
579
+ static {
580
+ __name(this, "ResourceAlreadyExistsException");
581
+ }
582
+ name = "ResourceAlreadyExistsException";
583
+ $fault = "client";
584
+ /**
585
+ * <p>The ID of the resource that already exists.</p>
586
+ * @public
587
+ */
588
+ resourceId;
589
+ /**
590
+ * <p>The ARN of the resource that already exists.</p>
591
+ * @public
592
+ */
593
+ resourceArn;
558
594
  /**
559
595
  * @internal
560
596
  */
@@ -564,16 +600,17 @@ var _ResourceAlreadyExistsException = class _ResourceAlreadyExistsException exte
564
600
  $fault: "client",
565
601
  ...opts
566
602
  });
567
- this.name = "ResourceAlreadyExistsException";
568
- this.$fault = "client";
569
603
  Object.setPrototypeOf(this, _ResourceAlreadyExistsException.prototype);
570
604
  this.resourceId = opts.resourceId;
571
605
  this.resourceArn = opts.resourceArn;
572
606
  }
573
607
  };
574
- __name(_ResourceAlreadyExistsException, "ResourceAlreadyExistsException");
575
- var ResourceAlreadyExistsException = _ResourceAlreadyExistsException;
576
- var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTSiteWiseServiceException {
608
+ var ResourceNotFoundException = class _ResourceNotFoundException extends IoTSiteWiseServiceException {
609
+ static {
610
+ __name(this, "ResourceNotFoundException");
611
+ }
612
+ name = "ResourceNotFoundException";
613
+ $fault = "client";
577
614
  /**
578
615
  * @internal
579
616
  */
@@ -583,14 +620,15 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends IoTSit
583
620
  $fault: "client",
584
621
  ...opts
585
622
  });
586
- this.name = "ResourceNotFoundException";
587
- this.$fault = "client";
588
623
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
589
624
  }
590
625
  };
591
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
592
- var ResourceNotFoundException = _ResourceNotFoundException;
593
- var _ThrottlingException = class _ThrottlingException extends IoTSiteWiseServiceException {
626
+ var ThrottlingException = class _ThrottlingException extends IoTSiteWiseServiceException {
627
+ static {
628
+ __name(this, "ThrottlingException");
629
+ }
630
+ name = "ThrottlingException";
631
+ $fault = "client";
594
632
  /**
595
633
  * @internal
596
634
  */
@@ -600,13 +638,9 @@ var _ThrottlingException = class _ThrottlingException extends IoTSiteWiseService
600
638
  $fault: "client",
601
639
  ...opts
602
640
  });
603
- this.name = "ThrottlingException";
604
- this.$fault = "client";
605
641
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
606
642
  }
607
643
  };
608
- __name(_ThrottlingException, "ThrottlingException");
609
- var ThrottlingException = _ThrottlingException;
610
644
  var AuthMode = {
611
645
  IAM: "IAM",
612
646
  SSO: "SSO"
@@ -624,7 +658,12 @@ var BatchEntryCompletionStatus = {
624
658
  ERROR: "ERROR",
625
659
  SUCCESS: "SUCCESS"
626
660
  };
627
- var _ServiceUnavailableException = class _ServiceUnavailableException extends IoTSiteWiseServiceException {
661
+ var ServiceUnavailableException = class _ServiceUnavailableException extends IoTSiteWiseServiceException {
662
+ static {
663
+ __name(this, "ServiceUnavailableException");
664
+ }
665
+ name = "ServiceUnavailableException";
666
+ $fault = "server";
628
667
  /**
629
668
  * @internal
630
669
  */
@@ -634,13 +673,9 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Io
634
673
  $fault: "server",
635
674
  ...opts
636
675
  });
637
- this.name = "ServiceUnavailableException";
638
- this.$fault = "server";
639
676
  Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
640
677
  }
641
678
  };
642
- __name(_ServiceUnavailableException, "ServiceUnavailableException");
643
- var ServiceUnavailableException = _ServiceUnavailableException;
644
679
  var BatchGetAssetPropertyValueErrorCode = {
645
680
  AccessDeniedException: "AccessDeniedException",
646
681
  InvalidRequestException: "InvalidRequestException",
@@ -662,7 +697,22 @@ var BatchPutAssetPropertyValueErrorCode = {
662
697
  ThrottlingException: "ThrottlingException",
663
698
  TimestampOutOfRangeException: "TimestampOutOfRangeException"
664
699
  };
665
- var _PreconditionFailedException = class _PreconditionFailedException extends IoTSiteWiseServiceException {
700
+ var PreconditionFailedException = class _PreconditionFailedException extends IoTSiteWiseServiceException {
701
+ static {
702
+ __name(this, "PreconditionFailedException");
703
+ }
704
+ name = "PreconditionFailedException";
705
+ $fault = "client";
706
+ /**
707
+ * <p>The ID of the resource on which precondition failed with this operation.</p>
708
+ * @public
709
+ */
710
+ resourceId;
711
+ /**
712
+ * <p>The ARN of the resource on which precondition failed with this operation.</p>
713
+ * @public
714
+ */
715
+ resourceArn;
666
716
  /**
667
717
  * @internal
668
718
  */
@@ -672,15 +722,11 @@ var _PreconditionFailedException = class _PreconditionFailedException extends Io
672
722
  $fault: "client",
673
723
  ...opts
674
724
  });
675
- this.name = "PreconditionFailedException";
676
- this.$fault = "client";
677
725
  Object.setPrototypeOf(this, _PreconditionFailedException.prototype);
678
726
  this.resourceId = opts.resourceId;
679
727
  this.resourceArn = opts.resourceArn;
680
728
  }
681
729
  };
682
- __name(_PreconditionFailedException, "PreconditionFailedException");
683
- var PreconditionFailedException = _PreconditionFailedException;
684
730
  var ColumnName = {
685
731
  ALIAS: "ALIAS",
686
732
  ASSET_ID: "ASSET_ID",
@@ -772,7 +818,12 @@ var ScalarType = {
772
818
  STRING: "STRING",
773
819
  TIMESTAMP: "TIMESTAMP"
774
820
  };
775
- var _QueryTimeoutException = class _QueryTimeoutException extends IoTSiteWiseServiceException {
821
+ var QueryTimeoutException = class _QueryTimeoutException extends IoTSiteWiseServiceException {
822
+ static {
823
+ __name(this, "QueryTimeoutException");
824
+ }
825
+ name = "QueryTimeoutException";
826
+ $fault = "client";
776
827
  /**
777
828
  * @internal
778
829
  */
@@ -782,14 +833,15 @@ var _QueryTimeoutException = class _QueryTimeoutException extends IoTSiteWiseSer
782
833
  $fault: "client",
783
834
  ...opts
784
835
  });
785
- this.name = "QueryTimeoutException";
786
- this.$fault = "client";
787
836
  Object.setPrototypeOf(this, _QueryTimeoutException.prototype);
788
837
  }
789
838
  };
790
- __name(_QueryTimeoutException, "QueryTimeoutException");
791
- var QueryTimeoutException = _QueryTimeoutException;
792
- var _ValidationException = class _ValidationException extends IoTSiteWiseServiceException {
839
+ var ValidationException = class _ValidationException extends IoTSiteWiseServiceException {
840
+ static {
841
+ __name(this, "ValidationException");
842
+ }
843
+ name = "ValidationException";
844
+ $fault = "client";
793
845
  /**
794
846
  * @internal
795
847
  */
@@ -799,13 +851,9 @@ var _ValidationException = class _ValidationException extends IoTSiteWiseService
799
851
  $fault: "client",
800
852
  ...opts
801
853
  });
802
- this.name = "ValidationException";
803
- this.$fault = "client";
804
854
  Object.setPrototypeOf(this, _ValidationException.prototype);
805
855
  }
806
856
  };
807
- __name(_ValidationException, "ValidationException");
808
- var ValidationException = _ValidationException;
809
857
  var ResponseStream;
810
858
  ((ResponseStream3) => {
811
859
  ResponseStream3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -913,7 +961,12 @@ var ListBulkImportJobsFilter = {
913
961
  PENDING: "PENDING",
914
962
  RUNNING: "RUNNING"
915
963
  };
916
- var _UnauthorizedException = class _UnauthorizedException extends IoTSiteWiseServiceException {
964
+ var UnauthorizedException = class _UnauthorizedException extends IoTSiteWiseServiceException {
965
+ static {
966
+ __name(this, "UnauthorizedException");
967
+ }
968
+ name = "UnauthorizedException";
969
+ $fault = "client";
917
970
  /**
918
971
  * @internal
919
972
  */
@@ -923,18 +976,24 @@ var _UnauthorizedException = class _UnauthorizedException extends IoTSiteWiseSer
923
976
  $fault: "client",
924
977
  ...opts
925
978
  });
926
- this.name = "UnauthorizedException";
927
- this.$fault = "client";
928
979
  Object.setPrototypeOf(this, _UnauthorizedException.prototype);
929
980
  }
930
981
  };
931
- __name(_UnauthorizedException, "UnauthorizedException");
932
- var UnauthorizedException = _UnauthorizedException;
933
982
  var ListTimeSeriesType = {
934
983
  ASSOCIATED: "ASSOCIATED",
935
984
  DISASSOCIATED: "DISASSOCIATED"
936
985
  };
937
- var _TooManyTagsException = class _TooManyTagsException extends IoTSiteWiseServiceException {
986
+ var TooManyTagsException = class _TooManyTagsException extends IoTSiteWiseServiceException {
987
+ static {
988
+ __name(this, "TooManyTagsException");
989
+ }
990
+ name = "TooManyTagsException";
991
+ $fault = "client";
992
+ /**
993
+ * <p>The name of the resource with too many tags.</p>
994
+ * @public
995
+ */
996
+ resourceName;
938
997
  /**
939
998
  * @internal
940
999
  */
@@ -944,14 +1003,10 @@ var _TooManyTagsException = class _TooManyTagsException extends IoTSiteWiseServi
944
1003
  $fault: "client",
945
1004
  ...opts
946
1005
  });
947
- this.name = "TooManyTagsException";
948
- this.$fault = "client";
949
1006
  Object.setPrototypeOf(this, _TooManyTagsException.prototype);
950
1007
  this.resourceName = opts.resourceName;
951
1008
  }
952
1009
  };
953
- __name(_TooManyTagsException, "TooManyTagsException");
954
- var TooManyTagsException = _TooManyTagsException;
955
1010
  var UpdatePortalRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
956
1011
  ...obj,
957
1012
  ...obj.portalContactEmail && { portalContactEmail: import_smithy_client.SENSITIVE_STRING },
@@ -5329,763 +5384,817 @@ var _tT = "traversalType";
5329
5384
  var _xaiaci = "x-amz-iotsitewise-assistant-conversation-id";
5330
5385
 
5331
5386
  // src/commands/AssociateAssetsCommand.ts
5332
- var _AssociateAssetsCommand = class _AssociateAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5387
+ var AssociateAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5333
5388
  return [
5334
5389
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5335
5390
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5336
5391
  ];
5337
5392
  }).s("AWSIoTSiteWise", "AssociateAssets", {}).n("IoTSiteWiseClient", "AssociateAssetsCommand").f(void 0, void 0).ser(se_AssociateAssetsCommand).de(de_AssociateAssetsCommand).build() {
5393
+ static {
5394
+ __name(this, "AssociateAssetsCommand");
5395
+ }
5338
5396
  };
5339
- __name(_AssociateAssetsCommand, "AssociateAssetsCommand");
5340
- var AssociateAssetsCommand = _AssociateAssetsCommand;
5341
5397
 
5342
5398
  // src/commands/AssociateTimeSeriesToAssetPropertyCommand.ts
5343
5399
 
5344
5400
 
5345
5401
 
5346
- var _AssociateTimeSeriesToAssetPropertyCommand = class _AssociateTimeSeriesToAssetPropertyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5402
+ var AssociateTimeSeriesToAssetPropertyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5347
5403
  return [
5348
5404
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5349
5405
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5350
5406
  ];
5351
5407
  }).s("AWSIoTSiteWise", "AssociateTimeSeriesToAssetProperty", {}).n("IoTSiteWiseClient", "AssociateTimeSeriesToAssetPropertyCommand").f(void 0, void 0).ser(se_AssociateTimeSeriesToAssetPropertyCommand).de(de_AssociateTimeSeriesToAssetPropertyCommand).build() {
5408
+ static {
5409
+ __name(this, "AssociateTimeSeriesToAssetPropertyCommand");
5410
+ }
5352
5411
  };
5353
- __name(_AssociateTimeSeriesToAssetPropertyCommand, "AssociateTimeSeriesToAssetPropertyCommand");
5354
- var AssociateTimeSeriesToAssetPropertyCommand = _AssociateTimeSeriesToAssetPropertyCommand;
5355
5412
 
5356
5413
  // src/commands/BatchAssociateProjectAssetsCommand.ts
5357
5414
 
5358
5415
 
5359
5416
 
5360
- var _BatchAssociateProjectAssetsCommand = class _BatchAssociateProjectAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5417
+ var BatchAssociateProjectAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5361
5418
  return [
5362
5419
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5363
5420
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5364
5421
  ];
5365
5422
  }).s("AWSIoTSiteWise", "BatchAssociateProjectAssets", {}).n("IoTSiteWiseClient", "BatchAssociateProjectAssetsCommand").f(void 0, void 0).ser(se_BatchAssociateProjectAssetsCommand).de(de_BatchAssociateProjectAssetsCommand).build() {
5423
+ static {
5424
+ __name(this, "BatchAssociateProjectAssetsCommand");
5425
+ }
5366
5426
  };
5367
- __name(_BatchAssociateProjectAssetsCommand, "BatchAssociateProjectAssetsCommand");
5368
- var BatchAssociateProjectAssetsCommand = _BatchAssociateProjectAssetsCommand;
5369
5427
 
5370
5428
  // src/commands/BatchDisassociateProjectAssetsCommand.ts
5371
5429
 
5372
5430
 
5373
5431
 
5374
- var _BatchDisassociateProjectAssetsCommand = class _BatchDisassociateProjectAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5432
+ var BatchDisassociateProjectAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5375
5433
  return [
5376
5434
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5377
5435
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5378
5436
  ];
5379
5437
  }).s("AWSIoTSiteWise", "BatchDisassociateProjectAssets", {}).n("IoTSiteWiseClient", "BatchDisassociateProjectAssetsCommand").f(void 0, void 0).ser(se_BatchDisassociateProjectAssetsCommand).de(de_BatchDisassociateProjectAssetsCommand).build() {
5438
+ static {
5439
+ __name(this, "BatchDisassociateProjectAssetsCommand");
5440
+ }
5380
5441
  };
5381
- __name(_BatchDisassociateProjectAssetsCommand, "BatchDisassociateProjectAssetsCommand");
5382
- var BatchDisassociateProjectAssetsCommand = _BatchDisassociateProjectAssetsCommand;
5383
5442
 
5384
5443
  // src/commands/BatchGetAssetPropertyAggregatesCommand.ts
5385
5444
 
5386
5445
 
5387
5446
 
5388
- var _BatchGetAssetPropertyAggregatesCommand = class _BatchGetAssetPropertyAggregatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5447
+ var BatchGetAssetPropertyAggregatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5389
5448
  return [
5390
5449
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5391
5450
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5392
5451
  ];
5393
5452
  }).s("AWSIoTSiteWise", "BatchGetAssetPropertyAggregates", {}).n("IoTSiteWiseClient", "BatchGetAssetPropertyAggregatesCommand").f(void 0, void 0).ser(se_BatchGetAssetPropertyAggregatesCommand).de(de_BatchGetAssetPropertyAggregatesCommand).build() {
5453
+ static {
5454
+ __name(this, "BatchGetAssetPropertyAggregatesCommand");
5455
+ }
5394
5456
  };
5395
- __name(_BatchGetAssetPropertyAggregatesCommand, "BatchGetAssetPropertyAggregatesCommand");
5396
- var BatchGetAssetPropertyAggregatesCommand = _BatchGetAssetPropertyAggregatesCommand;
5397
5457
 
5398
5458
  // src/commands/BatchGetAssetPropertyValueCommand.ts
5399
5459
 
5400
5460
 
5401
5461
 
5402
- var _BatchGetAssetPropertyValueCommand = class _BatchGetAssetPropertyValueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5462
+ var BatchGetAssetPropertyValueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5403
5463
  return [
5404
5464
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5405
5465
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5406
5466
  ];
5407
5467
  }).s("AWSIoTSiteWise", "BatchGetAssetPropertyValue", {}).n("IoTSiteWiseClient", "BatchGetAssetPropertyValueCommand").f(void 0, void 0).ser(se_BatchGetAssetPropertyValueCommand).de(de_BatchGetAssetPropertyValueCommand).build() {
5468
+ static {
5469
+ __name(this, "BatchGetAssetPropertyValueCommand");
5470
+ }
5408
5471
  };
5409
- __name(_BatchGetAssetPropertyValueCommand, "BatchGetAssetPropertyValueCommand");
5410
- var BatchGetAssetPropertyValueCommand = _BatchGetAssetPropertyValueCommand;
5411
5472
 
5412
5473
  // src/commands/BatchGetAssetPropertyValueHistoryCommand.ts
5413
5474
 
5414
5475
 
5415
5476
 
5416
- var _BatchGetAssetPropertyValueHistoryCommand = class _BatchGetAssetPropertyValueHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5477
+ var BatchGetAssetPropertyValueHistoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5417
5478
  return [
5418
5479
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5419
5480
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5420
5481
  ];
5421
5482
  }).s("AWSIoTSiteWise", "BatchGetAssetPropertyValueHistory", {}).n("IoTSiteWiseClient", "BatchGetAssetPropertyValueHistoryCommand").f(void 0, void 0).ser(se_BatchGetAssetPropertyValueHistoryCommand).de(de_BatchGetAssetPropertyValueHistoryCommand).build() {
5483
+ static {
5484
+ __name(this, "BatchGetAssetPropertyValueHistoryCommand");
5485
+ }
5422
5486
  };
5423
- __name(_BatchGetAssetPropertyValueHistoryCommand, "BatchGetAssetPropertyValueHistoryCommand");
5424
- var BatchGetAssetPropertyValueHistoryCommand = _BatchGetAssetPropertyValueHistoryCommand;
5425
5487
 
5426
5488
  // src/commands/BatchPutAssetPropertyValueCommand.ts
5427
5489
 
5428
5490
 
5429
5491
 
5430
- var _BatchPutAssetPropertyValueCommand = class _BatchPutAssetPropertyValueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5492
+ var BatchPutAssetPropertyValueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5431
5493
  return [
5432
5494
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5433
5495
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5434
5496
  ];
5435
5497
  }).s("AWSIoTSiteWise", "BatchPutAssetPropertyValue", {}).n("IoTSiteWiseClient", "BatchPutAssetPropertyValueCommand").f(void 0, void 0).ser(se_BatchPutAssetPropertyValueCommand).de(de_BatchPutAssetPropertyValueCommand).build() {
5498
+ static {
5499
+ __name(this, "BatchPutAssetPropertyValueCommand");
5500
+ }
5436
5501
  };
5437
- __name(_BatchPutAssetPropertyValueCommand, "BatchPutAssetPropertyValueCommand");
5438
- var BatchPutAssetPropertyValueCommand = _BatchPutAssetPropertyValueCommand;
5439
5502
 
5440
5503
  // src/commands/CreateAccessPolicyCommand.ts
5441
5504
 
5442
5505
 
5443
5506
 
5444
- var _CreateAccessPolicyCommand = class _CreateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5507
+ var CreateAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5445
5508
  return [
5446
5509
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5447
5510
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5448
5511
  ];
5449
5512
  }).s("AWSIoTSiteWise", "CreateAccessPolicy", {}).n("IoTSiteWiseClient", "CreateAccessPolicyCommand").f(void 0, void 0).ser(se_CreateAccessPolicyCommand).de(de_CreateAccessPolicyCommand).build() {
5513
+ static {
5514
+ __name(this, "CreateAccessPolicyCommand");
5515
+ }
5450
5516
  };
5451
- __name(_CreateAccessPolicyCommand, "CreateAccessPolicyCommand");
5452
- var CreateAccessPolicyCommand = _CreateAccessPolicyCommand;
5453
5517
 
5454
5518
  // src/commands/CreateAssetCommand.ts
5455
5519
 
5456
5520
 
5457
5521
 
5458
- var _CreateAssetCommand = class _CreateAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5522
+ var CreateAssetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5459
5523
  return [
5460
5524
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5461
5525
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5462
5526
  ];
5463
5527
  }).s("AWSIoTSiteWise", "CreateAsset", {}).n("IoTSiteWiseClient", "CreateAssetCommand").f(void 0, void 0).ser(se_CreateAssetCommand).de(de_CreateAssetCommand).build() {
5528
+ static {
5529
+ __name(this, "CreateAssetCommand");
5530
+ }
5464
5531
  };
5465
- __name(_CreateAssetCommand, "CreateAssetCommand");
5466
- var CreateAssetCommand = _CreateAssetCommand;
5467
5532
 
5468
5533
  // src/commands/CreateAssetModelCommand.ts
5469
5534
 
5470
5535
 
5471
5536
 
5472
- var _CreateAssetModelCommand = class _CreateAssetModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5537
+ var CreateAssetModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5473
5538
  return [
5474
5539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5475
5540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5476
5541
  ];
5477
5542
  }).s("AWSIoTSiteWise", "CreateAssetModel", {}).n("IoTSiteWiseClient", "CreateAssetModelCommand").f(void 0, void 0).ser(se_CreateAssetModelCommand).de(de_CreateAssetModelCommand).build() {
5543
+ static {
5544
+ __name(this, "CreateAssetModelCommand");
5545
+ }
5478
5546
  };
5479
- __name(_CreateAssetModelCommand, "CreateAssetModelCommand");
5480
- var CreateAssetModelCommand = _CreateAssetModelCommand;
5481
5547
 
5482
5548
  // src/commands/CreateAssetModelCompositeModelCommand.ts
5483
5549
 
5484
5550
 
5485
5551
 
5486
- var _CreateAssetModelCompositeModelCommand = class _CreateAssetModelCompositeModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5552
+ var CreateAssetModelCompositeModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5487
5553
  return [
5488
5554
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5489
5555
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5490
5556
  ];
5491
5557
  }).s("AWSIoTSiteWise", "CreateAssetModelCompositeModel", {}).n("IoTSiteWiseClient", "CreateAssetModelCompositeModelCommand").f(void 0, void 0).ser(se_CreateAssetModelCompositeModelCommand).de(de_CreateAssetModelCompositeModelCommand).build() {
5558
+ static {
5559
+ __name(this, "CreateAssetModelCompositeModelCommand");
5560
+ }
5492
5561
  };
5493
- __name(_CreateAssetModelCompositeModelCommand, "CreateAssetModelCompositeModelCommand");
5494
- var CreateAssetModelCompositeModelCommand = _CreateAssetModelCompositeModelCommand;
5495
5562
 
5496
5563
  // src/commands/CreateBulkImportJobCommand.ts
5497
5564
 
5498
5565
 
5499
5566
 
5500
- var _CreateBulkImportJobCommand = class _CreateBulkImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5567
+ var CreateBulkImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5501
5568
  return [
5502
5569
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5503
5570
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5504
5571
  ];
5505
5572
  }).s("AWSIoTSiteWise", "CreateBulkImportJob", {}).n("IoTSiteWiseClient", "CreateBulkImportJobCommand").f(void 0, void 0).ser(se_CreateBulkImportJobCommand).de(de_CreateBulkImportJobCommand).build() {
5573
+ static {
5574
+ __name(this, "CreateBulkImportJobCommand");
5575
+ }
5506
5576
  };
5507
- __name(_CreateBulkImportJobCommand, "CreateBulkImportJobCommand");
5508
- var CreateBulkImportJobCommand = _CreateBulkImportJobCommand;
5509
5577
 
5510
5578
  // src/commands/CreateDashboardCommand.ts
5511
5579
 
5512
5580
 
5513
5581
 
5514
- var _CreateDashboardCommand = class _CreateDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5582
+ var CreateDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5515
5583
  return [
5516
5584
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5517
5585
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5518
5586
  ];
5519
5587
  }).s("AWSIoTSiteWise", "CreateDashboard", {}).n("IoTSiteWiseClient", "CreateDashboardCommand").f(void 0, void 0).ser(se_CreateDashboardCommand).de(de_CreateDashboardCommand).build() {
5588
+ static {
5589
+ __name(this, "CreateDashboardCommand");
5590
+ }
5520
5591
  };
5521
- __name(_CreateDashboardCommand, "CreateDashboardCommand");
5522
- var CreateDashboardCommand = _CreateDashboardCommand;
5523
5592
 
5524
5593
  // src/commands/CreateDatasetCommand.ts
5525
5594
 
5526
5595
 
5527
5596
 
5528
- var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5597
+ var CreateDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5529
5598
  return [
5530
5599
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5531
5600
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5532
5601
  ];
5533
5602
  }).s("AWSIoTSiteWise", "CreateDataset", {}).n("IoTSiteWiseClient", "CreateDatasetCommand").f(void 0, void 0).ser(se_CreateDatasetCommand).de(de_CreateDatasetCommand).build() {
5603
+ static {
5604
+ __name(this, "CreateDatasetCommand");
5605
+ }
5534
5606
  };
5535
- __name(_CreateDatasetCommand, "CreateDatasetCommand");
5536
- var CreateDatasetCommand = _CreateDatasetCommand;
5537
5607
 
5538
5608
  // src/commands/CreateGatewayCommand.ts
5539
5609
 
5540
5610
 
5541
5611
 
5542
- var _CreateGatewayCommand = class _CreateGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5612
+ var CreateGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5543
5613
  return [
5544
5614
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5545
5615
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5546
5616
  ];
5547
5617
  }).s("AWSIoTSiteWise", "CreateGateway", {}).n("IoTSiteWiseClient", "CreateGatewayCommand").f(void 0, void 0).ser(se_CreateGatewayCommand).de(de_CreateGatewayCommand).build() {
5618
+ static {
5619
+ __name(this, "CreateGatewayCommand");
5620
+ }
5548
5621
  };
5549
- __name(_CreateGatewayCommand, "CreateGatewayCommand");
5550
- var CreateGatewayCommand = _CreateGatewayCommand;
5551
5622
 
5552
5623
  // src/commands/CreatePortalCommand.ts
5553
5624
 
5554
5625
 
5555
5626
 
5556
- var _CreatePortalCommand = class _CreatePortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5627
+ var CreatePortalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5557
5628
  return [
5558
5629
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5559
5630
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5560
5631
  ];
5561
5632
  }).s("AWSIoTSiteWise", "CreatePortal", {}).n("IoTSiteWiseClient", "CreatePortalCommand").f(CreatePortalRequestFilterSensitiveLog, void 0).ser(se_CreatePortalCommand).de(de_CreatePortalCommand).build() {
5633
+ static {
5634
+ __name(this, "CreatePortalCommand");
5635
+ }
5562
5636
  };
5563
- __name(_CreatePortalCommand, "CreatePortalCommand");
5564
- var CreatePortalCommand = _CreatePortalCommand;
5565
5637
 
5566
5638
  // src/commands/CreateProjectCommand.ts
5567
5639
 
5568
5640
 
5569
5641
 
5570
- var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5642
+ var CreateProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5571
5643
  return [
5572
5644
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5573
5645
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5574
5646
  ];
5575
5647
  }).s("AWSIoTSiteWise", "CreateProject", {}).n("IoTSiteWiseClient", "CreateProjectCommand").f(void 0, void 0).ser(se_CreateProjectCommand).de(de_CreateProjectCommand).build() {
5648
+ static {
5649
+ __name(this, "CreateProjectCommand");
5650
+ }
5576
5651
  };
5577
- __name(_CreateProjectCommand, "CreateProjectCommand");
5578
- var CreateProjectCommand = _CreateProjectCommand;
5579
5652
 
5580
5653
  // src/commands/DeleteAccessPolicyCommand.ts
5581
5654
 
5582
5655
 
5583
5656
 
5584
- var _DeleteAccessPolicyCommand = class _DeleteAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5657
+ var DeleteAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5585
5658
  return [
5586
5659
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5587
5660
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5588
5661
  ];
5589
5662
  }).s("AWSIoTSiteWise", "DeleteAccessPolicy", {}).n("IoTSiteWiseClient", "DeleteAccessPolicyCommand").f(void 0, void 0).ser(se_DeleteAccessPolicyCommand).de(de_DeleteAccessPolicyCommand).build() {
5663
+ static {
5664
+ __name(this, "DeleteAccessPolicyCommand");
5665
+ }
5590
5666
  };
5591
- __name(_DeleteAccessPolicyCommand, "DeleteAccessPolicyCommand");
5592
- var DeleteAccessPolicyCommand = _DeleteAccessPolicyCommand;
5593
5667
 
5594
5668
  // src/commands/DeleteAssetCommand.ts
5595
5669
 
5596
5670
 
5597
5671
 
5598
- var _DeleteAssetCommand = class _DeleteAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5672
+ var DeleteAssetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5599
5673
  return [
5600
5674
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5601
5675
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5602
5676
  ];
5603
5677
  }).s("AWSIoTSiteWise", "DeleteAsset", {}).n("IoTSiteWiseClient", "DeleteAssetCommand").f(void 0, void 0).ser(se_DeleteAssetCommand).de(de_DeleteAssetCommand).build() {
5678
+ static {
5679
+ __name(this, "DeleteAssetCommand");
5680
+ }
5604
5681
  };
5605
- __name(_DeleteAssetCommand, "DeleteAssetCommand");
5606
- var DeleteAssetCommand = _DeleteAssetCommand;
5607
5682
 
5608
5683
  // src/commands/DeleteAssetModelCommand.ts
5609
5684
 
5610
5685
 
5611
5686
 
5612
- var _DeleteAssetModelCommand = class _DeleteAssetModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5687
+ var DeleteAssetModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5613
5688
  return [
5614
5689
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5615
5690
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5616
5691
  ];
5617
5692
  }).s("AWSIoTSiteWise", "DeleteAssetModel", {}).n("IoTSiteWiseClient", "DeleteAssetModelCommand").f(void 0, void 0).ser(se_DeleteAssetModelCommand).de(de_DeleteAssetModelCommand).build() {
5693
+ static {
5694
+ __name(this, "DeleteAssetModelCommand");
5695
+ }
5618
5696
  };
5619
- __name(_DeleteAssetModelCommand, "DeleteAssetModelCommand");
5620
- var DeleteAssetModelCommand = _DeleteAssetModelCommand;
5621
5697
 
5622
5698
  // src/commands/DeleteAssetModelCompositeModelCommand.ts
5623
5699
 
5624
5700
 
5625
5701
 
5626
- var _DeleteAssetModelCompositeModelCommand = class _DeleteAssetModelCompositeModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5702
+ var DeleteAssetModelCompositeModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5627
5703
  return [
5628
5704
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5629
5705
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5630
5706
  ];
5631
5707
  }).s("AWSIoTSiteWise", "DeleteAssetModelCompositeModel", {}).n("IoTSiteWiseClient", "DeleteAssetModelCompositeModelCommand").f(void 0, void 0).ser(se_DeleteAssetModelCompositeModelCommand).de(de_DeleteAssetModelCompositeModelCommand).build() {
5708
+ static {
5709
+ __name(this, "DeleteAssetModelCompositeModelCommand");
5710
+ }
5632
5711
  };
5633
- __name(_DeleteAssetModelCompositeModelCommand, "DeleteAssetModelCompositeModelCommand");
5634
- var DeleteAssetModelCompositeModelCommand = _DeleteAssetModelCompositeModelCommand;
5635
5712
 
5636
5713
  // src/commands/DeleteDashboardCommand.ts
5637
5714
 
5638
5715
 
5639
5716
 
5640
- var _DeleteDashboardCommand = class _DeleteDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5717
+ var DeleteDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5641
5718
  return [
5642
5719
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5643
5720
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5644
5721
  ];
5645
5722
  }).s("AWSIoTSiteWise", "DeleteDashboard", {}).n("IoTSiteWiseClient", "DeleteDashboardCommand").f(void 0, void 0).ser(se_DeleteDashboardCommand).de(de_DeleteDashboardCommand).build() {
5723
+ static {
5724
+ __name(this, "DeleteDashboardCommand");
5725
+ }
5646
5726
  };
5647
- __name(_DeleteDashboardCommand, "DeleteDashboardCommand");
5648
- var DeleteDashboardCommand = _DeleteDashboardCommand;
5649
5727
 
5650
5728
  // src/commands/DeleteDatasetCommand.ts
5651
5729
 
5652
5730
 
5653
5731
 
5654
- var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5732
+ var DeleteDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5655
5733
  return [
5656
5734
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5657
5735
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5658
5736
  ];
5659
5737
  }).s("AWSIoTSiteWise", "DeleteDataset", {}).n("IoTSiteWiseClient", "DeleteDatasetCommand").f(void 0, void 0).ser(se_DeleteDatasetCommand).de(de_DeleteDatasetCommand).build() {
5738
+ static {
5739
+ __name(this, "DeleteDatasetCommand");
5740
+ }
5660
5741
  };
5661
- __name(_DeleteDatasetCommand, "DeleteDatasetCommand");
5662
- var DeleteDatasetCommand = _DeleteDatasetCommand;
5663
5742
 
5664
5743
  // src/commands/DeleteGatewayCommand.ts
5665
5744
 
5666
5745
 
5667
5746
 
5668
- var _DeleteGatewayCommand = class _DeleteGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5747
+ var DeleteGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5669
5748
  return [
5670
5749
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5671
5750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5672
5751
  ];
5673
5752
  }).s("AWSIoTSiteWise", "DeleteGateway", {}).n("IoTSiteWiseClient", "DeleteGatewayCommand").f(void 0, void 0).ser(se_DeleteGatewayCommand).de(de_DeleteGatewayCommand).build() {
5753
+ static {
5754
+ __name(this, "DeleteGatewayCommand");
5755
+ }
5674
5756
  };
5675
- __name(_DeleteGatewayCommand, "DeleteGatewayCommand");
5676
- var DeleteGatewayCommand = _DeleteGatewayCommand;
5677
5757
 
5678
5758
  // src/commands/DeletePortalCommand.ts
5679
5759
 
5680
5760
 
5681
5761
 
5682
- var _DeletePortalCommand = class _DeletePortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5762
+ var DeletePortalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5683
5763
  return [
5684
5764
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5685
5765
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5686
5766
  ];
5687
5767
  }).s("AWSIoTSiteWise", "DeletePortal", {}).n("IoTSiteWiseClient", "DeletePortalCommand").f(void 0, void 0).ser(se_DeletePortalCommand).de(de_DeletePortalCommand).build() {
5768
+ static {
5769
+ __name(this, "DeletePortalCommand");
5770
+ }
5688
5771
  };
5689
- __name(_DeletePortalCommand, "DeletePortalCommand");
5690
- var DeletePortalCommand = _DeletePortalCommand;
5691
5772
 
5692
5773
  // src/commands/DeleteProjectCommand.ts
5693
5774
 
5694
5775
 
5695
5776
 
5696
- var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5777
+ var DeleteProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5697
5778
  return [
5698
5779
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5699
5780
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5700
5781
  ];
5701
5782
  }).s("AWSIoTSiteWise", "DeleteProject", {}).n("IoTSiteWiseClient", "DeleteProjectCommand").f(void 0, void 0).ser(se_DeleteProjectCommand).de(de_DeleteProjectCommand).build() {
5783
+ static {
5784
+ __name(this, "DeleteProjectCommand");
5785
+ }
5702
5786
  };
5703
- __name(_DeleteProjectCommand, "DeleteProjectCommand");
5704
- var DeleteProjectCommand = _DeleteProjectCommand;
5705
5787
 
5706
5788
  // src/commands/DeleteTimeSeriesCommand.ts
5707
5789
 
5708
5790
 
5709
5791
 
5710
- var _DeleteTimeSeriesCommand = class _DeleteTimeSeriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5792
+ var DeleteTimeSeriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5711
5793
  return [
5712
5794
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5713
5795
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5714
5796
  ];
5715
5797
  }).s("AWSIoTSiteWise", "DeleteTimeSeries", {}).n("IoTSiteWiseClient", "DeleteTimeSeriesCommand").f(void 0, void 0).ser(se_DeleteTimeSeriesCommand).de(de_DeleteTimeSeriesCommand).build() {
5798
+ static {
5799
+ __name(this, "DeleteTimeSeriesCommand");
5800
+ }
5716
5801
  };
5717
- __name(_DeleteTimeSeriesCommand, "DeleteTimeSeriesCommand");
5718
- var DeleteTimeSeriesCommand = _DeleteTimeSeriesCommand;
5719
5802
 
5720
5803
  // src/commands/DescribeAccessPolicyCommand.ts
5721
5804
 
5722
5805
 
5723
5806
 
5724
- var _DescribeAccessPolicyCommand = class _DescribeAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5807
+ var DescribeAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5725
5808
  return [
5726
5809
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5727
5810
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5728
5811
  ];
5729
5812
  }).s("AWSIoTSiteWise", "DescribeAccessPolicy", {}).n("IoTSiteWiseClient", "DescribeAccessPolicyCommand").f(void 0, void 0).ser(se_DescribeAccessPolicyCommand).de(de_DescribeAccessPolicyCommand).build() {
5813
+ static {
5814
+ __name(this, "DescribeAccessPolicyCommand");
5815
+ }
5730
5816
  };
5731
- __name(_DescribeAccessPolicyCommand, "DescribeAccessPolicyCommand");
5732
- var DescribeAccessPolicyCommand = _DescribeAccessPolicyCommand;
5733
5817
 
5734
5818
  // src/commands/DescribeActionCommand.ts
5735
5819
 
5736
5820
 
5737
5821
 
5738
- var _DescribeActionCommand = class _DescribeActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5822
+ var DescribeActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5739
5823
  return [
5740
5824
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5741
5825
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5742
5826
  ];
5743
5827
  }).s("AWSIoTSiteWise", "DescribeAction", {}).n("IoTSiteWiseClient", "DescribeActionCommand").f(void 0, void 0).ser(se_DescribeActionCommand).de(de_DescribeActionCommand).build() {
5828
+ static {
5829
+ __name(this, "DescribeActionCommand");
5830
+ }
5744
5831
  };
5745
- __name(_DescribeActionCommand, "DescribeActionCommand");
5746
- var DescribeActionCommand = _DescribeActionCommand;
5747
5832
 
5748
5833
  // src/commands/DescribeAssetCommand.ts
5749
5834
 
5750
5835
 
5751
5836
 
5752
- var _DescribeAssetCommand = class _DescribeAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5837
+ var DescribeAssetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5753
5838
  return [
5754
5839
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5755
5840
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5756
5841
  ];
5757
5842
  }).s("AWSIoTSiteWise", "DescribeAsset", {}).n("IoTSiteWiseClient", "DescribeAssetCommand").f(void 0, void 0).ser(se_DescribeAssetCommand).de(de_DescribeAssetCommand).build() {
5843
+ static {
5844
+ __name(this, "DescribeAssetCommand");
5845
+ }
5758
5846
  };
5759
- __name(_DescribeAssetCommand, "DescribeAssetCommand");
5760
- var DescribeAssetCommand = _DescribeAssetCommand;
5761
5847
 
5762
5848
  // src/commands/DescribeAssetCompositeModelCommand.ts
5763
5849
 
5764
5850
 
5765
5851
 
5766
- var _DescribeAssetCompositeModelCommand = class _DescribeAssetCompositeModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5852
+ var DescribeAssetCompositeModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5767
5853
  return [
5768
5854
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5769
5855
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5770
5856
  ];
5771
5857
  }).s("AWSIoTSiteWise", "DescribeAssetCompositeModel", {}).n("IoTSiteWiseClient", "DescribeAssetCompositeModelCommand").f(void 0, void 0).ser(se_DescribeAssetCompositeModelCommand).de(de_DescribeAssetCompositeModelCommand).build() {
5858
+ static {
5859
+ __name(this, "DescribeAssetCompositeModelCommand");
5860
+ }
5772
5861
  };
5773
- __name(_DescribeAssetCompositeModelCommand, "DescribeAssetCompositeModelCommand");
5774
- var DescribeAssetCompositeModelCommand = _DescribeAssetCompositeModelCommand;
5775
5862
 
5776
5863
  // src/commands/DescribeAssetModelCommand.ts
5777
5864
 
5778
5865
 
5779
5866
 
5780
- var _DescribeAssetModelCommand = class _DescribeAssetModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5867
+ var DescribeAssetModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5781
5868
  return [
5782
5869
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5783
5870
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5784
5871
  ];
5785
5872
  }).s("AWSIoTSiteWise", "DescribeAssetModel", {}).n("IoTSiteWiseClient", "DescribeAssetModelCommand").f(void 0, void 0).ser(se_DescribeAssetModelCommand).de(de_DescribeAssetModelCommand).build() {
5873
+ static {
5874
+ __name(this, "DescribeAssetModelCommand");
5875
+ }
5786
5876
  };
5787
- __name(_DescribeAssetModelCommand, "DescribeAssetModelCommand");
5788
- var DescribeAssetModelCommand = _DescribeAssetModelCommand;
5789
5877
 
5790
5878
  // src/commands/DescribeAssetModelCompositeModelCommand.ts
5791
5879
 
5792
5880
 
5793
5881
 
5794
- var _DescribeAssetModelCompositeModelCommand = class _DescribeAssetModelCompositeModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5882
+ var DescribeAssetModelCompositeModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5795
5883
  return [
5796
5884
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5797
5885
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5798
5886
  ];
5799
5887
  }).s("AWSIoTSiteWise", "DescribeAssetModelCompositeModel", {}).n("IoTSiteWiseClient", "DescribeAssetModelCompositeModelCommand").f(void 0, void 0).ser(se_DescribeAssetModelCompositeModelCommand).de(de_DescribeAssetModelCompositeModelCommand).build() {
5888
+ static {
5889
+ __name(this, "DescribeAssetModelCompositeModelCommand");
5890
+ }
5800
5891
  };
5801
- __name(_DescribeAssetModelCompositeModelCommand, "DescribeAssetModelCompositeModelCommand");
5802
- var DescribeAssetModelCompositeModelCommand = _DescribeAssetModelCompositeModelCommand;
5803
5892
 
5804
5893
  // src/commands/DescribeAssetPropertyCommand.ts
5805
5894
 
5806
5895
 
5807
5896
 
5808
- var _DescribeAssetPropertyCommand = class _DescribeAssetPropertyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5897
+ var DescribeAssetPropertyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5809
5898
  return [
5810
5899
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5811
5900
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5812
5901
  ];
5813
5902
  }).s("AWSIoTSiteWise", "DescribeAssetProperty", {}).n("IoTSiteWiseClient", "DescribeAssetPropertyCommand").f(void 0, void 0).ser(se_DescribeAssetPropertyCommand).de(de_DescribeAssetPropertyCommand).build() {
5903
+ static {
5904
+ __name(this, "DescribeAssetPropertyCommand");
5905
+ }
5814
5906
  };
5815
- __name(_DescribeAssetPropertyCommand, "DescribeAssetPropertyCommand");
5816
- var DescribeAssetPropertyCommand = _DescribeAssetPropertyCommand;
5817
5907
 
5818
5908
  // src/commands/DescribeBulkImportJobCommand.ts
5819
5909
 
5820
5910
 
5821
5911
 
5822
- var _DescribeBulkImportJobCommand = class _DescribeBulkImportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5912
+ var DescribeBulkImportJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5823
5913
  return [
5824
5914
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5825
5915
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5826
5916
  ];
5827
5917
  }).s("AWSIoTSiteWise", "DescribeBulkImportJob", {}).n("IoTSiteWiseClient", "DescribeBulkImportJobCommand").f(void 0, void 0).ser(se_DescribeBulkImportJobCommand).de(de_DescribeBulkImportJobCommand).build() {
5918
+ static {
5919
+ __name(this, "DescribeBulkImportJobCommand");
5920
+ }
5828
5921
  };
5829
- __name(_DescribeBulkImportJobCommand, "DescribeBulkImportJobCommand");
5830
- var DescribeBulkImportJobCommand = _DescribeBulkImportJobCommand;
5831
5922
 
5832
5923
  // src/commands/DescribeDashboardCommand.ts
5833
5924
 
5834
5925
 
5835
5926
 
5836
- var _DescribeDashboardCommand = class _DescribeDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5927
+ var DescribeDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5837
5928
  return [
5838
5929
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5839
5930
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5840
5931
  ];
5841
5932
  }).s("AWSIoTSiteWise", "DescribeDashboard", {}).n("IoTSiteWiseClient", "DescribeDashboardCommand").f(void 0, void 0).ser(se_DescribeDashboardCommand).de(de_DescribeDashboardCommand).build() {
5933
+ static {
5934
+ __name(this, "DescribeDashboardCommand");
5935
+ }
5842
5936
  };
5843
- __name(_DescribeDashboardCommand, "DescribeDashboardCommand");
5844
- var DescribeDashboardCommand = _DescribeDashboardCommand;
5845
5937
 
5846
5938
  // src/commands/DescribeDatasetCommand.ts
5847
5939
 
5848
5940
 
5849
5941
 
5850
- var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5942
+ var DescribeDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5851
5943
  return [
5852
5944
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5853
5945
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5854
5946
  ];
5855
5947
  }).s("AWSIoTSiteWise", "DescribeDataset", {}).n("IoTSiteWiseClient", "DescribeDatasetCommand").f(void 0, void 0).ser(se_DescribeDatasetCommand).de(de_DescribeDatasetCommand).build() {
5948
+ static {
5949
+ __name(this, "DescribeDatasetCommand");
5950
+ }
5856
5951
  };
5857
- __name(_DescribeDatasetCommand, "DescribeDatasetCommand");
5858
- var DescribeDatasetCommand = _DescribeDatasetCommand;
5859
5952
 
5860
5953
  // src/commands/DescribeDefaultEncryptionConfigurationCommand.ts
5861
5954
 
5862
5955
 
5863
5956
 
5864
- var _DescribeDefaultEncryptionConfigurationCommand = class _DescribeDefaultEncryptionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5957
+ var DescribeDefaultEncryptionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5865
5958
  return [
5866
5959
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5867
5960
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5868
5961
  ];
5869
5962
  }).s("AWSIoTSiteWise", "DescribeDefaultEncryptionConfiguration", {}).n("IoTSiteWiseClient", "DescribeDefaultEncryptionConfigurationCommand").f(void 0, void 0).ser(se_DescribeDefaultEncryptionConfigurationCommand).de(de_DescribeDefaultEncryptionConfigurationCommand).build() {
5963
+ static {
5964
+ __name(this, "DescribeDefaultEncryptionConfigurationCommand");
5965
+ }
5870
5966
  };
5871
- __name(_DescribeDefaultEncryptionConfigurationCommand, "DescribeDefaultEncryptionConfigurationCommand");
5872
- var DescribeDefaultEncryptionConfigurationCommand = _DescribeDefaultEncryptionConfigurationCommand;
5873
5967
 
5874
5968
  // src/commands/DescribeGatewayCapabilityConfigurationCommand.ts
5875
5969
 
5876
5970
 
5877
5971
 
5878
- var _DescribeGatewayCapabilityConfigurationCommand = class _DescribeGatewayCapabilityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5972
+ var DescribeGatewayCapabilityConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5879
5973
  return [
5880
5974
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5881
5975
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5882
5976
  ];
5883
5977
  }).s("AWSIoTSiteWise", "DescribeGatewayCapabilityConfiguration", {}).n("IoTSiteWiseClient", "DescribeGatewayCapabilityConfigurationCommand").f(void 0, void 0).ser(se_DescribeGatewayCapabilityConfigurationCommand).de(de_DescribeGatewayCapabilityConfigurationCommand).build() {
5978
+ static {
5979
+ __name(this, "DescribeGatewayCapabilityConfigurationCommand");
5980
+ }
5884
5981
  };
5885
- __name(_DescribeGatewayCapabilityConfigurationCommand, "DescribeGatewayCapabilityConfigurationCommand");
5886
- var DescribeGatewayCapabilityConfigurationCommand = _DescribeGatewayCapabilityConfigurationCommand;
5887
5982
 
5888
5983
  // src/commands/DescribeGatewayCommand.ts
5889
5984
 
5890
5985
 
5891
5986
 
5892
- var _DescribeGatewayCommand = class _DescribeGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5987
+ var DescribeGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5893
5988
  return [
5894
5989
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5895
5990
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5896
5991
  ];
5897
5992
  }).s("AWSIoTSiteWise", "DescribeGateway", {}).n("IoTSiteWiseClient", "DescribeGatewayCommand").f(void 0, void 0).ser(se_DescribeGatewayCommand).de(de_DescribeGatewayCommand).build() {
5993
+ static {
5994
+ __name(this, "DescribeGatewayCommand");
5995
+ }
5898
5996
  };
5899
- __name(_DescribeGatewayCommand, "DescribeGatewayCommand");
5900
- var DescribeGatewayCommand = _DescribeGatewayCommand;
5901
5997
 
5902
5998
  // src/commands/DescribeLoggingOptionsCommand.ts
5903
5999
 
5904
6000
 
5905
6001
 
5906
- var _DescribeLoggingOptionsCommand = class _DescribeLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6002
+ var DescribeLoggingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5907
6003
  return [
5908
6004
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5909
6005
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5910
6006
  ];
5911
6007
  }).s("AWSIoTSiteWise", "DescribeLoggingOptions", {}).n("IoTSiteWiseClient", "DescribeLoggingOptionsCommand").f(void 0, void 0).ser(se_DescribeLoggingOptionsCommand).de(de_DescribeLoggingOptionsCommand).build() {
6008
+ static {
6009
+ __name(this, "DescribeLoggingOptionsCommand");
6010
+ }
5912
6011
  };
5913
- __name(_DescribeLoggingOptionsCommand, "DescribeLoggingOptionsCommand");
5914
- var DescribeLoggingOptionsCommand = _DescribeLoggingOptionsCommand;
5915
6012
 
5916
6013
  // src/commands/DescribePortalCommand.ts
5917
6014
 
5918
6015
 
5919
6016
 
5920
- var _DescribePortalCommand = class _DescribePortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6017
+ var DescribePortalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5921
6018
  return [
5922
6019
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5923
6020
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5924
6021
  ];
5925
6022
  }).s("AWSIoTSiteWise", "DescribePortal", {}).n("IoTSiteWiseClient", "DescribePortalCommand").f(void 0, DescribePortalResponseFilterSensitiveLog).ser(se_DescribePortalCommand).de(de_DescribePortalCommand).build() {
6023
+ static {
6024
+ __name(this, "DescribePortalCommand");
6025
+ }
5926
6026
  };
5927
- __name(_DescribePortalCommand, "DescribePortalCommand");
5928
- var DescribePortalCommand = _DescribePortalCommand;
5929
6027
 
5930
6028
  // src/commands/DescribeProjectCommand.ts
5931
6029
 
5932
6030
 
5933
6031
 
5934
- var _DescribeProjectCommand = class _DescribeProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6032
+ var DescribeProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5935
6033
  return [
5936
6034
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5937
6035
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5938
6036
  ];
5939
6037
  }).s("AWSIoTSiteWise", "DescribeProject", {}).n("IoTSiteWiseClient", "DescribeProjectCommand").f(void 0, void 0).ser(se_DescribeProjectCommand).de(de_DescribeProjectCommand).build() {
6038
+ static {
6039
+ __name(this, "DescribeProjectCommand");
6040
+ }
5940
6041
  };
5941
- __name(_DescribeProjectCommand, "DescribeProjectCommand");
5942
- var DescribeProjectCommand = _DescribeProjectCommand;
5943
6042
 
5944
6043
  // src/commands/DescribeStorageConfigurationCommand.ts
5945
6044
 
5946
6045
 
5947
6046
 
5948
- var _DescribeStorageConfigurationCommand = class _DescribeStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6047
+ var DescribeStorageConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5949
6048
  return [
5950
6049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5951
6050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5952
6051
  ];
5953
6052
  }).s("AWSIoTSiteWise", "DescribeStorageConfiguration", {}).n("IoTSiteWiseClient", "DescribeStorageConfigurationCommand").f(void 0, void 0).ser(se_DescribeStorageConfigurationCommand).de(de_DescribeStorageConfigurationCommand).build() {
6053
+ static {
6054
+ __name(this, "DescribeStorageConfigurationCommand");
6055
+ }
5954
6056
  };
5955
- __name(_DescribeStorageConfigurationCommand, "DescribeStorageConfigurationCommand");
5956
- var DescribeStorageConfigurationCommand = _DescribeStorageConfigurationCommand;
5957
6057
 
5958
6058
  // src/commands/DescribeTimeSeriesCommand.ts
5959
6059
 
5960
6060
 
5961
6061
 
5962
- var _DescribeTimeSeriesCommand = class _DescribeTimeSeriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6062
+ var DescribeTimeSeriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5963
6063
  return [
5964
6064
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5965
6065
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5966
6066
  ];
5967
6067
  }).s("AWSIoTSiteWise", "DescribeTimeSeries", {}).n("IoTSiteWiseClient", "DescribeTimeSeriesCommand").f(void 0, void 0).ser(se_DescribeTimeSeriesCommand).de(de_DescribeTimeSeriesCommand).build() {
6068
+ static {
6069
+ __name(this, "DescribeTimeSeriesCommand");
6070
+ }
5968
6071
  };
5969
- __name(_DescribeTimeSeriesCommand, "DescribeTimeSeriesCommand");
5970
- var DescribeTimeSeriesCommand = _DescribeTimeSeriesCommand;
5971
6072
 
5972
6073
  // src/commands/DisassociateAssetsCommand.ts
5973
6074
 
5974
6075
 
5975
6076
 
5976
- var _DisassociateAssetsCommand = class _DisassociateAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6077
+ var DisassociateAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5977
6078
  return [
5978
6079
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5979
6080
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5980
6081
  ];
5981
6082
  }).s("AWSIoTSiteWise", "DisassociateAssets", {}).n("IoTSiteWiseClient", "DisassociateAssetsCommand").f(void 0, void 0).ser(se_DisassociateAssetsCommand).de(de_DisassociateAssetsCommand).build() {
6083
+ static {
6084
+ __name(this, "DisassociateAssetsCommand");
6085
+ }
5982
6086
  };
5983
- __name(_DisassociateAssetsCommand, "DisassociateAssetsCommand");
5984
- var DisassociateAssetsCommand = _DisassociateAssetsCommand;
5985
6087
 
5986
6088
  // src/commands/DisassociateTimeSeriesFromAssetPropertyCommand.ts
5987
6089
 
5988
6090
 
5989
6091
 
5990
- var _DisassociateTimeSeriesFromAssetPropertyCommand = class _DisassociateTimeSeriesFromAssetPropertyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6092
+ var DisassociateTimeSeriesFromAssetPropertyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5991
6093
  return [
5992
6094
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5993
6095
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
5994
6096
  ];
5995
6097
  }).s("AWSIoTSiteWise", "DisassociateTimeSeriesFromAssetProperty", {}).n("IoTSiteWiseClient", "DisassociateTimeSeriesFromAssetPropertyCommand").f(void 0, void 0).ser(se_DisassociateTimeSeriesFromAssetPropertyCommand).de(de_DisassociateTimeSeriesFromAssetPropertyCommand).build() {
6098
+ static {
6099
+ __name(this, "DisassociateTimeSeriesFromAssetPropertyCommand");
6100
+ }
5996
6101
  };
5997
- __name(_DisassociateTimeSeriesFromAssetPropertyCommand, "DisassociateTimeSeriesFromAssetPropertyCommand");
5998
- var DisassociateTimeSeriesFromAssetPropertyCommand = _DisassociateTimeSeriesFromAssetPropertyCommand;
5999
6102
 
6000
6103
  // src/commands/ExecuteActionCommand.ts
6001
6104
 
6002
6105
 
6003
6106
 
6004
- var _ExecuteActionCommand = class _ExecuteActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6107
+ var ExecuteActionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6005
6108
  return [
6006
6109
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6007
6110
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6008
6111
  ];
6009
6112
  }).s("AWSIoTSiteWise", "ExecuteAction", {}).n("IoTSiteWiseClient", "ExecuteActionCommand").f(void 0, void 0).ser(se_ExecuteActionCommand).de(de_ExecuteActionCommand).build() {
6113
+ static {
6114
+ __name(this, "ExecuteActionCommand");
6115
+ }
6010
6116
  };
6011
- __name(_ExecuteActionCommand, "ExecuteActionCommand");
6012
- var ExecuteActionCommand = _ExecuteActionCommand;
6013
6117
 
6014
6118
  // src/commands/ExecuteQueryCommand.ts
6015
6119
 
6016
6120
 
6017
6121
 
6018
- var _ExecuteQueryCommand = class _ExecuteQueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6122
+ var ExecuteQueryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6019
6123
  return [
6020
6124
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6021
6125
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6022
6126
  ];
6023
6127
  }).s("AWSIoTSiteWise", "ExecuteQuery", {}).n("IoTSiteWiseClient", "ExecuteQueryCommand").f(void 0, void 0).ser(se_ExecuteQueryCommand).de(de_ExecuteQueryCommand).build() {
6128
+ static {
6129
+ __name(this, "ExecuteQueryCommand");
6130
+ }
6024
6131
  };
6025
- __name(_ExecuteQueryCommand, "ExecuteQueryCommand");
6026
- var ExecuteQueryCommand = _ExecuteQueryCommand;
6027
6132
 
6028
6133
  // src/commands/GetAssetPropertyAggregatesCommand.ts
6029
6134
 
6030
6135
 
6031
6136
 
6032
- var _GetAssetPropertyAggregatesCommand = class _GetAssetPropertyAggregatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6137
+ var GetAssetPropertyAggregatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6033
6138
  return [
6034
6139
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6035
6140
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6036
6141
  ];
6037
6142
  }).s("AWSIoTSiteWise", "GetAssetPropertyAggregates", {}).n("IoTSiteWiseClient", "GetAssetPropertyAggregatesCommand").f(void 0, void 0).ser(se_GetAssetPropertyAggregatesCommand).de(de_GetAssetPropertyAggregatesCommand).build() {
6143
+ static {
6144
+ __name(this, "GetAssetPropertyAggregatesCommand");
6145
+ }
6038
6146
  };
6039
- __name(_GetAssetPropertyAggregatesCommand, "GetAssetPropertyAggregatesCommand");
6040
- var GetAssetPropertyAggregatesCommand = _GetAssetPropertyAggregatesCommand;
6041
6147
 
6042
6148
  // src/commands/GetAssetPropertyValueCommand.ts
6043
6149
 
6044
6150
 
6045
6151
 
6046
- var _GetAssetPropertyValueCommand = class _GetAssetPropertyValueCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6152
+ var GetAssetPropertyValueCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6047
6153
  return [
6048
6154
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6049
6155
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6050
6156
  ];
6051
6157
  }).s("AWSIoTSiteWise", "GetAssetPropertyValue", {}).n("IoTSiteWiseClient", "GetAssetPropertyValueCommand").f(void 0, void 0).ser(se_GetAssetPropertyValueCommand).de(de_GetAssetPropertyValueCommand).build() {
6158
+ static {
6159
+ __name(this, "GetAssetPropertyValueCommand");
6160
+ }
6052
6161
  };
6053
- __name(_GetAssetPropertyValueCommand, "GetAssetPropertyValueCommand");
6054
- var GetAssetPropertyValueCommand = _GetAssetPropertyValueCommand;
6055
6162
 
6056
6163
  // src/commands/GetAssetPropertyValueHistoryCommand.ts
6057
6164
 
6058
6165
 
6059
6166
 
6060
- var _GetAssetPropertyValueHistoryCommand = class _GetAssetPropertyValueHistoryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6167
+ var GetAssetPropertyValueHistoryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6061
6168
  return [
6062
6169
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6063
6170
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6064
6171
  ];
6065
6172
  }).s("AWSIoTSiteWise", "GetAssetPropertyValueHistory", {}).n("IoTSiteWiseClient", "GetAssetPropertyValueHistoryCommand").f(void 0, void 0).ser(se_GetAssetPropertyValueHistoryCommand).de(de_GetAssetPropertyValueHistoryCommand).build() {
6173
+ static {
6174
+ __name(this, "GetAssetPropertyValueHistoryCommand");
6175
+ }
6066
6176
  };
6067
- __name(_GetAssetPropertyValueHistoryCommand, "GetAssetPropertyValueHistoryCommand");
6068
- var GetAssetPropertyValueHistoryCommand = _GetAssetPropertyValueHistoryCommand;
6069
6177
 
6070
6178
  // src/commands/GetInterpolatedAssetPropertyValuesCommand.ts
6071
6179
 
6072
6180
 
6073
6181
 
6074
- var _GetInterpolatedAssetPropertyValuesCommand = class _GetInterpolatedAssetPropertyValuesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6182
+ var GetInterpolatedAssetPropertyValuesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6075
6183
  return [
6076
6184
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6077
6185
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6078
6186
  ];
6079
6187
  }).s("AWSIoTSiteWise", "GetInterpolatedAssetPropertyValues", {}).n("IoTSiteWiseClient", "GetInterpolatedAssetPropertyValuesCommand").f(void 0, void 0).ser(se_GetInterpolatedAssetPropertyValuesCommand).de(de_GetInterpolatedAssetPropertyValuesCommand).build() {
6188
+ static {
6189
+ __name(this, "GetInterpolatedAssetPropertyValuesCommand");
6190
+ }
6080
6191
  };
6081
- __name(_GetInterpolatedAssetPropertyValuesCommand, "GetInterpolatedAssetPropertyValuesCommand");
6082
- var GetInterpolatedAssetPropertyValuesCommand = _GetInterpolatedAssetPropertyValuesCommand;
6083
6192
 
6084
6193
  // src/commands/InvokeAssistantCommand.ts
6085
6194
 
6086
6195
 
6087
6196
 
6088
- var _InvokeAssistantCommand = class _InvokeAssistantCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6197
+ var InvokeAssistantCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6089
6198
  return [
6090
6199
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6091
6200
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6098,499 +6207,535 @@ var _InvokeAssistantCommand = class _InvokeAssistantCommand extends import_smith
6098
6207
  output: true
6099
6208
  }
6100
6209
  }).n("IoTSiteWiseClient", "InvokeAssistantCommand").f(InvokeAssistantRequestFilterSensitiveLog, InvokeAssistantResponseFilterSensitiveLog).ser(se_InvokeAssistantCommand).de(de_InvokeAssistantCommand).build() {
6210
+ static {
6211
+ __name(this, "InvokeAssistantCommand");
6212
+ }
6101
6213
  };
6102
- __name(_InvokeAssistantCommand, "InvokeAssistantCommand");
6103
- var InvokeAssistantCommand = _InvokeAssistantCommand;
6104
6214
 
6105
6215
  // src/commands/ListAccessPoliciesCommand.ts
6106
6216
 
6107
6217
 
6108
6218
 
6109
- var _ListAccessPoliciesCommand = class _ListAccessPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6219
+ var ListAccessPoliciesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6110
6220
  return [
6111
6221
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6112
6222
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6113
6223
  ];
6114
6224
  }).s("AWSIoTSiteWise", "ListAccessPolicies", {}).n("IoTSiteWiseClient", "ListAccessPoliciesCommand").f(void 0, void 0).ser(se_ListAccessPoliciesCommand).de(de_ListAccessPoliciesCommand).build() {
6225
+ static {
6226
+ __name(this, "ListAccessPoliciesCommand");
6227
+ }
6115
6228
  };
6116
- __name(_ListAccessPoliciesCommand, "ListAccessPoliciesCommand");
6117
- var ListAccessPoliciesCommand = _ListAccessPoliciesCommand;
6118
6229
 
6119
6230
  // src/commands/ListActionsCommand.ts
6120
6231
 
6121
6232
 
6122
6233
 
6123
- var _ListActionsCommand = class _ListActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6234
+ var ListActionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6124
6235
  return [
6125
6236
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6126
6237
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6127
6238
  ];
6128
6239
  }).s("AWSIoTSiteWise", "ListActions", {}).n("IoTSiteWiseClient", "ListActionsCommand").f(void 0, void 0).ser(se_ListActionsCommand).de(de_ListActionsCommand).build() {
6240
+ static {
6241
+ __name(this, "ListActionsCommand");
6242
+ }
6129
6243
  };
6130
- __name(_ListActionsCommand, "ListActionsCommand");
6131
- var ListActionsCommand = _ListActionsCommand;
6132
6244
 
6133
6245
  // src/commands/ListAssetModelCompositeModelsCommand.ts
6134
6246
 
6135
6247
 
6136
6248
 
6137
- var _ListAssetModelCompositeModelsCommand = class _ListAssetModelCompositeModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6249
+ var ListAssetModelCompositeModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6138
6250
  return [
6139
6251
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6140
6252
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6141
6253
  ];
6142
6254
  }).s("AWSIoTSiteWise", "ListAssetModelCompositeModels", {}).n("IoTSiteWiseClient", "ListAssetModelCompositeModelsCommand").f(void 0, void 0).ser(se_ListAssetModelCompositeModelsCommand).de(de_ListAssetModelCompositeModelsCommand).build() {
6255
+ static {
6256
+ __name(this, "ListAssetModelCompositeModelsCommand");
6257
+ }
6143
6258
  };
6144
- __name(_ListAssetModelCompositeModelsCommand, "ListAssetModelCompositeModelsCommand");
6145
- var ListAssetModelCompositeModelsCommand = _ListAssetModelCompositeModelsCommand;
6146
6259
 
6147
6260
  // src/commands/ListAssetModelPropertiesCommand.ts
6148
6261
 
6149
6262
 
6150
6263
 
6151
- var _ListAssetModelPropertiesCommand = class _ListAssetModelPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6264
+ var ListAssetModelPropertiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6152
6265
  return [
6153
6266
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6154
6267
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6155
6268
  ];
6156
6269
  }).s("AWSIoTSiteWise", "ListAssetModelProperties", {}).n("IoTSiteWiseClient", "ListAssetModelPropertiesCommand").f(void 0, void 0).ser(se_ListAssetModelPropertiesCommand).de(de_ListAssetModelPropertiesCommand).build() {
6270
+ static {
6271
+ __name(this, "ListAssetModelPropertiesCommand");
6272
+ }
6157
6273
  };
6158
- __name(_ListAssetModelPropertiesCommand, "ListAssetModelPropertiesCommand");
6159
- var ListAssetModelPropertiesCommand = _ListAssetModelPropertiesCommand;
6160
6274
 
6161
6275
  // src/commands/ListAssetModelsCommand.ts
6162
6276
 
6163
6277
 
6164
6278
 
6165
- var _ListAssetModelsCommand = class _ListAssetModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6279
+ var ListAssetModelsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6166
6280
  return [
6167
6281
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6168
6282
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6169
6283
  ];
6170
6284
  }).s("AWSIoTSiteWise", "ListAssetModels", {}).n("IoTSiteWiseClient", "ListAssetModelsCommand").f(void 0, void 0).ser(se_ListAssetModelsCommand).de(de_ListAssetModelsCommand).build() {
6285
+ static {
6286
+ __name(this, "ListAssetModelsCommand");
6287
+ }
6171
6288
  };
6172
- __name(_ListAssetModelsCommand, "ListAssetModelsCommand");
6173
- var ListAssetModelsCommand = _ListAssetModelsCommand;
6174
6289
 
6175
6290
  // src/commands/ListAssetPropertiesCommand.ts
6176
6291
 
6177
6292
 
6178
6293
 
6179
- var _ListAssetPropertiesCommand = class _ListAssetPropertiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6294
+ var ListAssetPropertiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6180
6295
  return [
6181
6296
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6182
6297
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6183
6298
  ];
6184
6299
  }).s("AWSIoTSiteWise", "ListAssetProperties", {}).n("IoTSiteWiseClient", "ListAssetPropertiesCommand").f(void 0, void 0).ser(se_ListAssetPropertiesCommand).de(de_ListAssetPropertiesCommand).build() {
6300
+ static {
6301
+ __name(this, "ListAssetPropertiesCommand");
6302
+ }
6185
6303
  };
6186
- __name(_ListAssetPropertiesCommand, "ListAssetPropertiesCommand");
6187
- var ListAssetPropertiesCommand = _ListAssetPropertiesCommand;
6188
6304
 
6189
6305
  // src/commands/ListAssetRelationshipsCommand.ts
6190
6306
 
6191
6307
 
6192
6308
 
6193
- var _ListAssetRelationshipsCommand = class _ListAssetRelationshipsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6309
+ var ListAssetRelationshipsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6194
6310
  return [
6195
6311
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6196
6312
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6197
6313
  ];
6198
6314
  }).s("AWSIoTSiteWise", "ListAssetRelationships", {}).n("IoTSiteWiseClient", "ListAssetRelationshipsCommand").f(void 0, void 0).ser(se_ListAssetRelationshipsCommand).de(de_ListAssetRelationshipsCommand).build() {
6315
+ static {
6316
+ __name(this, "ListAssetRelationshipsCommand");
6317
+ }
6199
6318
  };
6200
- __name(_ListAssetRelationshipsCommand, "ListAssetRelationshipsCommand");
6201
- var ListAssetRelationshipsCommand = _ListAssetRelationshipsCommand;
6202
6319
 
6203
6320
  // src/commands/ListAssetsCommand.ts
6204
6321
 
6205
6322
 
6206
6323
 
6207
- var _ListAssetsCommand = class _ListAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6324
+ var ListAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6208
6325
  return [
6209
6326
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6210
6327
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6211
6328
  ];
6212
6329
  }).s("AWSIoTSiteWise", "ListAssets", {}).n("IoTSiteWiseClient", "ListAssetsCommand").f(void 0, void 0).ser(se_ListAssetsCommand).de(de_ListAssetsCommand).build() {
6330
+ static {
6331
+ __name(this, "ListAssetsCommand");
6332
+ }
6213
6333
  };
6214
- __name(_ListAssetsCommand, "ListAssetsCommand");
6215
- var ListAssetsCommand = _ListAssetsCommand;
6216
6334
 
6217
6335
  // src/commands/ListAssociatedAssetsCommand.ts
6218
6336
 
6219
6337
 
6220
6338
 
6221
- var _ListAssociatedAssetsCommand = class _ListAssociatedAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6339
+ var ListAssociatedAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6222
6340
  return [
6223
6341
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6224
6342
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6225
6343
  ];
6226
6344
  }).s("AWSIoTSiteWise", "ListAssociatedAssets", {}).n("IoTSiteWiseClient", "ListAssociatedAssetsCommand").f(void 0, void 0).ser(se_ListAssociatedAssetsCommand).de(de_ListAssociatedAssetsCommand).build() {
6345
+ static {
6346
+ __name(this, "ListAssociatedAssetsCommand");
6347
+ }
6227
6348
  };
6228
- __name(_ListAssociatedAssetsCommand, "ListAssociatedAssetsCommand");
6229
- var ListAssociatedAssetsCommand = _ListAssociatedAssetsCommand;
6230
6349
 
6231
6350
  // src/commands/ListBulkImportJobsCommand.ts
6232
6351
 
6233
6352
 
6234
6353
 
6235
- var _ListBulkImportJobsCommand = class _ListBulkImportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6354
+ var ListBulkImportJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6236
6355
  return [
6237
6356
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6238
6357
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6239
6358
  ];
6240
6359
  }).s("AWSIoTSiteWise", "ListBulkImportJobs", {}).n("IoTSiteWiseClient", "ListBulkImportJobsCommand").f(void 0, void 0).ser(se_ListBulkImportJobsCommand).de(de_ListBulkImportJobsCommand).build() {
6360
+ static {
6361
+ __name(this, "ListBulkImportJobsCommand");
6362
+ }
6241
6363
  };
6242
- __name(_ListBulkImportJobsCommand, "ListBulkImportJobsCommand");
6243
- var ListBulkImportJobsCommand = _ListBulkImportJobsCommand;
6244
6364
 
6245
6365
  // src/commands/ListCompositionRelationshipsCommand.ts
6246
6366
 
6247
6367
 
6248
6368
 
6249
- var _ListCompositionRelationshipsCommand = class _ListCompositionRelationshipsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6369
+ var ListCompositionRelationshipsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6250
6370
  return [
6251
6371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6252
6372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6253
6373
  ];
6254
6374
  }).s("AWSIoTSiteWise", "ListCompositionRelationships", {}).n("IoTSiteWiseClient", "ListCompositionRelationshipsCommand").f(void 0, void 0).ser(se_ListCompositionRelationshipsCommand).de(de_ListCompositionRelationshipsCommand).build() {
6375
+ static {
6376
+ __name(this, "ListCompositionRelationshipsCommand");
6377
+ }
6255
6378
  };
6256
- __name(_ListCompositionRelationshipsCommand, "ListCompositionRelationshipsCommand");
6257
- var ListCompositionRelationshipsCommand = _ListCompositionRelationshipsCommand;
6258
6379
 
6259
6380
  // src/commands/ListDashboardsCommand.ts
6260
6381
 
6261
6382
 
6262
6383
 
6263
- var _ListDashboardsCommand = class _ListDashboardsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6384
+ var ListDashboardsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6264
6385
  return [
6265
6386
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6266
6387
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6267
6388
  ];
6268
6389
  }).s("AWSIoTSiteWise", "ListDashboards", {}).n("IoTSiteWiseClient", "ListDashboardsCommand").f(void 0, void 0).ser(se_ListDashboardsCommand).de(de_ListDashboardsCommand).build() {
6390
+ static {
6391
+ __name(this, "ListDashboardsCommand");
6392
+ }
6269
6393
  };
6270
- __name(_ListDashboardsCommand, "ListDashboardsCommand");
6271
- var ListDashboardsCommand = _ListDashboardsCommand;
6272
6394
 
6273
6395
  // src/commands/ListDatasetsCommand.ts
6274
6396
 
6275
6397
 
6276
6398
 
6277
- var _ListDatasetsCommand = class _ListDatasetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6399
+ var ListDatasetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6278
6400
  return [
6279
6401
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6280
6402
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6281
6403
  ];
6282
6404
  }).s("AWSIoTSiteWise", "ListDatasets", {}).n("IoTSiteWiseClient", "ListDatasetsCommand").f(void 0, void 0).ser(se_ListDatasetsCommand).de(de_ListDatasetsCommand).build() {
6405
+ static {
6406
+ __name(this, "ListDatasetsCommand");
6407
+ }
6283
6408
  };
6284
- __name(_ListDatasetsCommand, "ListDatasetsCommand");
6285
- var ListDatasetsCommand = _ListDatasetsCommand;
6286
6409
 
6287
6410
  // src/commands/ListGatewaysCommand.ts
6288
6411
 
6289
6412
 
6290
6413
 
6291
- var _ListGatewaysCommand = class _ListGatewaysCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6414
+ var ListGatewaysCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6292
6415
  return [
6293
6416
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6294
6417
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6295
6418
  ];
6296
6419
  }).s("AWSIoTSiteWise", "ListGateways", {}).n("IoTSiteWiseClient", "ListGatewaysCommand").f(void 0, void 0).ser(se_ListGatewaysCommand).de(de_ListGatewaysCommand).build() {
6420
+ static {
6421
+ __name(this, "ListGatewaysCommand");
6422
+ }
6297
6423
  };
6298
- __name(_ListGatewaysCommand, "ListGatewaysCommand");
6299
- var ListGatewaysCommand = _ListGatewaysCommand;
6300
6424
 
6301
6425
  // src/commands/ListPortalsCommand.ts
6302
6426
 
6303
6427
 
6304
6428
 
6305
- var _ListPortalsCommand = class _ListPortalsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6429
+ var ListPortalsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6306
6430
  return [
6307
6431
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6308
6432
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6309
6433
  ];
6310
6434
  }).s("AWSIoTSiteWise", "ListPortals", {}).n("IoTSiteWiseClient", "ListPortalsCommand").f(void 0, void 0).ser(se_ListPortalsCommand).de(de_ListPortalsCommand).build() {
6435
+ static {
6436
+ __name(this, "ListPortalsCommand");
6437
+ }
6311
6438
  };
6312
- __name(_ListPortalsCommand, "ListPortalsCommand");
6313
- var ListPortalsCommand = _ListPortalsCommand;
6314
6439
 
6315
6440
  // src/commands/ListProjectAssetsCommand.ts
6316
6441
 
6317
6442
 
6318
6443
 
6319
- var _ListProjectAssetsCommand = class _ListProjectAssetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6444
+ var ListProjectAssetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6320
6445
  return [
6321
6446
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6322
6447
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6323
6448
  ];
6324
6449
  }).s("AWSIoTSiteWise", "ListProjectAssets", {}).n("IoTSiteWiseClient", "ListProjectAssetsCommand").f(void 0, void 0).ser(se_ListProjectAssetsCommand).de(de_ListProjectAssetsCommand).build() {
6450
+ static {
6451
+ __name(this, "ListProjectAssetsCommand");
6452
+ }
6325
6453
  };
6326
- __name(_ListProjectAssetsCommand, "ListProjectAssetsCommand");
6327
- var ListProjectAssetsCommand = _ListProjectAssetsCommand;
6328
6454
 
6329
6455
  // src/commands/ListProjectsCommand.ts
6330
6456
 
6331
6457
 
6332
6458
 
6333
- var _ListProjectsCommand = class _ListProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6459
+ var ListProjectsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6334
6460
  return [
6335
6461
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6336
6462
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6337
6463
  ];
6338
6464
  }).s("AWSIoTSiteWise", "ListProjects", {}).n("IoTSiteWiseClient", "ListProjectsCommand").f(void 0, void 0).ser(se_ListProjectsCommand).de(de_ListProjectsCommand).build() {
6465
+ static {
6466
+ __name(this, "ListProjectsCommand");
6467
+ }
6339
6468
  };
6340
- __name(_ListProjectsCommand, "ListProjectsCommand");
6341
- var ListProjectsCommand = _ListProjectsCommand;
6342
6469
 
6343
6470
  // src/commands/ListTagsForResourceCommand.ts
6344
6471
 
6345
6472
 
6346
6473
 
6347
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6474
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6348
6475
  return [
6349
6476
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6350
6477
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6351
6478
  ];
6352
6479
  }).s("AWSIoTSiteWise", "ListTagsForResource", {}).n("IoTSiteWiseClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
6480
+ static {
6481
+ __name(this, "ListTagsForResourceCommand");
6482
+ }
6353
6483
  };
6354
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
6355
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
6356
6484
 
6357
6485
  // src/commands/ListTimeSeriesCommand.ts
6358
6486
 
6359
6487
 
6360
6488
 
6361
- var _ListTimeSeriesCommand = class _ListTimeSeriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6489
+ var ListTimeSeriesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6362
6490
  return [
6363
6491
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6364
6492
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6365
6493
  ];
6366
6494
  }).s("AWSIoTSiteWise", "ListTimeSeries", {}).n("IoTSiteWiseClient", "ListTimeSeriesCommand").f(void 0, void 0).ser(se_ListTimeSeriesCommand).de(de_ListTimeSeriesCommand).build() {
6495
+ static {
6496
+ __name(this, "ListTimeSeriesCommand");
6497
+ }
6367
6498
  };
6368
- __name(_ListTimeSeriesCommand, "ListTimeSeriesCommand");
6369
- var ListTimeSeriesCommand = _ListTimeSeriesCommand;
6370
6499
 
6371
6500
  // src/commands/PutDefaultEncryptionConfigurationCommand.ts
6372
6501
 
6373
6502
 
6374
6503
 
6375
- var _PutDefaultEncryptionConfigurationCommand = class _PutDefaultEncryptionConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6504
+ var PutDefaultEncryptionConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6376
6505
  return [
6377
6506
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6378
6507
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6379
6508
  ];
6380
6509
  }).s("AWSIoTSiteWise", "PutDefaultEncryptionConfiguration", {}).n("IoTSiteWiseClient", "PutDefaultEncryptionConfigurationCommand").f(void 0, void 0).ser(se_PutDefaultEncryptionConfigurationCommand).de(de_PutDefaultEncryptionConfigurationCommand).build() {
6510
+ static {
6511
+ __name(this, "PutDefaultEncryptionConfigurationCommand");
6512
+ }
6381
6513
  };
6382
- __name(_PutDefaultEncryptionConfigurationCommand, "PutDefaultEncryptionConfigurationCommand");
6383
- var PutDefaultEncryptionConfigurationCommand = _PutDefaultEncryptionConfigurationCommand;
6384
6514
 
6385
6515
  // src/commands/PutLoggingOptionsCommand.ts
6386
6516
 
6387
6517
 
6388
6518
 
6389
- var _PutLoggingOptionsCommand = class _PutLoggingOptionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6519
+ var PutLoggingOptionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6390
6520
  return [
6391
6521
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6392
6522
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6393
6523
  ];
6394
6524
  }).s("AWSIoTSiteWise", "PutLoggingOptions", {}).n("IoTSiteWiseClient", "PutLoggingOptionsCommand").f(void 0, void 0).ser(se_PutLoggingOptionsCommand).de(de_PutLoggingOptionsCommand).build() {
6525
+ static {
6526
+ __name(this, "PutLoggingOptionsCommand");
6527
+ }
6395
6528
  };
6396
- __name(_PutLoggingOptionsCommand, "PutLoggingOptionsCommand");
6397
- var PutLoggingOptionsCommand = _PutLoggingOptionsCommand;
6398
6529
 
6399
6530
  // src/commands/PutStorageConfigurationCommand.ts
6400
6531
 
6401
6532
 
6402
6533
 
6403
- var _PutStorageConfigurationCommand = class _PutStorageConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6534
+ var PutStorageConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6404
6535
  return [
6405
6536
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6406
6537
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6407
6538
  ];
6408
6539
  }).s("AWSIoTSiteWise", "PutStorageConfiguration", {}).n("IoTSiteWiseClient", "PutStorageConfigurationCommand").f(void 0, void 0).ser(se_PutStorageConfigurationCommand).de(de_PutStorageConfigurationCommand).build() {
6540
+ static {
6541
+ __name(this, "PutStorageConfigurationCommand");
6542
+ }
6409
6543
  };
6410
- __name(_PutStorageConfigurationCommand, "PutStorageConfigurationCommand");
6411
- var PutStorageConfigurationCommand = _PutStorageConfigurationCommand;
6412
6544
 
6413
6545
  // src/commands/TagResourceCommand.ts
6414
6546
 
6415
6547
 
6416
6548
 
6417
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6549
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6418
6550
  return [
6419
6551
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6420
6552
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6421
6553
  ];
6422
6554
  }).s("AWSIoTSiteWise", "TagResource", {}).n("IoTSiteWiseClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
6555
+ static {
6556
+ __name(this, "TagResourceCommand");
6557
+ }
6423
6558
  };
6424
- __name(_TagResourceCommand, "TagResourceCommand");
6425
- var TagResourceCommand = _TagResourceCommand;
6426
6559
 
6427
6560
  // src/commands/UntagResourceCommand.ts
6428
6561
 
6429
6562
 
6430
6563
 
6431
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6564
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6432
6565
  return [
6433
6566
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6434
6567
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6435
6568
  ];
6436
6569
  }).s("AWSIoTSiteWise", "UntagResource", {}).n("IoTSiteWiseClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
6570
+ static {
6571
+ __name(this, "UntagResourceCommand");
6572
+ }
6437
6573
  };
6438
- __name(_UntagResourceCommand, "UntagResourceCommand");
6439
- var UntagResourceCommand = _UntagResourceCommand;
6440
6574
 
6441
6575
  // src/commands/UpdateAccessPolicyCommand.ts
6442
6576
 
6443
6577
 
6444
6578
 
6445
- var _UpdateAccessPolicyCommand = class _UpdateAccessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6579
+ var UpdateAccessPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6446
6580
  return [
6447
6581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6448
6582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6449
6583
  ];
6450
6584
  }).s("AWSIoTSiteWise", "UpdateAccessPolicy", {}).n("IoTSiteWiseClient", "UpdateAccessPolicyCommand").f(void 0, void 0).ser(se_UpdateAccessPolicyCommand).de(de_UpdateAccessPolicyCommand).build() {
6585
+ static {
6586
+ __name(this, "UpdateAccessPolicyCommand");
6587
+ }
6451
6588
  };
6452
- __name(_UpdateAccessPolicyCommand, "UpdateAccessPolicyCommand");
6453
- var UpdateAccessPolicyCommand = _UpdateAccessPolicyCommand;
6454
6589
 
6455
6590
  // src/commands/UpdateAssetCommand.ts
6456
6591
 
6457
6592
 
6458
6593
 
6459
- var _UpdateAssetCommand = class _UpdateAssetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6594
+ var UpdateAssetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6460
6595
  return [
6461
6596
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6462
6597
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6463
6598
  ];
6464
6599
  }).s("AWSIoTSiteWise", "UpdateAsset", {}).n("IoTSiteWiseClient", "UpdateAssetCommand").f(void 0, void 0).ser(se_UpdateAssetCommand).de(de_UpdateAssetCommand).build() {
6600
+ static {
6601
+ __name(this, "UpdateAssetCommand");
6602
+ }
6465
6603
  };
6466
- __name(_UpdateAssetCommand, "UpdateAssetCommand");
6467
- var UpdateAssetCommand = _UpdateAssetCommand;
6468
6604
 
6469
6605
  // src/commands/UpdateAssetModelCommand.ts
6470
6606
 
6471
6607
 
6472
6608
 
6473
- var _UpdateAssetModelCommand = class _UpdateAssetModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6609
+ var UpdateAssetModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6474
6610
  return [
6475
6611
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6476
6612
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6477
6613
  ];
6478
6614
  }).s("AWSIoTSiteWise", "UpdateAssetModel", {}).n("IoTSiteWiseClient", "UpdateAssetModelCommand").f(void 0, void 0).ser(se_UpdateAssetModelCommand).de(de_UpdateAssetModelCommand).build() {
6615
+ static {
6616
+ __name(this, "UpdateAssetModelCommand");
6617
+ }
6479
6618
  };
6480
- __name(_UpdateAssetModelCommand, "UpdateAssetModelCommand");
6481
- var UpdateAssetModelCommand = _UpdateAssetModelCommand;
6482
6619
 
6483
6620
  // src/commands/UpdateAssetModelCompositeModelCommand.ts
6484
6621
 
6485
6622
 
6486
6623
 
6487
- var _UpdateAssetModelCompositeModelCommand = class _UpdateAssetModelCompositeModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6624
+ var UpdateAssetModelCompositeModelCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6488
6625
  return [
6489
6626
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6490
6627
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6491
6628
  ];
6492
6629
  }).s("AWSIoTSiteWise", "UpdateAssetModelCompositeModel", {}).n("IoTSiteWiseClient", "UpdateAssetModelCompositeModelCommand").f(void 0, void 0).ser(se_UpdateAssetModelCompositeModelCommand).de(de_UpdateAssetModelCompositeModelCommand).build() {
6630
+ static {
6631
+ __name(this, "UpdateAssetModelCompositeModelCommand");
6632
+ }
6493
6633
  };
6494
- __name(_UpdateAssetModelCompositeModelCommand, "UpdateAssetModelCompositeModelCommand");
6495
- var UpdateAssetModelCompositeModelCommand = _UpdateAssetModelCompositeModelCommand;
6496
6634
 
6497
6635
  // src/commands/UpdateAssetPropertyCommand.ts
6498
6636
 
6499
6637
 
6500
6638
 
6501
- var _UpdateAssetPropertyCommand = class _UpdateAssetPropertyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6639
+ var UpdateAssetPropertyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6502
6640
  return [
6503
6641
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6504
6642
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6505
6643
  ];
6506
6644
  }).s("AWSIoTSiteWise", "UpdateAssetProperty", {}).n("IoTSiteWiseClient", "UpdateAssetPropertyCommand").f(void 0, void 0).ser(se_UpdateAssetPropertyCommand).de(de_UpdateAssetPropertyCommand).build() {
6645
+ static {
6646
+ __name(this, "UpdateAssetPropertyCommand");
6647
+ }
6507
6648
  };
6508
- __name(_UpdateAssetPropertyCommand, "UpdateAssetPropertyCommand");
6509
- var UpdateAssetPropertyCommand = _UpdateAssetPropertyCommand;
6510
6649
 
6511
6650
  // src/commands/UpdateDashboardCommand.ts
6512
6651
 
6513
6652
 
6514
6653
 
6515
- var _UpdateDashboardCommand = class _UpdateDashboardCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6654
+ var UpdateDashboardCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6516
6655
  return [
6517
6656
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6518
6657
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6519
6658
  ];
6520
6659
  }).s("AWSIoTSiteWise", "UpdateDashboard", {}).n("IoTSiteWiseClient", "UpdateDashboardCommand").f(void 0, void 0).ser(se_UpdateDashboardCommand).de(de_UpdateDashboardCommand).build() {
6660
+ static {
6661
+ __name(this, "UpdateDashboardCommand");
6662
+ }
6521
6663
  };
6522
- __name(_UpdateDashboardCommand, "UpdateDashboardCommand");
6523
- var UpdateDashboardCommand = _UpdateDashboardCommand;
6524
6664
 
6525
6665
  // src/commands/UpdateDatasetCommand.ts
6526
6666
 
6527
6667
 
6528
6668
 
6529
- var _UpdateDatasetCommand = class _UpdateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6669
+ var UpdateDatasetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6530
6670
  return [
6531
6671
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6532
6672
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6533
6673
  ];
6534
6674
  }).s("AWSIoTSiteWise", "UpdateDataset", {}).n("IoTSiteWiseClient", "UpdateDatasetCommand").f(void 0, void 0).ser(se_UpdateDatasetCommand).de(de_UpdateDatasetCommand).build() {
6675
+ static {
6676
+ __name(this, "UpdateDatasetCommand");
6677
+ }
6535
6678
  };
6536
- __name(_UpdateDatasetCommand, "UpdateDatasetCommand");
6537
- var UpdateDatasetCommand = _UpdateDatasetCommand;
6538
6679
 
6539
6680
  // src/commands/UpdateGatewayCapabilityConfigurationCommand.ts
6540
6681
 
6541
6682
 
6542
6683
 
6543
- var _UpdateGatewayCapabilityConfigurationCommand = class _UpdateGatewayCapabilityConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6684
+ var UpdateGatewayCapabilityConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6544
6685
  return [
6545
6686
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6546
6687
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6547
6688
  ];
6548
6689
  }).s("AWSIoTSiteWise", "UpdateGatewayCapabilityConfiguration", {}).n("IoTSiteWiseClient", "UpdateGatewayCapabilityConfigurationCommand").f(void 0, void 0).ser(se_UpdateGatewayCapabilityConfigurationCommand).de(de_UpdateGatewayCapabilityConfigurationCommand).build() {
6690
+ static {
6691
+ __name(this, "UpdateGatewayCapabilityConfigurationCommand");
6692
+ }
6549
6693
  };
6550
- __name(_UpdateGatewayCapabilityConfigurationCommand, "UpdateGatewayCapabilityConfigurationCommand");
6551
- var UpdateGatewayCapabilityConfigurationCommand = _UpdateGatewayCapabilityConfigurationCommand;
6552
6694
 
6553
6695
  // src/commands/UpdateGatewayCommand.ts
6554
6696
 
6555
6697
 
6556
6698
 
6557
- var _UpdateGatewayCommand = class _UpdateGatewayCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6699
+ var UpdateGatewayCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6558
6700
  return [
6559
6701
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6560
6702
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6561
6703
  ];
6562
6704
  }).s("AWSIoTSiteWise", "UpdateGateway", {}).n("IoTSiteWiseClient", "UpdateGatewayCommand").f(void 0, void 0).ser(se_UpdateGatewayCommand).de(de_UpdateGatewayCommand).build() {
6705
+ static {
6706
+ __name(this, "UpdateGatewayCommand");
6707
+ }
6563
6708
  };
6564
- __name(_UpdateGatewayCommand, "UpdateGatewayCommand");
6565
- var UpdateGatewayCommand = _UpdateGatewayCommand;
6566
6709
 
6567
6710
  // src/commands/UpdatePortalCommand.ts
6568
6711
 
6569
6712
 
6570
6713
 
6571
- var _UpdatePortalCommand = class _UpdatePortalCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6714
+ var UpdatePortalCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6572
6715
  return [
6573
6716
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6574
6717
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6575
6718
  ];
6576
6719
  }).s("AWSIoTSiteWise", "UpdatePortal", {}).n("IoTSiteWiseClient", "UpdatePortalCommand").f(UpdatePortalRequestFilterSensitiveLog, void 0).ser(se_UpdatePortalCommand).de(de_UpdatePortalCommand).build() {
6720
+ static {
6721
+ __name(this, "UpdatePortalCommand");
6722
+ }
6577
6723
  };
6578
- __name(_UpdatePortalCommand, "UpdatePortalCommand");
6579
- var UpdatePortalCommand = _UpdatePortalCommand;
6580
6724
 
6581
6725
  // src/commands/UpdateProjectCommand.ts
6582
6726
 
6583
6727
 
6584
6728
 
6585
- var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6729
+ var UpdateProjectCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
6586
6730
  return [
6587
6731
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
6588
6732
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
6589
6733
  ];
6590
6734
  }).s("AWSIoTSiteWise", "UpdateProject", {}).n("IoTSiteWiseClient", "UpdateProjectCommand").f(void 0, void 0).ser(se_UpdateProjectCommand).de(de_UpdateProjectCommand).build() {
6735
+ static {
6736
+ __name(this, "UpdateProjectCommand");
6737
+ }
6591
6738
  };
6592
- __name(_UpdateProjectCommand, "UpdateProjectCommand");
6593
- var UpdateProjectCommand = _UpdateProjectCommand;
6594
6739
 
6595
6740
  // src/IoTSiteWise.ts
6596
6741
  var commands = {
@@ -6685,10 +6830,11 @@ var commands = {
6685
6830
  UpdatePortalCommand,
6686
6831
  UpdateProjectCommand
6687
6832
  };
6688
- var _IoTSiteWise = class _IoTSiteWise extends IoTSiteWiseClient {
6833
+ var IoTSiteWise = class extends IoTSiteWiseClient {
6834
+ static {
6835
+ __name(this, "IoTSiteWise");
6836
+ }
6689
6837
  };
6690
- __name(_IoTSiteWise, "IoTSiteWise");
6691
- var IoTSiteWise = _IoTSiteWise;
6692
6838
  (0, import_smithy_client.createAggregatedClient)(commands, IoTSiteWise);
6693
6839
 
6694
6840
  // src/pagination/BatchGetAssetPropertyAggregatesPaginator.ts