@aws-sdk/client-rekognition 3.194.0 → 3.195.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/RekognitionClient.js +11 -8
- package/dist-cjs/commands/CompareFacesCommand.js +10 -0
- package/dist-cjs/commands/CopyProjectVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateCollectionCommand.js +10 -0
- package/dist-cjs/commands/CreateDatasetCommand.js +10 -0
- package/dist-cjs/commands/CreateProjectCommand.js +10 -0
- package/dist-cjs/commands/CreateProjectVersionCommand.js +10 -0
- package/dist-cjs/commands/CreateStreamProcessorCommand.js +10 -0
- package/dist-cjs/commands/DeleteCollectionCommand.js +10 -0
- package/dist-cjs/commands/DeleteDatasetCommand.js +10 -0
- package/dist-cjs/commands/DeleteFacesCommand.js +10 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +10 -0
- package/dist-cjs/commands/DeleteProjectPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteProjectVersionCommand.js +10 -0
- package/dist-cjs/commands/DeleteStreamProcessorCommand.js +10 -0
- package/dist-cjs/commands/DescribeCollectionCommand.js +10 -0
- package/dist-cjs/commands/DescribeDatasetCommand.js +10 -0
- package/dist-cjs/commands/DescribeProjectVersionsCommand.js +10 -0
- package/dist-cjs/commands/DescribeProjectsCommand.js +10 -0
- package/dist-cjs/commands/DescribeStreamProcessorCommand.js +10 -0
- package/dist-cjs/commands/DetectCustomLabelsCommand.js +10 -0
- package/dist-cjs/commands/DetectFacesCommand.js +10 -0
- package/dist-cjs/commands/DetectLabelsCommand.js +10 -0
- package/dist-cjs/commands/DetectModerationLabelsCommand.js +10 -0
- package/dist-cjs/commands/DetectProtectiveEquipmentCommand.js +10 -0
- package/dist-cjs/commands/DetectTextCommand.js +10 -0
- package/dist-cjs/commands/DistributeDatasetEntriesCommand.js +10 -0
- package/dist-cjs/commands/GetCelebrityInfoCommand.js +10 -0
- package/dist-cjs/commands/GetCelebrityRecognitionCommand.js +10 -0
- package/dist-cjs/commands/GetContentModerationCommand.js +10 -0
- package/dist-cjs/commands/GetFaceDetectionCommand.js +10 -0
- package/dist-cjs/commands/GetFaceSearchCommand.js +10 -0
- package/dist-cjs/commands/GetLabelDetectionCommand.js +10 -0
- package/dist-cjs/commands/GetPersonTrackingCommand.js +10 -0
- package/dist-cjs/commands/GetSegmentDetectionCommand.js +10 -0
- package/dist-cjs/commands/GetTextDetectionCommand.js +10 -0
- package/dist-cjs/commands/IndexFacesCommand.js +10 -0
- package/dist-cjs/commands/ListCollectionsCommand.js +10 -0
- package/dist-cjs/commands/ListDatasetEntriesCommand.js +10 -0
- package/dist-cjs/commands/ListDatasetLabelsCommand.js +10 -0
- package/dist-cjs/commands/ListFacesCommand.js +10 -0
- package/dist-cjs/commands/ListProjectPoliciesCommand.js +10 -0
- package/dist-cjs/commands/ListStreamProcessorsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/PutProjectPolicyCommand.js +10 -0
- package/dist-cjs/commands/RecognizeCelebritiesCommand.js +10 -0
- package/dist-cjs/commands/SearchFacesByImageCommand.js +10 -0
- package/dist-cjs/commands/SearchFacesCommand.js +10 -0
- package/dist-cjs/commands/StartCelebrityRecognitionCommand.js +10 -0
- package/dist-cjs/commands/StartContentModerationCommand.js +10 -0
- package/dist-cjs/commands/StartFaceDetectionCommand.js +10 -0
- package/dist-cjs/commands/StartFaceSearchCommand.js +10 -0
- package/dist-cjs/commands/StartLabelDetectionCommand.js +10 -0
- package/dist-cjs/commands/StartPersonTrackingCommand.js +10 -0
- package/dist-cjs/commands/StartProjectVersionCommand.js +10 -0
- package/dist-cjs/commands/StartSegmentDetectionCommand.js +10 -0
- package/dist-cjs/commands/StartStreamProcessorCommand.js +10 -0
- package/dist-cjs/commands/StartTextDetectionCommand.js +10 -0
- package/dist-cjs/commands/StopProjectVersionCommand.js +10 -0
- package/dist-cjs/commands/StopStreamProcessorCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateDatasetEntriesCommand.js +10 -0
- package/dist-cjs/commands/UpdateStreamProcessorCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +432 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/RekognitionClient.js +12 -9
- package/dist-es/commands/CompareFacesCommand.js +10 -0
- package/dist-es/commands/CopyProjectVersionCommand.js +10 -0
- package/dist-es/commands/CreateCollectionCommand.js +10 -0
- package/dist-es/commands/CreateDatasetCommand.js +10 -0
- package/dist-es/commands/CreateProjectCommand.js +10 -0
- package/dist-es/commands/CreateProjectVersionCommand.js +10 -0
- package/dist-es/commands/CreateStreamProcessorCommand.js +10 -0
- package/dist-es/commands/DeleteCollectionCommand.js +10 -0
- package/dist-es/commands/DeleteDatasetCommand.js +10 -0
- package/dist-es/commands/DeleteFacesCommand.js +10 -0
- package/dist-es/commands/DeleteProjectCommand.js +10 -0
- package/dist-es/commands/DeleteProjectPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteProjectVersionCommand.js +10 -0
- package/dist-es/commands/DeleteStreamProcessorCommand.js +10 -0
- package/dist-es/commands/DescribeCollectionCommand.js +10 -0
- package/dist-es/commands/DescribeDatasetCommand.js +10 -0
- package/dist-es/commands/DescribeProjectVersionsCommand.js +10 -0
- package/dist-es/commands/DescribeProjectsCommand.js +10 -0
- package/dist-es/commands/DescribeStreamProcessorCommand.js +10 -0
- package/dist-es/commands/DetectCustomLabelsCommand.js +10 -0
- package/dist-es/commands/DetectFacesCommand.js +10 -0
- package/dist-es/commands/DetectLabelsCommand.js +10 -0
- package/dist-es/commands/DetectModerationLabelsCommand.js +10 -0
- package/dist-es/commands/DetectProtectiveEquipmentCommand.js +10 -0
- package/dist-es/commands/DetectTextCommand.js +10 -0
- package/dist-es/commands/DistributeDatasetEntriesCommand.js +10 -0
- package/dist-es/commands/GetCelebrityInfoCommand.js +10 -0
- package/dist-es/commands/GetCelebrityRecognitionCommand.js +10 -0
- package/dist-es/commands/GetContentModerationCommand.js +10 -0
- package/dist-es/commands/GetFaceDetectionCommand.js +10 -0
- package/dist-es/commands/GetFaceSearchCommand.js +10 -0
- package/dist-es/commands/GetLabelDetectionCommand.js +10 -0
- package/dist-es/commands/GetPersonTrackingCommand.js +10 -0
- package/dist-es/commands/GetSegmentDetectionCommand.js +10 -0
- package/dist-es/commands/GetTextDetectionCommand.js +10 -0
- package/dist-es/commands/IndexFacesCommand.js +10 -0
- package/dist-es/commands/ListCollectionsCommand.js +10 -0
- package/dist-es/commands/ListDatasetEntriesCommand.js +10 -0
- package/dist-es/commands/ListDatasetLabelsCommand.js +10 -0
- package/dist-es/commands/ListFacesCommand.js +10 -0
- package/dist-es/commands/ListProjectPoliciesCommand.js +10 -0
- package/dist-es/commands/ListStreamProcessorsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/PutProjectPolicyCommand.js +10 -0
- package/dist-es/commands/RecognizeCelebritiesCommand.js +10 -0
- package/dist-es/commands/SearchFacesByImageCommand.js +10 -0
- package/dist-es/commands/SearchFacesCommand.js +10 -0
- package/dist-es/commands/StartCelebrityRecognitionCommand.js +10 -0
- package/dist-es/commands/StartContentModerationCommand.js +10 -0
- package/dist-es/commands/StartFaceDetectionCommand.js +10 -0
- package/dist-es/commands/StartFaceSearchCommand.js +10 -0
- package/dist-es/commands/StartLabelDetectionCommand.js +10 -0
- package/dist-es/commands/StartPersonTrackingCommand.js +10 -0
- package/dist-es/commands/StartProjectVersionCommand.js +10 -0
- package/dist-es/commands/StartSegmentDetectionCommand.js +10 -0
- package/dist-es/commands/StartStreamProcessorCommand.js +10 -0
- package/dist-es/commands/StartTextDetectionCommand.js +10 -0
- package/dist-es/commands/StopProjectVersionCommand.js +10 -0
- package/dist-es/commands/StopStreamProcessorCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateDatasetEntriesCommand.js +10 -0
- package/dist-es/commands/UpdateStreamProcessorCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +429 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/RekognitionClient.d.ts +6 -9
- package/dist-types/commands/CompareFacesCommand.d.ts +2 -0
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateCollectionCommand.d.ts +2 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteCollectionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFacesCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +2 -0
- package/dist-types/commands/DescribeCollectionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -0
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeProjectsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +2 -0
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +2 -0
- package/dist-types/commands/DetectFacesCommand.d.ts +2 -0
- package/dist-types/commands/DetectLabelsCommand.d.ts +2 -0
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +2 -0
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +2 -0
- package/dist-types/commands/DetectTextCommand.d.ts +2 -0
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +2 -0
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +2 -0
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +2 -0
- package/dist-types/commands/GetContentModerationCommand.d.ts +2 -0
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +2 -0
- package/dist-types/commands/GetFaceSearchCommand.d.ts +2 -0
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +2 -0
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +2 -0
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +2 -0
- package/dist-types/commands/GetTextDetectionCommand.d.ts +2 -0
- package/dist-types/commands/IndexFacesCommand.d.ts +2 -0
- package/dist-types/commands/ListCollectionsCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +2 -0
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +2 -0
- package/dist-types/commands/ListFacesCommand.d.ts +2 -0
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +2 -0
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +2 -0
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +2 -0
- package/dist-types/commands/SearchFacesCommand.d.ts +2 -0
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +2 -0
- package/dist-types/commands/StartContentModerationCommand.d.ts +2 -0
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +2 -0
- package/dist-types/commands/StartFaceSearchCommand.d.ts +2 -0
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +2 -0
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +2 -0
- package/dist-types/commands/StartProjectVersionCommand.d.ts +2 -0
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +2 -0
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +2 -0
- package/dist-types/commands/StartTextDetectionCommand.d.ts +2 -0
- package/dist-types/commands/StopProjectVersionCommand.d.ts +2 -0
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +2 -0
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/RekognitionClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +3 -1
- package/dist-cjs/endpoints.js +0 -202
- package/dist-es/endpoints.js +0 -198
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { CreateStreamProcessorRequest, CreateStreamProcessorResponse } from "../models/models_0";
|
|
@@ -46,6 +47,7 @@ export interface CreateStreamProcessorCommandOutput extends CreateStreamProcesso
|
|
|
46
47
|
*/
|
|
47
48
|
export declare class CreateStreamProcessorCommand extends $Command<CreateStreamProcessorCommandInput, CreateStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
48
49
|
readonly input: CreateStreamProcessorCommandInput;
|
|
50
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
49
51
|
constructor(input: CreateStreamProcessorCommandInput);
|
|
50
52
|
/**
|
|
51
53
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteCollectionRequest, DeleteCollectionResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface DeleteCollectionCommandOutput extends DeleteCollectionResponse,
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DeleteCollectionCommand extends $Command<DeleteCollectionCommandInput, DeleteCollectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
31
32
|
readonly input: DeleteCollectionCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DeleteCollectionCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteDatasetRequest, DeleteDatasetResponse } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, RekognitionClientResolvedConfig> {
|
|
36
37
|
readonly input: DeleteDatasetCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: DeleteDatasetCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteFacesRequest, DeleteFacesResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface DeleteFacesCommandOutput extends DeleteFacesResponse, __Metadat
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class DeleteFacesCommand extends $Command<DeleteFacesCommandInput, DeleteFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
30
31
|
readonly input: DeleteFacesCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: DeleteFacesCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteProjectRequest, DeleteProjectResponse } from "../models/models_0";
|
|
@@ -33,6 +34,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
|
|
|
33
34
|
*/
|
|
34
35
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, RekognitionClientResolvedConfig> {
|
|
35
36
|
readonly input: DeleteProjectCommandInput;
|
|
37
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
36
38
|
constructor(input: DeleteProjectCommandInput);
|
|
37
39
|
/**
|
|
38
40
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteProjectPolicyRequest, DeleteProjectPolicyResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeleteProjectPolicyCommandOutput extends DeleteProjectPolicyRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteProjectPolicyCommand extends $Command<DeleteProjectPolicyCommandInput, DeleteProjectPolicyCommandOutput, RekognitionClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteProjectPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteProjectPolicyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteProjectVersionRequest, DeleteProjectVersionResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface DeleteProjectVersionCommandOutput extends DeleteProjectVersionR
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class DeleteProjectVersionCommand extends $Command<DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
34
35
|
readonly input: DeleteProjectVersionCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: DeleteProjectVersionCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DeleteStreamProcessorRequest, DeleteStreamProcessorResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeleteStreamProcessorCommandOutput extends DeleteStreamProcesso
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeleteStreamProcessorCommand extends $Command<DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
28
29
|
readonly input: DeleteStreamProcessorCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeleteStreamProcessorCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeCollectionRequest, DescribeCollectionResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface DescribeCollectionCommandOutput extends DescribeCollectionRespo
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class DescribeCollectionCommand extends $Command<DescribeCollectionCommandInput, DescribeCollectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
32
33
|
readonly input: DescribeCollectionCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: DescribeCollectionCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeDatasetRequest, DescribeDatasetResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, RekognitionClientResolvedConfig> {
|
|
31
32
|
readonly input: DescribeDatasetCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DescribeDatasetCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeProjectVersionsRequest, DescribeProjectVersionsResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface DescribeProjectVersionsCommandOutput extends DescribeProjectVer
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DescribeProjectVersionsCommand extends $Command<DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput, RekognitionClientResolvedConfig> {
|
|
31
32
|
readonly input: DescribeProjectVersionsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DescribeProjectVersionsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeProjectsRequest, DescribeProjectsResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DescribeProjectsCommandOutput extends DescribeProjectsResponse,
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeProjectsCommand extends $Command<DescribeProjectsCommandInput, DescribeProjectsCommandOutput, RekognitionClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeProjectsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeProjectsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DescribeStreamProcessorRequest, DescribeStreamProcessorResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DescribeStreamProcessorCommandOutput extends DescribeStreamProc
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeStreamProcessorCommand extends $Command<DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeStreamProcessorCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeStreamProcessorCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DetectCustomLabelsRequest, DetectCustomLabelsResponse } from "../models/models_0";
|
|
@@ -75,6 +76,7 @@ export interface DetectCustomLabelsCommandOutput extends DetectCustomLabelsRespo
|
|
|
75
76
|
*/
|
|
76
77
|
export declare class DetectCustomLabelsCommand extends $Command<DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
77
78
|
readonly input: DetectCustomLabelsCommandInput;
|
|
79
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
78
80
|
constructor(input: DetectCustomLabelsCommandInput);
|
|
79
81
|
/**
|
|
80
82
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DetectFacesRequest, DetectFacesResponse } from "../models/models_0";
|
|
@@ -47,6 +48,7 @@ export interface DetectFacesCommandOutput extends DetectFacesResponse, __Metadat
|
|
|
47
48
|
*/
|
|
48
49
|
export declare class DetectFacesCommand extends $Command<DetectFacesCommandInput, DetectFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
49
50
|
readonly input: DetectFacesCommandInput;
|
|
51
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
52
|
constructor(input: DetectFacesCommandInput);
|
|
51
53
|
/**
|
|
52
54
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DetectLabelsRequest, DetectLabelsResponse } from "../models/models_0";
|
|
@@ -97,6 +98,7 @@ export interface DetectLabelsCommandOutput extends DetectLabelsResponse, __Metad
|
|
|
97
98
|
*/
|
|
98
99
|
export declare class DetectLabelsCommand extends $Command<DetectLabelsCommandInput, DetectLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
99
100
|
readonly input: DetectLabelsCommandInput;
|
|
101
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
102
|
constructor(input: DetectLabelsCommandInput);
|
|
101
103
|
/**
|
|
102
104
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DetectModerationLabelsRequest, DetectModerationLabelsResponse } from "../models/models_0";
|
|
@@ -38,6 +39,7 @@ export interface DetectModerationLabelsCommandOutput extends DetectModerationLab
|
|
|
38
39
|
*/
|
|
39
40
|
export declare class DetectModerationLabelsCommand extends $Command<DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
40
41
|
readonly input: DetectModerationLabelsCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
41
43
|
constructor(input: DetectModerationLabelsCommandInput);
|
|
42
44
|
/**
|
|
43
45
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DetectProtectiveEquipmentRequest, DetectProtectiveEquipmentResponse } from "../models/models_0";
|
|
@@ -64,6 +65,7 @@ export interface DetectProtectiveEquipmentCommandOutput extends DetectProtective
|
|
|
64
65
|
*/
|
|
65
66
|
export declare class DetectProtectiveEquipmentCommand extends $Command<DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput, RekognitionClientResolvedConfig> {
|
|
66
67
|
readonly input: DetectProtectiveEquipmentCommandInput;
|
|
68
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
69
|
constructor(input: DetectProtectiveEquipmentCommandInput);
|
|
68
70
|
/**
|
|
69
71
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DetectTextRequest, DetectTextResponse } from "../models/models_0";
|
|
@@ -46,6 +47,7 @@ export interface DetectTextCommandOutput extends DetectTextResponse, __MetadataB
|
|
|
46
47
|
*/
|
|
47
48
|
export declare class DetectTextCommand extends $Command<DetectTextCommandInput, DetectTextCommandOutput, RekognitionClientResolvedConfig> {
|
|
48
49
|
readonly input: DetectTextCommandInput;
|
|
50
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
49
51
|
constructor(input: DetectTextCommandInput);
|
|
50
52
|
/**
|
|
51
53
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { DistributeDatasetEntriesRequest, DistributeDatasetEntriesResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface DistributeDatasetEntriesCommandOutput extends DistributeDataset
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class DistributeDatasetEntriesCommand extends $Command<DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput, RekognitionClientResolvedConfig> {
|
|
38
39
|
readonly input: DistributeDatasetEntriesCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: DistributeDatasetEntriesCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetCelebrityInfoRequest, GetCelebrityInfoResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface GetCelebrityInfoCommandOutput extends GetCelebrityInfoResponse,
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class GetCelebrityInfoCommand extends $Command<GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput, RekognitionClientResolvedConfig> {
|
|
34
35
|
readonly input: GetCelebrityInfoCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: GetCelebrityInfoCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetCelebrityRecognitionRequest, GetCelebrityRecognitionResponse } from "../models/models_0";
|
|
@@ -64,6 +65,7 @@ export interface GetCelebrityRecognitionCommandOutput extends GetCelebrityRecogn
|
|
|
64
65
|
*/
|
|
65
66
|
export declare class GetCelebrityRecognitionCommand extends $Command<GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig> {
|
|
66
67
|
readonly input: GetCelebrityRecognitionCommandInput;
|
|
68
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
69
|
constructor(input: GetCelebrityRecognitionCommandInput);
|
|
68
70
|
/**
|
|
69
71
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetContentModerationRequest, GetContentModerationResponse } from "../models/models_0";
|
|
@@ -54,6 +55,7 @@ export interface GetContentModerationCommandOutput extends GetContentModerationR
|
|
|
54
55
|
*/
|
|
55
56
|
export declare class GetContentModerationCommand extends $Command<GetContentModerationCommandInput, GetContentModerationCommandOutput, RekognitionClientResolvedConfig> {
|
|
56
57
|
readonly input: GetContentModerationCommandInput;
|
|
58
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
59
|
constructor(input: GetContentModerationCommandInput);
|
|
58
60
|
/**
|
|
59
61
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetFaceDetectionRequest, GetFaceDetectionResponse } from "../models/models_0";
|
|
@@ -37,6 +38,7 @@ export interface GetFaceDetectionCommandOutput extends GetFaceDetectionResponse,
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class GetFaceDetectionCommand extends $Command<GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
39
40
|
readonly input: GetFaceDetectionCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
40
42
|
constructor(input: GetFaceDetectionCommandInput);
|
|
41
43
|
/**
|
|
42
44
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetFaceSearchRequest, GetFaceSearchResponse } from "../models/models_0";
|
|
@@ -55,6 +56,7 @@ export interface GetFaceSearchCommandOutput extends GetFaceSearchResponse, __Met
|
|
|
55
56
|
*/
|
|
56
57
|
export declare class GetFaceSearchCommand extends $Command<GetFaceSearchCommandInput, GetFaceSearchCommandOutput, RekognitionClientResolvedConfig> {
|
|
57
58
|
readonly input: GetFaceSearchCommandInput;
|
|
59
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
60
|
constructor(input: GetFaceSearchCommandInput);
|
|
59
61
|
/**
|
|
60
62
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetLabelDetectionRequest, GetLabelDetectionResponse } from "../models/models_0";
|
|
@@ -45,6 +46,7 @@ export interface GetLabelDetectionCommandOutput extends GetLabelDetectionRespons
|
|
|
45
46
|
*/
|
|
46
47
|
export declare class GetLabelDetectionCommand extends $Command<GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
47
48
|
readonly input: GetLabelDetectionCommandInput;
|
|
49
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
50
|
constructor(input: GetLabelDetectionCommandInput);
|
|
49
51
|
/**
|
|
50
52
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetPersonTrackingRequest, GetPersonTrackingResponse } from "../models/models_0";
|
|
@@ -54,6 +55,7 @@ export interface GetPersonTrackingCommandOutput extends GetPersonTrackingRespons
|
|
|
54
55
|
*/
|
|
55
56
|
export declare class GetPersonTrackingCommand extends $Command<GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput, RekognitionClientResolvedConfig> {
|
|
56
57
|
readonly input: GetPersonTrackingCommandInput;
|
|
58
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
57
59
|
constructor(input: GetPersonTrackingCommandInput);
|
|
58
60
|
/**
|
|
59
61
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetSegmentDetectionRequest, GetSegmentDetectionResponse } from "../models/models_0";
|
|
@@ -47,6 +48,7 @@ export interface GetSegmentDetectionCommandOutput extends GetSegmentDetectionRes
|
|
|
47
48
|
*/
|
|
48
49
|
export declare class GetSegmentDetectionCommand extends $Command<GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
49
50
|
readonly input: GetSegmentDetectionCommandInput;
|
|
51
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
50
52
|
constructor(input: GetSegmentDetectionCommandInput);
|
|
51
53
|
/**
|
|
52
54
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { GetTextDetectionRequest, GetTextDetectionResponse } from "../models/models_0";
|
|
@@ -43,6 +44,7 @@ export interface GetTextDetectionCommandOutput extends GetTextDetectionResponse,
|
|
|
43
44
|
*/
|
|
44
45
|
export declare class GetTextDetectionCommand extends $Command<GetTextDetectionCommandInput, GetTextDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
45
46
|
readonly input: GetTextDetectionCommandInput;
|
|
47
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
46
48
|
constructor(input: GetTextDetectionCommandInput);
|
|
47
49
|
/**
|
|
48
50
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { IndexFacesRequest, IndexFacesResponse } from "../models/models_0";
|
|
@@ -124,6 +125,7 @@ export interface IndexFacesCommandOutput extends IndexFacesResponse, __MetadataB
|
|
|
124
125
|
*/
|
|
125
126
|
export declare class IndexFacesCommand extends $Command<IndexFacesCommandInput, IndexFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
126
127
|
readonly input: IndexFacesCommandInput;
|
|
128
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
129
|
constructor(input: IndexFacesCommandInput);
|
|
128
130
|
/**
|
|
129
131
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListCollectionsRequest, ListCollectionsResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface ListCollectionsCommandOutput extends ListCollectionsResponse, _
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ListCollectionsCommand extends $Command<ListCollectionsCommandInput, ListCollectionsCommandOutput, RekognitionClientResolvedConfig> {
|
|
32
33
|
readonly input: ListCollectionsCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ListCollectionsCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListDatasetEntriesRequest, ListDatasetEntriesResponse } from "../models/models_0";
|
|
@@ -39,6 +40,7 @@ export interface ListDatasetEntriesCommandOutput extends ListDatasetEntriesRespo
|
|
|
39
40
|
*/
|
|
40
41
|
export declare class ListDatasetEntriesCommand extends $Command<ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput, RekognitionClientResolvedConfig> {
|
|
41
42
|
readonly input: ListDatasetEntriesCommandInput;
|
|
43
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
42
44
|
constructor(input: ListDatasetEntriesCommandInput);
|
|
43
45
|
/**
|
|
44
46
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListDatasetLabelsRequest, ListDatasetLabelsResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface ListDatasetLabelsCommandOutput extends ListDatasetLabelsRespons
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class ListDatasetLabelsCommand extends $Command<ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
32
33
|
readonly input: ListDatasetLabelsCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: ListDatasetLabelsCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListFacesRequest, ListFacesResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface ListFacesCommandOutput extends ListFacesResponse, __MetadataBea
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListFacesCommand extends $Command<ListFacesCommandInput, ListFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
34
35
|
readonly input: ListFacesCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: ListFacesCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListProjectPoliciesRequest, ListProjectPoliciesResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListProjectPoliciesCommandOutput extends ListProjectPoliciesRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListProjectPoliciesCommand extends $Command<ListProjectPoliciesCommandInput, ListProjectPoliciesCommandOutput, RekognitionClientResolvedConfig> {
|
|
28
29
|
readonly input: ListProjectPoliciesCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListProjectPoliciesCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListStreamProcessorsRequest, ListStreamProcessorsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListStreamProcessorsCommandOutput extends ListStreamProcessorsR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListStreamProcessorsCommand extends $Command<ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput, RekognitionClientResolvedConfig> {
|
|
27
28
|
readonly input: ListStreamProcessorsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListStreamProcessorsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RekognitionClientResolvedConfig> {
|
|
31
32
|
readonly input: ListTagsForResourceCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListTagsForResourceCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutProjectPolicyRequest, PutProjectPolicyResponse } from "../models/models_0";
|
|
@@ -41,6 +42,7 @@ export interface PutProjectPolicyCommandOutput extends PutProjectPolicyResponse,
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class PutProjectPolicyCommand extends $Command<PutProjectPolicyCommandInput, PutProjectPolicyCommandOutput, RekognitionClientResolvedConfig> {
|
|
43
44
|
readonly input: PutProjectPolicyCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
44
46
|
constructor(input: PutProjectPolicyCommandInput);
|
|
45
47
|
/**
|
|
46
48
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { RecognizeCelebritiesRequest, RecognizeCelebritiesResponse } from "../models/models_0";
|
|
@@ -55,6 +56,7 @@ export interface RecognizeCelebritiesCommandOutput extends RecognizeCelebritiesR
|
|
|
55
56
|
*/
|
|
56
57
|
export declare class RecognizeCelebritiesCommand extends $Command<RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput, RekognitionClientResolvedConfig> {
|
|
57
58
|
readonly input: RecognizeCelebritiesCommandInput;
|
|
59
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
58
60
|
constructor(input: RecognizeCelebritiesCommandInput);
|
|
59
61
|
/**
|
|
60
62
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SearchFacesByImageRequest, SearchFacesByImageResponse } from "../models/models_0";
|
|
@@ -71,6 +72,7 @@ export interface SearchFacesByImageCommandOutput extends SearchFacesByImageRespo
|
|
|
71
72
|
*/
|
|
72
73
|
export declare class SearchFacesByImageCommand extends $Command<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput, RekognitionClientResolvedConfig> {
|
|
73
74
|
readonly input: SearchFacesByImageCommandInput;
|
|
75
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
74
76
|
constructor(input: SearchFacesByImageCommandInput);
|
|
75
77
|
/**
|
|
76
78
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { SearchFacesRequest, SearchFacesResponse } from "../models/models_0";
|
|
@@ -45,6 +46,7 @@ export interface SearchFacesCommandOutput extends SearchFacesResponse, __Metadat
|
|
|
45
46
|
*/
|
|
46
47
|
export declare class SearchFacesCommand extends $Command<SearchFacesCommandInput, SearchFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
47
48
|
readonly input: SearchFacesCommandInput;
|
|
49
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
48
50
|
constructor(input: SearchFacesCommandInput);
|
|
49
51
|
/**
|
|
50
52
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { StartCelebrityRecognitionRequest, StartCelebrityRecognitionResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface StartCelebrityRecognitionCommandOutput extends StartCelebrityRe
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class StartCelebrityRecognitionCommand extends $Command<StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig> {
|
|
38
39
|
readonly input: StartCelebrityRecognitionCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: StartCelebrityRecognitionCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { StartContentModerationRequest, StartContentModerationResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface StartContentModerationCommandOutput extends StartContentModerat
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class StartContentModerationCommand extends $Command<StartContentModerationCommandInput, StartContentModerationCommandOutput, RekognitionClientResolvedConfig> {
|
|
38
39
|
readonly input: StartContentModerationCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: StartContentModerationCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { StartFaceDetectionRequest, StartFaceDetectionResponse } from "../models/models_0";
|
|
@@ -37,6 +38,7 @@ export interface StartFaceDetectionCommandOutput extends StartFaceDetectionRespo
|
|
|
37
38
|
*/
|
|
38
39
|
export declare class StartFaceDetectionCommand extends $Command<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
39
40
|
readonly input: StartFaceDetectionCommandInput;
|
|
41
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
40
42
|
constructor(input: StartFaceDetectionCommandInput);
|
|
41
43
|
/**
|
|
42
44
|
* @internal
|