@aws-sdk/client-rekognition 3.478.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-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 +9 -9
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class AssociateFacesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "AssociateFacesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "AssociateFaces",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_AssociateFacesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_AssociateFacesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class AssociateFacesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "AssociateFaces", {})
|
|
22
|
+
.n("RekognitionClient", "AssociateFacesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_AssociateFacesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_AssociateFacesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.AssociateFacesCommand = AssociateFacesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CompareFacesCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CompareFacesCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CompareFaces",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CompareFacesCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CompareFacesCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CompareFacesCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CompareFaces", {})
|
|
22
|
+
.n("RekognitionClient", "CompareFacesCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CompareFacesCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CompareFacesCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CompareFacesCommand = CompareFacesCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CopyProjectVersionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CopyProjectVersionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CopyProjectVersion",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CopyProjectVersionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CopyProjectVersionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CopyProjectVersionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CopyProjectVersion", {})
|
|
22
|
+
.n("RekognitionClient", "CopyProjectVersionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CopyProjectVersionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CopyProjectVersionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CopyProjectVersionCommand = CopyProjectVersionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateCollectionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CreateCollectionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CreateCollection",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateCollectionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateCollectionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateCollectionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CreateCollection", {})
|
|
22
|
+
.n("RekognitionClient", "CreateCollectionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateCollectionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateCollectionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateCollectionCommand = CreateCollectionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateDatasetCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CreateDatasetCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CreateDataset",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateDatasetCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateDatasetCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateDatasetCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CreateDataset", {})
|
|
22
|
+
.n("RekognitionClient", "CreateDatasetCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateDatasetCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateDatasetCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateDatasetCommand = CreateDatasetCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateFaceLivenessSessionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CreateFaceLivenessSessionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CreateFaceLivenessSession",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateFaceLivenessSessionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateFaceLivenessSessionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateFaceLivenessSessionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CreateFaceLivenessSession", {})
|
|
22
|
+
.n("RekognitionClient", "CreateFaceLivenessSessionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateFaceLivenessSessionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateFaceLivenessSessionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateFaceLivenessSessionCommand = CreateFaceLivenessSessionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateProjectCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CreateProjectCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CreateProject",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateProjectCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateProjectCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateProjectCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CreateProject", {})
|
|
22
|
+
.n("RekognitionClient", "CreateProjectCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateProjectCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateProjectCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateProjectCommand = CreateProjectCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateProjectVersionCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CreateProjectVersionCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CreateProjectVersion",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateProjectVersionCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateProjectVersionCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateProjectVersionCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CreateProjectVersion", {})
|
|
22
|
+
.n("RekognitionClient", "CreateProjectVersionCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateProjectVersionCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateProjectVersionCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateProjectVersionCommand = CreateProjectVersionCommand;
|
|
@@ -5,47 +5,24 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
|
5
5
|
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
-
const
|
|
8
|
+
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
9
|
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
-
class CreateStreamProcessorCommand extends smithy_client_1.Command
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
const { logger } = configuration;
|
|
28
|
-
const clientName = "RekognitionClient";
|
|
29
|
-
const commandName = "CreateStreamProcessorCommand";
|
|
30
|
-
const handlerExecutionContext = {
|
|
31
|
-
logger,
|
|
32
|
-
clientName,
|
|
33
|
-
commandName,
|
|
34
|
-
inputFilterSensitiveLog: (_) => _,
|
|
35
|
-
outputFilterSensitiveLog: (_) => _,
|
|
36
|
-
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
-
service: "RekognitionService",
|
|
38
|
-
operation: "CreateStreamProcessor",
|
|
39
|
-
},
|
|
40
|
-
};
|
|
41
|
-
const { requestHandler } = configuration;
|
|
42
|
-
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
-
}
|
|
44
|
-
serialize(input, context) {
|
|
45
|
-
return (0, Aws_json1_1_1.se_CreateStreamProcessorCommand)(input, context);
|
|
46
|
-
}
|
|
47
|
-
deserialize(output, context) {
|
|
48
|
-
return (0, Aws_json1_1_1.de_CreateStreamProcessorCommand)(output, context);
|
|
49
|
-
}
|
|
10
|
+
class CreateStreamProcessorCommand extends smithy_client_1.Command
|
|
11
|
+
.classBuilder()
|
|
12
|
+
.ep({
|
|
13
|
+
...EndpointParameters_1.commonParams,
|
|
14
|
+
})
|
|
15
|
+
.m(function (Command, cs, config, o) {
|
|
16
|
+
return [
|
|
17
|
+
(0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
18
|
+
(0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
|
|
19
|
+
];
|
|
20
|
+
})
|
|
21
|
+
.s("RekognitionService", "CreateStreamProcessor", {})
|
|
22
|
+
.n("RekognitionClient", "CreateStreamProcessorCommand")
|
|
23
|
+
.f(void 0, void 0)
|
|
24
|
+
.ser(Aws_json1_1_1.se_CreateStreamProcessorCommand)
|
|
25
|
+
.de(Aws_json1_1_1.de_CreateStreamProcessorCommand)
|
|
26
|
+
.build() {
|
|
50
27
|
}
|
|
51
28
|
exports.CreateStreamProcessorCommand = CreateStreamProcessorCommand;
|