@aws-sdk/client-kendra 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
@@ -282,7 +282,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
282
282
  }, "resolveRuntimeExtensions");
283
283
 
284
284
  // src/KendraClient.ts
285
- var _KendraClient = class _KendraClient extends import_smithy_client.Client {
285
+ var KendraClient = class extends import_smithy_client.Client {
286
+ static {
287
+ __name(this, "KendraClient");
288
+ }
289
+ /**
290
+ * The resolved configuration of KendraClient class. This is resolved and normalized from the {@link KendraClientConfig | constructor configuration interface}.
291
+ */
292
+ config;
286
293
  constructor(...[configuration]) {
287
294
  const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
288
295
  const _config_1 = resolveClientEndpointParameters(_config_0);
@@ -292,7 +299,7 @@ var _KendraClient = class _KendraClient extends import_smithy_client.Client {
292
299
  const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
293
300
  const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
294
301
  const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
295
- const _config_8 = resolveRuntimeExtensions(_config_7, (configuration == null ? void 0 : configuration.extensions) || []);
302
+ const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
296
303
  super(_config_8);
297
304
  this.config = _config_8;
298
305
  this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
@@ -320,8 +327,6 @@ var _KendraClient = class _KendraClient extends import_smithy_client.Client {
320
327
  super.destroy();
321
328
  }
322
329
  };
323
- __name(_KendraClient, "KendraClient");
324
- var KendraClient = _KendraClient;
325
330
 
326
331
  // src/Kendra.ts
327
332
 
@@ -339,7 +344,10 @@ var import_uuid = require("uuid");
339
344
 
340
345
  // src/models/KendraServiceException.ts
341
346
 
342
- var _KendraServiceException = class _KendraServiceException extends import_smithy_client.ServiceException {
347
+ var KendraServiceException = class _KendraServiceException extends import_smithy_client.ServiceException {
348
+ static {
349
+ __name(this, "KendraServiceException");
350
+ }
343
351
  /**
344
352
  * @internal
345
353
  */
@@ -348,12 +356,16 @@ var _KendraServiceException = class _KendraServiceException extends import_smith
348
356
  Object.setPrototypeOf(this, _KendraServiceException.prototype);
349
357
  }
350
358
  };
351
- __name(_KendraServiceException, "KendraServiceException");
352
- var KendraServiceException = _KendraServiceException;
353
359
 
354
360
  // src/models/models_0.ts
355
361
 
356
- var _AccessDeniedException = class _AccessDeniedException extends KendraServiceException {
362
+ var AccessDeniedException = class _AccessDeniedException extends KendraServiceException {
363
+ static {
364
+ __name(this, "AccessDeniedException");
365
+ }
366
+ name = "AccessDeniedException";
367
+ $fault = "client";
368
+ Message;
357
369
  /**
358
370
  * @internal
359
371
  */
@@ -363,14 +375,10 @@ var _AccessDeniedException = class _AccessDeniedException extends KendraServiceE
363
375
  $fault: "client",
364
376
  ...opts
365
377
  });
366
- this.name = "AccessDeniedException";
367
- this.$fault = "client";
368
378
  Object.setPrototypeOf(this, _AccessDeniedException.prototype);
369
379
  this.Message = opts.Message;
370
380
  }
371
381
  };
372
- __name(_AccessDeniedException, "AccessDeniedException");
373
- var AccessDeniedException = _AccessDeniedException;
374
382
  var HighlightType = {
375
383
  STANDARD: "STANDARD",
376
384
  THESAURUS_SYNONYM: "THESAURUS_SYNONYM"
@@ -387,7 +395,13 @@ var EntityType = {
387
395
  GROUP: "GROUP",
388
396
  USER: "USER"
389
397
  };
390
- var _InternalServerException = class _InternalServerException extends KendraServiceException {
398
+ var InternalServerException = class _InternalServerException extends KendraServiceException {
399
+ static {
400
+ __name(this, "InternalServerException");
401
+ }
402
+ name = "InternalServerException";
403
+ $fault = "server";
404
+ Message;
391
405
  /**
392
406
  * @internal
393
407
  */
@@ -397,15 +411,17 @@ var _InternalServerException = class _InternalServerException extends KendraServ
397
411
  $fault: "server",
398
412
  ...opts
399
413
  });
400
- this.name = "InternalServerException";
401
- this.$fault = "server";
402
414
  Object.setPrototypeOf(this, _InternalServerException.prototype);
403
415
  this.Message = opts.Message;
404
416
  }
405
417
  };
406
- __name(_InternalServerException, "InternalServerException");
407
- var InternalServerException = _InternalServerException;
408
- var _ResourceAlreadyExistException = class _ResourceAlreadyExistException extends KendraServiceException {
418
+ var ResourceAlreadyExistException = class _ResourceAlreadyExistException extends KendraServiceException {
419
+ static {
420
+ __name(this, "ResourceAlreadyExistException");
421
+ }
422
+ name = "ResourceAlreadyExistException";
423
+ $fault = "client";
424
+ Message;
409
425
  /**
410
426
  * @internal
411
427
  */
@@ -415,15 +431,17 @@ var _ResourceAlreadyExistException = class _ResourceAlreadyExistException extend
415
431
  $fault: "client",
416
432
  ...opts
417
433
  });
418
- this.name = "ResourceAlreadyExistException";
419
- this.$fault = "client";
420
434
  Object.setPrototypeOf(this, _ResourceAlreadyExistException.prototype);
421
435
  this.Message = opts.Message;
422
436
  }
423
437
  };
424
- __name(_ResourceAlreadyExistException, "ResourceAlreadyExistException");
425
- var ResourceAlreadyExistException = _ResourceAlreadyExistException;
426
- var _ResourceNotFoundException = class _ResourceNotFoundException extends KendraServiceException {
438
+ var ResourceNotFoundException = class _ResourceNotFoundException extends KendraServiceException {
439
+ static {
440
+ __name(this, "ResourceNotFoundException");
441
+ }
442
+ name = "ResourceNotFoundException";
443
+ $fault = "client";
444
+ Message;
427
445
  /**
428
446
  * @internal
429
447
  */
@@ -433,15 +451,17 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Kendra
433
451
  $fault: "client",
434
452
  ...opts
435
453
  });
436
- this.name = "ResourceNotFoundException";
437
- this.$fault = "client";
438
454
  Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
439
455
  this.Message = opts.Message;
440
456
  }
441
457
  };
442
- __name(_ResourceNotFoundException, "ResourceNotFoundException");
443
- var ResourceNotFoundException = _ResourceNotFoundException;
444
- var _ThrottlingException = class _ThrottlingException extends KendraServiceException {
458
+ var ThrottlingException = class _ThrottlingException extends KendraServiceException {
459
+ static {
460
+ __name(this, "ThrottlingException");
461
+ }
462
+ name = "ThrottlingException";
463
+ $fault = "client";
464
+ Message;
445
465
  /**
446
466
  * @internal
447
467
  */
@@ -451,15 +471,17 @@ var _ThrottlingException = class _ThrottlingException extends KendraServiceExcep
451
471
  $fault: "client",
452
472
  ...opts
453
473
  });
454
- this.name = "ThrottlingException";
455
- this.$fault = "client";
456
474
  Object.setPrototypeOf(this, _ThrottlingException.prototype);
457
475
  this.Message = opts.Message;
458
476
  }
459
477
  };
460
- __name(_ThrottlingException, "ThrottlingException");
461
- var ThrottlingException = _ThrottlingException;
462
- var _ValidationException = class _ValidationException extends KendraServiceException {
478
+ var ValidationException = class _ValidationException extends KendraServiceException {
479
+ static {
480
+ __name(this, "ValidationException");
481
+ }
482
+ name = "ValidationException";
483
+ $fault = "client";
484
+ Message;
463
485
  /**
464
486
  * @internal
465
487
  */
@@ -469,14 +491,10 @@ var _ValidationException = class _ValidationException extends KendraServiceExcep
469
491
  $fault: "client",
470
492
  ...opts
471
493
  });
472
- this.name = "ValidationException";
473
- this.$fault = "client";
474
494
  Object.setPrototypeOf(this, _ValidationException.prototype);
475
495
  this.Message = opts.Message;
476
496
  }
477
497
  };
478
- __name(_ValidationException, "ValidationException");
479
- var ValidationException = _ValidationException;
480
498
  var Persona = {
481
499
  OWNER: "OWNER",
482
500
  VIEWER: "VIEWER"
@@ -489,7 +507,13 @@ var ErrorCode = {
489
507
  INTERNAL_ERROR: "InternalError",
490
508
  INVALID_REQUEST: "InvalidRequest"
491
509
  };
492
- var _ConflictException = class _ConflictException extends KendraServiceException {
510
+ var ConflictException = class _ConflictException extends KendraServiceException {
511
+ static {
512
+ __name(this, "ConflictException");
513
+ }
514
+ name = "ConflictException";
515
+ $fault = "client";
516
+ Message;
493
517
  /**
494
518
  * @internal
495
519
  */
@@ -499,14 +523,10 @@ var _ConflictException = class _ConflictException extends KendraServiceException
499
523
  $fault: "client",
500
524
  ...opts
501
525
  });
502
- this.name = "ConflictException";
503
- this.$fault = "client";
504
526
  Object.setPrototypeOf(this, _ConflictException.prototype);
505
527
  this.Message = opts.Message;
506
528
  }
507
529
  };
508
- __name(_ConflictException, "ConflictException");
509
- var ConflictException = _ConflictException;
510
530
  var DocumentStatus = {
511
531
  FAILED: "FAILED",
512
532
  INDEXED: "INDEXED",
@@ -550,7 +570,13 @@ var ContentType = {
550
570
  XML: "XML",
551
571
  XSLT: "XSLT"
552
572
  };
553
- var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extends KendraServiceException {
573
+ var ServiceQuotaExceededException = class _ServiceQuotaExceededException extends KendraServiceException {
574
+ static {
575
+ __name(this, "ServiceQuotaExceededException");
576
+ }
577
+ name = "ServiceQuotaExceededException";
578
+ $fault = "client";
579
+ Message;
554
580
  /**
555
581
  * @internal
556
582
  */
@@ -560,14 +586,10 @@ var _ServiceQuotaExceededException = class _ServiceQuotaExceededException extend
560
586
  $fault: "client",
561
587
  ...opts
562
588
  });
563
- this.name = "ServiceQuotaExceededException";
564
- this.$fault = "client";
565
589
  Object.setPrototypeOf(this, _ServiceQuotaExceededException.prototype);
566
590
  this.Message = opts.Message;
567
591
  }
