@aws-sdk/client-rekognition 3.295.0 → 3.297.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/dist-types/Rekognition.d.ts +70 -6
- package/dist-types/RekognitionClient.d.ts +24 -4
- package/dist-types/commands/CompareFacesCommand.d.ts +16 -0
- package/dist-types/commands/CopyProjectVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateCollectionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDatasetCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCollectionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DeleteFacesCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProjectPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCollectionCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDatasetCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeProjectsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +16 -0
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +16 -0
- package/dist-types/commands/DetectFacesCommand.d.ts +16 -0
- package/dist-types/commands/DetectLabelsCommand.d.ts +22 -6
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +16 -0
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +16 -0
- package/dist-types/commands/DetectTextCommand.d.ts +16 -0
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +16 -0
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +16 -0
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +16 -0
- package/dist-types/commands/GetContentModerationCommand.d.ts +16 -0
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +16 -0
- package/dist-types/commands/GetFaceSearchCommand.d.ts +16 -0
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +16 -0
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +16 -0
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +16 -0
- package/dist-types/commands/GetTextDetectionCommand.d.ts +16 -0
- package/dist-types/commands/IndexFacesCommand.d.ts +16 -0
- package/dist-types/commands/ListCollectionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +16 -0
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +16 -0
- package/dist-types/commands/ListFacesCommand.d.ts +16 -0
- package/dist-types/commands/ListProjectPoliciesCommand.d.ts +16 -0
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutProjectPolicyCommand.d.ts +16 -0
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +16 -0
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +16 -0
- package/dist-types/commands/SearchFacesCommand.d.ts +16 -0
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +16 -0
- package/dist-types/commands/StartContentModerationCommand.d.ts +16 -0
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +16 -0
- package/dist-types/commands/StartFaceSearchCommand.d.ts +16 -0
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +16 -0
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +16 -0
- package/dist-types/commands/StartProjectVersionCommand.d.ts +16 -0
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +16 -0
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +16 -0
- package/dist-types/commands/StartTextDetectionCommand.d.ts +16 -0
- package/dist-types/commands/StopProjectVersionCommand.d.ts +16 -0
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +16 -0
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +16 -0
- package/dist-types/models/RekognitionServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +610 -0
- package/dist-types/pagination/DescribeProjectVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeProjectsPaginator.d.ts +3 -0
- package/dist-types/pagination/GetCelebrityRecognitionPaginator.d.ts +3 -0
- package/dist-types/pagination/GetContentModerationPaginator.d.ts +3 -0
- package/dist-types/pagination/GetFaceDetectionPaginator.d.ts +3 -0
- package/dist-types/pagination/GetFaceSearchPaginator.d.ts +3 -0
- package/dist-types/pagination/GetLabelDetectionPaginator.d.ts +3 -0
- package/dist-types/pagination/GetPersonTrackingPaginator.d.ts +3 -0
- package/dist-types/pagination/GetSegmentDetectionPaginator.d.ts +3 -0
- package/dist-types/pagination/GetTextDetectionPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListCollectionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetEntriesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListDatasetLabelsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListFacesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListProjectPoliciesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListStreamProcessorsPaginator.d.ts +3 -0
- package/package.json +30 -30
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartContentModerationRequest, StartContentModerationResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartContentModerationCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartContentModerationCommandInput extends StartContentModerationRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartContentModerationCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartContentModerationCommandOutput extends StartContentModerationResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Starts asynchronous detection of inappropriate, unwanted, or offensive content in a stored video. For a list of moderation labels in Amazon Rekognition, see
|
|
18
23
|
* <a href="https://docs.aws.amazon.com/rekognition/latest/dg/moderation.html#moderation-api">Using the image and video moderation APIs</a>.</p>
|
|
19
24
|
* <p>Amazon Rekognition Video can moderate content in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
@@ -35,6 +40,8 @@ export interface StartContentModerationCommandOutput extends StartContentModerat
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param StartContentModerationCommandInput - {@link StartContentModerationCommandInput}
|
|
44
|
+
* @returns {@link StartContentModerationCommandOutput}
|
|
38
45
|
* @see {@link StartContentModerationCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link StartContentModerationCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -77,11 +84,20 @@ export interface StartContentModerationCommandOutput extends StartContentModerat
|
|
|
77
84
|
export declare class StartContentModerationCommand extends $Command<StartContentModerationCommandInput, StartContentModerationCommandOutput, RekognitionClientResolvedConfig> {
|
|
78
85
|
readonly input: StartContentModerationCommandInput;
|
|
79
86
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
87
|
+
/**
|
|
88
|
+
* @public
|
|
89
|
+
*/
|
|
80
90
|
constructor(input: StartContentModerationCommandInput);
|
|
81
91
|
/**
|
|
82
92
|
* @internal
|
|
83
93
|
*/
|
|
84
94
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartContentModerationCommandInput, StartContentModerationCommandOutput>;
|
|
95
|
+
/**
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
85
98
|
private serialize;
|
|
99
|
+
/**
|
|
100
|
+
* @internal
|
|
101
|
+
*/
|
|
86
102
|
private deserialize;
|
|
87
103
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartFaceDetectionRequest, StartFaceDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartFaceDetectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartFaceDetectionCommandInput extends StartFaceDetectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartFaceDetectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartFaceDetectionCommandOutput extends StartFaceDetectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts asynchronous detection of faces in a stored video.</p>
|
|
18
23
|
* <p>Amazon Rekognition Video can detect faces in a video stored in an Amazon S3 bucket.
|
|
19
24
|
* Use <a>Video</a> to specify the bucket name and the filename of the video.
|
|
@@ -36,6 +41,8 @@ export interface StartFaceDetectionCommandOutput extends StartFaceDetectionRespo
|
|
|
36
41
|
* const response = await client.send(command);
|
|
37
42
|
* ```
|
|
38
43
|
*
|
|
44
|
+
* @param StartFaceDetectionCommandInput - {@link StartFaceDetectionCommandInput}
|
|
45
|
+
* @returns {@link StartFaceDetectionCommandOutput}
|
|
39
46
|
* @see {@link StartFaceDetectionCommandInput} for command's `input` shape.
|
|
40
47
|
* @see {@link StartFaceDetectionCommandOutput} for command's `response` shape.
|
|
41
48
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -78,11 +85,20 @@ export interface StartFaceDetectionCommandOutput extends StartFaceDetectionRespo
|
|
|
78
85
|
export declare class StartFaceDetectionCommand extends $Command<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
79
86
|
readonly input: StartFaceDetectionCommandInput;
|
|
80
87
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
88
|
+
/**
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
81
91
|
constructor(input: StartFaceDetectionCommandInput);
|
|
82
92
|
/**
|
|
83
93
|
* @internal
|
|
84
94
|
*/
|
|
85
95
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput>;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
86
99
|
private serialize;
|
|
100
|
+
/**
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
87
103
|
private deserialize;
|
|
88
104
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartFaceSearchRequest, StartFaceSearchResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartFaceSearchCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartFaceSearchCommandInput extends StartFaceSearchRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartFaceSearchCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartFaceSearchCommandOutput extends StartFaceSearchResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts the asynchronous search for faces in a collection that match the faces of persons detected in a stored video.</p>
|
|
18
23
|
* <p>The video must be stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
19
24
|
* and the filename of the video. <code>StartFaceSearch</code>
|
|
@@ -35,6 +40,8 @@ export interface StartFaceSearchCommandOutput extends StartFaceSearchResponse, _
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param StartFaceSearchCommandInput - {@link StartFaceSearchCommandInput}
|
|
44
|
+
* @returns {@link StartFaceSearchCommandOutput}
|
|
38
45
|
* @see {@link StartFaceSearchCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link StartFaceSearchCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -80,11 +87,20 @@ export interface StartFaceSearchCommandOutput extends StartFaceSearchResponse, _
|
|
|
80
87
|
export declare class StartFaceSearchCommand extends $Command<StartFaceSearchCommandInput, StartFaceSearchCommandOutput, RekognitionClientResolvedConfig> {
|
|
81
88
|
readonly input: StartFaceSearchCommandInput;
|
|
82
89
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
83
93
|
constructor(input: StartFaceSearchCommandInput);
|
|
84
94
|
/**
|
|
85
95
|
* @internal
|
|
86
96
|
*/
|
|
87
97
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartFaceSearchCommandInput, StartFaceSearchCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
88
101
|
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
89
105
|
private deserialize;
|
|
90
106
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartLabelDetectionRequest, StartLabelDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartLabelDetectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartLabelDetectionCommandInput extends StartLabelDetectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartLabelDetectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartLabelDetectionCommandOutput extends StartLabelDetectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts asynchronous detection of labels in a stored video.</p>
|
|
18
23
|
* <p>Amazon Rekognition Video can detect labels in a video. Labels are instances of real-world entities.
|
|
19
24
|
* This includes objects like flower, tree, and table; events like
|
|
@@ -49,6 +54,8 @@ export interface StartLabelDetectionCommandOutput extends StartLabelDetectionRes
|
|
|
49
54
|
* const response = await client.send(command);
|
|
50
55
|
* ```
|
|
51
56
|
*
|
|
57
|
+
* @param StartLabelDetectionCommandInput - {@link StartLabelDetectionCommandInput}
|
|
58
|
+
* @returns {@link StartLabelDetectionCommandOutput}
|
|
52
59
|
* @see {@link StartLabelDetectionCommandInput} for command's `input` shape.
|
|
53
60
|
* @see {@link StartLabelDetectionCommandOutput} for command's `response` shape.
|
|
54
61
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -91,11 +98,20 @@ export interface StartLabelDetectionCommandOutput extends StartLabelDetectionRes
|
|
|
91
98
|
export declare class StartLabelDetectionCommand extends $Command<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
92
99
|
readonly input: StartLabelDetectionCommandInput;
|
|
93
100
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
101
|
+
/**
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
94
104
|
constructor(input: StartLabelDetectionCommandInput);
|
|
95
105
|
/**
|
|
96
106
|
* @internal
|
|
97
107
|
*/
|
|
98
108
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput>;
|
|
109
|
+
/**
|
|
110
|
+
* @internal
|
|
111
|
+
*/
|
|
99
112
|
private serialize;
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
100
116
|
private deserialize;
|
|
101
117
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartPersonTrackingRequest, StartPersonTrackingResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartPersonTrackingCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartPersonTrackingCommandInput extends StartPersonTrackingRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartPersonTrackingCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartPersonTrackingCommandOutput extends StartPersonTrackingResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts the asynchronous tracking of a person's path in a stored video.</p>
|
|
18
23
|
* <p>Amazon Rekognition Video can track the path of people in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name
|
|
19
24
|
* and the filename of the video. <code>StartPersonTracking</code>
|
|
@@ -33,6 +38,8 @@ export interface StartPersonTrackingCommandOutput extends StartPersonTrackingRes
|
|
|
33
38
|
* const response = await client.send(command);
|
|
34
39
|
* ```
|
|
35
40
|
*
|
|
41
|
+
* @param StartPersonTrackingCommandInput - {@link StartPersonTrackingCommandInput}
|
|
42
|
+
* @returns {@link StartPersonTrackingCommandOutput}
|
|
36
43
|
* @see {@link StartPersonTrackingCommandInput} for command's `input` shape.
|
|
37
44
|
* @see {@link StartPersonTrackingCommandOutput} for command's `response` shape.
|
|
38
45
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -75,11 +82,20 @@ export interface StartPersonTrackingCommandOutput extends StartPersonTrackingRes
|
|
|
75
82
|
export declare class StartPersonTrackingCommand extends $Command<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput, RekognitionClientResolvedConfig> {
|
|
76
83
|
readonly input: StartPersonTrackingCommandInput;
|
|
77
84
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
85
|
+
/**
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
78
88
|
constructor(input: StartPersonTrackingCommandInput);
|
|
79
89
|
/**
|
|
80
90
|
* @internal
|
|
81
91
|
*/
|
|
82
92
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput>;
|
|
93
|
+
/**
|
|
94
|
+
* @internal
|
|
95
|
+
*/
|
|
83
96
|
private serialize;
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
84
100
|
private deserialize;
|
|
85
101
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartProjectVersionRequest, StartProjectVersionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartProjectVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartProjectVersionCommandInput extends StartProjectVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartProjectVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartProjectVersionCommandOutput extends StartProjectVersionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts the running of the version of a model. Starting a model takes a while
|
|
18
23
|
* to complete. To check the current state of the model, use <a>DescribeProjectVersions</a>.</p>
|
|
19
24
|
* <p>Once the model is running, you can detect custom labels in new images by calling
|
|
@@ -35,6 +40,8 @@ export interface StartProjectVersionCommandOutput extends StartProjectVersionRes
|
|
|
35
40
|
* const response = await client.send(command);
|
|
36
41
|
* ```
|
|
37
42
|
*
|
|
43
|
+
* @param StartProjectVersionCommandInput - {@link StartProjectVersionCommandInput}
|
|
44
|
+
* @returns {@link StartProjectVersionCommandOutput}
|
|
38
45
|
* @see {@link StartProjectVersionCommandInput} for command's `input` shape.
|
|
39
46
|
* @see {@link StartProjectVersionCommandOutput} for command's `response` shape.
|
|
40
47
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -72,11 +79,20 @@ export interface StartProjectVersionCommandOutput extends StartProjectVersionRes
|
|
|
72
79
|
export declare class StartProjectVersionCommand extends $Command<StartProjectVersionCommandInput, StartProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
73
80
|
readonly input: StartProjectVersionCommandInput;
|
|
74
81
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
75
85
|
constructor(input: StartProjectVersionCommandInput);
|
|
76
86
|
/**
|
|
77
87
|
* @internal
|
|
78
88
|
*/
|
|
79
89
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartProjectVersionCommandInput, StartProjectVersionCommandOutput>;
|
|
90
|
+
/**
|
|
91
|
+
* @internal
|
|
92
|
+
*/
|
|
80
93
|
private serialize;
|
|
94
|
+
/**
|
|
95
|
+
* @internal
|
|
96
|
+
*/
|
|
81
97
|
private deserialize;
|
|
82
98
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartSegmentDetectionRequest, StartSegmentDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartSegmentDetectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartSegmentDetectionCommandInput extends StartSegmentDetectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartSegmentDetectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartSegmentDetectionCommandOutput extends StartSegmentDetectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts asynchronous detection of segment detection in a stored video.</p>
|
|
18
23
|
* <p>Amazon Rekognition Video can detect segments in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name and
|
|
19
24
|
* the filename of the video. <code>StartSegmentDetection</code> returns a job identifier (<code>JobId</code>) which you use to get
|
|
@@ -38,6 +43,8 @@ export interface StartSegmentDetectionCommandOutput extends StartSegmentDetectio
|
|
|
38
43
|
* const response = await client.send(command);
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
46
|
+
* @param StartSegmentDetectionCommandInput - {@link StartSegmentDetectionCommandInput}
|
|
47
|
+
* @returns {@link StartSegmentDetectionCommandOutput}
|
|
41
48
|
* @see {@link StartSegmentDetectionCommandInput} for command's `input` shape.
|
|
42
49
|
* @see {@link StartSegmentDetectionCommandOutput} for command's `response` shape.
|
|
43
50
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -80,11 +87,20 @@ export interface StartSegmentDetectionCommandOutput extends StartSegmentDetectio
|
|
|
80
87
|
export declare class StartSegmentDetectionCommand extends $Command<StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
81
88
|
readonly input: StartSegmentDetectionCommandInput;
|
|
82
89
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
90
|
+
/**
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
83
93
|
constructor(input: StartSegmentDetectionCommandInput);
|
|
84
94
|
/**
|
|
85
95
|
* @internal
|
|
86
96
|
*/
|
|
87
97
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput>;
|
|
98
|
+
/**
|
|
99
|
+
* @internal
|
|
100
|
+
*/
|
|
88
101
|
private serialize;
|
|
102
|
+
/**
|
|
103
|
+
* @internal
|
|
104
|
+
*/
|
|
89
105
|
private deserialize;
|
|
90
106
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartStreamProcessorRequest, StartStreamProcessorResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartStreamProcessorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartStreamProcessorCommandInput extends StartStreamProcessorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartStreamProcessorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartStreamProcessorCommandOutput extends StartStreamProcessorResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts processing a stream processor. You create a stream processor by calling <a>CreateStreamProcessor</a>.
|
|
18
23
|
* To tell <code>StartStreamProcessor</code> which stream processor to start, use the value of the <code>Name</code> field specified in the call to
|
|
19
24
|
* <code>CreateStreamProcessor</code>.</p>
|
|
@@ -28,6 +33,8 @@ export interface StartStreamProcessorCommandOutput extends StartStreamProcessorR
|
|
|
28
33
|
* const response = await client.send(command);
|
|
29
34
|
* ```
|
|
30
35
|
*
|
|
36
|
+
* @param StartStreamProcessorCommandInput - {@link StartStreamProcessorCommandInput}
|
|
37
|
+
* @returns {@link StartStreamProcessorCommandOutput}
|
|
31
38
|
* @see {@link StartStreamProcessorCommandInput} for command's `input` shape.
|
|
32
39
|
* @see {@link StartStreamProcessorCommandOutput} for command's `response` shape.
|
|
33
40
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -60,11 +67,20 @@ export interface StartStreamProcessorCommandOutput extends StartStreamProcessorR
|
|
|
60
67
|
export declare class StartStreamProcessorCommand extends $Command<StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
61
68
|
readonly input: StartStreamProcessorCommandInput;
|
|
62
69
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
63
73
|
constructor(input: StartStreamProcessorCommandInput);
|
|
64
74
|
/**
|
|
65
75
|
* @internal
|
|
66
76
|
*/
|
|
67
77
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput>;
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
68
81
|
private serialize;
|
|
82
|
+
/**
|
|
83
|
+
* @internal
|
|
84
|
+
*/
|
|
69
85
|
private deserialize;
|
|
70
86
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StartTextDetectionRequest, StartTextDetectionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StartTextDetectionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StartTextDetectionCommandInput extends StartTextDetectionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StartTextDetectionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StartTextDetectionCommandOutput extends StartTextDetectionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Starts asynchronous detection of text in a stored video.</p>
|
|
18
23
|
* <p>Amazon Rekognition Video can detect text in a video stored in an Amazon S3 bucket. Use <a>Video</a> to specify the bucket name and
|
|
19
24
|
* the filename of the video. <code>StartTextDetection</code> returns a job identifier (<code>JobId</code>) which you use to get
|
|
@@ -32,6 +37,8 @@ export interface StartTextDetectionCommandOutput extends StartTextDetectionRespo
|
|
|
32
37
|
* const response = await client.send(command);
|
|
33
38
|
* ```
|
|
34
39
|
*
|
|
40
|
+
* @param StartTextDetectionCommandInput - {@link StartTextDetectionCommandInput}
|
|
41
|
+
* @returns {@link StartTextDetectionCommandOutput}
|
|
35
42
|
* @see {@link StartTextDetectionCommandInput} for command's `input` shape.
|
|
36
43
|
* @see {@link StartTextDetectionCommandOutput} for command's `response` shape.
|
|
37
44
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -74,11 +81,20 @@ export interface StartTextDetectionCommandOutput extends StartTextDetectionRespo
|
|
|
74
81
|
export declare class StartTextDetectionCommand extends $Command<StartTextDetectionCommandInput, StartTextDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
75
82
|
readonly input: StartTextDetectionCommandInput;
|
|
76
83
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
+
/**
|
|
85
|
+
* @public
|
|
86
|
+
*/
|
|
77
87
|
constructor(input: StartTextDetectionCommandInput);
|
|
78
88
|
/**
|
|
79
89
|
* @internal
|
|
80
90
|
*/
|
|
81
91
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartTextDetectionCommandInput, StartTextDetectionCommandOutput>;
|
|
92
|
+
/**
|
|
93
|
+
* @internal
|
|
94
|
+
*/
|
|
82
95
|
private serialize;
|
|
96
|
+
/**
|
|
97
|
+
* @internal
|
|
98
|
+
*/
|
|
83
99
|
private deserialize;
|
|
84
100
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StopProjectVersionRequest, StopProjectVersionResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopProjectVersionCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopProjectVersionCommandInput extends StopProjectVersionRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopProjectVersionCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopProjectVersionCommandOutput extends StopProjectVersionResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Stops a running model. The operation might take a while to complete. To
|
|
18
23
|
* check the current status, call <a>DescribeProjectVersions</a>. </p>
|
|
19
24
|
* @example
|
|
@@ -26,6 +31,8 @@ export interface StopProjectVersionCommandOutput extends StopProjectVersionRespo
|
|
|
26
31
|
* const response = await client.send(command);
|
|
27
32
|
* ```
|
|
28
33
|
*
|
|
34
|
+
* @param StopProjectVersionCommandInput - {@link StopProjectVersionCommandInput}
|
|
35
|
+
* @returns {@link StopProjectVersionCommandOutput}
|
|
29
36
|
* @see {@link StopProjectVersionCommandInput} for command's `input` shape.
|
|
30
37
|
* @see {@link StopProjectVersionCommandOutput} for command's `response` shape.
|
|
31
38
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -58,11 +65,20 @@ export interface StopProjectVersionCommandOutput extends StopProjectVersionRespo
|
|
|
58
65
|
export declare class StopProjectVersionCommand extends $Command<StopProjectVersionCommandInput, StopProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
59
66
|
readonly input: StopProjectVersionCommandInput;
|
|
60
67
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
68
|
+
/**
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
61
71
|
constructor(input: StopProjectVersionCommandInput);
|
|
62
72
|
/**
|
|
63
73
|
* @internal
|
|
64
74
|
*/
|
|
65
75
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopProjectVersionCommandInput, StopProjectVersionCommandOutput>;
|
|
76
|
+
/**
|
|
77
|
+
* @internal
|
|
78
|
+
*/
|
|
66
79
|
private serialize;
|
|
80
|
+
/**
|
|
81
|
+
* @internal
|
|
82
|
+
*/
|
|
67
83
|
private deserialize;
|
|
68
84
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { StopStreamProcessorRequest, StopStreamProcessorResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link StopStreamProcessorCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface StopStreamProcessorCommandInput extends StopStreamProcessorRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link StopStreamProcessorCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface StopStreamProcessorCommandOutput extends StopStreamProcessorResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Stops a running stream processor that was created by <a>CreateStreamProcessor</a>.</p>
|
|
18
23
|
* @example
|
|
19
24
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -25,6 +30,8 @@ export interface StopStreamProcessorCommandOutput extends StopStreamProcessorRes
|
|
|
25
30
|
* const response = await client.send(command);
|
|
26
31
|
* ```
|
|
27
32
|
*
|
|
33
|
+
* @param StopStreamProcessorCommandInput - {@link StopStreamProcessorCommandInput}
|
|
34
|
+
* @returns {@link StopStreamProcessorCommandOutput}
|
|
28
35
|
* @see {@link StopStreamProcessorCommandInput} for command's `input` shape.
|
|
29
36
|
* @see {@link StopStreamProcessorCommandOutput} for command's `response` shape.
|
|
30
37
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface StopStreamProcessorCommandOutput extends StopStreamProcessorRes
|
|
|
57
64
|
export declare class StopStreamProcessorCommand extends $Command<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
58
65
|
readonly input: StopStreamProcessorCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: StopStreamProcessorCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { RekognitionClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../RekognitionClient";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link TagResourceCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link TagResourceCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p> Adds one or more key-value tags to an Amazon Rekognition collection, stream processor, or Custom
|
|
18
23
|
* Labels model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging AWS
|
|
19
24
|
* Resources</a>. </p>
|
|
@@ -29,6 +34,8 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
29
34
|
* const response = await client.send(command);
|
|
30
35
|
* ```
|
|
31
36
|
*
|
|
37
|
+
* @param TagResourceCommandInput - {@link TagResourceCommandInput}
|
|
38
|
+
* @returns {@link TagResourceCommandOutput}
|
|
32
39
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
33
40
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
34
41
|
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
@@ -63,11 +70,20 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
63
70
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RekognitionClientResolvedConfig> {
|
|
64
71
|
readonly input: TagResourceCommandInput;
|
|
65
72
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
73
|
+
/**
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
66
76
|
constructor(input: TagResourceCommandInput);
|
|
67
77
|
/**
|
|
68
78
|
* @internal
|
|
69
79
|
*/
|
|
70
80
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: RekognitionClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
81
|
+
/**
|
|
82
|
+
* @internal
|
|
83
|
+
*/
|
|
71
84
|
private serialize;
|
|
85
|
+
/**
|
|
86
|
+
* @internal
|
|
87
|
+
*/
|
|
72
88
|
private deserialize;
|
|
73
89
|
}
|