@aws-sdk/client-rekognition 3.40.0 → 3.41.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 +11 -0
- package/dist-cjs/endpoints.js +8 -0
- package/dist-es/endpoints.js +8 -0
- package/dist-types/commands/CompareFacesCommand.d.ts +1 -1
- package/dist-types/commands/CreateCollectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
- package/dist-types/commands/CreateProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFacesCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeProjectsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/DetectCustomLabelsCommand.d.ts +1 -1
- package/dist-types/commands/DetectFacesCommand.d.ts +1 -1
- package/dist-types/commands/DetectLabelsCommand.d.ts +1 -1
- package/dist-types/commands/DetectModerationLabelsCommand.d.ts +1 -1
- package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +1 -1
- package/dist-types/commands/DetectTextCommand.d.ts +1 -1
- package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +1 -1
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +1 -1
- package/dist-types/commands/GetContentModerationCommand.d.ts +1 -1
- package/dist-types/commands/GetFaceDetectionCommand.d.ts +1 -1
- package/dist-types/commands/GetFaceSearchCommand.d.ts +1 -1
- package/dist-types/commands/GetLabelDetectionCommand.d.ts +1 -1
- package/dist-types/commands/GetPersonTrackingCommand.d.ts +1 -1
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +1 -1
- package/dist-types/commands/GetTextDetectionCommand.d.ts +1 -1
- package/dist-types/commands/IndexFacesCommand.d.ts +1 -1
- package/dist-types/commands/ListCollectionsCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetEntriesCommand.d.ts +1 -1
- package/dist-types/commands/ListDatasetLabelsCommand.d.ts +1 -1
- package/dist-types/commands/ListFacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamProcessorsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +1 -1
- package/dist-types/commands/SearchFacesByImageCommand.d.ts +1 -1
- package/dist-types/commands/SearchFacesCommand.d.ts +1 -1
- package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +1 -1
- package/dist-types/commands/StartContentModerationCommand.d.ts +1 -1
- package/dist-types/commands/StartFaceDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartFaceSearchCommand.d.ts +1 -1
- package/dist-types/commands/StartLabelDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartPersonTrackingCommand.d.ts +1 -1
- package/dist-types/commands/StartProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/StartTextDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StopProjectVersionCommand.d.ts +1 -1
- package/dist-types/commands/StopStreamProcessorCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -166,6 +166,10 @@ const partitionHash = {
|
|
|
166
166
|
hostname: "rekognition.{region}.c2s.ic.gov",
|
|
167
167
|
tags: [],
|
|
168
168
|
},
|
|
169
|
+
{
|
|
170
|
+
hostname: "rekognition-fips.{region}.c2s.ic.gov",
|
|
171
|
+
tags: ["fips"],
|
|
172
|
+
},
|
|
169
173
|
],
|
|
170
174
|
},
|
|
171
175
|
"aws-iso-b": {
|
|
@@ -176,6 +180,10 @@ const partitionHash = {
|
|
|
176
180
|
hostname: "rekognition.{region}.sc2s.sgov.gov",
|
|
177
181
|
tags: [],
|
|
178
182
|
},
|
|
183
|
+
{
|
|
184
|
+
hostname: "rekognition-fips.{region}.sc2s.sgov.gov",
|
|
185
|
+
tags: ["fips"],
|
|
186
|
+
},
|
|
179
187
|
],
|
|
180
188
|
},
|
|
181
189
|
"aws-us-gov": {
|
package/dist-es/endpoints.js
CHANGED
|
@@ -164,6 +164,10 @@ var partitionHash = {
|
|
|
164
164
|
hostname: "rekognition.{region}.c2s.ic.gov",
|
|
165
165
|
tags: [],
|
|
166
166
|
},
|
|
167
|
+
{
|
|
168
|
+
hostname: "rekognition-fips.{region}.c2s.ic.gov",
|
|
169
|
+
tags: ["fips"],
|
|
170
|
+
},
|
|
167
171
|
],
|
|
168
172
|
},
|
|
169
173
|
"aws-iso-b": {
|
|
@@ -174,6 +178,10 @@ var partitionHash = {
|
|
|
174
178
|
hostname: "rekognition.{region}.sc2s.sgov.gov",
|
|
175
179
|
tags: [],
|
|
176
180
|
},
|
|
181
|
+
{
|
|
182
|
+
hostname: "rekognition-fips.{region}.sc2s.sgov.gov",
|
|
183
|
+
tags: ["fips"],
|
|
184
|
+
},
|
|
177
185
|
],
|
|
178
186
|
},
|
|
179
187
|
"aws-us-gov": {
|
|
@@ -82,7 +82,7 @@ export interface CompareFacesCommandOutput extends CompareFacesResponse, __Metad
|
|
|
82
82
|
*
|
|
83
83
|
* @see {@link CompareFacesCommandInput} for command's `input` shape.
|
|
84
84
|
* @see {@link CompareFacesCommandOutput} for command's `response` shape.
|
|
85
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
85
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
export declare class CompareFacesCommand extends $Command<CompareFacesCommandInput, CompareFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface CreateCollectionCommandOutput extends CreateCollectionResponse,
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link CreateCollectionCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link CreateCollectionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class CreateCollectionCommand extends $Command<CreateCollectionCommandInput, CreateCollectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -44,7 +44,7 @@ export interface CreateDatasetCommandOutput extends CreateDatasetResponse, __Met
|
|
|
44
44
|
*
|
|
45
45
|
* @see {@link CreateDatasetCommandInput} for command's `input` shape.
|
|
46
46
|
* @see {@link CreateDatasetCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
47
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
export declare class CreateDatasetCommand extends $Command<CreateDatasetCommandInput, CreateDatasetCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateProjectCommandOutput extends CreateProjectResponse, __Met
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateProjectCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateProjectCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -59,7 +59,7 @@ export interface CreateProjectVersionCommandOutput extends CreateProjectVersionR
|
|
|
59
59
|
*
|
|
60
60
|
* @see {@link CreateProjectVersionCommandInput} for command's `input` shape.
|
|
61
61
|
* @see {@link CreateProjectVersionCommandOutput} for command's `response` shape.
|
|
62
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
62
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
export declare class CreateProjectVersionCommand extends $Command<CreateProjectVersionCommandInput, CreateProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface CreateStreamProcessorCommandOutput extends CreateStreamProcesso
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link CreateStreamProcessorCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link CreateStreamProcessorCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class CreateStreamProcessorCommand extends $Command<CreateStreamProcessorCommandInput, CreateStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteCollectionCommandOutput extends DeleteCollectionResponse,
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteCollectionCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteCollectionCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteCollectionCommand extends $Command<DeleteCollectionCommandInput, DeleteCollectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DeleteDatasetCommandOutput extends DeleteDatasetResponse, __Met
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DeleteDatasetCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DeleteDatasetCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DeleteDatasetCommand extends $Command<DeleteDatasetCommandInput, DeleteDatasetCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteFacesCommandOutput extends DeleteFacesResponse, __Metadat
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteFacesCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteFacesCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteFacesCommand extends $Command<DeleteFacesCommandInput, DeleteFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DeleteProjectCommandOutput extends DeleteProjectResponse, __Met
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DeleteProjectCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DeleteProjectCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DeleteProjectVersionCommandOutput extends DeleteProjectVersionR
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DeleteProjectVersionCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DeleteProjectVersionCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DeleteProjectVersionCommand extends $Command<DeleteProjectVersionCommandInput, DeleteProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteStreamProcessorCommandOutput extends DeleteStreamProcesso
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteStreamProcessorCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteStreamProcessorCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteStreamProcessorCommand extends $Command<DeleteStreamProcessorCommandInput, DeleteStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DescribeCollectionCommandOutput extends DescribeCollectionRespo
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DescribeCollectionCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DescribeCollectionCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DescribeCollectionCommand extends $Command<DescribeCollectionCommandInput, DescribeCollectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeDatasetCommandOutput extends DescribeDatasetResponse, _
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeDatasetCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeDatasetCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeDatasetCommand extends $Command<DescribeDatasetCommandInput, DescribeDatasetCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeProjectVersionsCommandOutput extends DescribeProjectVer
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeProjectVersionsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeProjectVersionsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeProjectVersionsCommand extends $Command<DescribeProjectVersionsCommandInput, DescribeProjectVersionsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeProjectsCommandOutput extends DescribeProjectsResponse,
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeProjectsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeProjectsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeProjectsCommand extends $Command<DescribeProjectsCommandInput, DescribeProjectsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DescribeStreamProcessorCommandOutput extends DescribeStreamProc
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeStreamProcessorCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeStreamProcessorCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeStreamProcessorCommand extends $Command<DescribeStreamProcessorCommandInput, DescribeStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -70,7 +70,7 @@ export interface DetectCustomLabelsCommandOutput extends DetectCustomLabelsRespo
|
|
|
70
70
|
*
|
|
71
71
|
* @see {@link DetectCustomLabelsCommandInput} for command's `input` shape.
|
|
72
72
|
* @see {@link DetectCustomLabelsCommandOutput} for command's `response` shape.
|
|
73
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
73
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
export declare class DetectCustomLabelsCommand extends $Command<DetectCustomLabelsCommandInput, DetectCustomLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface DetectFacesCommandOutput extends DetectFacesResponse, __Metadat
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link DetectFacesCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link DetectFacesCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class DetectFacesCommand extends $Command<DetectFacesCommandInput, DetectFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -92,7 +92,7 @@ export interface DetectLabelsCommandOutput extends DetectLabelsResponse, __Metad
|
|
|
92
92
|
*
|
|
93
93
|
* @see {@link DetectLabelsCommandInput} for command's `input` shape.
|
|
94
94
|
* @see {@link DetectLabelsCommandOutput} for command's `response` shape.
|
|
95
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
95
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
export declare class DetectLabelsCommand extends $Command<DetectLabelsCommandInput, DetectLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface DetectModerationLabelsCommandOutput extends DetectModerationLab
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link DetectModerationLabelsCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link DetectModerationLabelsCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class DetectModerationLabelsCommand extends $Command<DetectModerationLabelsCommandInput, DetectModerationLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -59,7 +59,7 @@ export interface DetectProtectiveEquipmentCommandOutput extends DetectProtective
|
|
|
59
59
|
*
|
|
60
60
|
* @see {@link DetectProtectiveEquipmentCommandInput} for command's `input` shape.
|
|
61
61
|
* @see {@link DetectProtectiveEquipmentCommandOutput} for command's `response` shape.
|
|
62
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
62
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
export declare class DetectProtectiveEquipmentCommand extends $Command<DetectProtectiveEquipmentCommandInput, DetectProtectiveEquipmentCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -41,7 +41,7 @@ export interface DetectTextCommandOutput extends DetectTextResponse, __MetadataB
|
|
|
41
41
|
*
|
|
42
42
|
* @see {@link DetectTextCommandInput} for command's `input` shape.
|
|
43
43
|
* @see {@link DetectTextCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
44
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
45
45
|
*
|
|
46
46
|
*/
|
|
47
47
|
export declare class DetectTextCommand extends $Command<DetectTextCommandInput, DetectTextCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface DistributeDatasetEntriesCommandOutput extends DistributeDataset
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link DistributeDatasetEntriesCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link DistributeDatasetEntriesCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class DistributeDatasetEntriesCommand extends $Command<DistributeDatasetEntriesCommandInput, DistributeDatasetEntriesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface GetCelebrityInfoCommandOutput extends GetCelebrityInfoResponse,
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link GetCelebrityInfoCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link GetCelebrityInfoCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class GetCelebrityInfoCommand extends $Command<GetCelebrityInfoCommandInput, GetCelebrityInfoCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -59,7 +59,7 @@ export interface GetCelebrityRecognitionCommandOutput extends GetCelebrityRecogn
|
|
|
59
59
|
*
|
|
60
60
|
* @see {@link GetCelebrityRecognitionCommandInput} for command's `input` shape.
|
|
61
61
|
* @see {@link GetCelebrityRecognitionCommandOutput} for command's `response` shape.
|
|
62
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
62
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
export declare class GetCelebrityRecognitionCommand extends $Command<GetCelebrityRecognitionCommandInput, GetCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface GetContentModerationCommandOutput extends GetContentModerationR
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link GetContentModerationCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link GetContentModerationCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class GetContentModerationCommand extends $Command<GetContentModerationCommandInput, GetContentModerationCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface GetFaceDetectionCommandOutput extends GetFaceDetectionResponse,
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link GetFaceDetectionCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link GetFaceDetectionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class GetFaceDetectionCommand extends $Command<GetFaceDetectionCommandInput, GetFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -50,7 +50,7 @@ export interface GetFaceSearchCommandOutput extends GetFaceSearchResponse, __Met
|
|
|
50
50
|
*
|
|
51
51
|
* @see {@link GetFaceSearchCommandInput} for command's `input` shape.
|
|
52
52
|
* @see {@link GetFaceSearchCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
53
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
export declare class GetFaceSearchCommand extends $Command<GetFaceSearchCommandInput, GetFaceSearchCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface GetLabelDetectionCommandOutput extends GetLabelDetectionRespons
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link GetLabelDetectionCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link GetLabelDetectionCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class GetLabelDetectionCommand extends $Command<GetLabelDetectionCommandInput, GetLabelDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -49,7 +49,7 @@ export interface GetPersonTrackingCommandOutput extends GetPersonTrackingRespons
|
|
|
49
49
|
*
|
|
50
50
|
* @see {@link GetPersonTrackingCommandInput} for command's `input` shape.
|
|
51
51
|
* @see {@link GetPersonTrackingCommandOutput} for command's `response` shape.
|
|
52
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
52
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
53
53
|
*
|
|
54
54
|
*/
|
|
55
55
|
export declare class GetPersonTrackingCommand extends $Command<GetPersonTrackingCommandInput, GetPersonTrackingCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface GetSegmentDetectionCommandOutput extends GetSegmentDetectionRes
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link GetSegmentDetectionCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link GetSegmentDetectionCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class GetSegmentDetectionCommand extends $Command<GetSegmentDetectionCommandInput, GetSegmentDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface GetTextDetectionCommandOutput extends GetTextDetectionResponse,
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link GetTextDetectionCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link GetTextDetectionCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class GetTextDetectionCommand extends $Command<GetTextDetectionCommandInput, GetTextDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -119,7 +119,7 @@ export interface IndexFacesCommandOutput extends IndexFacesResponse, __MetadataB
|
|
|
119
119
|
*
|
|
120
120
|
* @see {@link IndexFacesCommandInput} for command's `input` shape.
|
|
121
121
|
* @see {@link IndexFacesCommandOutput} for command's `response` shape.
|
|
122
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
122
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
123
123
|
*
|
|
124
124
|
*/
|
|
125
125
|
export declare class IndexFacesCommand extends $Command<IndexFacesCommandInput, IndexFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListCollectionsCommandOutput extends ListCollectionsResponse, _
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListCollectionsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListCollectionsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListCollectionsCommand extends $Command<ListCollectionsCommandInput, ListCollectionsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface ListDatasetEntriesCommandOutput extends ListDatasetEntriesRespo
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link ListDatasetEntriesCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link ListDatasetEntriesCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class ListDatasetEntriesCommand extends $Command<ListDatasetEntriesCommandInput, ListDatasetEntriesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface ListDatasetLabelsCommandOutput extends ListDatasetLabelsRespons
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link ListDatasetLabelsCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link ListDatasetLabelsCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class ListDatasetLabelsCommand extends $Command<ListDatasetLabelsCommandInput, ListDatasetLabelsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface ListFacesCommandOutput extends ListFacesResponse, __MetadataBea
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link ListFacesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link ListFacesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class ListFacesCommand extends $Command<ListFacesCommandInput, ListFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListStreamProcessorsCommandOutput extends ListStreamProcessorsR
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListStreamProcessorsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListStreamProcessorsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListStreamProcessorsCommand extends $Command<ListStreamProcessorsCommandInput, ListStreamProcessorsCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -50,7 +50,7 @@ export interface RecognizeCelebritiesCommandOutput extends RecognizeCelebritiesR
|
|
|
50
50
|
*
|
|
51
51
|
* @see {@link RecognizeCelebritiesCommandInput} for command's `input` shape.
|
|
52
52
|
* @see {@link RecognizeCelebritiesCommandOutput} for command's `response` shape.
|
|
53
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
53
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
54
54
|
*
|
|
55
55
|
*/
|
|
56
56
|
export declare class RecognizeCelebritiesCommand extends $Command<RecognizeCelebritiesCommandInput, RecognizeCelebritiesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -66,7 +66,7 @@ export interface SearchFacesByImageCommandOutput extends SearchFacesByImageRespo
|
|
|
66
66
|
*
|
|
67
67
|
* @see {@link SearchFacesByImageCommandInput} for command's `input` shape.
|
|
68
68
|
* @see {@link SearchFacesByImageCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
69
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
70
70
|
*
|
|
71
71
|
*/
|
|
72
72
|
export declare class SearchFacesByImageCommand extends $Command<SearchFacesByImageCommandInput, SearchFacesByImageCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -40,7 +40,7 @@ export interface SearchFacesCommandOutput extends SearchFacesResponse, __Metadat
|
|
|
40
40
|
*
|
|
41
41
|
* @see {@link SearchFacesCommandInput} for command's `input` shape.
|
|
42
42
|
* @see {@link SearchFacesCommandOutput} for command's `response` shape.
|
|
43
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
43
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
export declare class SearchFacesCommand extends $Command<SearchFacesCommandInput, SearchFacesCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface StartCelebrityRecognitionCommandOutput extends StartCelebrityRe
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link StartCelebrityRecognitionCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link StartCelebrityRecognitionCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class StartCelebrityRecognitionCommand extends $Command<StartCelebrityRecognitionCommandInput, StartCelebrityRecognitionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -31,7 +31,7 @@ export interface StartContentModerationCommandOutput extends StartContentModerat
|
|
|
31
31
|
*
|
|
32
32
|
* @see {@link StartContentModerationCommandInput} for command's `input` shape.
|
|
33
33
|
* @see {@link StartContentModerationCommandOutput} for command's `response` shape.
|
|
34
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
34
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
export declare class StartContentModerationCommand extends $Command<StartContentModerationCommandInput, StartContentModerationCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -32,7 +32,7 @@ export interface StartFaceDetectionCommandOutput extends StartFaceDetectionRespo
|
|
|
32
32
|
*
|
|
33
33
|
* @see {@link StartFaceDetectionCommandInput} for command's `input` shape.
|
|
34
34
|
* @see {@link StartFaceDetectionCommandOutput} for command's `response` shape.
|
|
35
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
35
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
36
36
|
*
|
|
37
37
|
*/
|
|
38
38
|
export declare class StartFaceDetectionCommand extends $Command<StartFaceDetectionCommandInput, StartFaceDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface StartFaceSearchCommandOutput extends StartFaceSearchResponse, _
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link StartFaceSearchCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link StartFaceSearchCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class StartFaceSearchCommand extends $Command<StartFaceSearchCommandInput, StartFaceSearchCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -34,7 +34,7 @@ export interface StartLabelDetectionCommandOutput extends StartLabelDetectionRes
|
|
|
34
34
|
*
|
|
35
35
|
* @see {@link StartLabelDetectionCommandInput} for command's `input` shape.
|
|
36
36
|
* @see {@link StartLabelDetectionCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
37
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
export declare class StartLabelDetectionCommand extends $Command<StartLabelDetectionCommandInput, StartLabelDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface StartPersonTrackingCommandOutput extends StartPersonTrackingRes
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link StartPersonTrackingCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link StartPersonTrackingCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class StartPersonTrackingCommand extends $Command<StartPersonTrackingCommandInput, StartPersonTrackingCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface StartProjectVersionCommandOutput extends StartProjectVersionRes
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link StartProjectVersionCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link StartProjectVersionCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class StartProjectVersionCommand extends $Command<StartProjectVersionCommandInput, StartProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface StartSegmentDetectionCommandOutput extends StartSegmentDetectio
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link StartSegmentDetectionCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link StartSegmentDetectionCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class StartSegmentDetectionCommand extends $Command<StartSegmentDetectionCommandInput, StartSegmentDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface StartStreamProcessorCommandOutput extends StartStreamProcessorR
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link StartStreamProcessorCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link StartStreamProcessorCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class StartStreamProcessorCommand extends $Command<StartStreamProcessorCommandInput, StartStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface StartTextDetectionCommandOutput extends StartTextDetectionRespo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link StartTextDetectionCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link StartTextDetectionCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class StartTextDetectionCommand extends $Command<StartTextDetectionCommandInput, StartTextDetectionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface StopProjectVersionCommandOutput extends StopProjectVersionRespo
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link StopProjectVersionCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link StopProjectVersionCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class StopProjectVersionCommand extends $Command<StopProjectVersionCommandInput, StopProjectVersionCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopStreamProcessorCommandOutput extends StopStreamProcessorRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopStreamProcessorCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopStreamProcessorCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopStreamProcessorCommand extends $Command<StopStreamProcessorCommandInput, StopStreamProcessorCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, RekognitionClientResolvedConfig> {
|
|
@@ -47,7 +47,7 @@ export interface UpdateDatasetEntriesCommandOutput extends UpdateDatasetEntriesR
|
|
|
47
47
|
*
|
|
48
48
|
* @see {@link UpdateDatasetEntriesCommandInput} for command's `input` shape.
|
|
49
49
|
* @see {@link UpdateDatasetEntriesCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link RekognitionClientResolvedConfig | config} for
|
|
50
|
+
* @see {@link RekognitionClientResolvedConfig | config} for RekognitionClient's `config` shape.
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
export declare class UpdateDatasetEntriesCommand extends $Command<UpdateDatasetEntriesCommandInput, UpdateDatasetEntriesCommandOutput, RekognitionClientResolvedConfig> {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rekognition",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.41.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.41.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|