568
592
  };
569
- __name(_ServiceQuotaExceededException, "ServiceQuotaExceededException");
570
- var ServiceQuotaExceededException = _ServiceQuotaExceededException;
571
593
  var ConfluenceAttachmentFieldName = {
572
594
  AUTHOR: "AUTHOR",
573
595
  CONTENT_TYPE: "CONTENT_TYPE",
@@ -729,7 +751,23 @@ var FeaturedResultsSetStatus = {
729
751
  ACTIVE: "ACTIVE",
730
752
  INACTIVE: "INACTIVE"
731
753
  };
732
- var _FeaturedResultsConflictException = class _FeaturedResultsConflictException extends KendraServiceException {
754
+ var FeaturedResultsConflictException = class _FeaturedResultsConflictException extends KendraServiceException {
755
+ static {
756
+ __name(this, "FeaturedResultsConflictException");
757
+ }
758
+ name = "FeaturedResultsConflictException";
759
+ $fault = "client";
760
+ /**
761
+ * <p>An explanation for the conflicting queries.</p>
762
+ * @public
763
+ */
764
+ Message;
765
+ /**
766
+ * <p>A list of the conflicting queries, including the query text, the name for
767
+ * the featured results set, and the identifier of the featured results set.</p>
768
+ * @public
769
+ */
770
+ ConflictingItems;
733
771
  /**
734
772
  * @internal
735
773
  */
@@ -739,15 +777,11 @@ var _FeaturedResultsConflictException = class _FeaturedResultsConflictException
739
777
  $fault: "client",
740
778
  ...opts
741
779
  });
742
- this.name = "FeaturedResultsConflictException";
743
- this.$fault = "client";
744
780
  Object.setPrototypeOf(this, _FeaturedResultsConflictException.prototype);
745
781
  this.Message = opts.Message;
746
782
  this.ConflictingItems = opts.ConflictingItems;
747
783
  }
748
784
  };
749
- __name(_FeaturedResultsConflictException, "FeaturedResultsConflictException");
750
- var FeaturedResultsConflictException = _FeaturedResultsConflictException;
751
785
  var IndexEdition = {
752
786
  DEVELOPER_EDITION: "DEVELOPER_EDITION",
753
787
  ENTERPRISE_EDITION: "ENTERPRISE_EDITION",
@@ -857,7 +891,13 @@ var MetricType = {
857
891
  QUERIES_BY_ZERO_RESULT_RATE: "QUERIES_BY_ZERO_RESULT_RATE",
858
892
  TREND_QUERY_DOC_METRICS: "TREND_QUERY_DOC_METRICS"
859
893
  };
860
- var _InvalidRequestException = class _InvalidRequestException extends KendraServiceException {
894
+ var InvalidRequestException = class _InvalidRequestException extends KendraServiceException {
895
+ static {
896
+ __name(this, "InvalidRequestException");
897
+ }
898
+ name = "InvalidRequestException";
899
+ $fault = "client";
900
+ Message;
861
901
  /**
862
902
  * @internal
863
903
  */
@@ -867,14 +907,10 @@ var _InvalidRequestException = class _InvalidRequestException extends KendraServ
867
907
  $fault: "client",
868
908
  ...opts
869
909
  });
870
- this.name = "InvalidRequestException";
871
- this.$fault = "client";
872
910
  Object.setPrototypeOf(this, _InvalidRequestException.prototype);
873
911
  this.Message = opts.Message;
874
912
  }
875
913
  };
876
- __name(_InvalidRequestException, "InvalidRequestException");
877
- var InvalidRequestException = _InvalidRequestException;
878
914
  var DataSourceSyncJobStatus = {
879
915
  ABORTED: "ABORTED",
880
916
  FAILED: "FAILED",
@@ -884,7 +920,13 @@ var DataSourceSyncJobStatus = {
884
920
  SYNCING: "SYNCING",
885
921
  SYNCING_INDEXING: "SYNCING_INDEXING"
886
922
  };
887
- var _ResourceUnavailableException = class _ResourceUnavailableException extends KendraServiceException {
923
+ var ResourceUnavailableException = class _ResourceUnavailableException extends KendraServiceException {
924
+ static {
925
+ __name(this, "ResourceUnavailableException");
926
+ }
927
+ name = "ResourceUnavailableException";
928
+ $fault = "client";
929
+ Message;
888
930
  /**
889
931
  * @internal
890
932
  */
@@ -894,14 +936,10 @@ var _ResourceUnavailableException = class _ResourceUnavailableException extends
894
936
  $fault: "client",
895
937
  ...opts
896
938
  });
897
- this.name = "ResourceUnavailableException";
898
- this.$fault = "client";
899
939
  Object.setPrototypeOf(this, _ResourceUnavailableException.prototype);
900
940
  this.Message = opts.Message;
901
941
  }
902
942
  };
903
- __name(_ResourceUnavailableException, "ResourceUnavailableException");
904
- var ResourceUnavailableException = _ResourceUnavailableException;
905
943
  var MissingAttributeKeyStrategy = {
906
944
  COLLAPSE: "COLLAPSE",
907
945
  EXPAND: "EXPAND",
@@ -970,7 +1008,13 @@ var ScoreConfidence = {
970
1008
  var WarningCode = {
971
1009
  QUERY_LANGUAGE_INVALID_SYNTAX: "QUERY_LANGUAGE_INVALID_SYNTAX"
972
1010
  };
973
- var _ResourceInUseException = class _ResourceInUseException extends KendraServiceException {
1011
+ var ResourceInUseException = class _ResourceInUseException extends KendraServiceException {
1012
+ static {
1013
+ __name(this, "ResourceInUseException");
1014
+ }
1015
+ name = "ResourceInUseException";
1016
+ $fault = "client";
1017
+ Message;
974
1018
  /**
975
1019
  * @internal
976
1020
  */
@@ -980,14 +1024,10 @@ var _ResourceInUseException = class _ResourceInUseException extends KendraServic
980
1024
  $fault: "client",
981
1025
  ...opts
982
1026
  });
983
- this.name = "ResourceInUseException";
984
- this.$fault = "client";
985
1027
  Object.setPrototypeOf(this, _ResourceInUseException.prototype);
986
1028
  this.Message = opts.Message;
987
1029
  }
988
1030
  };
989
- __name(_ResourceInUseException, "ResourceInUseException");
990
- var ResourceInUseException = _ResourceInUseException;
991
1031
  var RelevanceType = {
992
1032
  NOT_RELEVANT: "NOT_RELEVANT",
993
1033
  RELEVANT: "RELEVANT"
@@ -3344,925 +3384,991 @@ function sharedHeaders(operation) {
3344
3384
  __name(sharedHeaders, "sharedHeaders");
3345
3385
 
3346
3386
  // src/commands/AssociateEntitiesToExperienceCommand.ts
3347
- var _AssociateEntitiesToExperienceCommand = class _AssociateEntitiesToExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3387
+ var AssociateEntitiesToExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3348
3388
  return [
3349
3389
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3350
3390
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3351
3391
  ];
3352
3392
  }).s("AWSKendraFrontendService", "AssociateEntitiesToExperience", {}).n("KendraClient", "AssociateEntitiesToExperienceCommand").f(void 0, void 0).ser(se_AssociateEntitiesToExperienceCommand).de(de_AssociateEntitiesToExperienceCommand).build() {
3393
+ static {
3394
+ __name(this, "AssociateEntitiesToExperienceCommand");
3395
+ }
3353
3396
  };
3354
- __name(_AssociateEntitiesToExperienceCommand, "AssociateEntitiesToExperienceCommand");
3355
- var AssociateEntitiesToExperienceCommand = _AssociateEntitiesToExperienceCommand;
3356
3397
 
3357
3398
  // src/commands/AssociatePersonasToEntitiesCommand.ts
3358
3399
 
3359
3400
 
3360
3401
 
3361
- var _AssociatePersonasToEntitiesCommand = class _AssociatePersonasToEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3402
+ var AssociatePersonasToEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3362
3403
  return [
3363
3404
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3364
3405
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3365
3406
  ];
3366
3407
  }).s("AWSKendraFrontendService", "AssociatePersonasToEntities", {}).n("KendraClient", "AssociatePersonasToEntitiesCommand").f(void 0, void 0).ser(se_AssociatePersonasToEntitiesCommand).de(de_AssociatePersonasToEntitiesCommand).build() {
3408
+ static {
3409
+ __name(this, "AssociatePersonasToEntitiesCommand");
3410
+ }
3367
3411
  };
3368
- __name(_AssociatePersonasToEntitiesCommand, "AssociatePersonasToEntitiesCommand");
3369
- var AssociatePersonasToEntitiesCommand = _AssociatePersonasToEntitiesCommand;
3370
3412
 
3371
3413
  // src/commands/BatchDeleteDocumentCommand.ts
3372
3414
 
3373
3415
 
3374
3416
 
3375
- var _BatchDeleteDocumentCommand = class _BatchDeleteDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3417
+ var BatchDeleteDocumentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3376
3418
  return [
3377
3419
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3378
3420
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3379
3421
  ];
3380
3422
  }).s("AWSKendraFrontendService", "BatchDeleteDocument", {}).n("KendraClient", "BatchDeleteDocumentCommand").f(void 0, void 0).ser(se_BatchDeleteDocumentCommand).de(de_BatchDeleteDocumentCommand).build() {
3423
+ static {
3424
+ __name(this, "BatchDeleteDocumentCommand");
3425
+ }
3381
3426
  };
3382
- __name(_BatchDeleteDocumentCommand, "BatchDeleteDocumentCommand");
3383
- var BatchDeleteDocumentCommand = _BatchDeleteDocumentCommand;
3384
3427
 
