@aws-sdk/client-rekognition 3.40.0 → 3.45.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.
Files changed (67) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +9 -0
  3. package/dist-cjs/models/models_0.js +2 -0
  4. package/dist-es/endpoints.js +9 -0
  5. package/dist-es/models/models_0.js +2 -0
  6. package/dist-types/Rekognition.d.ts +2 -2
  7. package/dist-types/commands/CompareFacesCommand.d.ts +2 -2
  8. package/dist-types/commands/CreateCollectionCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateDatasetCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateProjectVersionCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateStreamProcessorCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteCollectionCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteFacesCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteProjectVersionCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteStreamProcessorCommand.d.ts +1 -1
  19. package/dist-types/commands/DescribeCollectionCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  21. package/dist-types/commands/DescribeProjectVersionsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeProjectsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeStreamProcessorCommand.d.ts +1 -1
  24. package/dist-types/commands/DetectCustomLabelsCommand.d.ts +1 -1
  25. package/dist-types/commands/DetectFacesCommand.d.ts +1 -1
  26. package/dist-types/commands/DetectLabelsCommand.d.ts +1 -1
  27. package/dist-types/commands/DetectModerationLabelsCommand.d.ts +1 -1
  28. package/dist-types/commands/DetectProtectiveEquipmentCommand.d.ts +1 -1
  29. package/dist-types/commands/DetectTextCommand.d.ts +2 -2
  30. package/dist-types/commands/DistributeDatasetEntriesCommand.d.ts +1 -1
  31. package/dist-types/commands/GetCelebrityInfoCommand.d.ts +1 -1
  32. package/dist-types/commands/GetCelebrityRecognitionCommand.d.ts +1 -1
  33. package/dist-types/commands/GetContentModerationCommand.d.ts +1 -1
  34. package/dist-types/commands/GetFaceDetectionCommand.d.ts +1 -1
  35. package/dist-types/commands/GetFaceSearchCommand.d.ts +1 -1
  36. package/dist-types/commands/GetLabelDetectionCommand.d.ts +1 -1
  37. package/dist-types/commands/GetPersonTrackingCommand.d.ts +1 -1
  38. package/dist-types/commands/GetSegmentDetectionCommand.d.ts +1 -1
  39. package/dist-types/commands/GetTextDetectionCommand.d.ts +1 -1
  40. package/dist-types/commands/IndexFacesCommand.d.ts +1 -1
  41. package/dist-types/commands/ListCollectionsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListDatasetEntriesCommand.d.ts +1 -1
  43. package/dist-types/commands/ListDatasetLabelsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListFacesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListStreamProcessorsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  47. package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +1 -1
  48. package/dist-types/commands/SearchFacesByImageCommand.d.ts +1 -1
  49. package/dist-types/commands/SearchFacesCommand.d.ts +1 -1
  50. package/dist-types/commands/StartCelebrityRecognitionCommand.d.ts +1 -1
  51. package/dist-types/commands/StartContentModerationCommand.d.ts +1 -1
  52. package/dist-types/commands/StartFaceDetectionCommand.d.ts +1 -1
  53. package/dist-types/commands/StartFaceSearchCommand.d.ts +1 -1
  54. package/dist-types/commands/StartLabelDetectionCommand.d.ts +1 -1
  55. package/dist-types/commands/StartPersonTrackingCommand.d.ts +1 -1
  56. package/dist-types/commands/StartProjectVersionCommand.d.ts +1 -1
  57. package/dist-types/commands/StartSegmentDetectionCommand.d.ts +1 -1
  58. package/dist-types/commands/StartStreamProcessorCommand.d.ts +1 -1
  59. package/dist-types/commands/StartTextDetectionCommand.d.ts +1 -1
  60. package/dist-types/commands/StopProjectVersionCommand.d.ts +1 -1
  61. package/dist-types/commands/StopStreamProcessorCommand.d.ts +1 -1
  62. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  64. package/dist-types/commands/UpdateDatasetEntriesCommand.d.ts +1 -1
  65. package/dist-types/models/models_0.d.ts +7 -3
  66. package/dist-types/ts3.4/models/models_0.d.ts +3 -1
  67. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-rekognition
