@aws-sdk/client-rekognition 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Rekognition.d.ts +1138 -320
- package/dist-types/ts3.4/RekognitionClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2935 -2714
- package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +13 -7
- package/package.json +35 -35
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.