3385
3428
  // src/commands/BatchDeleteFeaturedResultsSetCommand.ts
3386
3429
 
3387
3430
 
3388
3431
 
3389
- var _BatchDeleteFeaturedResultsSetCommand = class _BatchDeleteFeaturedResultsSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3432
+ var BatchDeleteFeaturedResultsSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3390
3433
  return [
3391
3434
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3392
3435
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3393
3436
  ];
3394
3437
  }).s("AWSKendraFrontendService", "BatchDeleteFeaturedResultsSet", {}).n("KendraClient", "BatchDeleteFeaturedResultsSetCommand").f(void 0, void 0).ser(se_BatchDeleteFeaturedResultsSetCommand).de(de_BatchDeleteFeaturedResultsSetCommand).build() {
3438
+ static {
3439
+ __name(this, "BatchDeleteFeaturedResultsSetCommand");
3440
+ }
3395
3441
  };
3396
- __name(_BatchDeleteFeaturedResultsSetCommand, "BatchDeleteFeaturedResultsSetCommand");
3397
- var BatchDeleteFeaturedResultsSetCommand = _BatchDeleteFeaturedResultsSetCommand;
3398
3442
 
3399
3443
  // src/commands/BatchGetDocumentStatusCommand.ts
3400
3444
 
3401
3445
 
3402
3446
 
3403
- var _BatchGetDocumentStatusCommand = class _BatchGetDocumentStatusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3447
+ var BatchGetDocumentStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3404
3448
  return [
3405
3449
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3406
3450
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3407
3451
  ];
3408
3452
  }).s("AWSKendraFrontendService", "BatchGetDocumentStatus", {}).n("KendraClient", "BatchGetDocumentStatusCommand").f(void 0, void 0).ser(se_BatchGetDocumentStatusCommand).de(de_BatchGetDocumentStatusCommand).build() {
3453
+ static {
3454
+ __name(this, "BatchGetDocumentStatusCommand");
3455
+ }
3409
3456
  };
3410
- __name(_BatchGetDocumentStatusCommand, "BatchGetDocumentStatusCommand");
3411
- var BatchGetDocumentStatusCommand = _BatchGetDocumentStatusCommand;
3412
3457
 
3413
3458
  // src/commands/BatchPutDocumentCommand.ts
3414
3459
 
3415
3460
 
3416
3461
 
3417
- var _BatchPutDocumentCommand = class _BatchPutDocumentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3462
+ var BatchPutDocumentCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3418
3463
  return [
3419
3464
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3420
3465
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3421
3466
  ];
3422
3467
  }).s("AWSKendraFrontendService", "BatchPutDocument", {}).n("KendraClient", "BatchPutDocumentCommand").f(void 0, void 0).ser(se_BatchPutDocumentCommand).de(de_BatchPutDocumentCommand).build() {
3468
+ static {
3469
+ __name(this, "BatchPutDocumentCommand");
3470
+ }
3423
3471
  };
3424
- __name(_BatchPutDocumentCommand, "BatchPutDocumentCommand");
3425
- var BatchPutDocumentCommand = _BatchPutDocumentCommand;
3426
3472
 
3427
3473
  // src/commands/ClearQuerySuggestionsCommand.ts
3428
3474
 
3429
3475
 
3430
3476
 
3431
- var _ClearQuerySuggestionsCommand = class _ClearQuerySuggestionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3477
+ var ClearQuerySuggestionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3432
3478
  return [
3433
3479
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3434
3480
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3435
3481
  ];
3436
3482
  }).s("AWSKendraFrontendService", "ClearQuerySuggestions", {}).n("KendraClient", "ClearQuerySuggestionsCommand").f(void 0, void 0).ser(se_ClearQuerySuggestionsCommand).de(de_ClearQuerySuggestionsCommand).build() {
3483
+ static {
3484
+ __name(this, "ClearQuerySuggestionsCommand");
3485
+ }
3437
3486
  };
3438
- __name(_ClearQuerySuggestionsCommand, "ClearQuerySuggestionsCommand");
3439
- var ClearQuerySuggestionsCommand = _ClearQuerySuggestionsCommand;
3440
3487
 
3441
3488
  // src/commands/CreateAccessControlConfigurationCommand.ts
3442
3489
 
3443
3490
 
3444
3491
 
3445
- var _CreateAccessControlConfigurationCommand = class _CreateAccessControlConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3492
+ var CreateAccessControlConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3446
3493
  return [
3447
3494
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3448
3495
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3449
3496
  ];
3450
3497
  }).s("AWSKendraFrontendService", "CreateAccessControlConfiguration", {}).n("KendraClient", "CreateAccessControlConfigurationCommand").f(void 0, void 0).ser(se_CreateAccessControlConfigurationCommand).de(de_CreateAccessControlConfigurationCommand).build() {
3498
+ static {
3499
+ __name(this, "CreateAccessControlConfigurationCommand");
3500
+ }
3451
3501
  };
3452
- __name(_CreateAccessControlConfigurationCommand, "CreateAccessControlConfigurationCommand");
3453
- var CreateAccessControlConfigurationCommand = _CreateAccessControlConfigurationCommand;
3454
3502
 
3455
3503
  // src/commands/CreateDataSourceCommand.ts
3456
3504
 
3457
3505
 
3458
3506
 
3459
- var _CreateDataSourceCommand = class _CreateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3507
+ var CreateDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3460
3508
  return [
3461
3509
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3462
3510
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3463
3511
  ];
3464
3512
  }).s("AWSKendraFrontendService", "CreateDataSource", {}).n("KendraClient", "CreateDataSourceCommand").f(void 0, void 0).ser(se_CreateDataSourceCommand).de(de_CreateDataSourceCommand).build() {
3513
+ static {
3514
+ __name(this, "CreateDataSourceCommand");
3515
+ }
3465
3516
  };
3466
- __name(_CreateDataSourceCommand, "CreateDataSourceCommand");
3467
- var CreateDataSourceCommand = _CreateDataSourceCommand;
3468
3517
 
3469
3518
  // src/commands/CreateExperienceCommand.ts
3470
3519
 
3471
3520
 
3472
3521
 
3473
- var _CreateExperienceCommand = class _CreateExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3522
+ var CreateExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3474
3523
  return [
3475
3524
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3476
3525
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3477
3526
  ];
3478
3527
  }).s("AWSKendraFrontendService", "CreateExperience", {}).n("KendraClient", "CreateExperienceCommand").f(void 0, void 0).ser(se_CreateExperienceCommand).de(de_CreateExperienceCommand).build() {
3528
+ static {
3529
+ __name(this, "CreateExperienceCommand");
3530
+ }
3479
3531
  };
3480
- __name(_CreateExperienceCommand, "CreateExperienceCommand");
3481
- var CreateExperienceCommand = _CreateExperienceCommand;
3482
3532
 
3483
3533
  // src/commands/CreateFaqCommand.ts
3484
3534
 
3485
3535
 
3486
3536
 
3487
- var _CreateFaqCommand = class _CreateFaqCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3537
+ var CreateFaqCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3488
3538
  return [
3489
3539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3490
3540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3491
3541
  ];
3492
3542
  }).s("AWSKendraFrontendService", "CreateFaq", {}).n("KendraClient", "CreateFaqCommand").f(void 0, void 0).ser(se_CreateFaqCommand).de(de_CreateFaqCommand).build() {
3543
+ static {
3544
+ __name(this, "CreateFaqCommand");
3545
+ }
3493
3546
  };
3494
- __name(_CreateFaqCommand, "CreateFaqCommand");
3495
- var CreateFaqCommand = _CreateFaqCommand;
3496
3547
 
3497
3548
  // src/commands/CreateFeaturedResultsSetCommand.ts
3498
3549
 
3499
3550
 
3500
3551
 
3501
- var _CreateFeaturedResultsSetCommand = class _CreateFeaturedResultsSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3552
+ var CreateFeaturedResultsSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3502
3553
  return [
3503
3554
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3504
3555
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3505
3556
  ];
3506
3557
  }).s("AWSKendraFrontendService", "CreateFeaturedResultsSet", {}).n("KendraClient", "CreateFeaturedResultsSetCommand").f(void 0, void 0).ser(se_CreateFeaturedResultsSetCommand).de(de_CreateFeaturedResultsSetCommand).build() {
3558
+ static {
3559
+ __name(this, "CreateFeaturedResultsSetCommand");
3560
+ }
3507
3561
  };
3508
- __name(_CreateFeaturedResultsSetCommand, "CreateFeaturedResultsSetCommand");
3509
- var CreateFeaturedResultsSetCommand = _CreateFeaturedResultsSetCommand;
3510
3562
 
3511
3563
  // src/commands/CreateIndexCommand.ts
3512
3564
 
3513
3565
 
3514
3566
 
3515
- var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3567
+ var CreateIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3516
3568
  return [
3517
3569
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3518
3570
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3519
3571
  ];
3520
3572
  }).s("AWSKendraFrontendService", "CreateIndex", {}).n("KendraClient", "CreateIndexCommand").f(CreateIndexRequestFilterSensitiveLog, void 0).ser(se_CreateIndexCommand).de(de_CreateIndexCommand).build() {
3573
+ static {
3574
+ __name(this, "CreateIndexCommand");
3575
+ }
3521
3576
  };
3522
- __name(_CreateIndexCommand, "CreateIndexCommand");
3523
- var CreateIndexCommand = _CreateIndexCommand;
3524
3577
 
3525
3578
  // src/commands/CreateQuerySuggestionsBlockListCommand.ts
3526
3579
 
3527
3580
 
3528
3581
 
3529
- var _CreateQuerySuggestionsBlockListCommand = class _CreateQuerySuggestionsBlockListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3582
+ var CreateQuerySuggestionsBlockListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3530
3583
  return [
3531
3584
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3532
3585
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3533
3586
  ];