20
+
21
+
22
+
23
+
24
+
25
+ # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-rekognition
28
+
29
+
30
+
31
+
32
+
33
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
34
+
35
+
36
+ ### Features
37
+
38
+ * **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))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
7
45
 
8
46
 
@@ -87,6 +87,7 @@ const partitionHash = {
87
87
  "ap-south-1",
88
88
  "ap-southeast-1",
89
89
  "ap-southeast-2",
90
+ "ap-southeast-3",
90
91
  "ca-central-1",
91
92
  "ca-central-1-fips",
92
93
  "eu-central-1",
@@ -166,6 +167,10 @@ const partitionHash = {
166
167
  hostname: "rekognition.{region}.c2s.ic.gov",
167
168
  tags: [],
168
169
  },
170
+ {
171
+ hostname: "rekognition-fips.{region}.c2s.ic.gov",
172
+ tags: ["fips"],
173
+ },
169
174
  ],
170
175
  },
171
176
  "aws-iso-b": {
@@ -176,6 +181,10 @@ const partitionHash = {
176
181
  hostname: "rekognition.{region}.sc2s.sgov.gov",
177
182
  tags: [],
178
183
  },
184
+ {
185
+ hostname: "rekognition-fips.{region}.sc2s.sgov.gov",
186
+ tags: ["fips"],
187
+ },
179
188
  ],
180
189
  },
