@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
|
+
StartStreamProcessorRequest,
|
|
10
|
+
StartStreamProcessorResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartStreamProcessorCommandInput
|
|
18
|
+
extends StartStreamProcessorRequest {}
|
|
19
|
+
export interface StartStreamProcessorCommandOutput
|
|
20
|
+
extends StartStreamProcessorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartStreamProcessorCommand extends $Command<
|
|
23
|
+
StartStreamProcessorCommandInput,
|
|
24
|
+
StartStreamProcessorCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartStreamProcessorCommandInput;
|
|
28
|
+
constructor(input: StartStreamProcessorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
StartStreamProcessorCommandInput,
|
|
35
|
+
StartStreamProcessorCommandOutput
|
|
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
|
+
StartTextDetectionRequest,
|
|
10
|
+
StartTextDetectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StartTextDetectionCommandInput
|
|
18
|
+
extends StartTextDetectionRequest {}
|
|
19
|
+
export interface StartTextDetectionCommandOutput
|
|
20
|
+
extends StartTextDetectionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StartTextDetectionCommand extends $Command<
|
|
23
|
+
StartTextDetectionCommandInput,
|
|
24
|
+
StartTextDetectionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StartTextDetectionCommandInput;
|
|
28
|
+
constructor(input: StartTextDetectionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StartTextDetectionCommandInput, StartTextDetectionCommandOutput>;
|
|
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
|
+
StopProjectVersionRequest,
|
|
10
|
+
StopProjectVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StopProjectVersionCommandInput
|
|
18
|
+
extends StopProjectVersionRequest {}
|
|
19
|
+
export interface StopProjectVersionCommandOutput
|
|
20
|
+
extends StopProjectVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopProjectVersionCommand extends $Command<
|
|
23
|
+
StopProjectVersionCommandInput,
|
|
24
|
+
StopProjectVersionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopProjectVersionCommandInput;
|
|
28
|
+
constructor(input: StopProjectVersionCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StopProjectVersionCommandInput, StopProjectVersionCommandOutput>;
|
|
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
|
+
StopStreamProcessorRequest,
|
|
10
|
+
StopStreamProcessorResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface StopStreamProcessorCommandInput
|
|
18
|
+
extends StopStreamProcessorRequest {}
|
|
19
|
+
export interface StopStreamProcessorCommandOutput
|
|
20
|
+
extends StopStreamProcessorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class StopStreamProcessorCommand extends $Command<
|
|
23
|
+
StopStreamProcessorCommandInput,
|
|
24
|
+
StopStreamProcessorCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: StopStreamProcessorCommandInput;
|
|
28
|
+
constructor(input: StopStreamProcessorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput>;
|
|
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
RekognitionClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../RekognitionClient";
|
|
14
|
+
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
15
|
+
export interface TagResourceCommandOutput
|
|
16
|
+
extends TagResourceResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
export declare class TagResourceCommand extends $Command<
|
|
19
|
+
TagResourceCommandInput,
|
|
20
|
+
TagResourceCommandOutput,
|
|
21
|
+
RekognitionClientResolvedConfig
|
|
22
|
+
> {
|
|
23
|
+
readonly input: TagResourceCommandInput;
|
|
24
|
+
constructor(input: TagResourceCommandInput);
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: RekognitionClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -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
|
+
UntagResourceRequest,
|
|
10
|
+
UntagResourceResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
18
|
+
export interface UntagResourceCommandOutput
|
|
19
|
+
extends UntagResourceResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
export declare class UntagResourceCommand extends $Command<
|
|
22
|
+
UntagResourceCommandInput,
|
|
23
|
+
UntagResourceCommandOutput,
|
|
24
|
+
RekognitionClientResolvedConfig
|
|
25
|
+
> {
|
|
26
|
+
readonly input: UntagResourceCommandInput;
|
|
27
|
+
constructor(input: UntagResourceCommandInput);
|
|
28
|
+
resolveMiddleware(
|
|
29
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
+
configuration: RekognitionClientResolvedConfig,
|
|
31
|
+
options?: __HttpHandlerOptions
|
|
32
|
+
): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
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
|
+
UpdateDatasetEntriesRequest,
|
|
10
|
+
UpdateDatasetEntriesResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface UpdateDatasetEntriesCommandInput
|
|
18
|
+
extends UpdateDatasetEntriesRequest {}
|
|
19
|
+
export interface UpdateDatasetEntriesCommandOutput
|
|
20
|
+
extends UpdateDatasetEntriesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateDatasetEntriesCommand extends $Command<
|
|
23
|
+
UpdateDatasetEntriesCommandInput,
|
|
24
|
+
UpdateDatasetEntriesCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateDatasetEntriesCommandInput;
|
|
28
|
+
constructor(input: UpdateDatasetEntriesCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateDatasetEntriesCommandInput,
|
|
35
|
+
UpdateDatasetEntriesCommandOutput
|
|
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
|
+
UpdateStreamProcessorRequest,
|
|
10
|
+
UpdateStreamProcessorResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface UpdateStreamProcessorCommandInput
|
|
18
|
+
extends UpdateStreamProcessorRequest {}
|
|
19
|
+
export interface UpdateStreamProcessorCommandOutput
|
|
20
|
+
extends UpdateStreamProcessorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
export declare class UpdateStreamProcessorCommand extends $Command<
|
|
23
|
+
UpdateStreamProcessorCommandInput,
|
|
24
|
+
UpdateStreamProcessorCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: UpdateStreamProcessorCommandInput;
|
|
28
|
+
constructor(input: UpdateStreamProcessorCommandInput);
|
|
29
|
+
resolveMiddleware(
|
|
30
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
31
|
+
configuration: RekognitionClientResolvedConfig,
|
|
32
|
+
options?: __HttpHandlerOptions
|
|
33
|
+
): Handler<
|
|
34
|
+
UpdateStreamProcessorCommandInput,
|
|
35
|
+
UpdateStreamProcessorCommandOutput
|
|
36
|
+
>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -1,63 +1,63 @@
|
|
|
1
|
-
export * from "./CompareFacesCommand";
|
|
2
|
-
export * from "./CopyProjectVersionCommand";
|
|
3
|
-
export * from "./CreateCollectionCommand";
|
|
4
|
-
export * from "./CreateDatasetCommand";
|
|
5
|
-
export * from "./CreateProjectCommand";
|
|
6
|
-
export * from "./CreateProjectVersionCommand";
|
|
7
|
-
export * from "./CreateStreamProcessorCommand";
|
|
8
|
-
export * from "./DeleteCollectionCommand";
|
|
9
|
-
export * from "./DeleteDatasetCommand";
|
|
10
|
-
export * from "./DeleteFacesCommand";
|
|
11
|
-
export * from "./DeleteProjectCommand";
|
|
12
|
-
export * from "./DeleteProjectPolicyCommand";
|
|
13
|
-
export * from "./DeleteProjectVersionCommand";
|
|
14
|
-
export * from "./DeleteStreamProcessorCommand";
|
|
15
|
-
export * from "./DescribeCollectionCommand";
|
|
16
|
-
export * from "./DescribeDatasetCommand";
|
|
17
|
-
export * from "./DescribeProjectVersionsCommand";
|
|
18
|
-
export * from "./DescribeProjectsCommand";
|
|
19
|
-
export * from "./DescribeStreamProcessorCommand";
|
|
20
|
-
export * from "./DetectCustomLabelsCommand";
|
|
21
|
-
export * from "./DetectFacesCommand";
|
|
22
|
-
export * from "./DetectLabelsCommand";
|
|
23
|
-
export * from "./DetectModerationLabelsCommand";
|
|
24
|
-
export * from "./DetectProtectiveEquipmentCommand";
|
|
25
|
-
export * from "./DetectTextCommand";
|
|
26
|
-
export * from "./DistributeDatasetEntriesCommand";
|
|
27
|
-
export * from "./GetCelebrityInfoCommand";
|
|
28
|
-
export * from "./GetCelebrityRecognitionCommand";
|
|
29
|
-
export * from "./GetContentModerationCommand";
|
|
30
|
-
export * from "./GetFaceDetectionCommand";
|
|
31
|
-
export * from "./GetFaceSearchCommand";
|
|
32
|
-
export * from "./GetLabelDetectionCommand";
|
|
33
|
-
export * from "./GetPersonTrackingCommand";
|
|
34
|
-
export * from "./GetSegmentDetectionCommand";
|
|
35
|
-
export * from "./GetTextDetectionCommand";
|
|
36
|
-
export * from "./IndexFacesCommand";
|
|
37
|
-
export * from "./ListCollectionsCommand";
|
|
38
|
-
export * from "./ListDatasetEntriesCommand";
|
|
39
|
-
export * from "./ListDatasetLabelsCommand";
|
|
40
|
-
export * from "./ListFacesCommand";
|
|
41
|
-
export * from "./ListProjectPoliciesCommand";
|
|
42
|
-
export * from "./ListStreamProcessorsCommand";
|
|
43
|
-
export * from "./ListTagsForResourceCommand";
|
|
44
|
-
export * from "./PutProjectPolicyCommand";
|
|
45
|
-
export * from "./RecognizeCelebritiesCommand";
|
|
46
|
-
export * from "./SearchFacesByImageCommand";
|
|
47
|
-
export * from "./SearchFacesCommand";
|
|
48
|
-
export * from "./StartCelebrityRecognitionCommand";
|
|
49
|
-
export * from "./StartContentModerationCommand";
|
|
50
|
-
export * from "./StartFaceDetectionCommand";
|
|
51
|
-
export * from "./StartFaceSearchCommand";
|
|
52
|
-
export * from "./StartLabelDetectionCommand";
|
|
53
|
-
export * from "./StartPersonTrackingCommand";
|
|
54
|
-
export * from "./StartProjectVersionCommand";
|
|
55
|
-
export * from "./StartSegmentDetectionCommand";
|
|
56
|
-
export * from "./StartStreamProcessorCommand";
|
|
57
|
-
export * from "./StartTextDetectionCommand";
|
|
58
|
-
export * from "./StopProjectVersionCommand";
|
|
59
|
-
export * from "./StopStreamProcessorCommand";
|
|
60
|
-
export * from "./TagResourceCommand";
|
|
61
|
-
export * from "./UntagResourceCommand";
|
|
62
|
-
export * from "./UpdateDatasetEntriesCommand";
|
|
63
|
-
export * from "./UpdateStreamProcessorCommand";
|
|
1
|
+
export * from "./CompareFacesCommand";
|
|
2
|
+
export * from "./CopyProjectVersionCommand";
|
|
3
|
+
export * from "./CreateCollectionCommand";
|
|
4
|
+
export * from "./CreateDatasetCommand";
|
|
5
|
+
export * from "./CreateProjectCommand";
|
|
6
|
+
export * from "./CreateProjectVersionCommand";
|
|
7
|
+
export * from "./CreateStreamProcessorCommand";
|
|
8
|
+
export * from "./DeleteCollectionCommand";
|
|
9
|
+
export * from "./DeleteDatasetCommand";
|
|
10
|
+
export * from "./DeleteFacesCommand";
|
|
11
|
+
export * from "./DeleteProjectCommand";
|
|
12
|
+
export * from "./DeleteProjectPolicyCommand";
|
|
13
|
+
export * from "./DeleteProjectVersionCommand";
|
|
14
|
+
export * from "./DeleteStreamProcessorCommand";
|
|
15
|
+
export * from "./DescribeCollectionCommand";
|
|
16
|
+
export * from "./DescribeDatasetCommand";
|
|
17
|
+
export * from "./DescribeProjectVersionsCommand";
|
|
18
|
+
export * from "./DescribeProjectsCommand";
|
|
19
|
+
export * from "./DescribeStreamProcessorCommand";
|
|
20
|
+
export * from "./DetectCustomLabelsCommand";
|
|
21
|
+
export * from "./DetectFacesCommand";
|
|
22
|
+
export * from "./DetectLabelsCommand";
|
|
23
|
+
export * from "./DetectModerationLabelsCommand";
|
|
24
|
+
export * from "./DetectProtectiveEquipmentCommand";
|
|
25
|
+
export * from "./DetectTextCommand";
|
|
26
|
+
export * from "./DistributeDatasetEntriesCommand";
|
|
27
|
+
export * from "./GetCelebrityInfoCommand";
|
|
28
|
+
export * from "./GetCelebrityRecognitionCommand";
|
|
29
|
+
export * from "./GetContentModerationCommand";
|
|
30
|
+
export * from "./GetFaceDetectionCommand";
|
|
31
|
+
export * from "./GetFaceSearchCommand";
|
|
32
|
+
export * from "./GetLabelDetectionCommand";
|
|
33
|
+
export * from "./GetPersonTrackingCommand";
|
|
34
|
+
export * from "./GetSegmentDetectionCommand";
|
|
35
|
+
export * from "./GetTextDetectionCommand";
|
|
36
|
+
export * from "./IndexFacesCommand";
|
|
37
|
+
export * from "./ListCollectionsCommand";
|
|
38
|
+
export * from "./ListDatasetEntriesCommand";
|
|
39
|
+
export * from "./ListDatasetLabelsCommand";
|
|
40
|
+
export * from "./ListFacesCommand";
|
|
41
|
+
export * from "./ListProjectPoliciesCommand";
|
|
42
|
+
export * from "./ListStreamProcessorsCommand";
|
|
43
|
+
export * from "./ListTagsForResourceCommand";
|
|
44
|
+
export * from "./PutProjectPolicyCommand";
|
|
45
|
+
export * from "./RecognizeCelebritiesCommand";
|
|
46
|
+
export * from "./SearchFacesByImageCommand";
|
|
47
|
+
export * from "./SearchFacesCommand";
|
|
48
|
+
export * from "./StartCelebrityRecognitionCommand";
|
|
49
|
+
export * from "./StartContentModerationCommand";
|
|
50
|
+
export * from "./StartFaceDetectionCommand";
|
|
51
|
+
export * from "./StartFaceSearchCommand";
|
|
52
|
+
export * from "./StartLabelDetectionCommand";
|
|
53
|
+
export * from "./StartPersonTrackingCommand";
|
|
54
|
+
export * from "./StartProjectVersionCommand";
|
|
55
|
+
export * from "./StartSegmentDetectionCommand";
|
|
56
|
+
export * from "./StartStreamProcessorCommand";
|
|
57
|
+
export * from "./StartTextDetectionCommand";
|
|
58
|
+
export * from "./StopProjectVersionCommand";
|
|
59
|
+
export * from "./StopStreamProcessorCommand";
|
|
60
|
+
export * from "./TagResourceCommand";
|
|
61
|
+
export * from "./UntagResourceCommand";
|
|
62
|
+
export * from "./UpdateDatasetEntriesCommand";
|
|
63
|
+
export * from "./UpdateStreamProcessorCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export * from "./Rekognition";
|
|
2
|
-
export * from "./RekognitionClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export * from "./waiters";
|
|
7
|
-
export { RekognitionServiceException } from "./models/RekognitionServiceException";
|
|
1
|
+
export * from "./Rekognition";
|
|
2
|
+
export * from "./RekognitionClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export * from "./waiters";
|
|
7
|
+
export { RekognitionServiceException } from "./models/RekognitionServiceException";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export declare class RekognitionServiceException extends __ServiceException {
|
|
6
|
+
constructor(options: __ServiceExceptionOptions);
|
|
7
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|