3534
3587
  }).s("AWSKendraFrontendService", "CreateQuerySuggestionsBlockList", {}).n("KendraClient", "CreateQuerySuggestionsBlockListCommand").f(void 0, void 0).ser(se_CreateQuerySuggestionsBlockListCommand).de(de_CreateQuerySuggestionsBlockListCommand).build() {
3588
+ static {
3589
+ __name(this, "CreateQuerySuggestionsBlockListCommand");
3590
+ }
3535
3591
  };
3536
- __name(_CreateQuerySuggestionsBlockListCommand, "CreateQuerySuggestionsBlockListCommand");
3537
- var CreateQuerySuggestionsBlockListCommand = _CreateQuerySuggestionsBlockListCommand;
3538
3592
 
3539
3593
  // src/commands/CreateThesaurusCommand.ts
3540
3594
 
3541
3595
 
3542
3596
 
3543
- var _CreateThesaurusCommand = class _CreateThesaurusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3597
+ var CreateThesaurusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3544
3598
  return [
3545
3599
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3546
3600
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3547
3601
  ];
3548
3602
  }).s("AWSKendraFrontendService", "CreateThesaurus", {}).n("KendraClient", "CreateThesaurusCommand").f(void 0, void 0).ser(se_CreateThesaurusCommand).de(de_CreateThesaurusCommand).build() {
3603
+ static {
3604
+ __name(this, "CreateThesaurusCommand");
3605
+ }
3549
3606
  };
3550
- __name(_CreateThesaurusCommand, "CreateThesaurusCommand");
3551
- var CreateThesaurusCommand = _CreateThesaurusCommand;
3552
3607
 
3553
3608
  // src/commands/DeleteAccessControlConfigurationCommand.ts
3554
3609
 
3555
3610
 
3556
3611
 
3557
- var _DeleteAccessControlConfigurationCommand = class _DeleteAccessControlConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3612
+ var DeleteAccessControlConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3558
3613
  return [
3559
3614
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3560
3615
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3561
3616
  ];
3562
3617
  }).s("AWSKendraFrontendService", "DeleteAccessControlConfiguration", {}).n("KendraClient", "DeleteAccessControlConfigurationCommand").f(void 0, void 0).ser(se_DeleteAccessControlConfigurationCommand).de(de_DeleteAccessControlConfigurationCommand).build() {
3618
+ static {
3619
+ __name(this, "DeleteAccessControlConfigurationCommand");
3620
+ }
3563
3621
  };
3564
- __name(_DeleteAccessControlConfigurationCommand, "DeleteAccessControlConfigurationCommand");
3565
- var DeleteAccessControlConfigurationCommand = _DeleteAccessControlConfigurationCommand;
3566
3622
 
3567
3623
  // src/commands/DeleteDataSourceCommand.ts
3568
3624
 
3569
3625
 
3570
3626
 
3571
- var _DeleteDataSourceCommand = class _DeleteDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3627
+ var DeleteDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3572
3628
  return [
3573
3629
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3574
3630
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3575
3631
  ];
3576
3632
  }).s("AWSKendraFrontendService", "DeleteDataSource", {}).n("KendraClient", "DeleteDataSourceCommand").f(void 0, void 0).ser(se_DeleteDataSourceCommand).de(de_DeleteDataSourceCommand).build() {
3633
+ static {
3634
+ __name(this, "DeleteDataSourceCommand");
3635
+ }
3577
3636
  };
3578
- __name(_DeleteDataSourceCommand, "DeleteDataSourceCommand");
3579
- var DeleteDataSourceCommand = _DeleteDataSourceCommand;
3580
3637
 
3581
3638
  // src/commands/DeleteExperienceCommand.ts
3582
3639
 
3583
3640
 
3584
3641
 
3585
- var _DeleteExperienceCommand = class _DeleteExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3642
+ var DeleteExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3586
3643
  return [
3587
3644
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3588
3645
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3589
3646
  ];
3590
3647
  }).s("AWSKendraFrontendService", "DeleteExperience", {}).n("KendraClient", "DeleteExperienceCommand").f(void 0, void 0).ser(se_DeleteExperienceCommand).de(de_DeleteExperienceCommand).build() {
3648
+ static {
3649
+ __name(this, "DeleteExperienceCommand");
3650
+ }
3591
3651
  };
3592
- __name(_DeleteExperienceCommand, "DeleteExperienceCommand");
3593
- var DeleteExperienceCommand = _DeleteExperienceCommand;
3594
3652
 
3595
3653
  // src/commands/DeleteFaqCommand.ts
3596
3654
 
3597
3655
 
3598
3656
 
3599
- var _DeleteFaqCommand = class _DeleteFaqCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3657
+ var DeleteFaqCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3600
3658
  return [
3601
3659
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3602
3660
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3603
3661
  ];
3604
3662
  }).s("AWSKendraFrontendService", "DeleteFaq", {}).n("KendraClient", "DeleteFaqCommand").f(void 0, void 0).ser(se_DeleteFaqCommand).de(de_DeleteFaqCommand).build() {
3663
+ static {
3664
+ __name(this, "DeleteFaqCommand");
3665
+ }
3605
3666
  };
3606
- __name(_DeleteFaqCommand, "DeleteFaqCommand");
3607
- var DeleteFaqCommand = _DeleteFaqCommand;
3608
3667
 
3609
3668
  // src/commands/DeleteIndexCommand.ts
3610
3669
 
3611
3670
 
3612
3671
 
3613
- var _DeleteIndexCommand = class _DeleteIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3672
+ var DeleteIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3614
3673
  return [
3615
3674
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3616
3675
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3617
3676
  ];
3618
3677
  }).s("AWSKendraFrontendService", "DeleteIndex", {}).n("KendraClient", "DeleteIndexCommand").f(void 0, void 0).ser(se_DeleteIndexCommand).de(de_DeleteIndexCommand).build() {
3678
+ static {
3679
+ __name(this, "DeleteIndexCommand");
3680
+ }
3619
3681
  };
3620
- __name(_DeleteIndexCommand, "DeleteIndexCommand");
3621
- var DeleteIndexCommand = _DeleteIndexCommand;
3622
3682
 
3623
3683
  // src/commands/DeletePrincipalMappingCommand.ts
3624
3684
 
3625
3685
 
3626
3686
 
3627
- var _DeletePrincipalMappingCommand = class _DeletePrincipalMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3687
+ var DeletePrincipalMappingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3628
3688
  return [
3629
3689
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3630
3690
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3631
3691
  ];
3632
3692
  }).s("AWSKendraFrontendService", "DeletePrincipalMapping", {}).n("KendraClient", "DeletePrincipalMappingCommand").f(void 0, void 0).ser(se_DeletePrincipalMappingCommand).de(de_DeletePrincipalMappingCommand).build() {
3693
+ static {
3694
+ __name(this, "DeletePrincipalMappingCommand");
3695
+ }
3633
3696
  };
3634
- __name(_DeletePrincipalMappingCommand, "DeletePrincipalMappingCommand");
3635
- var DeletePrincipalMappingCommand = _DeletePrincipalMappingCommand;
3636
3697
 
3637
3698
  // src/commands/DeleteQuerySuggestionsBlockListCommand.ts
3638
3699
 
3639
3700
 
3640
3701
 
3641
- var _DeleteQuerySuggestionsBlockListCommand = class _DeleteQuerySuggestionsBlockListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3702
+ var DeleteQuerySuggestionsBlockListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3642
3703
  return [
3643
3704
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3644
3705
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3645
3706
  ];
3646
3707
  }).s("AWSKendraFrontendService", "DeleteQuerySuggestionsBlockList", {}).n("KendraClient", "DeleteQuerySuggestionsBlockListCommand").f(void 0, void 0).ser(se_DeleteQuerySuggestionsBlockListCommand).de(de_DeleteQuerySuggestionsBlockListCommand).build() {
3708
+ static {
3709
+ __name(this, "DeleteQuerySuggestionsBlockListCommand");
3710
+ }
3647
3711
  };
3648
- __name(_DeleteQuerySuggestionsBlockListCommand, "DeleteQuerySuggestionsBlockListCommand");
3649
- var DeleteQuerySuggestionsBlockListCommand = _DeleteQuerySuggestionsBlockListCommand;
3650
3712
 
3651
3713
  // src/commands/DeleteThesaurusCommand.ts
3652
3714
 
3653
3715
 
3654
3716
 
3655
- var _DeleteThesaurusCommand = class _DeleteThesaurusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3717
+ var DeleteThesaurusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3656
3718
  return [
3657
3719
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3658
3720
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3659
3721
  ];
3660
3722
  }).s("AWSKendraFrontendService", "DeleteThesaurus", {}).n("KendraClient", "DeleteThesaurusCommand").f(void 0, void 0).ser(se_DeleteThesaurusCommand).de(de_DeleteThesaurusCommand).build() {
3723
+ static {
3724
+ __name(this, "DeleteThesaurusCommand");
3725
+ }
3661
3726
  };
3662
- __name(_DeleteThesaurusCommand, "DeleteThesaurusCommand");
3663
- var DeleteThesaurusCommand = _DeleteThesaurusCommand;
3664
3727
 
3665
3728
  // src/commands/DescribeAccessControlConfigurationCommand.ts
3666
3729
 
3667
3730
 
3668
3731
 
3669
- var _DescribeAccessControlConfigurationCommand = class _DescribeAccessControlConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3732
+ var DescribeAccessControlConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3670
3733
  return [
3671
3734
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3672
3735
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3673
3736
  ];
3674
3737
  }).s("AWSKendraFrontendService", "DescribeAccessControlConfiguration", {}).n("KendraClient", "DescribeAccessControlConfigurationCommand").f(void 0, void 0).ser(se_DescribeAccessControlConfigurationCommand).de(de_DescribeAccessControlConfigurationCommand).build() {
3738
+ static {
3739
+ __name(this, "DescribeAccessControlConfigurationCommand");
3740
+ }
3675
3741
  };
3676
- __name(_DescribeAccessControlConfigurationCommand, "DescribeAccessControlConfigurationCommand");
3677
- var DescribeAccessControlConfigurationCommand = _DescribeAccessControlConfigurationCommand;
3678
3742
 
3679
3743
  // src/commands/DescribeDataSourceCommand.ts
3680
3744
 
3681
3745
 
3682
3746
 
