@aws-sdk/client-rekognition 3.168.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 +16 -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,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 { CompareFacesRequest, CompareFacesResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
RekognitionClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../RekognitionClient";
|
|
14
|
+
export interface CompareFacesCommandInput extends CompareFacesRequest {}
|
|
15
|
+
export interface CompareFacesCommandOutput
|
|
16
|
+
extends CompareFacesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class CompareFacesCommand extends $Command<
|
|
20
|
+
CompareFacesCommandInput,
|
|
21
|
+
CompareFacesCommandOutput,
|
|
22
|
+
RekognitionClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: CompareFacesCommandInput;
|
|
25
|
+
constructor(input: CompareFacesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: RekognitionClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<CompareFacesCommandInput, CompareFacesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
CopyProjectVersionRequest,
|
|
10
|
+
CopyProjectVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface CopyProjectVersionCommandInput
|
|
18
|
+
extends CopyProjectVersionRequest {}
|
|
19
|
+
export interface CopyProjectVersionCommandOutput
|
|
20
|
+
extends CopyProjectVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CopyProjectVersionCommand extends $Command<
|
|
24
|
+
CopyProjectVersionCommandInput,
|
|
25
|
+
CopyProjectVersionCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CopyProjectVersionCommandInput;
|
|
29
|
+
constructor(input: CopyProjectVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CopyProjectVersionCommandInput, CopyProjectVersionCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -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
|
+
CreateCollectionRequest,
|
|
10
|
+
CreateCollectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface CreateCollectionCommandInput extends CreateCollectionRequest {}
|
|
18
|
+
export interface CreateCollectionCommandOutput
|
|
19
|
+
extends CreateCollectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateCollectionCommand extends $Command<
|
|
23
|
+
CreateCollectionCommandInput,
|
|
24
|
+
CreateCollectionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateCollectionCommandInput;
|
|
28
|
+
constructor(input: CreateCollectionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateCollectionCommandInput, CreateCollectionCommandOutput>;
|
|
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
|
+
CreateDatasetRequest,
|
|
10
|
+
CreateDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface CreateDatasetCommandInput extends CreateDatasetRequest {}
|
|
18
|
+
export interface CreateDatasetCommandOutput
|
|
19
|
+
extends CreateDatasetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateDatasetCommand extends $Command<
|
|
23
|
+
CreateDatasetCommandInput,
|
|
24
|
+
CreateDatasetCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateDatasetCommandInput;
|
|
28
|
+
constructor(input: CreateDatasetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateDatasetCommandInput, CreateDatasetCommandOutput>;
|
|
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
|
+
CreateProjectRequest,
|
|
10
|
+
CreateProjectResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface CreateProjectCommandInput extends CreateProjectRequest {}
|
|
18
|
+
export interface CreateProjectCommandOutput
|
|
19
|
+
extends CreateProjectResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateProjectCommand extends $Command<
|
|
23
|
+
CreateProjectCommandInput,
|
|
24
|
+
CreateProjectCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateProjectCommandInput;
|
|
28
|
+
constructor(input: CreateProjectCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
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
|
+
CreateProjectVersionRequest,
|
|
10
|
+
CreateProjectVersionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface CreateProjectVersionCommandInput
|
|
18
|
+
extends CreateProjectVersionRequest {}
|
|
19
|
+
export interface CreateProjectVersionCommandOutput
|
|
20
|
+
extends CreateProjectVersionResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateProjectVersionCommand extends $Command<
|
|
24
|
+
CreateProjectVersionCommandInput,
|
|
25
|
+
CreateProjectVersionCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateProjectVersionCommandInput;
|
|
29
|
+
constructor(input: CreateProjectVersionCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateProjectVersionCommandInput,
|
|
37
|
+
CreateProjectVersionCommandOutput
|
|
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
|
+
CreateStreamProcessorRequest,
|
|
10
|
+
CreateStreamProcessorResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface CreateStreamProcessorCommandInput
|
|
18
|
+
extends CreateStreamProcessorRequest {}
|
|
19
|
+
export interface CreateStreamProcessorCommandOutput
|
|
20
|
+
extends CreateStreamProcessorResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreateStreamProcessorCommand extends $Command<
|
|
24
|
+
CreateStreamProcessorCommandInput,
|
|
25
|
+
CreateStreamProcessorCommandOutput,
|
|
26
|
+
RekognitionClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreateStreamProcessorCommandInput;
|
|
29
|
+
constructor(input: CreateStreamProcessorCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: RekognitionClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreateStreamProcessorCommandInput,
|
|
37
|
+
CreateStreamProcessorCommandOutput
|
|
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
|
+
DeleteCollectionRequest,
|
|
10
|
+
DeleteCollectionResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface DeleteCollectionCommandInput extends DeleteCollectionRequest {}
|
|
18
|
+
export interface DeleteCollectionCommandOutput
|
|
19
|
+
extends DeleteCollectionResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteCollectionCommand extends $Command<
|
|
23
|
+
DeleteCollectionCommandInput,
|
|
24
|
+
DeleteCollectionCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteCollectionCommandInput;
|
|
28
|
+
constructor(input: DeleteCollectionCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteCollectionCommandInput, DeleteCollectionCommandOutput>;
|
|
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
|
+
DeleteDatasetRequest,
|
|
10
|
+
DeleteDatasetResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface DeleteDatasetCommandInput extends DeleteDatasetRequest {}
|
|
18
|
+
export interface DeleteDatasetCommandOutput
|
|
19
|
+
extends DeleteDatasetResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteDatasetCommand extends $Command<
|
|
23
|
+
DeleteDatasetCommandInput,
|
|
24
|
+
DeleteDatasetCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteDatasetCommandInput;
|
|
28
|
+
constructor(input: DeleteDatasetCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteDatasetCommandInput, DeleteDatasetCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -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 { DeleteFacesRequest, DeleteFacesResponse } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
RekognitionClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../RekognitionClient";
|
|
14
|
+
export interface DeleteFacesCommandInput extends DeleteFacesRequest {}
|
|
15
|
+
export interface DeleteFacesCommandOutput
|
|
16
|
+
extends DeleteFacesResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class DeleteFacesCommand extends $Command<
|
|
20
|
+
DeleteFacesCommandInput,
|
|
21
|
+
DeleteFacesCommandOutput,
|
|
22
|
+
RekognitionClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteFacesCommandInput;
|
|
25
|
+
constructor(input: DeleteFacesCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: RekognitionClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteFacesCommandInput, DeleteFacesCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -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
|
+
DeleteProjectRequest,
|
|
10
|
+
DeleteProjectResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
RekognitionClientResolvedConfig,
|
|
14
|
+
ServiceInputTypes,
|
|
15
|
+
ServiceOutputTypes,
|
|
16
|
+
} from "../RekognitionClient";
|
|
17
|
+
export interface DeleteProjectCommandInput extends DeleteProjectRequest {}
|
|
18
|
+
export interface DeleteProjectCommandOutput
|
|
19
|
+
extends DeleteProjectResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteProjectCommand extends $Command<
|
|
23
|
+
DeleteProjectCommandInput,
|
|
24
|
+
DeleteProjectCommandOutput,
|
|
25
|
+
RekognitionClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteProjectCommandInput;
|
|
28
|
+
constructor(input: DeleteProjectCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: RekognitionClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|