@aws-sdk/client-rekognition 3.957.0 → 3.962.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/README.md +1 -80
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1719 -1665
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1658 -1604
- package/dist-es/waiters/waitForProjectVersionRunning.js +9 -9
- package/dist-es/waiters/waitForProjectVersionTrainingCompleted.js +9 -9
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -382,10 +382,8 @@ parameters, and common errors.</p>
|
|
|
382
382
|
</ul>
|
|
383
383
|
|
|
384
384
|
## Installing
|
|
385
|
-
|
|
386
385
|
To install this package, simply type add or install @aws-sdk/client-rekognition
|
|
387
386
|
using your favorite package manager:
|
|
388
|
-
|
|
389
387
|
- `npm install @aws-sdk/client-rekognition`
|
|
390
388
|
- `yarn add @aws-sdk/client-rekognition`
|
|
391
389
|
- `pnpm add @aws-sdk/client-rekognition`
|
|
@@ -421,9 +419,7 @@ To send a request, you:
|
|
|
421
419
|
// a client can be shared by different commands.
|
|
422
420
|
const client = new RekognitionClient({ region: "REGION" });
|
|
423
421
|
|
|
424
|
-
const params = {
|
|
425
|
-
/** input parameters */
|
|
426
|
-
};
|
|
422
|
+
const params = { /** input parameters */ };
|
|
427
423
|
const command = new ListCollectionsCommand(params);
|
|
428
424
|
```
|
|
429
425
|
|
|
@@ -582,7 +578,6 @@ AssociateFaces
|
|
|
582
578
|
</summary>
|
|
583
579
|
|
|
584
580
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/AssociateFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/AssociateFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/AssociateFacesCommandOutput/)
|
|
585
|
-
|
|
586
581
|
</details>
|
|
587
582
|
<details>
|
|
588
583
|
<summary>
|
|
@@ -590,7 +585,6 @@ CompareFaces
|
|
|
590
585
|
</summary>
|
|
591
586
|
|
|
592
587
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CompareFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CompareFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CompareFacesCommandOutput/)
|
|
593
|
-
|
|
594
588
|
</details>
|
|
595
589
|
<details>
|
|
596
590
|
<summary>
|
|
@@ -598,7 +592,6 @@ CopyProjectVersion
|
|
|
598
592
|
</summary>
|
|
599
593
|
|
|
600
594
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CopyProjectVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CopyProjectVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CopyProjectVersionCommandOutput/)
|
|
601
|
-
|
|
602
595
|
</details>
|
|
603
596
|
<details>
|
|
604
597
|
<summary>
|
|
@@ -606,7 +599,6 @@ CreateCollection
|
|
|
606
599
|
</summary>
|
|
607
600
|
|
|
608
601
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CreateCollectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateCollectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateCollectionCommandOutput/)
|
|
609
|
-
|
|
610
602
|
</details>
|
|
611
603
|
<details>
|
|
612
604
|
<summary>
|
|
@@ -614,7 +606,6 @@ CreateDataset
|
|
|
614
606
|
</summary>
|
|
615
607
|
|
|
616
608
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CreateDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateDatasetCommandOutput/)
|
|
617
|
-
|
|
618
609
|
</details>
|
|
619
610
|
<details>
|
|
620
611
|
<summary>
|
|
@@ -622,7 +613,6 @@ CreateFaceLivenessSession
|
|
|
622
613
|
</summary>
|
|
623
614
|
|
|
624
615
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CreateFaceLivenessSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateFaceLivenessSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateFaceLivenessSessionCommandOutput/)
|
|
625
|
-
|
|
626
616
|
</details>
|
|
627
617
|
<details>
|
|
628
618
|
<summary>
|
|
@@ -630,7 +620,6 @@ CreateProject
|
|
|
630
620
|
</summary>
|
|
631
621
|
|
|
632
622
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CreateProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateProjectCommandOutput/)
|
|
633
|
-
|
|
634
623
|
</details>
|
|
635
624
|
<details>
|
|
636
625
|
<summary>
|
|
@@ -638,7 +627,6 @@ CreateProjectVersion
|
|
|
638
627
|
</summary>
|
|
639
628
|
|
|
640
629
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CreateProjectVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateProjectVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateProjectVersionCommandOutput/)
|
|
641
|
-
|
|
642
630
|
</details>
|
|
643
631
|
<details>
|
|
644
632
|
<summary>
|
|
@@ -646,7 +634,6 @@ CreateStreamProcessor
|
|
|
646
634
|
</summary>
|
|
647
635
|
|
|
648
636
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CreateStreamProcessorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateStreamProcessorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateStreamProcessorCommandOutput/)
|
|
649
|
-
|
|
650
637
|
</details>
|
|
651
638
|
<details>
|
|
652
639
|
<summary>
|
|
@@ -654,7 +641,6 @@ CreateUser
|
|
|
654
641
|
</summary>
|
|
655
642
|
|
|
656
643
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/CreateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/CreateUserCommandOutput/)
|
|
657
|
-
|
|
658
644
|
</details>
|
|
659
645
|
<details>
|
|
660
646
|
<summary>
|
|
@@ -662,7 +648,6 @@ DeleteCollection
|
|
|
662
648
|
</summary>
|
|
663
649
|
|
|
664
650
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteCollectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteCollectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteCollectionCommandOutput/)
|
|
665
|
-
|
|
666
651
|
</details>
|
|
667
652
|
<details>
|
|
668
653
|
<summary>
|
|
@@ -670,7 +655,6 @@ DeleteDataset
|
|
|
670
655
|
</summary>
|
|
671
656
|
|
|
672
657
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteDatasetCommandOutput/)
|
|
673
|
-
|
|
674
658
|
</details>
|
|
675
659
|
<details>
|
|
676
660
|
<summary>
|
|
@@ -678,7 +662,6 @@ DeleteFaces
|
|
|
678
662
|
</summary>
|
|
679
663
|
|
|
680
664
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteFacesCommandOutput/)
|
|
681
|
-
|
|
682
665
|
</details>
|
|
683
666
|
<details>
|
|
684
667
|
<summary>
|
|
@@ -686,7 +669,6 @@ DeleteProject
|
|
|
686
669
|
</summary>
|
|
687
670
|
|
|
688
671
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteProjectCommandOutput/)
|
|
689
|
-
|
|
690
672
|
</details>
|
|
691
673
|
<details>
|
|
692
674
|
<summary>
|
|
@@ -694,7 +676,6 @@ DeleteProjectPolicy
|
|
|
694
676
|
</summary>
|
|
695
677
|
|
|
696
678
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteProjectPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteProjectPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteProjectPolicyCommandOutput/)
|
|
697
|
-
|
|
698
679
|
</details>
|
|
699
680
|
<details>
|
|
700
681
|
<summary>
|
|
@@ -702,7 +683,6 @@ DeleteProjectVersion
|
|
|
702
683
|
</summary>
|
|
703
684
|
|
|
704
685
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteProjectVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteProjectVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteProjectVersionCommandOutput/)
|
|
705
|
-
|
|
706
686
|
</details>
|
|
707
687
|
<details>
|
|
708
688
|
<summary>
|
|
@@ -710,7 +690,6 @@ DeleteStreamProcessor
|
|
|
710
690
|
</summary>
|
|
711
691
|
|
|
712
692
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteStreamProcessorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteStreamProcessorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteStreamProcessorCommandOutput/)
|
|
713
|
-
|
|
714
693
|
</details>
|
|
715
694
|
<details>
|
|
716
695
|
<summary>
|
|
@@ -718,7 +697,6 @@ DeleteUser
|
|
|
718
697
|
</summary>
|
|
719
698
|
|
|
720
699
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DeleteUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DeleteUserCommandOutput/)
|
|
721
|
-
|
|
722
700
|
</details>
|
|
723
701
|
<details>
|
|
724
702
|
<summary>
|
|
@@ -726,7 +704,6 @@ DescribeCollection
|
|
|
726
704
|
</summary>
|
|
727
705
|
|
|
728
706
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DescribeCollectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeCollectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeCollectionCommandOutput/)
|
|
729
|
-
|
|
730
707
|
</details>
|
|
731
708
|
<details>
|
|
732
709
|
<summary>
|
|
@@ -734,7 +711,6 @@ DescribeDataset
|
|
|
734
711
|
</summary>
|
|
735
712
|
|
|
736
713
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DescribeDatasetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeDatasetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeDatasetCommandOutput/)
|
|
737
|
-
|
|
738
714
|
</details>
|
|
739
715
|
<details>
|
|
740
716
|
<summary>
|
|
@@ -742,7 +718,6 @@ DescribeProjects
|
|
|
742
718
|
</summary>
|
|
743
719
|
|
|
744
720
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DescribeProjectsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeProjectsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeProjectsCommandOutput/)
|
|
745
|
-
|
|
746
721
|
</details>
|
|
747
722
|
<details>
|
|
748
723
|
<summary>
|
|
@@ -750,7 +725,6 @@ DescribeProjectVersions
|
|
|
750
725
|
</summary>
|
|
751
726
|
|
|
752
727
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DescribeProjectVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeProjectVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeProjectVersionsCommandOutput/)
|
|
753
|
-
|
|
754
728
|
</details>
|
|
755
729
|
<details>
|
|
756
730
|
<summary>
|
|
@@ -758,7 +732,6 @@ DescribeStreamProcessor
|
|
|
758
732
|
</summary>
|
|
759
733
|
|
|
760
734
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DescribeStreamProcessorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeStreamProcessorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DescribeStreamProcessorCommandOutput/)
|
|
761
|
-
|
|
762
735
|
</details>
|
|
763
736
|
<details>
|
|
764
737
|
<summary>
|
|
@@ -766,7 +739,6 @@ DetectCustomLabels
|
|
|
766
739
|
</summary>
|
|
767
740
|
|
|
768
741
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DetectCustomLabelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectCustomLabelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectCustomLabelsCommandOutput/)
|
|
769
|
-
|
|
770
742
|
</details>
|
|
771
743
|
<details>
|
|
772
744
|
<summary>
|
|
@@ -774,7 +746,6 @@ DetectFaces
|
|
|
774
746
|
</summary>
|
|
775
747
|
|
|
776
748
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DetectFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectFacesCommandOutput/)
|
|
777
|
-
|
|
778
749
|
</details>
|
|
779
750
|
<details>
|
|
780
751
|
<summary>
|
|
@@ -782,7 +753,6 @@ DetectLabels
|
|
|
782
753
|
</summary>
|
|
783
754
|
|
|
784
755
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DetectLabelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectLabelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectLabelsCommandOutput/)
|
|
785
|
-
|
|
786
756
|
</details>
|
|
787
757
|
<details>
|
|
788
758
|
<summary>
|
|
@@ -790,7 +760,6 @@ DetectModerationLabels
|
|
|
790
760
|
</summary>
|
|
791
761
|
|
|
792
762
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DetectModerationLabelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectModerationLabelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectModerationLabelsCommandOutput/)
|
|
793
|
-
|
|
794
763
|
</details>
|
|
795
764
|
<details>
|
|
796
765
|
<summary>
|
|
@@ -798,7 +767,6 @@ DetectProtectiveEquipment
|
|
|
798
767
|
</summary>
|
|
799
768
|
|
|
800
769
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DetectProtectiveEquipmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectProtectiveEquipmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectProtectiveEquipmentCommandOutput/)
|
|
801
|
-
|
|
802
770
|
</details>
|
|
803
771
|
<details>
|
|
804
772
|
<summary>
|
|
@@ -806,7 +774,6 @@ DetectText
|
|
|
806
774
|
</summary>
|
|
807
775
|
|
|
808
776
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DetectTextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectTextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DetectTextCommandOutput/)
|
|
809
|
-
|
|
810
777
|
</details>
|
|
811
778
|
<details>
|
|
812
779
|
<summary>
|
|
@@ -814,7 +781,6 @@ DisassociateFaces
|
|
|
814
781
|
</summary>
|
|
815
782
|
|
|
816
783
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DisassociateFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DisassociateFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DisassociateFacesCommandOutput/)
|
|
817
|
-
|
|
818
784
|
</details>
|
|
819
785
|
<details>
|
|
820
786
|
<summary>
|
|
@@ -822,7 +788,6 @@ DistributeDatasetEntries
|
|
|
822
788
|
</summary>
|
|
823
789
|
|
|
824
790
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/DistributeDatasetEntriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DistributeDatasetEntriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/DistributeDatasetEntriesCommandOutput/)
|
|
825
|
-
|
|
826
791
|
</details>
|
|
827
792
|
<details>
|
|
828
793
|
<summary>
|
|
@@ -830,7 +795,6 @@ GetCelebrityInfo
|
|
|
830
795
|
</summary>
|
|
831
796
|
|
|
832
797
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetCelebrityInfoCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetCelebrityInfoCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetCelebrityInfoCommandOutput/)
|
|
833
|
-
|
|
834
798
|
</details>
|
|
835
799
|
<details>
|
|
836
800
|
<summary>
|
|
@@ -838,7 +802,6 @@ GetCelebrityRecognition
|
|
|
838
802
|
</summary>
|
|
839
803
|
|
|
840
804
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetCelebrityRecognitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetCelebrityRecognitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetCelebrityRecognitionCommandOutput/)
|
|
841
|
-
|
|
842
805
|
</details>
|
|
843
806
|
<details>
|
|
844
807
|
<summary>
|
|
@@ -846,7 +809,6 @@ GetContentModeration
|
|
|
846
809
|
</summary>
|
|
847
810
|
|
|
848
811
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetContentModerationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetContentModerationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetContentModerationCommandOutput/)
|
|
849
|
-
|
|
850
812
|
</details>
|
|
851
813
|
<details>
|
|
852
814
|
<summary>
|
|
@@ -854,7 +816,6 @@ GetFaceDetection
|
|
|
854
816
|
</summary>
|
|
855
817
|
|
|
856
818
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetFaceDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetFaceDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetFaceDetectionCommandOutput/)
|
|
857
|
-
|
|
858
819
|
</details>
|
|
859
820
|
<details>
|
|
860
821
|
<summary>
|
|
@@ -862,7 +823,6 @@ GetFaceLivenessSessionResults
|
|
|
862
823
|
</summary>
|
|
863
824
|
|
|
864
825
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetFaceLivenessSessionResultsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetFaceLivenessSessionResultsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetFaceLivenessSessionResultsCommandOutput/)
|
|
865
|
-
|
|
866
826
|
</details>
|
|
867
827
|
<details>
|
|
868
828
|
<summary>
|
|
@@ -870,7 +830,6 @@ GetFaceSearch
|
|
|
870
830
|
</summary>
|
|
871
831
|
|
|
872
832
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetFaceSearchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetFaceSearchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetFaceSearchCommandOutput/)
|
|
873
|
-
|
|
874
833
|
</details>
|
|
875
834
|
<details>
|
|
876
835
|
<summary>
|
|
@@ -878,7 +837,6 @@ GetLabelDetection
|
|
|
878
837
|
</summary>
|
|
879
838
|
|
|
880
839
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetLabelDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetLabelDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetLabelDetectionCommandOutput/)
|
|
881
|
-
|
|
882
840
|
</details>
|
|
883
841
|
<details>
|
|
884
842
|
<summary>
|
|
@@ -886,7 +844,6 @@ GetMediaAnalysisJob
|
|
|
886
844
|
</summary>
|
|
887
845
|
|
|
888
846
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetMediaAnalysisJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetMediaAnalysisJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetMediaAnalysisJobCommandOutput/)
|
|
889
|
-
|
|
890
847
|
</details>
|
|
891
848
|
<details>
|
|
892
849
|
<summary>
|
|
@@ -894,7 +851,6 @@ GetPersonTracking
|
|
|
894
851
|
</summary>
|
|
895
852
|
|
|
896
853
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetPersonTrackingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetPersonTrackingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetPersonTrackingCommandOutput/)
|
|
897
|
-
|
|
898
854
|
</details>
|
|
899
855
|
<details>
|
|
900
856
|
<summary>
|
|
@@ -902,7 +858,6 @@ GetSegmentDetection
|
|
|
902
858
|
</summary>
|
|
903
859
|
|
|
904
860
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetSegmentDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetSegmentDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetSegmentDetectionCommandOutput/)
|
|
905
|
-
|
|
906
861
|
</details>
|
|
907
862
|
<details>
|
|
908
863
|
<summary>
|
|
@@ -910,7 +865,6 @@ GetTextDetection
|
|
|
910
865
|
</summary>
|
|
911
866
|
|
|
912
867
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/GetTextDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetTextDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/GetTextDetectionCommandOutput/)
|
|
913
|
-
|
|
914
868
|
</details>
|
|
915
869
|
<details>
|
|
916
870
|
<summary>
|
|
@@ -918,7 +872,6 @@ IndexFaces
|
|
|
918
872
|
</summary>
|
|
919
873
|
|
|
920
874
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/IndexFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/IndexFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/IndexFacesCommandOutput/)
|
|
921
|
-
|
|
922
875
|
</details>
|
|
923
876
|
<details>
|
|
924
877
|
<summary>
|
|
@@ -926,7 +879,6 @@ ListCollections
|
|
|
926
879
|
</summary>
|
|
927
880
|
|
|
928
881
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListCollectionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListCollectionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListCollectionsCommandOutput/)
|
|
929
|
-
|
|
930
882
|
</details>
|
|
931
883
|
<details>
|
|
932
884
|
<summary>
|
|
@@ -934,7 +886,6 @@ ListDatasetEntries
|
|
|
934
886
|
</summary>
|
|
935
887
|
|
|
936
888
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListDatasetEntriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListDatasetEntriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListDatasetEntriesCommandOutput/)
|
|
937
|
-
|
|
938
889
|
</details>
|
|
939
890
|
<details>
|
|
940
891
|
<summary>
|
|
@@ -942,7 +893,6 @@ ListDatasetLabels
|
|
|
942
893
|
</summary>
|
|
943
894
|
|
|
944
895
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListDatasetLabelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListDatasetLabelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListDatasetLabelsCommandOutput/)
|
|
945
|
-
|
|
946
896
|
</details>
|
|
947
897
|
<details>
|
|
948
898
|
<summary>
|
|
@@ -950,7 +900,6 @@ ListFaces
|
|
|
950
900
|
</summary>
|
|
951
901
|
|
|
952
902
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListFacesCommandOutput/)
|
|
953
|
-
|
|
954
903
|
</details>
|
|
955
904
|
<details>
|
|
956
905
|
<summary>
|
|
@@ -958,7 +907,6 @@ ListMediaAnalysisJobs
|
|
|
958
907
|
</summary>
|
|
959
908
|
|
|
960
909
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListMediaAnalysisJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListMediaAnalysisJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListMediaAnalysisJobsCommandOutput/)
|
|
961
|
-
|
|
962
910
|
</details>
|
|
963
911
|
<details>
|
|
964
912
|
<summary>
|
|
@@ -966,7 +914,6 @@ ListProjectPolicies
|
|
|
966
914
|
</summary>
|
|
967
915
|
|
|
968
916
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListProjectPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListProjectPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListProjectPoliciesCommandOutput/)
|
|
969
|
-
|
|
970
917
|
</details>
|
|
971
918
|
<details>
|
|
972
919
|
<summary>
|
|
@@ -974,7 +921,6 @@ ListStreamProcessors
|
|
|
974
921
|
</summary>
|
|
975
922
|
|
|
976
923
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListStreamProcessorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListStreamProcessorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListStreamProcessorsCommandOutput/)
|
|
977
|
-
|
|
978
924
|
</details>
|
|
979
925
|
<details>
|
|
980
926
|
<summary>
|
|
@@ -982,7 +928,6 @@ ListTagsForResource
|
|
|
982
928
|
</summary>
|
|
983
929
|
|
|
984
930
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListTagsForResourceCommandOutput/)
|
|
985
|
-
|
|
986
931
|
</details>
|
|
987
932
|
<details>
|
|
988
933
|
<summary>
|
|
@@ -990,7 +935,6 @@ ListUsers
|
|
|
990
935
|
</summary>
|
|
991
936
|
|
|
992
937
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/ListUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/ListUsersCommandOutput/)
|
|
993
|
-
|
|
994
938
|
</details>
|
|
995
939
|
<details>
|
|
996
940
|
<summary>
|
|
@@ -998,7 +942,6 @@ PutProjectPolicy
|
|
|
998
942
|
</summary>
|
|
999
943
|
|
|
1000
944
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/PutProjectPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/PutProjectPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/PutProjectPolicyCommandOutput/)
|
|
1001
|
-
|
|
1002
945
|
</details>
|
|
1003
946
|
<details>
|
|
1004
947
|
<summary>
|
|
@@ -1006,7 +949,6 @@ RecognizeCelebrities
|
|
|
1006
949
|
</summary>
|
|
1007
950
|
|
|
1008
951
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/RecognizeCelebritiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/RecognizeCelebritiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/RecognizeCelebritiesCommandOutput/)
|
|
1009
|
-
|
|
1010
952
|
</details>
|
|
1011
953
|
<details>
|
|
1012
954
|
<summary>
|
|
@@ -1014,7 +956,6 @@ SearchFaces
|
|
|
1014
956
|
</summary>
|
|
1015
957
|
|
|
1016
958
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/SearchFacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchFacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchFacesCommandOutput/)
|
|
1017
|
-
|
|
1018
959
|
</details>
|
|
1019
960
|
<details>
|
|
1020
961
|
<summary>
|
|
@@ -1022,7 +963,6 @@ SearchFacesByImage
|
|
|
1022
963
|
</summary>
|
|
1023
964
|
|
|
1024
965
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/SearchFacesByImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchFacesByImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchFacesByImageCommandOutput/)
|
|
1025
|
-
|
|
1026
966
|
</details>
|
|
1027
967
|
<details>
|
|
1028
968
|
<summary>
|
|
@@ -1030,7 +970,6 @@ SearchUsers
|
|
|
1030
970
|
</summary>
|
|
1031
971
|
|
|
1032
972
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/SearchUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchUsersCommandOutput/)
|
|
1033
|
-
|
|
1034
973
|
</details>
|
|
1035
974
|
<details>
|
|
1036
975
|
<summary>
|
|
@@ -1038,7 +977,6 @@ SearchUsersByImage
|
|
|
1038
977
|
</summary>
|
|
1039
978
|
|
|
1040
979
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/SearchUsersByImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchUsersByImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/SearchUsersByImageCommandOutput/)
|
|
1041
|
-
|
|
1042
980
|
</details>
|
|
1043
981
|
<details>
|
|
1044
982
|
<summary>
|
|
@@ -1046,7 +984,6 @@ StartCelebrityRecognition
|
|
|
1046
984
|
</summary>
|
|
1047
985
|
|
|
1048
986
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartCelebrityRecognitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartCelebrityRecognitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartCelebrityRecognitionCommandOutput/)
|
|
1049
|
-
|
|
1050
987
|
</details>
|
|
1051
988
|
<details>
|
|
1052
989
|
<summary>
|
|
@@ -1054,7 +991,6 @@ StartContentModeration
|
|
|
1054
991
|
</summary>
|
|
1055
992
|
|
|
1056
993
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartContentModerationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartContentModerationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartContentModerationCommandOutput/)
|
|
1057
|
-
|
|
1058
994
|
</details>
|
|
1059
995
|
<details>
|
|
1060
996
|
<summary>
|
|
@@ -1062,7 +998,6 @@ StartFaceDetection
|
|
|
1062
998
|
</summary>
|
|
1063
999
|
|
|
1064
1000
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartFaceDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartFaceDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartFaceDetectionCommandOutput/)
|
|
1065
|
-
|
|
1066
1001
|
</details>
|
|
1067
1002
|
<details>
|
|
1068
1003
|
<summary>
|
|
@@ -1070,7 +1005,6 @@ StartFaceSearch
|
|
|
1070
1005
|
</summary>
|
|
1071
1006
|
|
|
1072
1007
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartFaceSearchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartFaceSearchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartFaceSearchCommandOutput/)
|
|
1073
|
-
|
|
1074
1008
|
</details>
|
|
1075
1009
|
<details>
|
|
1076
1010
|
<summary>
|
|
@@ -1078,7 +1012,6 @@ StartLabelDetection
|
|
|
1078
1012
|
</summary>
|
|
1079
1013
|
|
|
1080
1014
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartLabelDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartLabelDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartLabelDetectionCommandOutput/)
|
|
1081
|
-
|
|
1082
1015
|
</details>
|
|
1083
1016
|
<details>
|
|
1084
1017
|
<summary>
|
|
@@ -1086,7 +1019,6 @@ StartMediaAnalysisJob
|
|
|
1086
1019
|
</summary>
|
|
1087
1020
|
|
|
1088
1021
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartMediaAnalysisJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartMediaAnalysisJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartMediaAnalysisJobCommandOutput/)
|
|
1089
|
-
|
|
1090
1022
|
</details>
|
|
1091
1023
|
<details>
|
|
1092
1024
|
<summary>
|
|
@@ -1094,7 +1026,6 @@ StartPersonTracking
|
|
|
1094
1026
|
</summary>
|
|
1095
1027
|
|
|
1096
1028
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartPersonTrackingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartPersonTrackingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartPersonTrackingCommandOutput/)
|
|
1097
|
-
|
|
1098
1029
|
</details>
|
|
1099
1030
|
<details>
|
|
1100
1031
|
<summary>
|
|
@@ -1102,7 +1033,6 @@ StartProjectVersion
|
|
|
1102
1033
|
</summary>
|
|
1103
1034
|
|
|
1104
1035
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartProjectVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartProjectVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartProjectVersionCommandOutput/)
|
|
1105
|
-
|
|
1106
1036
|
</details>
|
|
1107
1037
|
<details>
|
|
1108
1038
|
<summary>
|
|
@@ -1110,7 +1040,6 @@ StartSegmentDetection
|
|
|
1110
1040
|
</summary>
|
|
1111
1041
|
|
|
1112
1042
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartSegmentDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartSegmentDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartSegmentDetectionCommandOutput/)
|
|
1113
|
-
|
|
1114
1043
|
</details>
|
|
1115
1044
|
<details>
|
|
1116
1045
|
<summary>
|
|
@@ -1118,7 +1047,6 @@ StartStreamProcessor
|
|
|
1118
1047
|
</summary>
|
|
1119
1048
|
|
|
1120
1049
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartStreamProcessorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartStreamProcessorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartStreamProcessorCommandOutput/)
|
|
1121
|
-
|
|
1122
1050
|
</details>
|
|
1123
1051
|
<details>
|
|
1124
1052
|
<summary>
|
|
@@ -1126,7 +1054,6 @@ StartTextDetection
|
|
|
1126
1054
|
</summary>
|
|
1127
1055
|
|
|
1128
1056
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StartTextDetectionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartTextDetectionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StartTextDetectionCommandOutput/)
|
|
1129
|
-
|
|
1130
1057
|
</details>
|
|
1131
1058
|
<details>
|
|
1132
1059
|
<summary>
|
|
@@ -1134,7 +1061,6 @@ StopProjectVersion
|
|
|
1134
1061
|
</summary>
|
|
1135
1062
|
|
|
1136
1063
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StopProjectVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StopProjectVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StopProjectVersionCommandOutput/)
|
|
1137
|
-
|
|
1138
1064
|
</details>
|
|
1139
1065
|
<details>
|
|
1140
1066
|
<summary>
|
|
@@ -1142,7 +1068,6 @@ StopStreamProcessor
|
|
|
1142
1068
|
</summary>
|
|
1143
1069
|
|
|
1144
1070
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/StopStreamProcessorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StopStreamProcessorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/StopStreamProcessorCommandOutput/)
|
|
1145
|
-
|
|
1146
1071
|
</details>
|
|
1147
1072
|
<details>
|
|
1148
1073
|
<summary>
|
|
@@ -1150,7 +1075,6 @@ TagResource
|
|
|
1150
1075
|
</summary>
|
|
1151
1076
|
|
|
1152
1077
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/TagResourceCommandOutput/)
|
|
1153
|
-
|
|
1154
1078
|
</details>
|
|
1155
1079
|
<details>
|
|
1156
1080
|
<summary>
|
|
@@ -1158,7 +1082,6 @@ UntagResource
|
|
|
1158
1082
|
</summary>
|
|
1159
1083
|
|
|
1160
1084
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/UntagResourceCommandOutput/)
|
|
1161
|
-
|
|
1162
1085
|
</details>
|
|
1163
1086
|
<details>
|
|
1164
1087
|
<summary>
|
|
@@ -1166,7 +1089,6 @@ UpdateDatasetEntries
|
|
|
1166
1089
|
</summary>
|
|
1167
1090
|
|
|
1168
1091
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/UpdateDatasetEntriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/UpdateDatasetEntriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/UpdateDatasetEntriesCommandOutput/)
|
|
1169
|
-
|
|
1170
1092
|
</details>
|
|
1171
1093
|
<details>
|
|
1172
1094
|
<summary>
|
|
@@ -1174,5 +1096,4 @@ UpdateStreamProcessor
|
|
|
1174
1096
|
</summary>
|
|
1175
1097
|
|
|
1176
1098
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/rekognition/command/UpdateStreamProcessorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/UpdateStreamProcessorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-rekognition/Interface/UpdateStreamProcessorCommandOutput/)
|
|
1177
|
-
|
|
1178
1099
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultRekognitionHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultRekognitionHttpAuthSchemeParametersProvider = defaultRekognitionHttpAuthSchemeParametersProvider;
|