3683
- var _DescribeDataSourceCommand = class _DescribeDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3747
+ var DescribeDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3684
3748
  return [
3685
3749
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3686
3750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3687
3751
  ];
3688
3752
  }).s("AWSKendraFrontendService", "DescribeDataSource", {}).n("KendraClient", "DescribeDataSourceCommand").f(void 0, void 0).ser(se_DescribeDataSourceCommand).de(de_DescribeDataSourceCommand).build() {
3753
+ static {
3754
+ __name(this, "DescribeDataSourceCommand");
3755
+ }
3689
3756
  };
3690
- __name(_DescribeDataSourceCommand, "DescribeDataSourceCommand");
3691
- var DescribeDataSourceCommand = _DescribeDataSourceCommand;
3692
3757
 
3693
3758
  // src/commands/DescribeExperienceCommand.ts
3694
3759
 
3695
3760
 
3696
3761
 
3697
- var _DescribeExperienceCommand = class _DescribeExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3762
+ var DescribeExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3698
3763
  return [
3699
3764
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3700
3765
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3701
3766
  ];
3702
3767
  }).s("AWSKendraFrontendService", "DescribeExperience", {}).n("KendraClient", "DescribeExperienceCommand").f(void 0, void 0).ser(se_DescribeExperienceCommand).de(de_DescribeExperienceCommand).build() {
3768
+ static {
3769
+ __name(this, "DescribeExperienceCommand");
3770
+ }
3703
3771
  };
3704
- __name(_DescribeExperienceCommand, "DescribeExperienceCommand");
3705
- var DescribeExperienceCommand = _DescribeExperienceCommand;
3706
3772
 
3707
3773
  // src/commands/DescribeFaqCommand.ts
3708
3774
 
3709
3775
 
3710
3776
 
3711
- var _DescribeFaqCommand = class _DescribeFaqCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3777
+ var DescribeFaqCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3712
3778
  return [
3713
3779
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3714
3780
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3715
3781
  ];
3716
3782
  }).s("AWSKendraFrontendService", "DescribeFaq", {}).n("KendraClient", "DescribeFaqCommand").f(void 0, void 0).ser(se_DescribeFaqCommand).de(de_DescribeFaqCommand).build() {
3783
+ static {
3784
+ __name(this, "DescribeFaqCommand");
3785
+ }
3717
3786
  };
3718
- __name(_DescribeFaqCommand, "DescribeFaqCommand");
3719
- var DescribeFaqCommand = _DescribeFaqCommand;
3720
3787
 
3721
3788
  // src/commands/DescribeFeaturedResultsSetCommand.ts
3722
3789
 
3723
3790
 
3724
3791
 
3725
- var _DescribeFeaturedResultsSetCommand = class _DescribeFeaturedResultsSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3792
+ var DescribeFeaturedResultsSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3726
3793
  return [
3727
3794
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3728
3795
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3729
3796
  ];
3730
3797
  }).s("AWSKendraFrontendService", "DescribeFeaturedResultsSet", {}).n("KendraClient", "DescribeFeaturedResultsSetCommand").f(void 0, void 0).ser(se_DescribeFeaturedResultsSetCommand).de(de_DescribeFeaturedResultsSetCommand).build() {
3798
+ static {
3799
+ __name(this, "DescribeFeaturedResultsSetCommand");
3800
+ }
3731
3801
  };
3732
- __name(_DescribeFeaturedResultsSetCommand, "DescribeFeaturedResultsSetCommand");
3733
- var DescribeFeaturedResultsSetCommand = _DescribeFeaturedResultsSetCommand;
3734
3802
 
3735
3803
  // src/commands/DescribeIndexCommand.ts
3736
3804
 
3737
3805
 
3738
3806
 
3739
- var _DescribeIndexCommand = class _DescribeIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3807
+ var DescribeIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3740
3808
  return [
3741
3809
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3742
3810
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3743
3811
  ];
3744
3812
  }).s("AWSKendraFrontendService", "DescribeIndex", {}).n("KendraClient", "DescribeIndexCommand").f(void 0, DescribeIndexResponseFilterSensitiveLog).ser(se_DescribeIndexCommand).de(de_DescribeIndexCommand).build() {
3813
+ static {
3814
+ __name(this, "DescribeIndexCommand");
3815
+ }
3745
3816
  };
3746
- __name(_DescribeIndexCommand, "DescribeIndexCommand");
3747
- var DescribeIndexCommand = _DescribeIndexCommand;
3748
3817
 
3749
3818
  // src/commands/DescribePrincipalMappingCommand.ts
3750
3819
 
3751
3820
 
3752
3821
 
3753
- var _DescribePrincipalMappingCommand = class _DescribePrincipalMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3822
+ var DescribePrincipalMappingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3754
3823
  return [
3755
3824
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3756
3825
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3757
3826
  ];
3758
3827
  }).s("AWSKendraFrontendService", "DescribePrincipalMapping", {}).n("KendraClient", "DescribePrincipalMappingCommand").f(void 0, void 0).ser(se_DescribePrincipalMappingCommand).de(de_DescribePrincipalMappingCommand).build() {
3828
+ static {
3829
+ __name(this, "DescribePrincipalMappingCommand");
3830
+ }
3759
3831
  };
3760
- __name(_DescribePrincipalMappingCommand, "DescribePrincipalMappingCommand");
3761
- var DescribePrincipalMappingCommand = _DescribePrincipalMappingCommand;
3762
3832
 
3763
3833
  // src/commands/DescribeQuerySuggestionsBlockListCommand.ts
3764
3834
 
3765
3835
 
3766
3836
 
3767
- var _DescribeQuerySuggestionsBlockListCommand = class _DescribeQuerySuggestionsBlockListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3837
+ var DescribeQuerySuggestionsBlockListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3768
3838
  return [
3769
3839
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3770
3840
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3771
3841
  ];
3772
3842
  }).s("AWSKendraFrontendService", "DescribeQuerySuggestionsBlockList", {}).n("KendraClient", "DescribeQuerySuggestionsBlockListCommand").f(void 0, void 0).ser(se_DescribeQuerySuggestionsBlockListCommand).de(de_DescribeQuerySuggestionsBlockListCommand).build() {
3843
+ static {
3844
+ __name(this, "DescribeQuerySuggestionsBlockListCommand");
3845
+ }
3773
3846
  };
3774
- __name(_DescribeQuerySuggestionsBlockListCommand, "DescribeQuerySuggestionsBlockListCommand");
3775
- var DescribeQuerySuggestionsBlockListCommand = _DescribeQuerySuggestionsBlockListCommand;
3776
3847
 
3777
3848
  // src/commands/DescribeQuerySuggestionsConfigCommand.ts
3778
3849
 
3779
3850
 
3780
3851
 
3781
- var _DescribeQuerySuggestionsConfigCommand = class _DescribeQuerySuggestionsConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3852
+ var DescribeQuerySuggestionsConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3782
3853
  return [
3783
3854
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3784
3855
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3785
3856
  ];
3786
3857
  }).s("AWSKendraFrontendService", "DescribeQuerySuggestionsConfig", {}).n("KendraClient", "DescribeQuerySuggestionsConfigCommand").f(void 0, void 0).ser(se_DescribeQuerySuggestionsConfigCommand).de(de_DescribeQuerySuggestionsConfigCommand).build() {
3858
+ static {
3859
+ __name(this, "DescribeQuerySuggestionsConfigCommand");
3860
+ }
3787
3861
  };
3788
- __name(_DescribeQuerySuggestionsConfigCommand, "DescribeQuerySuggestionsConfigCommand");
3789
- var DescribeQuerySuggestionsConfigCommand = _DescribeQuerySuggestionsConfigCommand;
3790
3862
 
3791
3863
  // src/commands/DescribeThesaurusCommand.ts
3792
3864
 
3793
3865
 
3794
3866
 
3795
- var _DescribeThesaurusCommand = class _DescribeThesaurusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3867
+ var DescribeThesaurusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3796
3868
  return [
3797
3869
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3798
3870
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3799
3871
  ];
3800
3872
  }).s("AWSKendraFrontendService", "DescribeThesaurus", {}).n("KendraClient", "DescribeThesaurusCommand").f(void 0, void 0).ser(se_DescribeThesaurusCommand).de(de_DescribeThesaurusCommand).build() {
3873
+ static {
3874
+ __name(this, "DescribeThesaurusCommand");
3875
+ }
3801
3876
  };
3802
- __name(_DescribeThesaurusCommand, "DescribeThesaurusCommand");
3803
- var DescribeThesaurusCommand = _DescribeThesaurusCommand;
3804
3877
 
3805
3878
  // src/commands/DisassociateEntitiesFromExperienceCommand.ts
3806
3879
 
3807
3880
 
3808
3881
 
3809
- var _DisassociateEntitiesFromExperienceCommand = class _DisassociateEntitiesFromExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3882
+ var DisassociateEntitiesFromExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3810
3883
  return [
3811
3884
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3812
3885
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3813
3886
  ];
3814
3887
  }).s("AWSKendraFrontendService", "DisassociateEntitiesFromExperience", {}).n("KendraClient", "DisassociateEntitiesFromExperienceCommand").f(void 0, void 0).ser(se_DisassociateEntitiesFromExperienceCommand).de(de_DisassociateEntitiesFromExperienceCommand).build() {
3888
+ static {
3889
+ __name(this, "DisassociateEntitiesFromExperienceCommand");
3890
+ }
3815
3891
  };
3816
- __name(_DisassociateEntitiesFromExperienceCommand, "DisassociateEntitiesFromExperienceCommand");
3817
- var DisassociateEntitiesFromExperienceCommand = _DisassociateEntitiesFromExperienceCommand;
3818
3892
 
3819
3893
  // src/commands/DisassociatePersonasFromEntitiesCommand.ts
3820
3894
 
3821
3895
 
3822
3896
 
3823
- var _DisassociatePersonasFromEntitiesCommand = class _DisassociatePersonasFromEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3897
+ var DisassociatePersonasFromEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3824
3898
  return [
3825
3899
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3826
3900
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3827
3901
  ];
