@aws-sdk/client-rekognition 3.169.0 → 3.171.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 +16 -0
- package/dist-types/ts3.4/Rekognition.d.ts +1075 -320
- package/dist-types/ts3.4/RekognitionClient.d.ts +482 -136
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +63 -63
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/RekognitionServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2121 -2714
- package/dist-types/ts3.4/pagination/DescribeProjectVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeProjectsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCelebrityRecognitionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetContentModerationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetFaceSearchPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLabelDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetPersonTrackingPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetSegmentDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetTextDetectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListCollectionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetEntriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDatasetLabelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListFacesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProjectPoliciesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListStreamProcessorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +17 -17
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +761 -191
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +11 -7
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +11 -7
- package/package.json +35 -35
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
RecognizeCelebritiesRequest,
|
|
10
|
+
RecognizeCelebritiesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface RecognizeCelebritiesCommandInput
|
|
18
|
+
extends RecognizeCelebritiesRequest {}
|
|
19
|
+
export interface RecognizeCelebritiesCommandOutput
|
|
20
|
+
extends RecognizeCelebritiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class RecognizeCelebritiesCommand extends $Command<
|
|
23
|
+
RecognizeCelebritiesCommandInput,
|
|
24
|
+
RecognizeCelebritiesCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: RecognizeCelebritiesCommandInput;
|
|
28
|
+
constructor(input: RecognizeCelebritiesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
RecognizeCelebritiesCommandInput,
|
|
35
|
+
RecognizeCelebritiesCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
SearchFacesByImageRequest,
|
|
10
|
+
SearchFacesByImageResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface SearchFacesByImageCommandInput
|
|
18
|
+
extends SearchFacesByImageRequest {}
|
|
19
|
+
export interface SearchFacesByImageCommandOutput
|
|
20
|
+
extends SearchFacesByImageResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class SearchFacesByImageCommand extends $Command<
|
|
23
|
+
SearchFacesByImageCommandInput,
|
|
24
|
+
SearchFacesByImageCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: SearchFacesByImageCommandInput;
|
|
28
|
+
constructor(input: SearchFacesByImageCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import { SearchFacesRequest, SearchFacesResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
RekognitionClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../RekognitionClient";
|
|
14
|
+
export interface SearchFacesCommandInput extends SearchFacesRequest {}
|
|
15
|
+
export interface SearchFacesCommandOutput
|
|
16
|
+
extends SearchFacesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class SearchFacesCommand extends $Command<
|
|
19
|
+
SearchFacesCommandInput,
|
|
20
|
+
SearchFacesCommandOutput,
|
|
21
|
+
RekognitionClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: SearchFacesCommandInput;
|
|
24
|
+
constructor(input: SearchFacesCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: RekognitionClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<SearchFacesCommandInput, SearchFacesCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartCelebrityRecognitionRequest,
|
|
10
|
+
StartCelebrityRecognitionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartCelebrityRecognitionCommandInput
|
|
18
|
+
extends StartCelebrityRecognitionRequest {}
|
|
19
|
+
export interface StartCelebrityRecognitionCommandOutput
|
|
20
|
+
extends StartCelebrityRecognitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartCelebrityRecognitionCommand extends $Command<
|
|
23
|
+
StartCelebrityRecognitionCommandInput,
|
|
24
|
+
StartCelebrityRecognitionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartCelebrityRecognitionCommandInput;
|
|
28
|
+
constructor(input: StartCelebrityRecognitionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StartCelebrityRecognitionCommandInput,
|
|
35
|
+
StartCelebrityRecognitionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartContentModerationRequest,
|
|
10
|
+
StartContentModerationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartContentModerationCommandInput
|
|
18
|
+
extends StartContentModerationRequest {}
|
|
19
|
+
export interface StartContentModerationCommandOutput
|
|
20
|
+
extends StartContentModerationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartContentModerationCommand extends $Command<
|
|
23
|
+
StartContentModerationCommandInput,
|
|
24
|
+
StartContentModerationCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartContentModerationCommandInput;
|
|
28
|
+
constructor(input: StartContentModerationCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StartContentModerationCommandInput,
|
|
35
|
+
StartContentModerationCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartFaceDetectionRequest,
|
|
10
|
+
StartFaceDetectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartFaceDetectionCommandInput
|
|
18
|
+
extends StartFaceDetectionRequest {}
|
|
19
|
+
export interface StartFaceDetectionCommandOutput
|
|
20
|
+
extends StartFaceDetectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartFaceDetectionCommand extends $Command<
|
|
23
|
+
StartFaceDetectionCommandInput,
|
|
24
|
+
StartFaceDetectionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartFaceDetectionCommandInput;
|
|
28
|
+
constructor(input: StartFaceDetectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,35 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartFaceSearchRequest,
|
|
10
|
+
StartFaceSearchResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartFaceSearchCommandInput extends StartFaceSearchRequest {}
|
|
18
|
+
export interface StartFaceSearchCommandOutput
|
|
19
|
+
extends StartFaceSearchResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class StartFaceSearchCommand extends $Command<
|
|
22
|
+
StartFaceSearchCommandInput,
|
|
23
|
+
StartFaceSearchCommandOutput,
|
|
24
|
+
RekognitionClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: StartFaceSearchCommandInput;
|
|
27
|
+
constructor(input: StartFaceSearchCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: RekognitionClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<StartFaceSearchCommandInput, StartFaceSearchCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartLabelDetectionRequest,
|
|
10
|
+
StartLabelDetectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartLabelDetectionCommandInput
|
|
18
|
+
extends StartLabelDetectionRequest {}
|
|
19
|
+
export interface StartLabelDetectionCommandOutput
|
|
20
|
+
extends StartLabelDetectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartLabelDetectionCommand extends $Command<
|
|
23
|
+
StartLabelDetectionCommandInput,
|
|
24
|
+
StartLabelDetectionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartLabelDetectionCommandInput;
|
|
28
|
+
constructor(input: StartLabelDetectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartPersonTrackingRequest,
|
|
10
|
+
StartPersonTrackingResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartPersonTrackingCommandInput
|
|
18
|
+
extends StartPersonTrackingRequest {}
|
|
19
|
+
export interface StartPersonTrackingCommandOutput
|
|
20
|
+
extends StartPersonTrackingResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartPersonTrackingCommand extends $Command<
|
|
23
|
+
StartPersonTrackingCommandInput,
|
|
24
|
+
StartPersonTrackingCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartPersonTrackingCommandInput;
|
|
28
|
+
constructor(input: StartPersonTrackingCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,36 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartProjectVersionRequest,
|
|
10
|
+
StartProjectVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartProjectVersionCommandInput
|
|
18
|
+
extends StartProjectVersionRequest {}
|
|
19
|
+
export interface StartProjectVersionCommandOutput
|
|
20
|
+
extends StartProjectVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartProjectVersionCommand extends $Command<
|
|
23
|
+
StartProjectVersionCommandInput,
|
|
24
|
+
StartProjectVersionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartProjectVersionCommandInput;
|
|
28
|
+
constructor(input: StartProjectVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StartProjectVersionCommandInput, StartProjectVersionCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -1,17 +1,39 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
StartSegmentDetectionRequest,
|
|
10
|
+
StartSegmentDetectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartSegmentDetectionCommandInput
|
|
18
|
+
extends StartSegmentDetectionRequest {}
|
|
19
|
+
export interface StartSegmentDetectionCommandOutput
|
|
20
|
+
extends StartSegmentDetectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartSegmentDetectionCommand extends $Command<
|
|
23
|
+
StartSegmentDetectionCommandInput,
|
|
24
|
+
StartSegmentDetectionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartSegmentDetectionCommandInput;
|
|
28
|
+
constructor(input: StartSegmentDetectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StartSegmentDetectionCommandInput,
|
|
35
|
+
StartSegmentDetectionCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|