@aws-sdk/client-rekognition 3.649.0 → 3.650.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist-cjs/index.js +75 -225
  2. package/dist-es/commands/AssociateFacesCommand.js +1 -3
  3. package/dist-es/commands/CompareFacesCommand.js +1 -3
  4. package/dist-es/commands/CopyProjectVersionCommand.js +1 -3
  5. package/dist-es/commands/CreateCollectionCommand.js +1 -3
  6. package/dist-es/commands/CreateDatasetCommand.js +1 -3
  7. package/dist-es/commands/CreateFaceLivenessSessionCommand.js +1 -3
  8. package/dist-es/commands/CreateProjectCommand.js +1 -3
  9. package/dist-es/commands/CreateProjectVersionCommand.js +1 -3
  10. package/dist-es/commands/CreateStreamProcessorCommand.js +1 -3
  11. package/dist-es/commands/CreateUserCommand.js +1 -3
  12. package/dist-es/commands/DeleteCollectionCommand.js +1 -3
  13. package/dist-es/commands/DeleteDatasetCommand.js +1 -3
  14. package/dist-es/commands/DeleteFacesCommand.js +1 -3
  15. package/dist-es/commands/DeleteProjectCommand.js +1 -3
  16. package/dist-es/commands/DeleteProjectPolicyCommand.js +1 -3
  17. package/dist-es/commands/DeleteProjectVersionCommand.js +1 -3
  18. package/dist-es/commands/DeleteStreamProcessorCommand.js +1 -3
  19. package/dist-es/commands/DeleteUserCommand.js +1 -3
  20. package/dist-es/commands/DescribeCollectionCommand.js +1 -3
  21. package/dist-es/commands/DescribeDatasetCommand.js +1 -3
  22. package/dist-es/commands/DescribeProjectVersionsCommand.js +1 -3
  23. package/dist-es/commands/DescribeProjectsCommand.js +1 -3
  24. package/dist-es/commands/DescribeStreamProcessorCommand.js +1 -3
  25. package/dist-es/commands/DetectCustomLabelsCommand.js +1 -3
  26. package/dist-es/commands/DetectFacesCommand.js +1 -3
  27. package/dist-es/commands/DetectLabelsCommand.js +1 -3
  28. package/dist-es/commands/DetectModerationLabelsCommand.js +1 -3
  29. package/dist-es/commands/DetectProtectiveEquipmentCommand.js +1 -3
  30. package/dist-es/commands/DetectTextCommand.js +1 -3
  31. package/dist-es/commands/DisassociateFacesCommand.js +1 -3
  32. package/dist-es/commands/DistributeDatasetEntriesCommand.js +1 -3
  33. package/dist-es/commands/GetCelebrityInfoCommand.js +1 -3
  34. package/dist-es/commands/GetCelebrityRecognitionCommand.js +1 -3
  35. package/dist-es/commands/GetContentModerationCommand.js +1 -3
  36. package/dist-es/commands/GetFaceDetectionCommand.js +1 -3
  37. package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +1 -3
  38. package/dist-es/commands/GetFaceSearchCommand.js +1 -3
  39. package/dist-es/commands/GetLabelDetectionCommand.js +1 -3
  40. package/dist-es/commands/GetMediaAnalysisJobCommand.js +1 -3
  41. package/dist-es/commands/GetPersonTrackingCommand.js +1 -3
  42. package/dist-es/commands/GetSegmentDetectionCommand.js +1 -3
  43. package/dist-es/commands/GetTextDetectionCommand.js +1 -3
  44. package/dist-es/commands/IndexFacesCommand.js +1 -3
  45. package/dist-es/commands/ListCollectionsCommand.js +1 -3
  46. package/dist-es/commands/ListDatasetEntriesCommand.js +1 -3
  47. package/dist-es/commands/ListDatasetLabelsCommand.js +1 -3
  48. package/dist-es/commands/ListFacesCommand.js +1 -3
  49. package/dist-es/commands/ListMediaAnalysisJobsCommand.js +1 -3
  50. package/dist-es/commands/ListProjectPoliciesCommand.js +1 -3
  51. package/dist-es/commands/ListStreamProcessorsCommand.js +1 -3
  52. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  53. package/dist-es/commands/ListUsersCommand.js +1 -3
  54. package/dist-es/commands/PutProjectPolicyCommand.js +1 -3
  55. package/dist-es/commands/RecognizeCelebritiesCommand.js +1 -3
  56. package/dist-es/commands/SearchFacesByImageCommand.js +1 -3
  57. package/dist-es/commands/SearchFacesCommand.js +1 -3
  58. package/dist-es/commands/SearchUsersByImageCommand.js +1 -3
  59. package/dist-es/commands/SearchUsersCommand.js +1 -3
  60. package/dist-es/commands/StartCelebrityRecognitionCommand.js +1 -3
  61. package/dist-es/commands/StartContentModerationCommand.js +1 -3
  62. package/dist-es/commands/StartFaceDetectionCommand.js +1 -3
  63. package/dist-es/commands/StartFaceSearchCommand.js +1 -3
  64. package/dist-es/commands/StartLabelDetectionCommand.js +1 -3
  65. package/dist-es/commands/StartMediaAnalysisJobCommand.js +1 -3
  66. package/dist-es/commands/StartPersonTrackingCommand.js +1 -3
  67. package/dist-es/commands/StartProjectVersionCommand.js +1 -3
  68. package/dist-es/commands/StartSegmentDetectionCommand.js +1 -3
  69. package/dist-es/commands/StartStreamProcessorCommand.js +1 -3
  70. package/dist-es/commands/StartTextDetectionCommand.js +1 -3
  71. package/dist-es/commands/StopProjectVersionCommand.js +1 -3
  72. package/dist-es/commands/StopStreamProcessorCommand.js +1 -3
  73. package/dist-es/commands/TagResourceCommand.js +1 -3
  74. package/dist-es/commands/UntagResourceCommand.js +1 -3
  75. package/dist-es/commands/UpdateDatasetEntriesCommand.js +1 -3
  76. package/dist-es/commands/UpdateStreamProcessorCommand.js +1 -3
  77. package/dist-es/endpoint/endpointResolver.js +7 -3
  78. package/package.json +4 -4
  79. package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js CHANGED