3828
3902
  }).s("AWSKendraFrontendService", "DisassociatePersonasFromEntities", {}).n("KendraClient", "DisassociatePersonasFromEntitiesCommand").f(void 0, void 0).ser(se_DisassociatePersonasFromEntitiesCommand).de(de_DisassociatePersonasFromEntitiesCommand).build() {
3903
+ static {
3904
+ __name(this, "DisassociatePersonasFromEntitiesCommand");
3905
+ }
3829
3906
  };
3830
- __name(_DisassociatePersonasFromEntitiesCommand, "DisassociatePersonasFromEntitiesCommand");
3831
- var DisassociatePersonasFromEntitiesCommand = _DisassociatePersonasFromEntitiesCommand;
3832
3907
 
3833
3908
  // src/commands/GetQuerySuggestionsCommand.ts
3834
3909
 
3835
3910
 
3836
3911
 
3837
- var _GetQuerySuggestionsCommand = class _GetQuerySuggestionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3912
+ var GetQuerySuggestionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3838
3913
  return [
3839
3914
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3840
3915
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3841
3916
  ];
3842
3917
  }).s("AWSKendraFrontendService", "GetQuerySuggestions", {}).n("KendraClient", "GetQuerySuggestionsCommand").f(void 0, void 0).ser(se_GetQuerySuggestionsCommand).de(de_GetQuerySuggestionsCommand).build() {
3918
+ static {
3919
+ __name(this, "GetQuerySuggestionsCommand");
3920
+ }
3843
3921
  };
3844
- __name(_GetQuerySuggestionsCommand, "GetQuerySuggestionsCommand");
3845
- var GetQuerySuggestionsCommand = _GetQuerySuggestionsCommand;
3846
3922
 
3847
3923
  // src/commands/GetSnapshotsCommand.ts
3848
3924
 
3849
3925
 
3850
3926
 
3851
- var _GetSnapshotsCommand = class _GetSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3927
+ var GetSnapshotsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3852
3928
  return [
3853
3929
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3854
3930
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3855
3931
  ];
3856
3932
  }).s("AWSKendraFrontendService", "GetSnapshots", {}).n("KendraClient", "GetSnapshotsCommand").f(void 0, void 0).ser(se_GetSnapshotsCommand).de(de_GetSnapshotsCommand).build() {
3933
+ static {
3934
+ __name(this, "GetSnapshotsCommand");
3935
+ }
3857
3936
  };
3858
- __name(_GetSnapshotsCommand, "GetSnapshotsCommand");
3859
- var GetSnapshotsCommand = _GetSnapshotsCommand;
3860
3937
 
3861
3938
  // src/commands/ListAccessControlConfigurationsCommand.ts
3862
3939
 
3863
3940
 
3864
3941
 
3865
- var _ListAccessControlConfigurationsCommand = class _ListAccessControlConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3942
+ var ListAccessControlConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3866
3943
  return [
3867
3944
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3868
3945
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3869
3946
  ];
3870
3947
  }).s("AWSKendraFrontendService", "ListAccessControlConfigurations", {}).n("KendraClient", "ListAccessControlConfigurationsCommand").f(void 0, void 0).ser(se_ListAccessControlConfigurationsCommand).de(de_ListAccessControlConfigurationsCommand).build() {
3948
+ static {
3949
+ __name(this, "ListAccessControlConfigurationsCommand");
3950
+ }
3871
3951
  };
3872
- __name(_ListAccessControlConfigurationsCommand, "ListAccessControlConfigurationsCommand");
3873
- var ListAccessControlConfigurationsCommand = _ListAccessControlConfigurationsCommand;
3874
3952
 
3875
3953
  // src/commands/ListDataSourcesCommand.ts
3876
3954
 
3877
3955
 
3878
3956
 
3879
- var _ListDataSourcesCommand = class _ListDataSourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3957
+ var ListDataSourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3880
3958
  return [
3881
3959
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3882
3960
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3883
3961
  ];
3884
3962
  }).s("AWSKendraFrontendService", "ListDataSources", {}).n("KendraClient", "ListDataSourcesCommand").f(void 0, void 0).ser(se_ListDataSourcesCommand).de(de_ListDataSourcesCommand).build() {
3963
+ static {
3964
+ __name(this, "ListDataSourcesCommand");
3965
+ }
3885
3966
  };
3886
- __name(_ListDataSourcesCommand, "ListDataSourcesCommand");
3887
- var ListDataSourcesCommand = _ListDataSourcesCommand;
3888
3967
 
3889
3968
  // src/commands/ListDataSourceSyncJobsCommand.ts
3890
3969
 
3891
3970
 
3892
3971
 
3893
- var _ListDataSourceSyncJobsCommand = class _ListDataSourceSyncJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3972
+ var ListDataSourceSyncJobsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3894
3973
  return [
3895
3974
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3896
3975
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3897
3976
  ];
3898
3977
  }).s("AWSKendraFrontendService", "ListDataSourceSyncJobs", {}).n("KendraClient", "ListDataSourceSyncJobsCommand").f(void 0, void 0).ser(se_ListDataSourceSyncJobsCommand).de(de_ListDataSourceSyncJobsCommand).build() {
3978
+ static {
3979
+ __name(this, "ListDataSourceSyncJobsCommand");
3980
+ }
3899
3981
  };
3900
- __name(_ListDataSourceSyncJobsCommand, "ListDataSourceSyncJobsCommand");
3901
- var ListDataSourceSyncJobsCommand = _ListDataSourceSyncJobsCommand;
3902
3982
 
3903
3983
  // src/commands/ListEntityPersonasCommand.ts
3904
3984
 
3905
3985
 
3906
3986
 
3907
- var _ListEntityPersonasCommand = class _ListEntityPersonasCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3987
+ var ListEntityPersonasCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3908
3988
  return [
3909
3989
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3910
3990
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3911
3991
  ];
3912
3992
  }).s("AWSKendraFrontendService", "ListEntityPersonas", {}).n("KendraClient", "ListEntityPersonasCommand").f(void 0, void 0).ser(se_ListEntityPersonasCommand).de(de_ListEntityPersonasCommand).build() {
3993
+ static {
3994
+ __name(this, "ListEntityPersonasCommand");
3995
+ }
3913
3996
  };
3914
- __name(_ListEntityPersonasCommand, "ListEntityPersonasCommand");
3915
- var ListEntityPersonasCommand = _ListEntityPersonasCommand;
3916
3997
 
3917
3998
  // src/commands/ListExperienceEntitiesCommand.ts
3918
3999
 
3919
4000
 
3920
4001
 
3921
- var _ListExperienceEntitiesCommand = class _ListExperienceEntitiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4002
+ var ListExperienceEntitiesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3922
4003
  return [
3923
4004
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3924
4005
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3925
4006
  ];
3926
4007
  }).s("AWSKendraFrontendService", "ListExperienceEntities", {}).n("KendraClient", "ListExperienceEntitiesCommand").f(void 0, ListExperienceEntitiesResponseFilterSensitiveLog).ser(se_ListExperienceEntitiesCommand).de(de_ListExperienceEntitiesCommand).build() {
4008
+ static {
4009
+ __name(this, "ListExperienceEntitiesCommand");
4010
+ }
3927
4011
  };
3928
- __name(_ListExperienceEntitiesCommand, "ListExperienceEntitiesCommand");
3929
- var ListExperienceEntitiesCommand = _ListExperienceEntitiesCommand;
3930
4012
 
3931
4013
  // src/commands/ListExperiencesCommand.ts
3932
4014
 
3933
4015
 
3934
4016
 
3935
- var _ListExperiencesCommand = class _ListExperiencesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4017
+ var ListExperiencesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3936
4018
  return [
3937
4019
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3938
4020
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3939
4021
  ];
3940
4022
  }).s("AWSKendraFrontendService", "ListExperiences", {}).n("KendraClient", "ListExperiencesCommand").f(void 0, void 0).ser(se_ListExperiencesCommand).de(de_ListExperiencesCommand).build() {
4023
+ static {
4024
+ __name(this, "ListExperiencesCommand");
4025
+ }
3941
4026
  };
3942
- __name(_ListExperiencesCommand, "ListExperiencesCommand");
3943
- var ListExperiencesCommand = _ListExperiencesCommand;
3944
4027
 
3945
4028
  // src/commands/ListFaqsCommand.ts
3946
4029
 
3947
4030
 
3948
4031
 
3949
- var _ListFaqsCommand = class _ListFaqsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4032
+ var ListFaqsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3950
4033
  return [
3951
4034
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3952
4035
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3953
4036
  ];
3954
4037
  }).s("AWSKendraFrontendService", "ListFaqs", {}).n("KendraClient", "ListFaqsCommand").f(void 0, void 0).ser(se_ListFaqsCommand).de(de_ListFaqsCommand).build() {
4038
+ static {
4039
+ __name(this, "ListFaqsCommand");
4040
+ }
3955
4041
  };
3956
- __name(_ListFaqsCommand, "ListFaqsCommand");
3957
- var ListFaqsCommand = _ListFaqsCommand;
3958
4042
 
3959
4043
  // src/commands/ListFeaturedResultsSetsCommand.ts
3960
4044
 
3961
4045
 
3962
4046
 
3963
- var _ListFeaturedResultsSetsCommand = class _ListFeaturedResultsSetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4047
+ var ListFeaturedResultsSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3964
4048
  return [
3965
4049
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3966
4050
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3967
4051
  ];
3968
4052
  }).s("AWSKendraFrontendService", "ListFeaturedResultsSets", {}).n("KendraClient", "ListFeaturedResultsSetsCommand").f(void 0, void 0).ser(se_ListFeaturedResultsSetsCommand).de(de_ListFeaturedResultsSetsCommand).build() {
4053
+ static {
4054
+ __name(this, "ListFeaturedResultsSetsCommand");
4055
+ }
3969
4056
  };
3970
- __name(_ListFeaturedResultsSetsCommand, "ListFeaturedResultsSetsCommand");
3971
- var ListFeaturedResultsSetsCommand = _ListFeaturedResultsSetsCommand;
3972
4057
 
