@aws-sdk/client-rekognition 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/Rekognition.d.ts +1138 -320
- package/dist-types/ts3.4/RekognitionClient.d.ts +507 -136
- package/dist-types/ts3.4/commands/CompareFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CopyProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProjectVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteCollectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteProjectPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteProjectVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeCollectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeProjectVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProjectsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectCustomLabelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DetectFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetectLabelsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DetectModerationLabelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectProtectiveEquipmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DetectTextCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DistributeDatasetEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetCelebrityInfoCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetCelebrityRecognitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetContentModerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFaceDetectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetFaceSearchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetLabelDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetPersonTrackingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetSegmentDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetTextDetectionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/IndexFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListCollectionsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDatasetEntriesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListDatasetLabelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListProjectPoliciesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListStreamProcessorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutProjectPolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RecognizeCelebritiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SearchFacesByImageCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/SearchFacesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StartCelebrityRecognitionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartContentModerationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartFaceDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartFaceSearchCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLabelDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartPersonTrackingCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartSegmentDetectionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartStreamProcessorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartTextDetectionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopProjectVersionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopStreamProcessorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDatasetEntriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +41 -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 +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +2935 -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 +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForProjectVersionRunning.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForProjectVersionTrainingCompleted.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DetectModerationLabelsRequest,
|
|
10
|
+
DetectModerationLabelsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface DetectModerationLabelsCommandInput
|
|
18
|
+
extends DetectModerationLabelsRequest {}
|
|
19
|
+
export interface DetectModerationLabelsCommandOutput
|
|
20
|
+
extends DetectModerationLabelsResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DetectModerationLabelsCommand extends $Command<
|
|
24
|
+
DetectModerationLabelsCommandInput,
|
|
25
|
+
DetectModerationLabelsCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DetectModerationLabelsCommandInput;
|
|
29
|
+
constructor(input: DetectModerationLabelsCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DetectModerationLabelsCommandInput,
|
|
37
|
+
DetectModerationLabelsCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DetectProtectiveEquipmentRequest,
|
|
10
|
+
DetectProtectiveEquipmentResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface DetectProtectiveEquipmentCommandInput
|
|
18
|
+
extends DetectProtectiveEquipmentRequest {}
|
|
19
|
+
export interface DetectProtectiveEquipmentCommandOutput
|
|
20
|
+
extends DetectProtectiveEquipmentResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DetectProtectiveEquipmentCommand extends $Command<
|
|
24
|
+
DetectProtectiveEquipmentCommandInput,
|
|
25
|
+
DetectProtectiveEquipmentCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DetectProtectiveEquipmentCommandInput;
|
|
29
|
+
constructor(input: DetectProtectiveEquipmentCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DetectProtectiveEquipmentCommandInput,
|
|
37
|
+
DetectProtectiveEquipmentCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,34 @@
|
|
|
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 { DetectTextRequest, DetectTextResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
RekognitionClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../RekognitionClient";
|
|
14
|
+
export interface DetectTextCommandInput extends DetectTextRequest {}
|
|
15
|
+
export interface DetectTextCommandOutput
|
|
16
|
+
extends DetectTextResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DetectTextCommand extends $Command<
|
|
20
|
+
DetectTextCommandInput,
|
|
21
|
+
DetectTextCommandOutput,
|
|
22
|
+
RekognitionClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DetectTextCommandInput;
|
|
25
|
+
constructor(input: DetectTextCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: RekognitionClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DetectTextCommandInput, DetectTextCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
DistributeDatasetEntriesRequest,
|
|
10
|
+
DistributeDatasetEntriesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface DistributeDatasetEntriesCommandInput
|
|
18
|
+
extends DistributeDatasetEntriesRequest {}
|
|
19
|
+
export interface DistributeDatasetEntriesCommandOutput
|
|
20
|
+
extends DistributeDatasetEntriesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DistributeDatasetEntriesCommand extends $Command<
|
|
24
|
+
DistributeDatasetEntriesCommandInput,
|
|
25
|
+
DistributeDatasetEntriesCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DistributeDatasetEntriesCommandInput;
|
|
29
|
+
constructor(input: DistributeDatasetEntriesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DistributeDatasetEntriesCommandInput,
|
|
37
|
+
DistributeDatasetEntriesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetCelebrityInfoRequest,
|
|
10
|
+
GetCelebrityInfoResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface GetCelebrityInfoCommandInput extends GetCelebrityInfoRequest {}
|
|
18
|
+
export interface GetCelebrityInfoCommandOutput
|
|
19
|
+
extends GetCelebrityInfoResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetCelebrityInfoCommand extends $Command<
|
|
23
|
+
GetCelebrityInfoCommandInput,
|
|
24
|
+
GetCelebrityInfoCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetCelebrityInfoCommandInput;
|
|
28
|
+
constructor(input: GetCelebrityInfoCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetCelebrityRecognitionRequest,
|
|
10
|
+
GetCelebrityRecognitionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface GetCelebrityRecognitionCommandInput
|
|
18
|
+
extends GetCelebrityRecognitionRequest {}
|
|
19
|
+
export interface GetCelebrityRecognitionCommandOutput
|
|
20
|
+
extends GetCelebrityRecognitionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetCelebrityRecognitionCommand extends $Command<
|
|
24
|
+
GetCelebrityRecognitionCommandInput,
|
|
25
|
+
GetCelebrityRecognitionCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetCelebrityRecognitionCommandInput;
|
|
29
|
+
constructor(input: GetCelebrityRecognitionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetCelebrityRecognitionCommandInput,
|
|
37
|
+
GetCelebrityRecognitionCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
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
|
+
GetContentModerationRequest,
|
|
10
|
+
GetContentModerationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface GetContentModerationCommandInput
|
|
18
|
+
extends GetContentModerationRequest {}
|
|
19
|
+
export interface GetContentModerationCommandOutput
|
|
20
|
+
extends GetContentModerationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetContentModerationCommand extends $Command<
|
|
24
|
+
GetContentModerationCommandInput,
|
|
25
|
+
GetContentModerationCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetContentModerationCommandInput;
|
|
29
|
+
constructor(input: GetContentModerationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
GetContentModerationCommandInput,
|
|
37
|
+
GetContentModerationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetFaceDetectionRequest,
|
|
10
|
+
GetFaceDetectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface GetFaceDetectionCommandInput extends GetFaceDetectionRequest {}
|
|
18
|
+
export interface GetFaceDetectionCommandOutput
|
|
19
|
+
extends GetFaceDetectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetFaceDetectionCommand extends $Command<
|
|
23
|
+
GetFaceDetectionCommandInput,
|
|
24
|
+
GetFaceDetectionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFaceDetectionCommandInput;
|
|
28
|
+
constructor(input: GetFaceDetectionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
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
|
+
GetFaceSearchRequest,
|
|
10
|
+
GetFaceSearchResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface GetFaceSearchCommandInput extends GetFaceSearchRequest {}
|
|
18
|
+
export interface GetFaceSearchCommandOutput
|
|
19
|
+
extends GetFaceSearchResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class GetFaceSearchCommand extends $Command<
|
|
23
|
+
GetFaceSearchCommandInput,
|
|
24
|
+
GetFaceSearchCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: GetFaceSearchCommandInput;
|
|
28
|
+
constructor(input: GetFaceSearchCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<GetFaceSearchCommandInput, GetFaceSearchCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
GetLabelDetectionRequest,
|
|
10
|
+
GetLabelDetectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface GetLabelDetectionCommandInput
|
|
18
|
+
extends GetLabelDetectionRequest {}
|
|
19
|
+
export interface GetLabelDetectionCommandOutput
|
|
20
|
+
extends GetLabelDetectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetLabelDetectionCommand extends $Command<
|
|
24
|
+
GetLabelDetectionCommandInput,
|
|
25
|
+
GetLabelDetectionCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetLabelDetectionCommandInput;
|
|
29
|
+
constructor(input: GetLabelDetectionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
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
|
+
GetPersonTrackingRequest,
|
|
10
|
+
GetPersonTrackingResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface GetPersonTrackingCommandInput
|
|
18
|
+
extends GetPersonTrackingRequest {}
|
|
19
|
+
export interface GetPersonTrackingCommandOutput
|
|
20
|
+
extends GetPersonTrackingResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class GetPersonTrackingCommand extends $Command<
|
|
24
|
+
GetPersonTrackingCommandInput,
|
|
25
|
+
GetPersonTrackingCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: GetPersonTrackingCommandInput;
|
|
29
|
+
constructor(input: GetPersonTrackingCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|