@aws-sdk/client-rekognition 3.477.0 → 3.481.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateFacesCommand.js +18 -41
- package/dist-cjs/commands/CompareFacesCommand.js +18 -41
- package/dist-cjs/commands/CopyProjectVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateCollectionCommand.js +18 -41
- package/dist-cjs/commands/CreateDatasetCommand.js +18 -41
- package/dist-cjs/commands/CreateFaceLivenessSessionCommand.js +18 -41
- package/dist-cjs/commands/CreateProjectCommand.js +18 -41
- package/dist-cjs/commands/CreateProjectVersionCommand.js +18 -41
- package/dist-cjs/commands/CreateStreamProcessorCommand.js +18 -41
- package/dist-cjs/commands/CreateUserCommand.js +18 -41
- package/dist-cjs/commands/DeleteCollectionCommand.js +18 -41
- package/dist-cjs/commands/DeleteDatasetCommand.js +18 -41
- package/dist-cjs/commands/DeleteFacesCommand.js +18 -41
- package/dist-cjs/commands/DeleteProjectCommand.js +18 -41
- package/dist-cjs/commands/DeleteProjectPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteProjectVersionCommand.js +18 -41
- package/dist-cjs/commands/DeleteStreamProcessorCommand.js +18 -41
- package/dist-cjs/commands/DeleteUserCommand.js +18 -41
- package/dist-cjs/commands/DescribeCollectionCommand.js +18 -41
- package/dist-cjs/commands/DescribeDatasetCommand.js +18 -41
- package/dist-cjs/commands/DescribeProjectVersionsCommand.js +18 -41
- package/dist-cjs/commands/DescribeProjectsCommand.js +18 -41
- package/dist-cjs/commands/DescribeStreamProcessorCommand.js +18 -41
- package/dist-cjs/commands/DetectCustomLabelsCommand.js +18 -41
- package/dist-cjs/commands/DetectFacesCommand.js +18 -41
- package/dist-cjs/commands/DetectLabelsCommand.js +18 -41
- package/dist-cjs/commands/DetectModerationLabelsCommand.js +18 -41
- package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +18 -41
- package/dist-cjs/commands/DetectTextCommand.js +18 -41
- package/dist-cjs/commands/DisassociateFacesCommand.js +18 -41
- package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +18 -41
- package/dist-cjs/commands/GetCelebrityInfoCommand.js +18 -41
- package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +18 -41
- package/dist-cjs/commands/GetContentModerationCommand.js +18 -41
- package/dist-cjs/commands/GetFaceDetectionCommand.js +18 -41
- package/dist-cjs/commands/GetFaceLivenessSessionResultsCommand.js +18 -41
- package/dist-cjs/commands/GetFaceSearchCommand.js +18 -41
- package/dist-cjs/commands/GetLabelDetectionCommand.js +18 -41
- package/dist-cjs/commands/GetMediaAnalysisJobCommand.js +18 -41
- package/dist-cjs/commands/GetPersonTrackingCommand.js +18 -41
- package/dist-cjs/commands/GetSegmentDetectionCommand.js +18 -41
- package/dist-cjs/commands/GetTextDetectionCommand.js +18 -41
- package/dist-cjs/commands/IndexFacesCommand.js +18 -41
- package/dist-cjs/commands/ListCollectionsCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetEntriesCommand.js +18 -41
- package/dist-cjs/commands/ListDatasetLabelsCommand.js +18 -41
- package/dist-cjs/commands/ListFacesCommand.js +18 -41
- package/dist-cjs/commands/ListMediaAnalysisJobsCommand.js +18 -41
- package/dist-cjs/commands/ListProjectPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListStreamProcessorsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/ListUsersCommand.js +18 -41
- package/dist-cjs/commands/PutProjectPolicyCommand.js +18 -41
- package/dist-cjs/commands/RecognizeCelebritiesCommand.js +18 -41
- package/dist-cjs/commands/SearchFacesByImageCommand.js +18 -41
- package/dist-cjs/commands/SearchFacesCommand.js +18 -41
- package/dist-cjs/commands/SearchUsersByImageCommand.js +18 -41
- package/dist-cjs/commands/SearchUsersCommand.js +18 -41
- package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +18 -41
- package/dist-cjs/commands/StartContentModerationCommand.js +18 -41
- package/dist-cjs/commands/StartFaceDetectionCommand.js +18 -41
- package/dist-cjs/commands/StartFaceSearchCommand.js +18 -41
- package/dist-cjs/commands/StartLabelDetectionCommand.js +18 -41
- package/dist-cjs/commands/StartMediaAnalysisJobCommand.js +18 -41
- package/dist-cjs/commands/StartPersonTrackingCommand.js +18 -41
- package/dist-cjs/commands/StartProjectVersionCommand.js +18 -41
- package/dist-cjs/commands/StartSegmentDetectionCommand.js +18 -41
- package/dist-cjs/commands/StartStreamProcessorCommand.js +18 -41
- package/dist-cjs/commands/StartTextDetectionCommand.js +18 -41
- package/dist-cjs/commands/StopProjectVersionCommand.js +18 -41
- package/dist-cjs/commands/StopStreamProcessorCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +18 -41
- package/dist-cjs/commands/UpdateStreamProcessorCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeProjectVersionsPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeProjectsPaginator.js +2 -24
- package/dist-cjs/pagination/GetCelebrityRecognitionPaginator.js +2 -24
- package/dist-cjs/pagination/GetContentModerationPaginator.js +2 -24
- package/dist-cjs/pagination/GetFaceDetectionPaginator.js +2 -24
- package/dist-cjs/pagination/GetFaceSearchPaginator.js +2 -24
- package/dist-cjs/pagination/GetLabelDetectionPaginator.js +2 -24
- package/dist-cjs/pagination/GetPersonTrackingPaginator.js +2 -24
- package/dist-cjs/pagination/GetSegmentDetectionPaginator.js +2 -24
- package/dist-cjs/pagination/GetTextDetectionPaginator.js +2 -24
- package/dist-cjs/pagination/ListCollectionsPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetEntriesPaginator.js +2 -24
- package/dist-cjs/pagination/ListDatasetLabelsPaginator.js +2 -24
- package/dist-cjs/pagination/ListFacesPaginator.js +2 -24
- package/dist-cjs/pagination/ListMediaAnalysisJobsPaginator.js +2 -24
- package/dist-cjs/pagination/ListProjectPoliciesPaginator.js +2 -24
- package/dist-cjs/pagination/ListStreamProcessorsPaginator.js +2 -24
- package/dist-cjs/pagination/ListUsersPaginator.js +2 -24
- package/dist-es/commands/AssociateFacesCommand.js +18 -41
- package/dist-es/commands/CompareFacesCommand.js +18 -41
- package/dist-es/commands/CopyProjectVersionCommand.js +18 -41
- package/dist-es/commands/CreateCollectionCommand.js +18 -41
- package/dist-es/commands/CreateDatasetCommand.js +18 -41
- package/dist-es/commands/CreateFaceLivenessSessionCommand.js +18 -41
- package/dist-es/commands/CreateProjectCommand.js +18 -41
- package/dist-es/commands/CreateProjectVersionCommand.js +18 -41
- package/dist-es/commands/CreateStreamProcessorCommand.js +18 -41
- package/dist-es/commands/CreateUserCommand.js +18 -41
- package/dist-es/commands/DeleteCollectionCommand.js +18 -41
- package/dist-es/commands/DeleteDatasetCommand.js +18 -41
- package/dist-es/commands/DeleteFacesCommand.js +18 -41
- package/dist-es/commands/DeleteProjectCommand.js +18 -41
- package/dist-es/commands/DeleteProjectPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteProjectVersionCommand.js +18 -41
- package/dist-es/commands/DeleteStreamProcessorCommand.js +18 -41
- package/dist-es/commands/DeleteUserCommand.js +18 -41
- package/dist-es/commands/DescribeCollectionCommand.js +18 -41
- package/dist-es/commands/DescribeDatasetCommand.js +18 -41
- package/dist-es/commands/DescribeProjectVersionsCommand.js +18 -41
- package/dist-es/commands/DescribeProjectsCommand.js +18 -41
- package/dist-es/commands/DescribeStreamProcessorCommand.js +18 -41
- package/dist-es/commands/DetectCustomLabelsCommand.js +18 -41
- package/dist-es/commands/DetectFacesCommand.js +18 -41
- package/dist-es/commands/DetectLabelsCommand.js +18 -41
- package/dist-es/commands/DetectModerationLabelsCommand.js +18 -41
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +18 -41
- package/dist-es/commands/DetectTextCommand.js +18 -41
- package/dist-es/commands/DisassociateFacesCommand.js +18 -41
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +18 -41
- package/dist-es/commands/GetCelebrityInfoCommand.js +18 -41
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +18 -41
- package/dist-es/commands/GetContentModerationCommand.js +18 -41
- package/dist-es/commands/GetFaceDetectionCommand.js +18 -41
- package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +18 -41
- package/dist-es/commands/GetFaceSearchCommand.js +18 -41
- package/dist-es/commands/GetLabelDetectionCommand.js +18 -41
- package/dist-es/commands/GetMediaAnalysisJobCommand.js +18 -41
- package/dist-es/commands/GetPersonTrackingCommand.js +18 -41
- package/dist-es/commands/GetSegmentDetectionCommand.js +18 -41
- package/dist-es/commands/GetTextDetectionCommand.js +18 -41
- package/dist-es/commands/IndexFacesCommand.js +18 -41
- package/dist-es/commands/ListCollectionsCommand.js +18 -41
- package/dist-es/commands/ListDatasetEntriesCommand.js +18 -41
- package/dist-es/commands/ListDatasetLabelsCommand.js +18 -41
- package/dist-es/commands/ListFacesCommand.js +18 -41
- package/dist-es/commands/ListMediaAnalysisJobsCommand.js +18 -41
- package/dist-es/commands/ListProjectPoliciesCommand.js +18 -41
- package/dist-es/commands/ListStreamProcessorsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/ListUsersCommand.js +18 -41
- package/dist-es/commands/PutProjectPolicyCommand.js +18 -41
- package/dist-es/commands/RecognizeCelebritiesCommand.js +18 -41
- package/dist-es/commands/SearchFacesByImageCommand.js +18 -41
- package/dist-es/commands/SearchFacesCommand.js +18 -41
- package/dist-es/commands/SearchUsersByImageCommand.js +18 -41
- package/dist-es/commands/SearchUsersCommand.js +18 -41
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +18 -41
- package/dist-es/commands/StartContentModerationCommand.js +18 -41
- package/dist-es/commands/StartFaceDetectionCommand.js +18 -41
- package/dist-es/commands/StartFaceSearchCommand.js +18 -41
- package/dist-es/commands/StartLabelDetectionCommand.js +18 -41
- package/dist-es/commands/StartMediaAnalysisJobCommand.js +18 -41
- package/dist-es/commands/StartPersonTrackingCommand.js +18 -41
- package/dist-es/commands/StartProjectVersionCommand.js +18 -41
- package/dist-es/commands/StartSegmentDetectionCommand.js +18 -41
- package/dist-es/commands/StartStreamProcessorCommand.js +18 -41
- package/dist-es/commands/StartTextDetectionCommand.js +18 -41
- package/dist-es/commands/StopProjectVersionCommand.js +18 -41
- package/dist-es/commands/StopStreamProcessorCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +18 -41
- package/dist-es/commands/UpdateStreamProcessorCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeProjectVersionsPaginator.js +2 -23
- package/dist-es/pagination/DescribeProjectsPaginator.js +2 -23
- package/dist-es/pagination/GetCelebrityRecognitionPaginator.js +2 -23
- package/dist-es/pagination/GetContentModerationPaginator.js +2 -23
- package/dist-es/pagination/GetFaceDetectionPaginator.js +2 -23
- package/dist-es/pagination/GetFaceSearchPaginator.js +2 -23
- package/dist-es/pagination/GetLabelDetectionPaginator.js +2 -23
- package/dist-es/pagination/GetPersonTrackingPaginator.js +2 -23
- package/dist-es/pagination/GetSegmentDetectionPaginator.js +2 -23
- package/dist-es/pagination/GetTextDetectionPaginator.js +2 -23
- package/dist-es/pagination/ListCollectionsPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetEntriesPaginator.js +2 -23
- package/dist-es/pagination/ListDatasetLabelsPaginator.js +2 -23
- package/dist-es/pagination/ListFacesPaginator.js +2 -23
- package/dist-es/pagination/ListMediaAnalysisJobsPaginator.js +2 -23
- package/dist-es/pagination/ListProjectPoliciesPaginator.js +2 -23
- package/dist-es/pagination/ListStreamProcessorsPaginator.js +2 -23
- package/dist-es/pagination/ListUsersPaginator.js +2 -23
- package/dist-types/commands/AssociateFacesCommand.d.ts +6 -21
- package/dist-types/commands/CompareFacesCommand.d.ts +6 -21
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateCollectionCommand.d.ts +6 -21
- package/dist-types/commands/CreateDatasetCommand.d.ts +6 -21
- package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +6 -21
- package/dist-types/commands/CreateProjectCommand.d.ts +6 -21
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +6 -21
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +6 -21
- package/dist-types/commands/CreateUserCommand.d.ts +6 -21
- package/dist-types/commands/DeleteCollectionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFacesCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProjectCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +6 -21
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +6 -21
- package/dist-types/commands/DeleteUserCommand.d.ts +6 -21
- package/dist-types/commands/DescribeCollectionCommand.d.ts +6 -21
- package/dist-types/commands/DescribeDatasetCommand.d.ts +6 -21
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeProjectsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +6 -21
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +6 -21
- package/dist-types/commands/DetectFacesCommand.d.ts +6 -21
- package/dist-types/commands/DetectLabelsCommand.d.ts +6 -21
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +6 -21
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +6 -21
- package/dist-types/commands/DetectTextCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateFacesCommand.d.ts +6 -21
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +6 -21
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +6 -21
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +6 -21
- package/dist-types/commands/GetContentModerationCommand.d.ts +6 -21
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +6 -21
- package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +6 -21
- package/dist-types/commands/GetFaceSearchCommand.d.ts +6 -21
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +6 -21
- package/dist-types/commands/GetMediaAnalysisJobCommand.d.ts +6 -21
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +6 -21
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +6 -21
- package/dist-types/commands/GetTextDetectionCommand.d.ts +6 -21
- package/dist-types/commands/IndexFacesCommand.d.ts +6 -21
- package/dist-types/commands/ListCollectionsCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +6 -21
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +6 -21
- package/dist-types/commands/ListFacesCommand.d.ts +6 -21
- package/dist-types/commands/ListMediaAnalysisJobsCommand.d.ts +6 -21
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/ListUsersCommand.d.ts +6 -21
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +6 -21
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +6 -21
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +6 -21
- package/dist-types/commands/SearchFacesCommand.d.ts +6 -21
- package/dist-types/commands/SearchUsersByImageCommand.d.ts +6 -21
- package/dist-types/commands/SearchUsersCommand.d.ts +6 -21
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +6 -21
- package/dist-types/commands/StartContentModerationCommand.d.ts +6 -21
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +6 -21
- package/dist-types/commands/StartFaceSearchCommand.d.ts +6 -21
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +6 -21
- package/dist-types/commands/StartMediaAnalysisJobCommand.d.ts +6 -21
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +6 -21
- package/dist-types/commands/StartProjectVersionCommand.d.ts +6 -21
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +6 -21
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +6 -21
- package/dist-types/commands/StartTextDetectionCommand.d.ts +6 -21
- package/dist-types/commands/StopProjectVersionCommand.d.ts +6 -21
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +6 -21
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeProjectVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/GetCelebrityRecognitionPaginator.d.ts +1 -1
- package/dist-types/pagination/GetContentModerationPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFaceDetectionPaginator.d.ts +1 -1
- package/dist-types/pagination/GetFaceSearchPaginator.d.ts +1 -1
- package/dist-types/pagination/GetLabelDetectionPaginator.d.ts +1 -1
- package/dist-types/pagination/GetPersonTrackingPaginator.d.ts +1 -1
- package/dist-types/pagination/GetSegmentDetectionPaginator.d.ts +1 -1
- package/dist-types/pagination/GetTextDetectionPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCollectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetEntriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDatasetLabelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListFacesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMediaAnalysisJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamProcessorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListUsersPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/AssociateFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DisassociateFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetMediaAnalysisJobCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListMediaAnalysisJobsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchUsersByImageCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartMediaAnalysisJobCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListMediaAnalysisJobsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListFaces = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListFacesCommand_1 = require("../commands/ListFacesCommand");
|
|
5
6
|
const RekognitionClient_1 = require("../RekognitionClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListFacesCommand_1.ListFacesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListFaces(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof RekognitionClient_1.RekognitionClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Rekognition | RekognitionClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListFaces = paginateListFaces;
|
|
7
|
+
exports.paginateListFaces = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListFacesCommand_1.ListFacesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListMediaAnalysisJobs = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListMediaAnalysisJobsCommand_1 = require("../commands/ListMediaAnalysisJobsCommand");
|
|
5
6
|
const RekognitionClient_1 = require("../RekognitionClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListMediaAnalysisJobsCommand_1.ListMediaAnalysisJobsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListMediaAnalysisJobs(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof RekognitionClient_1.RekognitionClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Rekognition | RekognitionClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListMediaAnalysisJobs = paginateListMediaAnalysisJobs;
|
|
7
|
+
exports.paginateListMediaAnalysisJobs = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListMediaAnalysisJobsCommand_1.ListMediaAnalysisJobsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListProjectPolicies = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListProjectPoliciesCommand_1 = require("../commands/ListProjectPoliciesCommand");
|
|
5
6
|
const RekognitionClient_1 = require("../RekognitionClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListProjectPoliciesCommand_1.ListProjectPoliciesCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListProjectPolicies(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof RekognitionClient_1.RekognitionClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Rekognition | RekognitionClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListProjectPolicies = paginateListProjectPolicies;
|
|
7
|
+
exports.paginateListProjectPolicies = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListProjectPoliciesCommand_1.ListProjectPoliciesCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListStreamProcessors = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListStreamProcessorsCommand_1 = require("../commands/ListStreamProcessorsCommand");
|
|
5
6
|
const RekognitionClient_1 = require("../RekognitionClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListStreamProcessorsCommand_1.ListStreamProcessorsCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListStreamProcessors(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof RekognitionClient_1.RekognitionClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Rekognition | RekognitionClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListStreamProcessors = paginateListStreamProcessors;
|
|
7
|
+
exports.paginateListStreamProcessors = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListStreamProcessorsCommand_1.ListStreamProcessorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,29 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListUsers = void 0;
|
|
4
|
+
const core_1 = require("@smithy/core");
|
|
4
5
|
const ListUsersCommand_1 = require("../commands/ListUsersCommand");
|
|
5
6
|
const RekognitionClient_1 = require("../RekognitionClient");
|
|
6
|
-
|
|
7
|
-
return await client.send(new ListUsersCommand_1.ListUsersCommand(input), ...args);
|
|
8
|
-
};
|
|
9
|
-
async function* paginateListUsers(config, input, ...additionalArguments) {
|
|
10
|
-
let token = config.startingToken || undefined;
|
|
11
|
-
let hasNext = true;
|
|
12
|
-
let page;
|
|
13
|
-
while (hasNext) {
|
|
14
|
-
input.NextToken = token;
|
|
15
|
-
input["MaxResults"] = config.pageSize;
|
|
16
|
-
if (config.client instanceof RekognitionClient_1.RekognitionClient) {
|
|
17
|
-
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
-
}
|
|
19
|
-
else {
|
|
20
|
-
throw new Error("Invalid client, expected Rekognition | RekognitionClient");
|
|
21
|
-
}
|
|
22
|
-
yield page;
|
|
23
|
-
const prevToken = token;
|
|
24
|
-
token = page.NextToken;
|
|
25
|
-
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
-
}
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
exports.paginateListUsers = paginateListUsers;
|
|
7
|
+
exports.paginateListUsers = (0, core_1.createPaginator)(RekognitionClient_1.RekognitionClient, ListUsersCommand_1.ListUsersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_AssociateFacesCommand, se_AssociateFacesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class AssociateFacesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "RekognitionClient";
|
|
26
|
-
const commandName = "AssociateFacesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "AssociateFaces",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_AssociateFacesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_AssociateFacesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class AssociateFacesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("RekognitionService", "AssociateFaces", {})
|
|
19
|
+
.n("RekognitionClient", "AssociateFacesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_AssociateFacesCommand)
|
|
22
|
+
.de(de_AssociateFacesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CompareFacesCommand, se_CompareFacesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CompareFacesCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "RekognitionClient";
|
|
26
|
-
const commandName = "CompareFacesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "CompareFaces",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CompareFacesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CompareFacesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CompareFacesCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("RekognitionService", "CompareFaces", {})
|
|
19
|
+
.n("RekognitionClient", "CompareFacesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CompareFacesCommand)
|
|
22
|
+
.de(de_CompareFacesCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CopyProjectVersionCommand, se_CopyProjectVersionCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CopyProjectVersionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "RekognitionClient";
|
|
26
|
-
const commandName = "CopyProjectVersionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "CopyProjectVersion",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CopyProjectVersionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CopyProjectVersionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CopyProjectVersionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("RekognitionService", "CopyProjectVersion", {})
|
|
19
|
+
.n("RekognitionClient", "CopyProjectVersionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CopyProjectVersionCommand)
|
|
22
|
+
.de(de_CopyProjectVersionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateCollectionCommand, se_CreateCollectionCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateCollectionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "RekognitionClient";
|
|
26
|
-
const commandName = "CreateCollectionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "CreateCollection",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateCollectionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateCollectionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateCollectionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("RekognitionService", "CreateCollection", {})
|
|
19
|
+
.n("RekognitionClient", "CreateCollectionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateCollectionCommand)
|
|
22
|
+
.de(de_CreateCollectionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateDatasetCommand, se_CreateDatasetCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateDatasetCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "RekognitionClient";
|
|
26
|
-
const commandName = "CreateDatasetCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "CreateDataset",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateDatasetCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateDatasetCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateDatasetCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("RekognitionService", "CreateDataset", {})
|
|
19
|
+
.n("RekognitionClient", "CreateDatasetCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateDatasetCommand)
|
|
22
|
+
.de(de_CreateDatasetCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateFaceLivenessSessionCommand, se_CreateFaceLivenessSessionCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateFaceLivenessSessionCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "RekognitionClient";
|
|
26
|
-
const commandName = "CreateFaceLivenessSessionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "CreateFaceLivenessSession",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateFaceLivenessSessionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateFaceLivenessSessionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateFaceLivenessSessionCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("RekognitionService", "CreateFaceLivenessSession", {})
|
|
19
|
+
.n("RekognitionClient", "CreateFaceLivenessSessionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateFaceLivenessSessionCommand)
|
|
22
|
+
.de(de_CreateFaceLivenessSessionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|
|
@@ -1,47 +1,24 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
-
import {
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
5
|
import { de_CreateProjectCommand, se_CreateProjectCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class CreateProjectCommand extends $Command
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
const { logger } = configuration;
|
|
25
|
-
const clientName = "RekognitionClient";
|
|
26
|
-
const commandName = "CreateProjectCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "CreateProject",
|
|
36
|
-
},
|
|
37
|
-
};
|
|
38
|
-
const { requestHandler } = configuration;
|
|
39
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
40
|
-
}
|
|
41
|
-
serialize(input, context) {
|
|
42
|
-
return se_CreateProjectCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_CreateProjectCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class CreateProjectCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("RekognitionService", "CreateProject", {})
|
|
19
|
+
.n("RekognitionClient", "CreateProjectCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateProjectCommand)
|
|
22
|
+
.de(de_CreateProjectCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|