3973
4058
  // src/commands/ListGroupsOlderThanOrderingIdCommand.ts
3974
4059
 
3975
4060
 
3976
4061
 
3977
- var _ListGroupsOlderThanOrderingIdCommand = class _ListGroupsOlderThanOrderingIdCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4062
+ var ListGroupsOlderThanOrderingIdCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3978
4063
  return [
3979
4064
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3980
4065
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3981
4066
  ];
3982
4067
  }).s("AWSKendraFrontendService", "ListGroupsOlderThanOrderingId", {}).n("KendraClient", "ListGroupsOlderThanOrderingIdCommand").f(void 0, void 0).ser(se_ListGroupsOlderThanOrderingIdCommand).de(de_ListGroupsOlderThanOrderingIdCommand).build() {
4068
+ static {
4069
+ __name(this, "ListGroupsOlderThanOrderingIdCommand");
4070
+ }
3983
4071
  };
3984
- __name(_ListGroupsOlderThanOrderingIdCommand, "ListGroupsOlderThanOrderingIdCommand");
3985
- var ListGroupsOlderThanOrderingIdCommand = _ListGroupsOlderThanOrderingIdCommand;
3986
4072
 
3987
4073
  // src/commands/ListIndicesCommand.ts
3988
4074
 
3989
4075
 
3990
4076
 
3991
- var _ListIndicesCommand = class _ListIndicesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4077
+ var ListIndicesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3992
4078
  return [
3993
4079
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3994
4080
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
3995
4081
  ];
3996
4082
  }).s("AWSKendraFrontendService", "ListIndices", {}).n("KendraClient", "ListIndicesCommand").f(void 0, void 0).ser(se_ListIndicesCommand).de(de_ListIndicesCommand).build() {
4083
+ static {
4084
+ __name(this, "ListIndicesCommand");
4085
+ }
3997
4086
  };
3998
- __name(_ListIndicesCommand, "ListIndicesCommand");
3999
- var ListIndicesCommand = _ListIndicesCommand;
4000
4087
 
4001
4088
  // src/commands/ListQuerySuggestionsBlockListsCommand.ts
4002
4089
 
4003
4090
 
4004
4091
 
4005
- var _ListQuerySuggestionsBlockListsCommand = class _ListQuerySuggestionsBlockListsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4092
+ var ListQuerySuggestionsBlockListsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4006
4093
  return [
4007
4094
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4008
4095
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4009
4096
  ];
4010
4097
  }).s("AWSKendraFrontendService", "ListQuerySuggestionsBlockLists", {}).n("KendraClient", "ListQuerySuggestionsBlockListsCommand").f(void 0, void 0).ser(se_ListQuerySuggestionsBlockListsCommand).de(de_ListQuerySuggestionsBlockListsCommand).build() {
4098
+ static {
4099
+ __name(this, "ListQuerySuggestionsBlockListsCommand");
4100
+ }
4011
4101
  };
4012
- __name(_ListQuerySuggestionsBlockListsCommand, "ListQuerySuggestionsBlockListsCommand");
4013
- var ListQuerySuggestionsBlockListsCommand = _ListQuerySuggestionsBlockListsCommand;
4014
4102
 
4015
4103
  // src/commands/ListTagsForResourceCommand.ts
4016
4104
 
4017
4105
 
4018
4106
 
4019
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4107
+ var ListTagsForResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4020
4108
  return [
4021
4109
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4022
4110
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4023
4111
  ];
4024
4112
  }).s("AWSKendraFrontendService", "ListTagsForResource", {}).n("KendraClient", "ListTagsForResourceCommand").f(void 0, void 0).ser(se_ListTagsForResourceCommand).de(de_ListTagsForResourceCommand).build() {
4113
+ static {
4114
+ __name(this, "ListTagsForResourceCommand");
4115
+ }
4025
4116
  };
4026
- __name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
4027
- var ListTagsForResourceCommand = _ListTagsForResourceCommand;
4028
4117
 
4029
4118
  // src/commands/ListThesauriCommand.ts
4030
4119
 
4031
4120
 
4032
4121
 
4033
- var _ListThesauriCommand = class _ListThesauriCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4122
+ var ListThesauriCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4034
4123
  return [
4035
4124
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4036
4125
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4037
4126
  ];
4038
4127
  }).s("AWSKendraFrontendService", "ListThesauri", {}).n("KendraClient", "ListThesauriCommand").f(void 0, void 0).ser(se_ListThesauriCommand).de(de_ListThesauriCommand).build() {
4128
+ static {
4129
+ __name(this, "ListThesauriCommand");
4130
+ }
4039
4131
  };
4040
- __name(_ListThesauriCommand, "ListThesauriCommand");
4041
- var ListThesauriCommand = _ListThesauriCommand;
4042
4132
 
4043
4133
  // src/commands/PutPrincipalMappingCommand.ts
4044
4134
 
4045
4135
 
4046
4136
 
4047
- var _PutPrincipalMappingCommand = class _PutPrincipalMappingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4137
+ var PutPrincipalMappingCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4048
4138
  return [
4049
4139
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4050
4140
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4051
4141
  ];
4052
4142
  }).s("AWSKendraFrontendService", "PutPrincipalMapping", {}).n("KendraClient", "PutPrincipalMappingCommand").f(void 0, void 0).ser(se_PutPrincipalMappingCommand).de(de_PutPrincipalMappingCommand).build() {
4143
+ static {
4144
+ __name(this, "PutPrincipalMappingCommand");
4145
+ }
4053
4146
  };
4054
- __name(_PutPrincipalMappingCommand, "PutPrincipalMappingCommand");
4055
- var PutPrincipalMappingCommand = _PutPrincipalMappingCommand;
4056
4147
 
4057
4148
  // src/commands/QueryCommand.ts
4058
4149
 
4059
4150
 
4060
4151
 
4061
- var _QueryCommand = class _QueryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4152
+ var QueryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4062
4153
  return [
4063
4154
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4064
4155
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4065
4156
  ];
4066
4157
  }).s("AWSKendraFrontendService", "Query", {}).n("KendraClient", "QueryCommand").f(void 0, void 0).ser(se_QueryCommand).de(de_QueryCommand).build() {
4158
+ static {
4159
+ __name(this, "QueryCommand");
4160
+ }
4067
4161
  };
4068
- __name(_QueryCommand, "QueryCommand");
4069
- var QueryCommand = _QueryCommand;
4070
4162
 
4071
4163
  // src/commands/RetrieveCommand.ts
4072
4164
 
4073
4165
 
4074
4166
 
4075
- var _RetrieveCommand = class _RetrieveCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4167
+ var RetrieveCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4076
4168
  return [
4077
4169
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4078
4170
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4079
4171
  ];
4080
4172
  }).s("AWSKendraFrontendService", "Retrieve", {}).n("KendraClient", "RetrieveCommand").f(void 0, void 0).ser(se_RetrieveCommand).de(de_RetrieveCommand).build() {
4173
+ static {
4174
+ __name(this, "RetrieveCommand");
4175
+ }
4081
4176
  };
4082
- __name(_RetrieveCommand, "RetrieveCommand");
4083
- var RetrieveCommand = _RetrieveCommand;
4084
4177
 
4085
4178
  // src/commands/StartDataSourceSyncJobCommand.ts
4086
4179
 
4087
4180
 
4088
4181
 
4089
- var _StartDataSourceSyncJobCommand = class _StartDataSourceSyncJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4182
+ var StartDataSourceSyncJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4090
4183
  return [
4091
4184
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4092
4185
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4093
4186
  ];
4094
4187
  }).s("AWSKendraFrontendService", "StartDataSourceSyncJob", {}).n("KendraClient", "StartDataSourceSyncJobCommand").f(void 0, void 0).ser(se_StartDataSourceSyncJobCommand).de(de_StartDataSourceSyncJobCommand).build() {
4188
+ static {
4189
+ __name(this, "StartDataSourceSyncJobCommand");
4190
+ }
4095
4191
  };
4096
- __name(_StartDataSourceSyncJobCommand, "StartDataSourceSyncJobCommand");
4097
- var StartDataSourceSyncJobCommand = _StartDataSourceSyncJobCommand;
4098
4192
 
4099
4193
  // src/commands/StopDataSourceSyncJobCommand.ts
4100
4194
 
4101
4195
 
4102
4196
 
4103
- var _StopDataSourceSyncJobCommand = class _StopDataSourceSyncJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4197
+ var StopDataSourceSyncJobCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4104
4198
  return [
4105
4199
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4106
4200
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4107
4201
  ];
4108
4202
  }).s("AWSKendraFrontendService", "StopDataSourceSyncJob", {}).n("KendraClient", "StopDataSourceSyncJobCommand").f(void 0, void 0).ser(se_StopDataSourceSyncJobCommand).de(de_StopDataSourceSyncJobCommand).build() {
4203
+ static {
4204
+ __name(this, "StopDataSourceSyncJobCommand");
4205
+ }
4109
4206
  };
4110
- __name(_StopDataSourceSyncJobCommand, "StopDataSourceSyncJobCommand");
4111
- var StopDataSourceSyncJobCommand = _StopDataSourceSyncJobCommand;
4112
4207
 
4113
4208
  // src/commands/SubmitFeedbackCommand.ts
4114
4209
 
4115
4210
 
4116
4211
 
4117
- var _SubmitFeedbackCommand = class _SubmitFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4212
+ var SubmitFeedbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4118
4213
  return [
4119
4214
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4120
4215
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4121
4216
  ];
4122
4217
  }).s("AWSKendraFrontendService", "SubmitFeedback", {}).n("KendraClient", "SubmitFeedbackCommand").f(void 0, void 0).ser(se_SubmitFeedbackCommand).de(de_SubmitFeedbackCommand).build() {
4218
+ static {
4219
+ __name(this, "SubmitFeedbackCommand");
4220
+ }
4123
4221
  };
4124
- __name(_SubmitFeedbackCommand, "SubmitFeedbackCommand");
4125
- var SubmitFeedbackCommand = _SubmitFeedbackCommand;
4126
4222
 
4127
4223
  // src/commands/TagResourceCommand.ts
4128
4224
 
4129
4225
 
