@aws-sdk/client-rekognition 3.478.0 → 3.484.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-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-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/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/package.json +11 -11
|
@@ -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_DetectFacesCommand, se_DetectFacesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DetectFacesCommand 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 = "DetectFacesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "DetectFaces",
|
|
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_DetectFacesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DetectFacesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DetectFacesCommand 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", "DetectFaces", {})
|
|
19
|
+
.n("RekognitionClient", "DetectFacesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DetectFacesCommand)
|
|
22
|
+
.de(de_DetectFacesCommand)
|
|
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_DetectLabelsCommand, se_DetectLabelsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DetectLabelsCommand 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 = "DetectLabelsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "DetectLabels",
|
|
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_DetectLabelsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DetectLabelsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DetectLabelsCommand 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", "DetectLabels", {})
|
|
19
|
+
.n("RekognitionClient", "DetectLabelsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DetectLabelsCommand)
|
|
22
|
+
.de(de_DetectLabelsCommand)
|
|
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_DetectModerationLabelsCommand, se_DetectModerationLabelsCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DetectModerationLabelsCommand 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 = "DetectModerationLabelsCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "DetectModerationLabels",
|
|
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_DetectModerationLabelsCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DetectModerationLabelsCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DetectModerationLabelsCommand 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", "DetectModerationLabels", {})
|
|
19
|
+
.n("RekognitionClient", "DetectModerationLabelsCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DetectModerationLabelsCommand)
|
|
22
|
+
.de(de_DetectModerationLabelsCommand)
|
|
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_DetectProtectiveEquipmentCommand, se_DetectProtectiveEquipmentCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DetectProtectiveEquipmentCommand 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 = "DetectProtectiveEquipmentCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "DetectProtectiveEquipment",
|
|
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_DetectProtectiveEquipmentCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DetectProtectiveEquipmentCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DetectProtectiveEquipmentCommand 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", "DetectProtectiveEquipment", {})
|
|
19
|
+
.n("RekognitionClient", "DetectProtectiveEquipmentCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DetectProtectiveEquipmentCommand)
|
|
22
|
+
.de(de_DetectProtectiveEquipmentCommand)
|
|
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_DetectTextCommand, se_DetectTextCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DetectTextCommand 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 = "DetectTextCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "DetectText",
|
|
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_DetectTextCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DetectTextCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DetectTextCommand 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", "DetectText", {})
|
|
19
|
+
.n("RekognitionClient", "DetectTextCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DetectTextCommand)
|
|
22
|
+
.de(de_DetectTextCommand)
|
|
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_DisassociateFacesCommand, se_DisassociateFacesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DisassociateFacesCommand 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 = "DisassociateFacesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "DisassociateFaces",
|
|
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_DisassociateFacesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DisassociateFacesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DisassociateFacesCommand 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", "DisassociateFaces", {})
|
|
19
|
+
.n("RekognitionClient", "DisassociateFacesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DisassociateFacesCommand)
|
|
22
|
+
.de(de_DisassociateFacesCommand)
|
|
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_DistributeDatasetEntriesCommand, se_DistributeDatasetEntriesCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class DistributeDatasetEntriesCommand 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 = "DistributeDatasetEntriesCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "DistributeDatasetEntries",
|
|
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_DistributeDatasetEntriesCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_DistributeDatasetEntriesCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class DistributeDatasetEntriesCommand 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", "DistributeDatasetEntries", {})
|
|
19
|
+
.n("RekognitionClient", "DistributeDatasetEntriesCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DistributeDatasetEntriesCommand)
|
|
22
|
+
.de(de_DistributeDatasetEntriesCommand)
|
|
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_GetCelebrityInfoCommand, se_GetCelebrityInfoCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetCelebrityInfoCommand 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 = "GetCelebrityInfoCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "GetCelebrityInfo",
|
|
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_GetCelebrityInfoCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetCelebrityInfoCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetCelebrityInfoCommand 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", "GetCelebrityInfo", {})
|
|
19
|
+
.n("RekognitionClient", "GetCelebrityInfoCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCelebrityInfoCommand)
|
|
22
|
+
.de(de_GetCelebrityInfoCommand)
|
|
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_GetCelebrityRecognitionCommand, se_GetCelebrityRecognitionCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
export { $Command };
|
|
7
|
-
export class GetCelebrityRecognitionCommand 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 = "GetCelebrityRecognitionCommand";
|
|
27
|
-
const handlerExecutionContext = {
|
|
28
|
-
logger,
|
|
29
|
-
clientName,
|
|
30
|
-
commandName,
|
|
31
|
-
inputFilterSensitiveLog: (_) => _,
|
|
32
|
-
outputFilterSensitiveLog: (_) => _,
|
|
33
|
-
[SMITHY_CONTEXT_KEY]: {
|
|
34
|
-
service: "RekognitionService",
|
|
35
|
-
operation: "GetCelebrityRecognition",
|
|
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_GetCelebrityRecognitionCommand(input, context);
|
|
43
|
-
}
|
|
44
|
-
deserialize(output, context) {
|
|
45
|
-
return de_GetCelebrityRecognitionCommand(output, context);
|
|
46
|
-
}
|
|
7
|
+
export class GetCelebrityRecognitionCommand 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", "GetCelebrityRecognition", {})
|
|
19
|
+
.n("RekognitionClient", "GetCelebrityRecognitionCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_GetCelebrityRecognitionCommand)
|
|
22
|
+
.de(de_GetCelebrityRecognitionCommand)
|
|
23
|
+
.build() {
|
|
47
24
|
}
|