@@ -4366,9 +4366,7 @@ function sharedHeaders(operation) {
4366
4366
  __name(sharedHeaders, "sharedHeaders");
4367
4367
 
4368
4368
  // src/commands/AssociateFacesCommand.ts
4369
- var _AssociateFacesCommand = class _AssociateFacesCommand extends import_smithy_client.Command.classBuilder().ep({
4370
- ...commonParams
4371
- }).m(function(Command, cs, config, o) {
4369
+ var _AssociateFacesCommand = class _AssociateFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4372
4370
  return [
4373
4371
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4374
4372
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4382,9 +4380,7 @@ var AssociateFacesCommand = _AssociateFacesCommand;
4382
4380
 
4383
4381
 
4384
4382
 
4385
- var _CompareFacesCommand = class _CompareFacesCommand extends import_smithy_client.Command.classBuilder().ep({
4386
- ...commonParams
4387
- }).m(function(Command, cs, config, o) {
4383
+ var _CompareFacesCommand = class _CompareFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4388
4384
  return [
4389
4385
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4390
4386
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4398,9 +4394,7 @@ var CompareFacesCommand = _CompareFacesCommand;
4398
4394
 
4399
4395
 
4400
4396
 
4401
- var _CopyProjectVersionCommand = class _CopyProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4402
- ...commonParams
4403
- }).m(function(Command, cs, config, o) {
4397
+ var _CopyProjectVersionCommand = class _CopyProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4404
4398
  return [
4405
4399
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4406
4400
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4414,9 +4408,7 @@ var CopyProjectVersionCommand = _CopyProjectVersionCommand;
4414
4408
 
4415
4409
 
4416
4410
 
4417
- var _CreateCollectionCommand = class _CreateCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
4418
- ...commonParams
4419
- }).m(function(Command, cs, config, o) {
4411
+ var _CreateCollectionCommand = class _CreateCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4420
4412
  return [
4421
4413
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4422
4414
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4430,9 +4422,7 @@ var CreateCollectionCommand = _CreateCollectionCommand;
4430
4422
 
4431
4423
 
4432
4424
 
4433
- var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
4434
- ...commonParams
4435
- }).m(function(Command, cs, config, o) {
4425
+ var _CreateDatasetCommand = class _CreateDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4436
4426
  return [
4437
4427
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4438
4428
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4446,9 +4436,7 @@ var CreateDatasetCommand = _CreateDatasetCommand;
4446
4436
 
4447
4437
 
4448
4438
 
4449
- var _CreateFaceLivenessSessionCommand = class _CreateFaceLivenessSessionCommand extends import_smithy_client.Command.classBuilder().ep({
4450
- ...commonParams
4451
- }).m(function(Command, cs, config, o) {
4439
+ var _CreateFaceLivenessSessionCommand = class _CreateFaceLivenessSessionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4452
4440
  return [
4453
4441
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4454
4442
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4462,9 +4450,7 @@ var CreateFaceLivenessSessionCommand = _CreateFaceLivenessSessionCommand;
4462
4450
 
4463
4451
 
4464
4452
 
4465
- var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep({
4466
- ...commonParams
4467
- }).m(function(Command, cs, config, o) {
4453
+ var _CreateProjectCommand = class _CreateProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4468
4454
  return [
4469
4455
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4470
4456
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4478,9 +4464,7 @@ var CreateProjectCommand = _CreateProjectCommand;
4478
4464
 
4479
4465
 
4480
4466
 
4481
- var _CreateProjectVersionCommand = class _CreateProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4482
- ...commonParams
4483
- }).m(function(Command, cs, config, o) {
4467
+ var _CreateProjectVersionCommand = class _CreateProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4484
4468
  return [
4485
4469
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4486
4470
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4494,9 +4478,7 @@ var CreateProjectVersionCommand = _CreateProjectVersionCommand;
4494
4478
 
4495
4479
 
4496
4480
 
4497
- var _CreateStreamProcessorCommand = class _CreateStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep({
4498
- ...commonParams
4499
- }).m(function(Command, cs, config, o) {
4481
+ var _CreateStreamProcessorCommand = class _CreateStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4500
4482
  return [
4501
4483
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4502
4484
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4510,9 +4492,7 @@ var CreateStreamProcessorCommand = _CreateStreamProcessorCommand;
4510
4492
 
4511
4493
 
4512
4494
 
4513
- var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
4514
- ...commonParams
4515
- }).m(function(Command, cs, config, o) {
4495
+ var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4516
4496
  return [
4517
4497
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4518
4498
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4526,9 +4506,7 @@ var CreateUserCommand = _CreateUserCommand;
4526
4506
 
4527
4507
 
4528
4508
 
4529
- var _DeleteCollectionCommand = class _DeleteCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
4530
- ...commonParams
4531
- }).m(function(Command, cs, config, o) {
4509
+ var _DeleteCollectionCommand = class _DeleteCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4532
4510
  return [
4533
4511
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4534
4512
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4542,9 +4520,7 @@ var DeleteCollectionCommand = _DeleteCollectionCommand;
4542
4520
 
4543
4521
 
4544
4522
 
4545
- var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
4546
- ...commonParams
4547
- }).m(function(Command, cs, config, o) {
4523
+ var _DeleteDatasetCommand = class _DeleteDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4548
4524
  return [
4549
4525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4550
4526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4558,9 +4534,7 @@ var DeleteDatasetCommand = _DeleteDatasetCommand;
4558
4534
 
4559
4535
 
4560
4536
 
4561
- var _DeleteFacesCommand = class _DeleteFacesCommand extends import_smithy_client.Command.classBuilder().ep({
4562
- ...commonParams
4563
- }).m(function(Command, cs, config, o) {
4537
+ var _DeleteFacesCommand = class _DeleteFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4564
4538
  return [
4565
4539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4566
4540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4574,9 +4548,7 @@ var DeleteFacesCommand = _DeleteFacesCommand;
4574
4548
 
4575
4549
 
4576
4550
 
4577
- var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep({
4578
- ...commonParams
4579
- }).m(function(Command, cs, config, o) {
4551
+ var _DeleteProjectCommand = class _DeleteProjectCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4580
4552
  return [
4581
4553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4582
4554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4590,9 +4562,7 @@ var DeleteProjectCommand = _DeleteProjectCommand;
4590
4562
 
4591
4563
 
4592
4564
 
4593
- var _DeleteProjectPolicyCommand = class _DeleteProjectPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
4594
- ...commonParams
4595
- }).m(function(Command, cs, config, o) {
4565
+ var _DeleteProjectPolicyCommand = class _DeleteProjectPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4596
4566
  return [
4597
4567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4598
4568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4606,9 +4576,7 @@ var DeleteProjectPolicyCommand = _DeleteProjectPolicyCommand;
4606
4576
 
4607
4577
 
4608
4578
 
4609
- var _DeleteProjectVersionCommand = class _DeleteProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4610
- ...commonParams
4611
- }).m(function(Command, cs, config, o) {
4579
+ var _DeleteProjectVersionCommand = class _DeleteProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4612
4580
  return [
4613
4581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4614
4582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4622,9 +4590,7 @@ var DeleteProjectVersionCommand = _DeleteProjectVersionCommand;
4622
4590
 
4623
4591
 
4624
4592
 
4625
- var _DeleteStreamProcessorCommand = class _DeleteStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep({
4626
- ...commonParams
4627
- }).m(function(Command, cs, config, o) {
4593
+ var _DeleteStreamProcessorCommand = class _DeleteStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4628
4594
  return [
4629
4595
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4630
4596
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4638,9 +4604,7 @@ var DeleteStreamProcessorCommand = _DeleteStreamProcessorCommand;
4638
4604
 
4639
4605
 
4640
4606
 
4641
- var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
4642
- ...commonParams
4643
- }).m(function(Command, cs, config, o) {
4607
+ var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4644
4608
  return [
4645
4609
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4646
4610
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4654,9 +4618,7 @@ var DeleteUserCommand = _DeleteUserCommand;
4654
4618
 
4655
4619
 
4656
4620
 
4657
- var _DescribeCollectionCommand = class _DescribeCollectionCommand extends import_smithy_client.Command.classBuilder().ep({
4658
- ...commonParams
4659
- }).m(function(Command, cs, config, o) {
4621
+ var _DescribeCollectionCommand = class _DescribeCollectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4660
4622
  return [
4661
4623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4662
4624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4670,9 +4632,7 @@ var DescribeCollectionCommand = _DescribeCollectionCommand;
4670
4632
 
4671
4633
 
4672
4634
 
4673
- var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep({
4674
- ...commonParams
4675
- }).m(function(Command, cs, config, o) {
4635
+ var _DescribeDatasetCommand = class _DescribeDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4676
4636
  return [
4677
4637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4678
4638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4686,9 +4646,7 @@ var DescribeDatasetCommand = _DescribeDatasetCommand;
4686
4646
 
4687
4647
 
4688
4648
 
4689
- var _DescribeProjectsCommand = class _DescribeProjectsCommand extends import_smithy_client.Command.classBuilder().ep({
4690
- ...commonParams
4691
- }).m(function(Command, cs, config, o) {
4649
+ var _DescribeProjectsCommand = class _DescribeProjectsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4692
4650
  return [
4693
4651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4694
4652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4702,9 +4660,7 @@ var DescribeProjectsCommand = _DescribeProjectsCommand;
4702
4660
 
4703
4661
 
4704
4662
 
4705
- var _DescribeProjectVersionsCommand = class _DescribeProjectVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
4706
- ...commonParams
4707
- }).m(function(Command, cs, config, o) {
4663
+ var _DescribeProjectVersionsCommand = class _DescribeProjectVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4708
4664
  return [
4709
4665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4710
4666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4718,9 +4674,7 @@ var DescribeProjectVersionsCommand = _DescribeProjectVersionsCommand;
4718
4674
 
4719
4675
 
4720
4676
 
4721
- var _DescribeStreamProcessorCommand = class _DescribeStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep({
4722
- ...commonParams
4723
- }).m(function(Command, cs, config, o) {
4677
+ var _DescribeStreamProcessorCommand = class _DescribeStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4724
4678
  return [
4725
4679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4726
4680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4734,9 +4688,7 @@ var DescribeStreamProcessorCommand = _DescribeStreamProcessorCommand;
4734
4688
 
4735
4689
 
4736
4690
 
4737
- var _DetectCustomLabelsCommand = class _DetectCustomLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
4738
- ...commonParams
4739
- }).m(function(Command, cs, config, o) {
4691
+ var _DetectCustomLabelsCommand = class _DetectCustomLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4740
4692
  return [
4741
4693
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4742
4694
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4750,9 +4702,7 @@ var DetectCustomLabelsCommand = _DetectCustomLabelsCommand;
4750
4702
 
4751
4703
 
4752
4704
 
4753
- var _DetectFacesCommand = class _DetectFacesCommand extends import_smithy_client.Command.classBuilder().ep({
4754
- ...commonParams
4755
- }).m(function(Command, cs, config, o) {
4705
+ var _DetectFacesCommand = class _DetectFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4756
4706
  return [
4757
4707
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4758
4708
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4766,9 +4716,7 @@ var DetectFacesCommand = _DetectFacesCommand;
4766
4716
 
4767
4717
 
4768
4718
 
4769
- var _DetectLabelsCommand = class _DetectLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
4770
- ...commonParams
4771
- }).m(function(Command, cs, config, o) {
4719
+ var _DetectLabelsCommand = class _DetectLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4772
4720
  return [
4773
4721
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4774
4722
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4782,9 +4730,7 @@ var DetectLabelsCommand = _DetectLabelsCommand;
4782
4730
 
4783
4731
 
4784
4732
 
4785
- var _DetectModerationLabelsCommand = class _DetectModerationLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
4786
- ...commonParams
4787
- }).m(function(Command, cs, config, o) {
4733
+ var _DetectModerationLabelsCommand = class _DetectModerationLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4788
4734
  return [
4789
4735
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4790
4736
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4798,9 +4744,7 @@ var DetectModerationLabelsCommand = _DetectModerationLabelsCommand;
4798
4744
 
4799
4745
 
4800
4746
 
4801
- var _DetectProtectiveEquipmentCommand = class _DetectProtectiveEquipmentCommand extends import_smithy_client.Command.classBuilder().ep({
4802
- ...commonParams
4803
- }).m(function(Command, cs, config, o) {
4747
+ var _DetectProtectiveEquipmentCommand = class _DetectProtectiveEquipmentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4804
4748
  return [
4805
4749
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4806
4750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4814,9 +4758,7 @@ var DetectProtectiveEquipmentCommand = _DetectProtectiveEquipmentCommand;
4814
4758
 
4815
4759
 
4816
4760
 
4817
- var _DetectTextCommand = class _DetectTextCommand extends import_smithy_client.Command.classBuilder().ep({
4818
- ...commonParams
4819
- }).m(function(Command, cs, config, o) {
4761
+ var _DetectTextCommand = class _DetectTextCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4820
4762
  return [
4821
4763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4822
4764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4830,9 +4772,7 @@ var DetectTextCommand = _DetectTextCommand;
4830
4772
 
4831
4773
 
4832
4774
 
4833
- var _DisassociateFacesCommand = class _DisassociateFacesCommand extends import_smithy_client.Command.classBuilder().ep({
4834
- ...commonParams
4835
- }).m(function(Command, cs, config, o) {
4775
+ var _DisassociateFacesCommand = class _DisassociateFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4836
4776
  return [
4837
4777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4838
4778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4846,9 +4786,7 @@ var DisassociateFacesCommand = _DisassociateFacesCommand;
4846
4786
 
4847
4787
 
4848
4788
 
4849
- var _DistributeDatasetEntriesCommand = class _DistributeDatasetEntriesCommand extends import_smithy_client.Command.classBuilder().ep({
4850
- ...commonParams
4851
- }).m(function(Command, cs, config, o) {
4789
+ var _DistributeDatasetEntriesCommand = class _DistributeDatasetEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4852
4790
  return [
4853
4791
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4854
4792
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4862,9 +4800,7 @@ var DistributeDatasetEntriesCommand = _DistributeDatasetEntriesCommand;
4862
4800
 
4863
4801
 
4864
4802
 
4865
- var _GetCelebrityInfoCommand = class _GetCelebrityInfoCommand extends import_smithy_client.Command.classBuilder().ep({
4866
- ...commonParams
4867
- }).m(function(Command, cs, config, o) {
4803
+ var _GetCelebrityInfoCommand = class _GetCelebrityInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4868
4804
  return [
4869
4805
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4870
4806
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4878,9 +4814,7 @@ var GetCelebrityInfoCommand = _GetCelebrityInfoCommand;
4878
4814
 
4879
4815
 
4880
4816
 
4881
- var _GetCelebrityRecognitionCommand = class _GetCelebrityRecognitionCommand extends import_smithy_client.Command.classBuilder().ep({
4882
- ...commonParams
4883
- }).m(function(Command, cs, config, o) {
4817
+ var _GetCelebrityRecognitionCommand = class _GetCelebrityRecognitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4884
4818
  return [
4885
4819
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4886
4820
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4894,9 +4828,7 @@ var GetCelebrityRecognitionCommand = _GetCelebrityRecognitionCommand;
4894
4828
 
4895
4829
 
4896
4830
 
4897
- var _GetContentModerationCommand = class _GetContentModerationCommand extends import_smithy_client.Command.classBuilder().ep({
4898
- ...commonParams
4899
- }).m(function(Command, cs, config, o) {
4831
+ var _GetContentModerationCommand = class _GetContentModerationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4900
4832
  return [
4901
4833
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4902
4834
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4910,9 +4842,7 @@ var GetContentModerationCommand = _GetContentModerationCommand;
4910
4842
 
4911
4843
 
4912
4844
 
4913
- var _GetFaceDetectionCommand = class _GetFaceDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
4914
- ...commonParams
4915
- }).m(function(Command, cs, config, o) {
4845
+ var _GetFaceDetectionCommand = class _GetFaceDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4916
4846
  return [
4917
4847
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4918
4848
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4926,9 +4856,7 @@ var GetFaceDetectionCommand = _GetFaceDetectionCommand;
4926
4856
 
4927
4857
 
4928
4858
 
4929
- var _GetFaceLivenessSessionResultsCommand = class _GetFaceLivenessSessionResultsCommand extends import_smithy_client.Command.classBuilder().ep({
4930
- ...commonParams
4931
- }).m(function(Command, cs, config, o) {
4859
+ var _GetFaceLivenessSessionResultsCommand = class _GetFaceLivenessSessionResultsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4932
4860
  return [
4933
4861
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4934
4862
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4942,9 +4870,7 @@ var GetFaceLivenessSessionResultsCommand = _GetFaceLivenessSessionResultsCommand
4942
4870
 
4943
4871
 
4944
4872
 
4945
- var _GetFaceSearchCommand = class _GetFaceSearchCommand extends import_smithy_client.Command.classBuilder().ep({
4946
- ...commonParams
4947
- }).m(function(Command, cs, config, o) {
4873
+ var _GetFaceSearchCommand = class _GetFaceSearchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4948
4874
  return [
4949
4875
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4950
4876
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4958,9 +4884,7 @@ var GetFaceSearchCommand = _GetFaceSearchCommand;
4958
4884
 
4959
4885
 
4960
4886
 
4961
- var _GetLabelDetectionCommand = class _GetLabelDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
4962
- ...commonParams
4963
- }).m(function(Command, cs, config, o) {
4887
+ var _GetLabelDetectionCommand = class _GetLabelDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4964
4888
  return [
4965
4889
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4966
4890
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4974,9 +4898,7 @@ var GetLabelDetectionCommand = _GetLabelDetectionCommand;
4974
4898
 
4975
4899
 
4976
4900
 
4977
- var _GetMediaAnalysisJobCommand = class _GetMediaAnalysisJobCommand extends import_smithy_client.Command.classBuilder().ep({
4978
- ...commonParams
4979
- }).m(function(Command, cs, config, o) {
4901
+ var _GetMediaAnalysisJobCommand = class _GetMediaAnalysisJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4980
4902
  return [
4981
4903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4982
4904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4990,9 +4912,7 @@ var GetMediaAnalysisJobCommand = _GetMediaAnalysisJobCommand;
4990
4912
 
4991
4913
 
4992
4914
 
4993
- var _GetPersonTrackingCommand = class _GetPersonTrackingCommand extends import_smithy_client.Command.classBuilder().ep({
4994
- ...commonParams
4995
- }).m(function(Command, cs, config, o) {
4915
+ var _GetPersonTrackingCommand = class _GetPersonTrackingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4996
4916
  return [
4997
4917
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4998
4918
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5006,9 +4926,7 @@ var GetPersonTrackingCommand = _GetPersonTrackingCommand;
5006
4926
 
5007
4927
 
5008
4928
 
5009
- var _GetSegmentDetectionCommand = class _GetSegmentDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
5010
- ...commonParams
5011
- }).m(function(Command, cs, config, o) {
4929
+ var _GetSegmentDetectionCommand = class _GetSegmentDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5012
4930
  return [
5013
4931
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5014
4932
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5022,9 +4940,7 @@ var GetSegmentDetectionCommand = _GetSegmentDetectionCommand;
5022
4940
 
5023
4941
 
5024
4942
 
5025
- var _GetTextDetectionCommand = class _GetTextDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
5026
- ...commonParams
5027
- }).m(function(Command, cs, config, o) {
4943
+ var _GetTextDetectionCommand = class _GetTextDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5028
4944
  return [
5029
4945
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5030
4946
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5038,9 +4954,7 @@ var GetTextDetectionCommand = _GetTextDetectionCommand;
5038
4954
 
5039
4955
 
5040
4956
 
5041
- var _IndexFacesCommand = class _IndexFacesCommand extends import_smithy_client.Command.classBuilder().ep({
5042
- ...commonParams
5043
- }).m(function(Command, cs, config, o) {
4957
+ var _IndexFacesCommand = class _IndexFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5044
4958
  return [
5045
4959
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5046
4960
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5054,9 +4968,7 @@ var IndexFacesCommand = _IndexFacesCommand;
5054
4968
 
5055
4969
 
5056
4970
 
5057
- var _ListCollectionsCommand = class _ListCollectionsCommand extends import_smithy_client.Command.classBuilder().ep({
5058
- ...commonParams
5059
- }).m(function(Command, cs, config, o) {
4971
+ var _ListCollectionsCommand = class _ListCollectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5060
4972
  return [
5061
4973
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5062
4974
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5070,9 +4982,7 @@ var ListCollectionsCommand = _ListCollectionsCommand;
5070
4982
 
5071
4983
 
5072
4984
 
5073
- var _ListDatasetEntriesCommand = class _ListDatasetEntriesCommand extends import_smithy_client.Command.classBuilder().ep({
5074
- ...commonParams
5075
- }).m(function(Command, cs, config, o) {
4985
+ var _ListDatasetEntriesCommand = class _ListDatasetEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5076
4986
  return [
5077
4987
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5078
4988
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5086,9 +4996,7 @@ var ListDatasetEntriesCommand = _ListDatasetEntriesCommand;
5086
4996
 
5087
4997
 
5088
4998
 
5089
- var _ListDatasetLabelsCommand = class _ListDatasetLabelsCommand extends import_smithy_client.Command.classBuilder().ep({
5090
- ...commonParams
5091
- }).m(function(Command, cs, config, o) {
4999
+ var _ListDatasetLabelsCommand = class _ListDatasetLabelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5092
5000
  return [
5093
5001
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5094
5002
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5102,9 +5010,7 @@ var ListDatasetLabelsCommand = _ListDatasetLabelsCommand;
5102
5010
 
5103
5011
 
5104
5012
 
5105
- var _ListFacesCommand = class _ListFacesCommand extends import_smithy_client.Command.classBuilder().ep({
5106
- ...commonParams
5107
- }).m(function(Command, cs, config, o) {
5013
+ var _ListFacesCommand = class _ListFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5108
5014
  return [
5109
5015
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5110
5016
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5118,9 +5024,7 @@ var ListFacesCommand = _ListFacesCommand;
5118
5024
 
5119
5025
 
5120
5026
 
5121
- var _ListMediaAnalysisJobsCommand = class _ListMediaAnalysisJobsCommand extends import_smithy_client.Command.classBuilder().ep({
5122
- ...commonParams
5123
- }).m(function(Command, cs, config, o) {
5027
+ var _ListMediaAnalysisJobsCommand = class _ListMediaAnalysisJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5124
5028
  return [
5125
5029
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5126
5030
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5134,9 +5038,7 @@ var ListMediaAnalysisJobsCommand = _ListMediaAnalysisJobsCommand;
5134
5038
 
5135
5039
 
5136
5040
 
5137
- var _ListProjectPoliciesCommand = class _ListProjectPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
5138
- ...commonParams
5139
- }).m(function(Command, cs, config, o) {
5041
+ var _ListProjectPoliciesCommand = class _ListProjectPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5140
5042
  return [
5141
5043
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5142
5044
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5150,9 +5052,7 @@ var ListProjectPoliciesCommand = _ListProjectPoliciesCommand;
5150
5052
 
5151
5053
 
5152
5054
 
5153
- var _ListStreamProcessorsCommand = class _ListStreamProcessorsCommand extends import_smithy_client.Command.classBuilder().ep({
5154
- ...commonParams
5155
- }).m(function(Command, cs, config, o) {
5055
+ var _ListStreamProcessorsCommand = class _ListStreamProcessorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5156
5056
  return [
5157
5057
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5158
5058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5166,9 +5066,7 @@ var ListStreamProcessorsCommand = _ListStreamProcessorsCommand;
5166
5066
 
5167
5067
 
5168
5068
 
5169
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5170
- ...commonParams
5171
- }).m(function(Command, cs, config, o) {
5069
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5172
5070
  return [
5173
5071
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5174
5072
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5182,9 +5080,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
5182
5080
 
5183
5081
 
5184
5082
 
5185
- var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep({
5186
- ...commonParams
5187
- }).m(function(Command, cs, config, o) {
5083
+ var _ListUsersCommand = class _ListUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5188
5084
  return [
5189
5085
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5190
5086
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5198,9 +5094,7 @@ var ListUsersCommand = _ListUsersCommand;
5198
5094
 
5199
5095
 
5200
5096
 
5201
- var _PutProjectPolicyCommand = class _PutProjectPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
5202
- ...commonParams
5203
- }).m(function(Command, cs, config, o) {
5097
+ var _PutProjectPolicyCommand = class _PutProjectPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5204
5098
  return [
5205
5099
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5206
5100
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5214,9 +5108,7 @@ var PutProjectPolicyCommand = _PutProjectPolicyCommand;
5214
5108
 
5215
5109
 
5216
5110
 
5217
- var _RecognizeCelebritiesCommand = class _RecognizeCelebritiesCommand extends import_smithy_client.Command.classBuilder().ep({
5218
- ...commonParams
5219
- }).m(function(Command, cs, config, o) {
5111
+ var _RecognizeCelebritiesCommand = class _RecognizeCelebritiesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5220
5112
  return [
5221
5113
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5222
5114
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5230,9 +5122,7 @@ var RecognizeCelebritiesCommand = _RecognizeCelebritiesCommand;
5230
5122
 
5231
5123
 
5232
5124
 
5233
- var _SearchFacesByImageCommand = class _SearchFacesByImageCommand extends import_smithy_client.Command.classBuilder().ep({
5234
- ...commonParams
5235
- }).m(function(Command, cs, config, o) {
5125
+ var _SearchFacesByImageCommand = class _SearchFacesByImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5236
5126
  return [
5237
5127
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5238
5128
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5246,9 +5136,7 @@ var SearchFacesByImageCommand = _SearchFacesByImageCommand;
5246
5136
 
5247
5137
 
5248
5138
 
5249
- var _SearchFacesCommand = class _SearchFacesCommand extends import_smithy_client.Command.classBuilder().ep({
5250
- ...commonParams
5251
- }).m(function(Command, cs, config, o) {
5139
+ var _SearchFacesCommand = class _SearchFacesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5252
5140
  return [
5253
5141
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5254
5142
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5262,9 +5150,7 @@ var SearchFacesCommand = _SearchFacesCommand;
5262
5150
 
5263
5151
 
5264
5152
 
5265
- var _SearchUsersByImageCommand = class _SearchUsersByImageCommand extends import_smithy_client.Command.classBuilder().ep({
5266
- ...commonParams
5267
- }).m(function(Command, cs, config, o) {
5153
+ var _SearchUsersByImageCommand = class _SearchUsersByImageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5268
5154
  return [
5269
5155
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5270
5156
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5278,9 +5164,7 @@ var SearchUsersByImageCommand = _SearchUsersByImageCommand;
5278
5164
 
5279
5165
 
5280
5166
 
5281
- var _SearchUsersCommand = class _SearchUsersCommand extends import_smithy_client.Command.classBuilder().ep({
5282
- ...commonParams
5283
- }).m(function(Command, cs, config, o) {
5167
+ var _SearchUsersCommand = class _SearchUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5284
5168
  return [
5285
5169
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5286
5170
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5294,9 +5178,7 @@ var SearchUsersCommand = _SearchUsersCommand;
5294
5178
 
5295
5179
 
5296
5180
 
5297
- var _StartCelebrityRecognitionCommand = class _StartCelebrityRecognitionCommand extends import_smithy_client.Command.classBuilder().ep({
5298
- ...commonParams
5299
- }).m(function(Command, cs, config, o) {
5181
+ var _StartCelebrityRecognitionCommand = class _StartCelebrityRecognitionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5300
5182
  return [
5301
5183
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5302
5184
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5310,9 +5192,7 @@ var StartCelebrityRecognitionCommand = _StartCelebrityRecognitionCommand;
5310
5192
 
5311
5193
 
5312
5194
 
5313
- var _StartContentModerationCommand = class _StartContentModerationCommand extends import_smithy_client.Command.classBuilder().ep({
5314
- ...commonParams
5315
- }).m(function(Command, cs, config, o) {
5195
+ var _StartContentModerationCommand = class _StartContentModerationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5316
5196
  return [
5317
5197
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5318
5198
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5326,9 +5206,7 @@ var StartContentModerationCommand = _StartContentModerationCommand;
5326
5206
 
5327
5207
 
5328
5208
 
5329
- var _StartFaceDetectionCommand = class _StartFaceDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
5330
- ...commonParams
5331
- }).m(function(Command, cs, config, o) {
5209
+ var _StartFaceDetectionCommand = class _StartFaceDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5332
5210
  return [
5333
5211
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5334
5212
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5342,9 +5220,7 @@ var StartFaceDetectionCommand = _StartFaceDetectionCommand;
5342
5220
 
5343
5221
 
5344
5222
 
5345
- var _StartFaceSearchCommand = class _StartFaceSearchCommand extends import_smithy_client.Command.classBuilder().ep({
5346
- ...commonParams
5347
- }).m(function(Command, cs, config, o) {
5223
+ var _StartFaceSearchCommand = class _StartFaceSearchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5348
5224
  return [
5349
5225
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5350
5226
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5358,9 +5234,7 @@ var StartFaceSearchCommand = _StartFaceSearchCommand;
5358
5234
 
5359
5235
 
5360
5236
 
5361
- var _StartLabelDetectionCommand = class _StartLabelDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
5362
- ...commonParams
5363
- }).m(function(Command, cs, config, o) {
5237
+ var _StartLabelDetectionCommand = class _StartLabelDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5364
5238
  return [
5365
5239
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5366
5240
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5374,9 +5248,7 @@ var StartLabelDetectionCommand = _StartLabelDetectionCommand;
5374
5248
 
5375
5249
 
5376
5250
 
5377
- var _StartMediaAnalysisJobCommand = class _StartMediaAnalysisJobCommand extends import_smithy_client.Command.classBuilder().ep({
5378
- ...commonParams
5379
- }).m(function(Command, cs, config, o) {
5251
+ var _StartMediaAnalysisJobCommand = class _StartMediaAnalysisJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5380
5252
  return [
5381
5253
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5382
5254
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5390,9 +5262,7 @@ var StartMediaAnalysisJobCommand = _StartMediaAnalysisJobCommand;
5390
5262
 
5391
5263
 
5392
5264
 
5393
- var _StartPersonTrackingCommand = class _StartPersonTrackingCommand extends import_smithy_client.Command.classBuilder().ep({
5394
- ...commonParams
5395
- }).m(function(Command, cs, config, o) {
5265
+ var _StartPersonTrackingCommand = class _StartPersonTrackingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5396
5266
  return [
5397
5267
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5398
5268
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5406,9 +5276,7 @@ var StartPersonTrackingCommand = _StartPersonTrackingCommand;
5406
5276
 
5407
5277
 
5408
5278
 
5409
- var _StartProjectVersionCommand = class _StartProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5410
- ...commonParams
5411
- }).m(function(Command, cs, config, o) {
5279
+ var _StartProjectVersionCommand = class _StartProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5412
5280
  return [
5413
5281
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5414
5282
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5422,9 +5290,7 @@ var StartProjectVersionCommand = _StartProjectVersionCommand;
5422
5290
 
5423
5291
 
5424
5292
 
5425
- var _StartSegmentDetectionCommand = class _StartSegmentDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
5426
- ...commonParams
5427
- }).m(function(Command, cs, config, o) {
5293
+ var _StartSegmentDetectionCommand = class _StartSegmentDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5428
5294
  return [
5429
5295
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5430
5296
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5438,9 +5304,7 @@ var StartSegmentDetectionCommand = _StartSegmentDetectionCommand;
5438
5304
 
5439
5305
 
5440
5306
 
5441
- var _StartStreamProcessorCommand = class _StartStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep({
5442
- ...commonParams
5443
- }).m(function(Command, cs, config, o) {
5307
+ var _StartStreamProcessorCommand = class _StartStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5444
5308
  return [
5445
5309
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5446
5310
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5454,9 +5318,7 @@ var StartStreamProcessorCommand = _StartStreamProcessorCommand;
5454
5318
 
5455
5319
 
5456
5320
 
5457
- var _StartTextDetectionCommand = class _StartTextDetectionCommand extends import_smithy_client.Command.classBuilder().ep({
5458
- ...commonParams
5459
- }).m(function(Command, cs, config, o) {
5321
+ var _StartTextDetectionCommand = class _StartTextDetectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5460
5322
  return [
5461
5323
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5462
5324
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5470,9 +5332,7 @@ var StartTextDetectionCommand = _StartTextDetectionCommand;
5470
5332
 
5471
5333
 
5472
5334
 
5473
- var _StopProjectVersionCommand = class _StopProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep({
5474
- ...commonParams
5475
- }).m(function(Command, cs, config, o) {
5335
+ var _StopProjectVersionCommand = class _StopProjectVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5476
5336
  return [
5477
5337
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5478
5338
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5486,9 +5346,7 @@ var StopProjectVersionCommand = _StopProjectVersionCommand;
5486
5346
 
5487
5347
 
5488
5348
 
5489
- var _StopStreamProcessorCommand = class _StopStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep({
5490
- ...commonParams
5491
- }).m(function(Command, cs, config, o) {
5349
+ var _StopStreamProcessorCommand = class _StopStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5492
5350
  return [
5493
5351
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5494
5352
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5502,9 +5360,7 @@ var StopStreamProcessorCommand = _StopStreamProcessorCommand;
5502
5360
 
5503
5361
 
5504
5362
 
5505
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5506
- ...commonParams
5507
- }).m(function(Command, cs, config, o) {
5363
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5508
5364
  return [
5509
5365
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5510
5366
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5518,9 +5374,7 @@ var TagResourceCommand = _TagResourceCommand;
5518
5374
 
5519
5375
 
5520
5376
 
5521
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
5522
- ...commonParams
5523
- }).m(function(Command, cs, config, o) {
5377
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5524
5378
  return [
5525
5379
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5526
5380
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5534,9 +5388,7 @@ var UntagResourceCommand = _UntagResourceCommand;
5534
5388
 
5535
5389
 
5536
5390
 
5537
- var _UpdateDatasetEntriesCommand = class _UpdateDatasetEntriesCommand extends import_smithy_client.Command.classBuilder().ep({
5538
- ...commonParams
5539
- }).m(function(Command, cs, config, o) {
5391
+ var _UpdateDatasetEntriesCommand = class _UpdateDatasetEntriesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5540
5392
  return [
5541
5393
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5542
5394
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -5550,9 +5402,7 @@ var UpdateDatasetEntriesCommand = _UpdateDatasetEntriesCommand;
5550
5402
 
5551
5403
 
5552
5404
 
5553
- var _UpdateStreamProcessorCommand = class _UpdateStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep({
5554
- ...commonParams
5555
- }).m(function(Command, cs, config, o) {
5405
+ var _UpdateStreamProcessorCommand = class _UpdateStreamProcessorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
5556
5406
  return [
5557
5407
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
5558
5408
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())