4130
4226
 
4131
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4227
+ var TagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4132
4228
  return [
4133
4229
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4134
4230
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4135
4231
  ];
4136
4232
  }).s("AWSKendraFrontendService", "TagResource", {}).n("KendraClient", "TagResourceCommand").f(void 0, void 0).ser(se_TagResourceCommand).de(de_TagResourceCommand).build() {
4233
+ static {
4234
+ __name(this, "TagResourceCommand");
4235
+ }
4137
4236
  };
4138
- __name(_TagResourceCommand, "TagResourceCommand");
4139
- var TagResourceCommand = _TagResourceCommand;
4140
4237
 
4141
4238
  // src/commands/UntagResourceCommand.ts
4142
4239
 
4143
4240
 
4144
4241
 
4145
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4242
+ var UntagResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4146
4243
  return [
4147
4244
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4148
4245
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4149
4246
  ];
4150
4247
  }).s("AWSKendraFrontendService", "UntagResource", {}).n("KendraClient", "UntagResourceCommand").f(void 0, void 0).ser(se_UntagResourceCommand).de(de_UntagResourceCommand).build() {
4248
+ static {
4249
+ __name(this, "UntagResourceCommand");
4250
+ }
4151
4251
  };
4152
- __name(_UntagResourceCommand, "UntagResourceCommand");
4153
- var UntagResourceCommand = _UntagResourceCommand;
4154
4252
 
4155
4253
  // src/commands/UpdateAccessControlConfigurationCommand.ts
4156
4254
 
4157
4255
 
4158
4256
 
4159
- var _UpdateAccessControlConfigurationCommand = class _UpdateAccessControlConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4257
+ var UpdateAccessControlConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4160
4258
  return [
4161
4259
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4162
4260
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4163
4261
  ];
4164
4262
  }).s("AWSKendraFrontendService", "UpdateAccessControlConfiguration", {}).n("KendraClient", "UpdateAccessControlConfigurationCommand").f(void 0, void 0).ser(se_UpdateAccessControlConfigurationCommand).de(de_UpdateAccessControlConfigurationCommand).build() {
4263
+ static {
4264
+ __name(this, "UpdateAccessControlConfigurationCommand");
4265
+ }
4165
4266
  };
4166
- __name(_UpdateAccessControlConfigurationCommand, "UpdateAccessControlConfigurationCommand");
4167
- var UpdateAccessControlConfigurationCommand = _UpdateAccessControlConfigurationCommand;
4168
4267
 
4169
4268
  // src/commands/UpdateDataSourceCommand.ts
4170
4269
 
4171
4270
 
4172
4271
 
4173
- var _UpdateDataSourceCommand = class _UpdateDataSourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4272
+ var UpdateDataSourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4174
4273
  return [
4175
4274
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4176
4275
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4177
4276
  ];
4178
4277
  }).s("AWSKendraFrontendService", "UpdateDataSource", {}).n("KendraClient", "UpdateDataSourceCommand").f(void 0, void 0).ser(se_UpdateDataSourceCommand).de(de_UpdateDataSourceCommand).build() {
4278
+ static {
4279
+ __name(this, "UpdateDataSourceCommand");
4280
+ }
4179
4281
  };
4180
- __name(_UpdateDataSourceCommand, "UpdateDataSourceCommand");
4181
- var UpdateDataSourceCommand = _UpdateDataSourceCommand;
4182
4282
 
4183
4283
  // src/commands/UpdateExperienceCommand.ts
4184
4284
 
4185
4285
 
4186
4286
 
4187
- var _UpdateExperienceCommand = class _UpdateExperienceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4287
+ var UpdateExperienceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4188
4288
  return [
4189
4289
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4190
4290
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4191
4291
  ];
4192
4292
  }).s("AWSKendraFrontendService", "UpdateExperience", {}).n("KendraClient", "UpdateExperienceCommand").f(void 0, void 0).ser(se_UpdateExperienceCommand).de(de_UpdateExperienceCommand).build() {
4293
+ static {
4294
+ __name(this, "UpdateExperienceCommand");
4295
+ }
4193
4296
  };
4194
- __name(_UpdateExperienceCommand, "UpdateExperienceCommand");
4195
- var UpdateExperienceCommand = _UpdateExperienceCommand;
4196
4297
 
4197
4298
  // src/commands/UpdateFeaturedResultsSetCommand.ts
4198
4299
 
4199
4300
 
4200
4301
 
4201
- var _UpdateFeaturedResultsSetCommand = class _UpdateFeaturedResultsSetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4302
+ var UpdateFeaturedResultsSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4202
4303
  return [
4203
4304
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4204
4305
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4205
4306
  ];
4206
4307
  }).s("AWSKendraFrontendService", "UpdateFeaturedResultsSet", {}).n("KendraClient", "UpdateFeaturedResultsSetCommand").f(void 0, void 0).ser(se_UpdateFeaturedResultsSetCommand).de(de_UpdateFeaturedResultsSetCommand).build() {
4308
+ static {
4309
+ __name(this, "UpdateFeaturedResultsSetCommand");
4310
+ }
4207
4311
  };
4208
- __name(_UpdateFeaturedResultsSetCommand, "UpdateFeaturedResultsSetCommand");
4209
- var UpdateFeaturedResultsSetCommand = _UpdateFeaturedResultsSetCommand;
4210
4312
 
4211
4313
  // src/commands/UpdateIndexCommand.ts
4212
4314
 
4213
4315
 
4214
4316
 
4215
- var _UpdateIndexCommand = class _UpdateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4317
+ var UpdateIndexCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4216
4318
  return [
4217
4319
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4218
4320
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4219
4321
  ];
4220
4322
  }).s("AWSKendraFrontendService", "UpdateIndex", {}).n("KendraClient", "UpdateIndexCommand").f(void 0, void 0).ser(se_UpdateIndexCommand).de(de_UpdateIndexCommand).build() {
4323
+ static {
4324
+ __name(this, "UpdateIndexCommand");
4325
+ }
4221
4326
  };
4222
- __name(_UpdateIndexCommand, "UpdateIndexCommand");
4223
- var UpdateIndexCommand = _UpdateIndexCommand;
4224
4327
 
4225
4328
  // src/commands/UpdateQuerySuggestionsBlockListCommand.ts
4226
4329
 
4227
4330
 
4228
4331
 
4229
- var _UpdateQuerySuggestionsBlockListCommand = class _UpdateQuerySuggestionsBlockListCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4332
+ var UpdateQuerySuggestionsBlockListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4230
4333
  return [
4231
4334
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4232
4335
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4233
4336
  ];
4234
4337
  }).s("AWSKendraFrontendService", "UpdateQuerySuggestionsBlockList", {}).n("KendraClient", "UpdateQuerySuggestionsBlockListCommand").f(void 0, void 0).ser(se_UpdateQuerySuggestionsBlockListCommand).de(de_UpdateQuerySuggestionsBlockListCommand).build() {
4338
+ static {
4339
+ __name(this, "UpdateQuerySuggestionsBlockListCommand");
4340
+ }
4235
4341
  };
4236
- __name(_UpdateQuerySuggestionsBlockListCommand, "UpdateQuerySuggestionsBlockListCommand");
4237
- var UpdateQuerySuggestionsBlockListCommand = _UpdateQuerySuggestionsBlockListCommand;
4238
4342
 
4239
4343
  // src/commands/UpdateQuerySuggestionsConfigCommand.ts
4240
4344
 
4241
4345
 
4242
4346
 
4243
- var _UpdateQuerySuggestionsConfigCommand = class _UpdateQuerySuggestionsConfigCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4347
+ var UpdateQuerySuggestionsConfigCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4244
4348
  return [
4245
4349
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4246
4350
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4247
4351
  ];
4248
4352
  }).s("AWSKendraFrontendService", "UpdateQuerySuggestionsConfig", {}).n("KendraClient", "UpdateQuerySuggestionsConfigCommand").f(void 0, void 0).ser(se_UpdateQuerySuggestionsConfigCommand).de(de_UpdateQuerySuggestionsConfigCommand).build() {
4353
+ static {
4354
+ __name(this, "UpdateQuerySuggestionsConfigCommand");
4355
+ }
4249
4356
  };
4250
- __name(_UpdateQuerySuggestionsConfigCommand, "UpdateQuerySuggestionsConfigCommand");
4251
- var UpdateQuerySuggestionsConfigCommand = _UpdateQuerySuggestionsConfigCommand;
4252
4357
 
4253
4358
  // src/commands/UpdateThesaurusCommand.ts
4254
4359
 
4255
4360
 
4256
4361
 
4257
- var _UpdateThesaurusCommand = class _UpdateThesaurusCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4362
+ var UpdateThesaurusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4258
4363
  return [
4259
4364
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4260
4365
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
4261
4366
  ];
4262
4367
  }).s("AWSKendraFrontendService", "UpdateThesaurus", {}).n("KendraClient", "UpdateThesaurusCommand").f(void 0, void 0).ser(se_UpdateThesaurusCommand).de(de_UpdateThesaurusCommand).build() {
4368
+ static {
4369
+ __name(this, "UpdateThesaurusCommand");
4370
+ }
4263
4371
  };
4264
- __name(_UpdateThesaurusCommand, "UpdateThesaurusCommand");
4265
- var UpdateThesaurusCommand = _UpdateThesaurusCommand;
4266
4372
 
4267
4373
  // src/Kendra.ts
4268
4374
  var commands = {
@@ -4333,10 +4439,11 @@ var commands = {
4333
4439
  UpdateQuerySuggestionsConfigCommand,
4334
4440
  UpdateThesaurusCommand
4335
4441
  };
4336
- var _Kendra = class _Kendra extends KendraClient {
4442
+ var Kendra = class extends KendraClient {
4443
+ static {
4444
+ __name(this, "Kendra");
4445
+ }
4337
4446
  };
4338
- __name(_Kendra, "Kendra");
4339
- var Kendra = _Kendra;
4340
4447
  (0, import_smithy_client.createAggregatedClient)(commands, Kendra);
4341
4448
 
4342
4449
  // src/pagination/GetSnapshotsPaginator.ts