181
190
  "aws-us-gov": {
@@ -169,6 +169,8 @@ var KnownGenderType;
169
169
  (function (KnownGenderType) {
170
170
  KnownGenderType["Female"] = "Female";
171
171
  KnownGenderType["Male"] = "Male";
172
+ KnownGenderType["Nonbinary"] = "Nonbinary";
173
+ KnownGenderType["Unlisted"] = "Unlisted";
172
174
  })(KnownGenderType = exports.KnownGenderType || (exports.KnownGenderType = {}));
173
175
  var KnownGender;
174
176
  (function (KnownGender) {
@@ -85,6 +85,7 @@ var partitionHash = {
85
85
  "ap-south-1",
86
86
  "ap-southeast-1",
87
87
  "ap-southeast-2",
88
+ "ap-southeast-3",
88
89
  "ca-central-1",
89
90
  "ca-central-1-fips",
90
91
  "eu-central-1",
@@ -164,6 +165,10 @@ var partitionHash = {
164
165
  hostname: "rekognition.{region}.c2s.ic.gov",
165
166
  tags: [],
166
167
  },
168
+ {
169
+ hostname: "rekognition-fips.{region}.c2s.ic.gov",
170
+ tags: ["fips"],
171
+ },
167
172
  ],
168
173
  },
169
174
  "aws-iso-b": {
@@ -174,6 +179,10 @@ var partitionHash = {
174
179
  hostname: "rekognition.{region}.sc2s.sgov.gov",
175
180
  tags: [],
176
181
  },
182
+ {
183
+ hostname: "rekognition-fips.{region}.sc2s.sgov.gov",
184
+ tags: ["fips"],
185
+ },
177
186
  ],
178
187
  },
179
188
  "aws-us-gov": {
@@ -126,6 +126,8 @@ export var KnownGenderType;
126
126
  (function (KnownGenderType) {
127
127
  KnownGenderType["Female"] = "Female";
128
128
  KnownGenderType["Male"] = "Male";
129
+ KnownGenderType["Nonbinary"] = "Nonbinary";
130
+ KnownGenderType["Unlisted"] = "Unlisted";
129
131
  })(KnownGenderType || (KnownGenderType = {}));
130
132
  export var KnownGender;
131
133
  (function (KnownGender) {
@@ -90,7 +90,7 @@ export declare class Rekognition extends RekognitionClient {
90
90
  * supported. The image must be formatted as a PNG or JPEG file. </p>
91
91
  * <p>In response, the operation returns an array of face matches ordered by similarity score
92
92
  * in descending order. For each face match, the response provides a bounding box of the face,
93
- * facial landmarks, pose details (pitch, role, and yaw), quality (brightness and sharpness), and
93
+ * facial landmarks, pose details (pitch, roll, and yaw), quality (brightness and sharpness), and
94
94
  * confidence value (indicating the level of confidence that the bounding box contains a face).
95
95
  * The response also provides a similarity score, which indicates how closely the faces match. </p>
96
96
  *
@@ -594,7 +594,7 @@ export declare class Rekognition extends RekognitionClient {
594
594
  * <p>The <code>DetectText</code> operation returns text in an array of <a>TextDetection</a> elements, <code>TextDetections</code>. Each
595
595
  * <code>TextDetection</code> element provides information about a single word or line of text
596
596
  * that was detected in the image. </p>
597
- * <p>A word is one or more ISO basic latin script characters that are not separated by spaces.
597
+ * <p>A word is one or more script characters that are not separated by spaces.
598
598
  * <code>DetectText</code> can detect up to 100 words in an image.</p>
599
599
  * <p>A line is a string of equally spaced words. A line isn't necessarily a complete
600
600
  * sentence. For example, a driver's license number is detected as a line. A line ends when there
@@ -34,7 +34,7 @@ export interface CompareFacesCommandOutput extends CompareFacesResponse, __Metad
34
34
  * supported. The image must be formatted as a PNG or JPEG file. </p>
35
35
  * <p>In response, the operation returns an array of face matches ordered by similarity score
36
36
  * in descending order. For each face match, the response provides a bounding box of the face,
37
- * facial landmarks, pose details (pitch, role, and yaw), quality (brightness and sharpness), and
37
+ * facial landmarks, pose details (pitch, roll, and yaw), quality (brightness and sharpness), and
38
38
  * confidence value (indicating the level of confidence that the bounding box contains a face).
39
39
  * The response also provides a similarity score, which indicates how closely the faces match. </p>
40
40
  *
@@ -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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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> {
@@ -15,7 +15,7 @@ export interface DetectTextCommandOutput extends DetectTextResponse, __MetadataB
15
15
  * <p>The <code>DetectText</code> operation returns text in an array of <a>TextDetection</a> elements, <code>TextDetections</code>. Each
16
16
  * <code>TextDetection</code> element provides information about a single word or line of text
17
17
  * that was detected in the image. </p>
18
- * <p>A word is one or more ISO basic latin script characters that are not separated by spaces.
18
+ * <p>A word is one or more script characters that are not separated by spaces.
19
19
  * <code>DetectText</code> can detect up to 100 words in an image.</p>
20
20
  * <p>A line is a string of equally spaced words. A line isn't necessarily a complete
21
21
  * sentence. For example, a driver's license number is detected as a line. A line ends when there
@@ -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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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 command's `input` shape.
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> {
@@ -520,10 +520,13 @@ export declare namespace ComparedFace {
520
520
  }
521
521
  export declare enum KnownGenderType {
522
522
  Female = "Female",
523
- Male = "Male"
523
+ Male = "Male",
524
+ Nonbinary = "Nonbinary",
525
+ Unlisted = "Unlisted"
524
526
  }
525
527
  /**
526
- * <p>The known gender identity for the celebrity that matches the provided ID.</p>
528
+ * <p>The known gender identity for the celebrity that matches the provided ID. The known
529
+ * gender identity can be Male, Female, Nonbinary, or Unlisted.</p>
527
530
  */
528
531
  export interface KnownGender {
529
532
  /**
@@ -565,7 +568,8 @@ export interface Celebrity {
565
568
  */
566
569
  MatchConfidence?: number;
567
570
  /**
568
- * <p>The known gender identity for the celebrity that matches the provided ID.</p>
571
+ * <p>The known gender identity for the celebrity that matches the provided ID. The known
572
+ * gender identity can be Male, Female, Nonbinary, or Unlisted.</p>
569
573
  */
570
574
  KnownGender?: KnownGender;
571
575
  }
@@ -276,7 +276,9 @@ export declare namespace ComparedFace {
276
276
  }
277
277
  export declare enum KnownGenderType {
278
278
  Female = "Female",
279
- Male = "Male"
279
+ Male = "Male",
280
+ Nonbinary = "Nonbinary",
281
+ Unlisted = "Unlisted"
280
282
  }
281
283
 
282
284
  export interface KnownGender {
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.40.0",
4
+ "version": "3.45.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.40.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.40.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.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",
@@ -32,13 +32,13 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
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.40.0",
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",