@aws-sdk/client-rekognition 3.337.0 → 3.341.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/RekognitionClient.js +2 -1
- package/dist-cjs/commands/CompareFacesCommand.js +2 -1
- package/dist-cjs/commands/CopyProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/CreateCollectionCommand.js +2 -1
- package/dist-cjs/commands/CreateDatasetCommand.js +2 -1
- package/dist-cjs/commands/CreateFaceLivenessSessionCommand.js +2 -1
- package/dist-cjs/commands/CreateProjectCommand.js +2 -1
- package/dist-cjs/commands/CreateProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/CreateStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/DeleteCollectionCommand.js +2 -1
- package/dist-cjs/commands/DeleteDatasetCommand.js +2 -1
- package/dist-cjs/commands/DeleteFacesCommand.js +2 -1
- package/dist-cjs/commands/DeleteProjectCommand.js +2 -1
- package/dist-cjs/commands/DeleteProjectPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/DeleteStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/DescribeCollectionCommand.js +2 -1
- package/dist-cjs/commands/DescribeDatasetCommand.js +2 -1
- package/dist-cjs/commands/DescribeProjectVersionsCommand.js +2 -1
- package/dist-cjs/commands/DescribeProjectsCommand.js +2 -1
- package/dist-cjs/commands/DescribeStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/DetectCustomLabelsCommand.js +2 -1
- package/dist-cjs/commands/DetectFacesCommand.js +2 -1
- package/dist-cjs/commands/DetectLabelsCommand.js +2 -1
- package/dist-cjs/commands/DetectModerationLabelsCommand.js +2 -1
- package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +2 -1
- package/dist-cjs/commands/DetectTextCommand.js +2 -1
- package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +2 -1
- package/dist-cjs/commands/GetCelebrityInfoCommand.js +2 -1
- package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +2 -1
- package/dist-cjs/commands/GetContentModerationCommand.js +2 -1
- package/dist-cjs/commands/GetFaceDetectionCommand.js +2 -1
- package/dist-cjs/commands/GetFaceLivenessSessionResultsCommand.js +2 -1
- package/dist-cjs/commands/GetFaceSearchCommand.js +2 -1
- package/dist-cjs/commands/GetLabelDetectionCommand.js +2 -1
- package/dist-cjs/commands/GetPersonTrackingCommand.js +2 -1
- package/dist-cjs/commands/GetSegmentDetectionCommand.js +2 -1
- package/dist-cjs/commands/GetTextDetectionCommand.js +2 -1
- package/dist-cjs/commands/IndexFacesCommand.js +2 -1
- package/dist-cjs/commands/ListCollectionsCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetEntriesCommand.js +2 -1
- package/dist-cjs/commands/ListDatasetLabelsCommand.js +2 -1
- package/dist-cjs/commands/ListFacesCommand.js +2 -1
- package/dist-cjs/commands/ListProjectPoliciesCommand.js +2 -1
- package/dist-cjs/commands/ListStreamProcessorsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutProjectPolicyCommand.js +2 -1
- package/dist-cjs/commands/RecognizeCelebritiesCommand.js +2 -1
- package/dist-cjs/commands/SearchFacesByImageCommand.js +2 -1
- package/dist-cjs/commands/SearchFacesCommand.js +2 -1
- package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +2 -1
- package/dist-cjs/commands/StartContentModerationCommand.js +2 -1
- package/dist-cjs/commands/StartFaceDetectionCommand.js +2 -1
- package/dist-cjs/commands/StartFaceSearchCommand.js +2 -1
- package/dist-cjs/commands/StartLabelDetectionCommand.js +2 -1
- package/dist-cjs/commands/StartPersonTrackingCommand.js +2 -1
- package/dist-cjs/commands/StartProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/StartSegmentDetectionCommand.js +2 -1
- package/dist-cjs/commands/StartStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/StartTextDetectionCommand.js +2 -1
- package/dist-cjs/commands/StopProjectVersionCommand.js +2 -1
- package/dist-cjs/commands/StopStreamProcessorCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +2 -1
- package/dist-cjs/commands/UpdateStreamProcessorCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/RekognitionServiceException.js +2 -1
- package/dist-es/RekognitionClient.js +1 -0
- package/dist-es/commands/CompareFacesCommand.js +1 -0
- package/dist-es/commands/CopyProjectVersionCommand.js +1 -0
- package/dist-es/commands/CreateCollectionCommand.js +1 -0
- package/dist-es/commands/CreateDatasetCommand.js +1 -0
- package/dist-es/commands/CreateFaceLivenessSessionCommand.js +1 -0
- package/dist-es/commands/CreateProjectCommand.js +1 -0
- package/dist-es/commands/CreateProjectVersionCommand.js +1 -0
- package/dist-es/commands/CreateStreamProcessorCommand.js +1 -0
- package/dist-es/commands/DeleteCollectionCommand.js +1 -0
- package/dist-es/commands/DeleteDatasetCommand.js +1 -0
- package/dist-es/commands/DeleteFacesCommand.js +1 -0
- package/dist-es/commands/DeleteProjectCommand.js +1 -0
- package/dist-es/commands/DeleteProjectPolicyCommand.js +1 -0
- package/dist-es/commands/DeleteProjectVersionCommand.js +1 -0
- package/dist-es/commands/DeleteStreamProcessorCommand.js +1 -0
- package/dist-es/commands/DescribeCollectionCommand.js +1 -0
- package/dist-es/commands/DescribeDatasetCommand.js +1 -0
- package/dist-es/commands/DescribeProjectVersionsCommand.js +1 -0
- package/dist-es/commands/DescribeProjectsCommand.js +1 -0
- package/dist-es/commands/DescribeStreamProcessorCommand.js +1 -0
- package/dist-es/commands/DetectCustomLabelsCommand.js +1 -0
- package/dist-es/commands/DetectFacesCommand.js +1 -0
- package/dist-es/commands/DetectLabelsCommand.js +1 -0
- package/dist-es/commands/DetectModerationLabelsCommand.js +1 -0
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +1 -0
- package/dist-es/commands/DetectTextCommand.js +1 -0
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +1 -0
- package/dist-es/commands/GetCelebrityInfoCommand.js +1 -0
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +1 -0
- package/dist-es/commands/GetContentModerationCommand.js +1 -0
- package/dist-es/commands/GetFaceDetectionCommand.js +1 -0
- package/dist-es/commands/GetFaceLivenessSessionResultsCommand.js +1 -0
- package/dist-es/commands/GetFaceSearchCommand.js +1 -0
- package/dist-es/commands/GetLabelDetectionCommand.js +1 -0
- package/dist-es/commands/GetPersonTrackingCommand.js +1 -0
- package/dist-es/commands/GetSegmentDetectionCommand.js +1 -0
- package/dist-es/commands/GetTextDetectionCommand.js +1 -0
- package/dist-es/commands/IndexFacesCommand.js +1 -0
- package/dist-es/commands/ListCollectionsCommand.js +1 -0
- package/dist-es/commands/ListDatasetEntriesCommand.js +1 -0
- package/dist-es/commands/ListDatasetLabelsCommand.js +1 -0
- package/dist-es/commands/ListFacesCommand.js +1 -0
- package/dist-es/commands/ListProjectPoliciesCommand.js +1 -0
- package/dist-es/commands/ListStreamProcessorsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutProjectPolicyCommand.js +1 -0
- package/dist-es/commands/RecognizeCelebritiesCommand.js +1 -0
- package/dist-es/commands/SearchFacesByImageCommand.js +1 -0
- package/dist-es/commands/SearchFacesCommand.js +1 -0
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +1 -0
- package/dist-es/commands/StartContentModerationCommand.js +1 -0
- package/dist-es/commands/StartFaceDetectionCommand.js +1 -0
- package/dist-es/commands/StartFaceSearchCommand.js +1 -0
- package/dist-es/commands/StartLabelDetectionCommand.js +1 -0
- package/dist-es/commands/StartPersonTrackingCommand.js +1 -0
- package/dist-es/commands/StartProjectVersionCommand.js +1 -0
- package/dist-es/commands/StartSegmentDetectionCommand.js +1 -0
- package/dist-es/commands/StartStreamProcessorCommand.js +1 -0
- package/dist-es/commands/StartTextDetectionCommand.js +1 -0
- package/dist-es/commands/StopProjectVersionCommand.js +1 -0
- package/dist-es/commands/StopStreamProcessorCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +1 -0
- package/dist-es/commands/UpdateStreamProcessorCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/RekognitionServiceException.js +1 -0
- package/dist-types/RekognitionClient.d.ts +3 -3
- package/dist-types/commands/CompareFacesCommand.d.ts +4 -0
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateCollectionCommand.d.ts +4 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +4 -0
- package/dist-types/commands/CreateFaceLivenessSessionCommand.d.ts +4 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +4 -0
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/DeleteCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFacesCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/DescribeCollectionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +4 -0
- package/dist-types/commands/DetectFacesCommand.d.ts +4 -0
- package/dist-types/commands/DetectLabelsCommand.d.ts +4 -0
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +4 -0
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +4 -0
- package/dist-types/commands/DetectTextCommand.d.ts +4 -0
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +4 -0
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +4 -0
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +4 -0
- package/dist-types/commands/GetContentModerationCommand.d.ts +4 -0
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +4 -0
- package/dist-types/commands/GetFaceLivenessSessionResultsCommand.d.ts +4 -0
- package/dist-types/commands/GetFaceSearchCommand.d.ts +4 -0
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +4 -0
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +4 -0
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +4 -0
- package/dist-types/commands/GetTextDetectionCommand.d.ts +4 -0
- package/dist-types/commands/IndexFacesCommand.d.ts +4 -0
- package/dist-types/commands/ListCollectionsCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +4 -0
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +4 -0
- package/dist-types/commands/ListFacesCommand.d.ts +4 -0
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +4 -0
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +4 -0
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +4 -0
- package/dist-types/commands/SearchFacesCommand.d.ts +4 -0
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +4 -0
- package/dist-types/commands/StartContentModerationCommand.d.ts +4 -0
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StartFaceSearchCommand.d.ts +4 -0
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +4 -0
- package/dist-types/commands/StartProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/StartTextDetectionCommand.d.ts +4 -0
- package/dist-types/commands/StopProjectVersionCommand.d.ts +4 -0
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +4 -0
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +4 -0
- package/dist-types/index.d.ts +330 -2
- package/dist-types/models/RekognitionServiceException.d.ts +1 -0
- package/dist-types/ts3.4/RekognitionClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFaceLivenessSessionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFaceLivenessSessionResultsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +1 -0
- package/package.json +29 -29
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DetectLabelsRequest, DetectLabelsResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DetectModerationLabelsRequest, DetectModerationLabelsResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DetectProtectiveEquipmentRequest, DetectProtectiveEquipmentResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DetectTextRequest, DetectTextResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DistributeDatasetEntriesRequest, DistributeDatasetEntriesResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetCelebrityInfoRequest, GetCelebrityInfoResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetCelebrityRecognitionRequest, GetCelebrityRecognitionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetContentModerationRequest, GetContentModerationResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetFaceDetectionRequest, GetFaceDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetFaceLivenessSessionResultsRequest, GetFaceLivenessSessionResultsResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetFaceSearchRequest, GetFaceSearchResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetLabelDetectionRequest, GetLabelDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetPersonTrackingRequest, GetPersonTrackingResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetSegmentDetectionRequest, GetSegmentDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { GetTextDetectionRequest, GetTextDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { IndexFacesRequest, IndexFacesResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListCollectionsRequest, ListCollectionsResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListDatasetEntriesRequest, ListDatasetEntriesResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListDatasetLabelsRequest, ListDatasetLabelsResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListFacesRequest, ListFacesResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListProjectPoliciesRequest, ListProjectPoliciesResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListStreamProcessorsRequest, ListStreamProcessorsResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { PutProjectPolicyRequest, PutProjectPolicyResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { RecognizeCelebritiesRequest, RecognizeCelebritiesResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SearchFacesByImageRequest, SearchFacesByImageResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { SearchFacesRequest, SearchFacesResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartCelebrityRecognitionRequest, StartCelebrityRecognitionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartContentModerationRequest, StartContentModerationResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartFaceDetectionRequest, StartFaceDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartFaceSearchRequest, StartFaceSearchResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartLabelDetectionRequest, StartLabelDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartPersonTrackingRequest, StartPersonTrackingResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartProjectVersionRequest, StartProjectVersionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartSegmentDetectionRequest, StartSegmentDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartStreamProcessorRequest, StartStreamProcessorResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StartTextDetectionRequest, StartTextDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopProjectVersionRequest, StopProjectVersionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { StopStreamProcessorRequest, StopStreamProcessorResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateDatasetEntriesRequest, UpdateDatasetEntriesResponse } from "../models/models_1";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateStreamProcessorRequest, UpdateStreamProcessorResponse } from "../models/models_1";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|