@aws-sdk/client-rekognition 3.78.0 → 3.79.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/README.md +198 -1
- package/dist-cjs/Rekognition.js +15 -0
- package/dist-cjs/commands/UpdateStreamProcessorCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +89 -17
- package/dist-cjs/protocols/Aws_json1_1.js +291 -3
- package/dist-es/Rekognition.js +15 -0
- package/dist-es/commands/UpdateStreamProcessorCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +58 -8
- package/dist-es/protocols/Aws_json1_1.js +277 -9
- package/dist-types/Rekognition.d.ts +247 -24
- package/dist-types/RekognitionClient.d.ts +205 -3
- package/dist-types/commands/CreateStreamProcessorCommand.d.ts +17 -6
- package/dist-types/commands/DeleteCollectionCommand.d.ts +1 -1
- package/dist-types/commands/DetectLabelsCommand.d.ts +1 -1
- package/dist-types/commands/DetectTextCommand.d.ts +1 -1
- package/dist-types/commands/GetCelebrityInfoCommand.d.ts +1 -1
- package/dist-types/commands/GetContentModerationCommand.d.ts +1 -1
- package/dist-types/commands/GetSegmentDetectionCommand.d.ts +1 -1
- package/dist-types/commands/IndexFacesCommand.d.ts +2 -2
- package/dist-types/commands/ListCollectionsCommand.d.ts +1 -1
- package/dist-types/commands/RecognizeCelebritiesCommand.d.ts +2 -2
- 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 +2 -1
- package/dist-types/commands/StartSegmentDetectionCommand.d.ts +1 -1
- package/dist-types/commands/StartStreamProcessorCommand.d.ts +1 -0
- package/dist-types/commands/UpdateStreamProcessorCommand.d.ts +37 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +450 -84
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/ts3.4/Rekognition.d.ts +5 -0
- package/dist-types/ts3.4/RekognitionClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/UpdateStreamProcessorCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +165 -21
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
- package/package.json +8 -8
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.79.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.78.0...v3.79.0) (2022-04-27)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-rekognition:** This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor. ([f0564dc](https://github.com/aws/aws-sdk-js-v3/commit/f0564dc3bc21b968b86fec7a25cb56f75b89793b))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.78.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.77.0...v3.78.0) (2022-04-26)
|
|
7
18
|
|
|
8
19
|
|
package/README.md
CHANGED
|
@@ -7,7 +7,204 @@
|
|
|
7
7
|
|
|
8
8
|
AWS SDK for JavaScript Rekognition Client for Node.js, Browser and React Native.
|
|
9
9
|
|
|
10
|
-
<p>This is the Amazon Rekognition
|
|
10
|
+
<p>This is the API Reference for <a href="https://docs.aws.amazon.com/rekognition/latest/dg/images.html">Amazon Rekognition Image</a>,
|
|
11
|
+
<a href="https://docs.aws.amazon.com/rekognition/latest/customlabels-dg/what-is.html">Amazon Rekognition Custom Labels</a>,
|
|
12
|
+
<a href="https://docs.aws.amazon.com/rekognition/latest/dg/video.html">Amazon Rekognition Stored Video</a>,
|
|
13
|
+
<a href="https://docs.aws.amazon.com/rekognition/latest/dg/streaming-video.html">Amazon Rekognition Streaming Video</a>.
|
|
14
|
+
It provides descriptions of actions, data types, common parameters,
|
|
15
|
+
and common errors.</p>
|
|
16
|
+
|
|
17
|
+
<p>
|
|
18
|
+
<b>Amazon Rekognition Image</b>
|
|
19
|
+
</p>
|
|
20
|
+
|
|
21
|
+
<ul>
|
|
22
|
+
<li>
|
|
23
|
+
<p></p>
|
|
24
|
+
</li>
|
|
25
|
+
<li>
|
|
26
|
+
<p></p>
|
|
27
|
+
</li>
|
|
28
|
+
<li>
|
|
29
|
+
<p></p>
|
|
30
|
+
</li>
|
|
31
|
+
<li>
|
|
32
|
+
<p></p>
|
|
33
|
+
</li>
|
|
34
|
+
<li>
|
|
35
|
+
<p></p>
|
|
36
|
+
</li>
|
|
37
|
+
<li>
|
|
38
|
+
<p></p>
|
|
39
|
+
</li>
|
|
40
|
+
<li>
|
|
41
|
+
<p></p>
|
|
42
|
+
</li>
|
|
43
|
+
<li>
|
|
44
|
+
<p></p>
|
|
45
|
+
</li>
|
|
46
|
+
<li>
|
|
47
|
+
<p></p>
|
|
48
|
+
</li>
|
|
49
|
+
<li>
|
|
50
|
+
<p></p>
|
|
51
|
+
</li>
|
|
52
|
+
<li>
|
|
53
|
+
<p></p>
|
|
54
|
+
</li>
|
|
55
|
+
<li>
|
|
56
|
+
<p></p>
|
|
57
|
+
</li>
|
|
58
|
+
<li>
|
|
59
|
+
<p></p>
|
|
60
|
+
</li>
|
|
61
|
+
<li>
|
|
62
|
+
<p></p>
|
|
63
|
+
</li>
|
|
64
|
+
<li>
|
|
65
|
+
<p></p>
|
|
66
|
+
</li>
|
|
67
|
+
<li>
|
|
68
|
+
<p></p>
|
|
69
|
+
</li>
|
|
70
|
+
<li>
|
|
71
|
+
<p></p>
|
|
72
|
+
</li>
|
|
73
|
+
</ul>
|
|
74
|
+
|
|
75
|
+
<p>
|
|
76
|
+
<b>Amazon Rekognition Custom Labels</b>
|
|
77
|
+
</p>
|
|
78
|
+
<ul>
|
|
79
|
+
<li>
|
|
80
|
+
<p></p>
|
|
81
|
+
</li>
|
|
82
|
+
<li>
|
|
83
|
+
<p></p>
|
|
84
|
+
</li>
|
|
85
|
+
<li>
|
|
86
|
+
<p></p>
|
|
87
|
+
</li>
|
|
88
|
+
<li>
|
|
89
|
+
<p></p>
|
|
90
|
+
</li>
|
|
91
|
+
<li>
|
|
92
|
+
<p></p>
|
|
93
|
+
</li>
|
|
94
|
+
<li>
|
|
95
|
+
<p></p>
|
|
96
|
+
</li>
|
|
97
|
+
<li>
|
|
98
|
+
<p></p>
|
|
99
|
+
</li>
|
|
100
|
+
<li>
|
|
101
|
+
<p></p>
|
|
102
|
+
</li>
|
|
103
|
+
<li>
|
|
104
|
+
<p></p>
|
|
105
|
+
</li>
|
|
106
|
+
<li>
|
|
107
|
+
<p></p>
|
|
108
|
+
</li>
|
|
109
|
+
<li>
|
|
110
|
+
<p></p>
|
|
111
|
+
</li>
|
|
112
|
+
<li>
|
|
113
|
+
<p></p>
|
|
114
|
+
</li>
|
|
115
|
+
<li>
|
|
116
|
+
<p></p>
|
|
117
|
+
</li>
|
|
118
|
+
<li>
|
|
119
|
+
<p></p>
|
|
120
|
+
</li>
|
|
121
|
+
<li>
|
|
122
|
+
<p></p>
|
|
123
|
+
</li>
|
|
124
|
+
<li>
|
|
125
|
+
<p></p>
|
|
126
|
+
</li>
|
|
127
|
+
</ul>
|
|
128
|
+
|
|
129
|
+
<p>
|
|
130
|
+
<b>Amazon Rekognition Video Stored Video</b>
|
|
131
|
+
</p>
|
|
132
|
+
|
|
133
|
+
<ul>
|
|
134
|
+
<li>
|
|
135
|
+
<p></p>
|
|
136
|
+
</li>
|
|
137
|
+
<li>
|
|
138
|
+
<p></p>
|
|
139
|
+
</li>
|
|
140
|
+
<li>
|
|
141
|
+
<p></p>
|
|
142
|
+
</li>
|
|
143
|
+
<li>
|
|
144
|
+
<p></p>
|
|
145
|
+
</li>
|
|
146
|
+
<li>
|
|
147
|
+
<p></p>
|
|
148
|
+
</li>
|
|
149
|
+
<li>
|
|
150
|
+
<p></p>
|
|
151
|
+
</li>
|
|
152
|
+
<li>
|
|
153
|
+
<p></p>
|
|
154
|
+
</li>
|
|
155
|
+
<li>
|
|
156
|
+
<p></p>
|
|
157
|
+
</li>
|
|
158
|
+
<li>
|
|
159
|
+
<p></p>
|
|
160
|
+
</li>
|
|
161
|
+
<li>
|
|
162
|
+
<p></p>
|
|
163
|
+
</li>
|
|
164
|
+
<li>
|
|
165
|
+
<p></p>
|
|
166
|
+
</li>
|
|
167
|
+
<li>
|
|
168
|
+
<p></p>
|
|
169
|
+
</li>
|
|
170
|
+
<li>
|
|
171
|
+
<p></p>
|
|
172
|
+
</li>
|
|
173
|
+
<li>
|
|
174
|
+
<p></p>
|
|
175
|
+
</li>
|
|
176
|
+
<li>
|
|
177
|
+
<p></p>
|
|
178
|
+
</li>
|
|
179
|
+
<li>
|
|
180
|
+
<p></p>
|
|
181
|
+
</li>
|
|
182
|
+
</ul>
|
|
183
|
+
|
|
184
|
+
<p>
|
|
185
|
+
<b>Amazon Rekognition Video Streaming Video</b>
|
|
186
|
+
</p>
|
|
187
|
+
|
|
188
|
+
<ul>
|
|
189
|
+
<li>
|
|
190
|
+
<p></p>
|
|
191
|
+
</li>
|
|
192
|
+
<li>
|
|
193
|
+
<p></p>
|
|
194
|
+
</li>
|
|
195
|
+
<li>
|
|
196
|
+
<p></p>
|
|
197
|
+
</li>
|
|
198
|
+
<li>
|
|
199
|
+
<p></p>
|
|
200
|
+
</li>
|
|
201
|
+
<li>
|
|
202
|
+
<p></p>
|
|
203
|
+
</li>
|
|
204
|
+
<li>
|
|
205
|
+
<p></p>
|
|
206
|
+
</li>
|
|
207
|
+
</ul>
|
|
11
208
|
|
|
12
209
|
## Installing
|
|
13
210
|
|
package/dist-cjs/Rekognition.js
CHANGED
|
@@ -59,6 +59,7 @@ const StopStreamProcessorCommand_1 = require("./commands/StopStreamProcessorComm
|
|
|
59
59
|
const TagResourceCommand_1 = require("./commands/TagResourceCommand");
|
|
60
60
|
const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
|
|
61
61
|
const UpdateDatasetEntriesCommand_1 = require("./commands/UpdateDatasetEntriesCommand");
|
|
62
|
+
const UpdateStreamProcessorCommand_1 = require("./commands/UpdateStreamProcessorCommand");
|
|
62
63
|
const RekognitionClient_1 = require("./RekognitionClient");
|
|
63
64
|
class Rekognition extends RekognitionClient_1.RekognitionClient {
|
|
64
65
|
compareFaces(args, optionsOrCb, cb) {
|
|
@@ -873,5 +874,19 @@ class Rekognition extends RekognitionClient_1.RekognitionClient {
|
|
|
873
874
|
return this.send(command, optionsOrCb);
|
|
874
875
|
}
|
|
875
876
|
}
|
|
877
|
+
updateStreamProcessor(args, optionsOrCb, cb) {
|
|
878
|
+
const command = new UpdateStreamProcessorCommand_1.UpdateStreamProcessorCommand(args);
|
|
879
|
+
if (typeof optionsOrCb === "function") {
|
|
880
|
+
this.send(command, optionsOrCb);
|
|
881
|
+
}
|
|
882
|
+
else if (typeof cb === "function") {
|
|
883
|
+
if (typeof optionsOrCb !== "object")
|
|
884
|
+
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
885
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
886
|
+
}
|
|
887
|
+
else {
|
|
888
|
+
return this.send(command, optionsOrCb);
|
|
889
|
+
}
|
|
890
|
+
}
|
|
876
891
|
}
|
|
877
892
|
exports.Rekognition = Rekognition;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateStreamProcessorCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
class UpdateStreamProcessorCommand extends smithy_client_1.Command {
|
|
9
|
+
constructor(input) {
|
|
10
|
+
super();
|
|
11
|
+
this.input = input;
|
|
12
|
+
}
|
|
13
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
15
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
const { logger } = configuration;
|
|
17
|
+
const clientName = "RekognitionClient";
|
|
18
|
+
const commandName = "UpdateStreamProcessorCommand";
|
|
19
|
+
const handlerExecutionContext = {
|
|
20
|
+
logger,
|
|
21
|
+
clientName,
|
|
22
|
+
commandName,
|
|
23
|
+
inputFilterSensitiveLog: models_0_1.UpdateStreamProcessorRequest.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: models_0_1.UpdateStreamProcessorResponse.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
const { requestHandler } = configuration;
|
|
27
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
28
|
+
}
|
|
29
|
+
serialize(input, context) {
|
|
30
|
+
return (0, Aws_json1_1_1.serializeAws_json1_1UpdateStreamProcessorCommand)(input, context);
|
|
31
|
+
}
|
|
32
|
+
deserialize(output, context) {
|
|
33
|
+
return (0, Aws_json1_1_1.deserializeAws_json1_1UpdateStreamProcessorCommand)(output, context);
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
exports.UpdateStreamProcessorCommand = UpdateStreamProcessorCommand;
|
|
@@ -59,3 +59,4 @@ tslib_1.__exportStar(require("./StopStreamProcessorCommand"), exports);
|
|
|
59
59
|
tslib_1.__exportStar(require("./TagResourceCommand"), exports);
|
|
60
60
|
tslib_1.__exportStar(require("./UntagResourceCommand"), exports);
|
|
61
61
|
tslib_1.__exportStar(require("./UpdateDatasetEntriesCommand"), exports);
|
|
62
|
+
tslib_1.__exportStar(require("./UpdateStreamProcessorCommand"), exports);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ThrottlingException = exports.ProvisionedThroughputExceededException = exports.InvalidS3ObjectException = exports.InvalidParameterException = exports.InvalidImageFormatException = exports.InternalServerError = exports.ImageTooLargeException = exports.CompareFacesResponse = exports.OrientationCorrection = exports.CompareFacesMatch = exports.CompareFacesRequest = exports.Image = exports.QualityFilter = exports.ComparedSourceImageFace = exports.CelebrityRecognitionSortBy = exports.CelebrityRecognition = exports.CelebrityDetail = exports.FaceDetail = exports.Sunglasses = exports.Mustache = exports.MouthOpen = exports.Gender = exports.GenderType = exports.EyeOpen = exports.Eyeglasses = exports.Celebrity = exports.KnownGender = exports.KnownGenderType = exports.ComparedFace = exports.Smile = exports.ImageQuality = exports.Pose = exports.Landmark = exports.LandmarkType = exports.Emotion = exports.ProtectiveEquipmentBodyPart = exports.EquipmentDetection = exports.ProtectiveEquipmentType = exports.CoversBodyPart = exports.BoundingBox = exports.BodyPart = exports.BlackFrame = exports.Beard = exports.AudioMetadata = exports.Attribute = exports.Asset = exports.GroundTruthManifest = exports.S3Object = exports.AgeRange = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.UpdateDatasetEntriesResponse = exports.UpdateDatasetEntriesRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = void 0;
|
|
4
|
+
exports.DeleteDatasetRequest = exports.DeleteCollectionResponse = exports.DeleteCollectionRequest = exports.DatasetMetadata = exports.DatasetLabelDescription = exports.DatasetLabelStats = exports.DatasetDescription = exports.DatasetStatusMessageCode = exports.DatasetStatus = exports.DatasetStats = exports.DatasetChanges = exports.CustomLabel = exports.Geometry = exports.CreateStreamProcessorResponse = exports.CreateStreamProcessorRequest = exports.StreamProcessorSettings = exports.FaceSearchSettings = exports.RegionOfInterest = exports.Point = exports.StreamProcessorOutput = exports.S3Destination = exports.KinesisDataStream = exports.StreamProcessorNotificationChannel = exports.StreamProcessorInput = exports.KinesisVideoStream = exports.StreamProcessorDataSharingPreference = exports.CreateProjectVersionResponse = exports.CreateProjectVersionRequest = exports.TrainingData = exports.TestingData = exports.OutputConfig = exports.ResourceInUseException = exports.CreateProjectResponse = exports.CreateProjectRequest = exports.ResourceNotFoundException = exports.LimitExceededException = exports.CreateDatasetResponse = exports.CreateDatasetRequest = exports.DatasetType = exports.DatasetSource = exports.ServiceQuotaExceededException = exports.ResourceAlreadyExistsException = exports.CreateCollectionResponse = exports.CreateCollectionRequest = exports.ContentModerationSortBy = exports.ContentModerationDetection = exports.ModerationLabel = exports.ContentClassifier = exports.ConnectedHomeSettingsForUpdate = exports.ConnectedHomeSettings = void 0;
|
|
5
|
+
exports.ProtectiveEquipmentPerson = exports.DetectProtectiveEquipmentRequest = exports.ProtectiveEquipmentSummarizationAttributes = exports.HumanLoopQuotaExceededException = exports.DetectModerationLabelsResponse = exports.HumanLoopActivationOutput = exports.DetectModerationLabelsRequest = exports.HumanLoopConfig = exports.HumanLoopDataAttributes = exports.DetectLabelsResponse = exports.Label = exports.Parent = exports.Instance = exports.DetectLabelsRequest = exports.DetectionFilter = exports.DetectFacesResponse = exports.DetectFacesRequest = exports.ResourceNotReadyException = exports.DetectCustomLabelsResponse = exports.DetectCustomLabelsRequest = exports.DescribeStreamProcessorResponse = exports.StreamProcessorStatus = exports.DescribeStreamProcessorRequest = exports.DescribeProjectVersionsResponse = exports.ProjectVersionDescription = exports.TrainingDataResult = exports.TestingDataResult = exports.ValidationData = exports.EvaluationResult = exports.Summary = exports.DescribeProjectVersionsRequest = exports.InvalidPaginationTokenException = exports.DescribeProjectsResponse = exports.ProjectDescription = exports.DescribeProjectsRequest = exports.DescribeDatasetResponse = exports.DescribeDatasetRequest = exports.DescribeCollectionResponse = exports.DescribeCollectionRequest = exports.DeleteStreamProcessorResponse = exports.DeleteStreamProcessorRequest = exports.DeleteProjectVersionResponse = exports.ProjectVersionStatus = exports.DeleteProjectVersionRequest = exports.DeleteProjectResponse = exports.ProjectStatus = exports.DeleteProjectRequest = exports.DeleteFacesResponse = exports.DeleteFacesRequest = exports.DeleteDatasetResponse = void 0;
|
|
6
|
+
exports.GetTextDetectionResponse = exports.TextDetectionResult = exports.GetTextDetectionRequest = exports.GetSegmentDetectionResponse = exports.SegmentTypeInfo = exports.SegmentDetection = exports.SegmentType = exports.TechnicalCueSegment = exports.TechnicalCueType = exports.ShotSegment = exports.GetSegmentDetectionRequest = exports.GetPersonTrackingResponse = exports.PersonDetection = exports.GetPersonTrackingRequest = exports.PersonTrackingSortBy = exports.GetLabelDetectionResponse = exports.LabelDetection = exports.GetLabelDetectionRequest = exports.LabelDetectionSortBy = exports.GetFaceSearchResponse = exports.PersonMatch = exports.PersonDetail = exports.GetFaceSearchRequest = exports.GetFaceDetectionResponse = exports.GetFaceDetectionRequest = exports.GetContentModerationResponse = exports.GetContentModerationRequest = exports.GetCelebrityRecognitionResponse = exports.VideoMetadata = exports.VideoColorRange = exports.VideoJobStatus = exports.GetCelebrityRecognitionRequest = exports.GetCelebrityInfoResponse = exports.GetCelebrityInfoRequest = exports.FaceSearchSortBy = exports.FaceRecord = exports.FaceMatch = exports.FaceDetection = exports.FaceAttributes = exports.Face = exports.DistributeDatasetEntriesResponse = exports.DistributeDatasetEntriesRequest = exports.DistributeDataset = exports.DetectTextResponse = exports.TextDetection = exports.TextTypes = exports.DetectTextRequest = exports.DetectTextFilters = exports.DetectProtectiveEquipmentResponse = exports.ProtectiveEquipmentSummary = void 0;
|
|
7
|
+
exports.StartStreamProcessorRequest = exports.StreamProcessingStopSelector = exports.StreamProcessingStartSelector = exports.StartSegmentDetectionResponse = exports.StartSegmentDetectionRequest = exports.StartSegmentDetectionFilters = exports.StartTechnicalCueDetectionFilter = exports.StartShotDetectionFilter = exports.StartProjectVersionResponse = exports.StartProjectVersionRequest = exports.StartPersonTrackingResponse = exports.StartPersonTrackingRequest = exports.StartLabelDetectionResponse = exports.StartLabelDetectionRequest = exports.StartFaceSearchResponse = exports.StartFaceSearchRequest = exports.StartFaceDetectionResponse = exports.StartFaceDetectionRequest = exports.StartContentModerationResponse = exports.StartContentModerationRequest = exports.VideoTooLargeException = exports.StartCelebrityRecognitionResponse = exports.StartCelebrityRecognitionRequest = exports.Video = exports.SearchFacesByImageResponse = exports.SearchFacesByImageRequest = exports.SearchFacesResponse = exports.SearchFacesRequest = exports.RecognizeCelebritiesResponse = exports.RecognizeCelebritiesRequest = exports.NotificationChannel = exports.ListTagsForResourceResponse = exports.ListTagsForResourceRequest = exports.ListStreamProcessorsResponse = exports.StreamProcessor = exports.ListStreamProcessorsRequest = exports.ListFacesResponse = exports.ListFacesRequest = exports.ListDatasetLabelsResponse = exports.ListDatasetLabelsRequest = exports.ListDatasetEntriesResponse = exports.ListDatasetEntriesRequest = exports.ListCollectionsResponse = exports.ListCollectionsRequest = exports.KinesisVideoStreamStartSelector = exports.IndexFacesResponse = exports.UnindexedFace = exports.Reason = exports.IndexFacesRequest = exports.IdempotentParameterMismatchException = void 0;
|
|
8
|
+
exports.UpdateStreamProcessorResponse = exports.UpdateStreamProcessorRequest = exports.StreamProcessorSettingsForUpdate = exports.StreamProcessorParameterToDelete = exports.UpdateDatasetEntriesResponse = exports.UpdateDatasetEntriesRequest = exports.UntagResourceResponse = exports.UntagResourceRequest = exports.TagResourceResponse = exports.TagResourceRequest = exports.StopStreamProcessorResponse = exports.StopStreamProcessorRequest = exports.StopProjectVersionResponse = exports.StopProjectVersionRequest = exports.StartTextDetectionResponse = exports.StartTextDetectionRequest = exports.StartTextDetectionFilters = exports.StartStreamProcessorResponse = void 0;
|
|
9
9
|
const RekognitionServiceException_1 = require("./RekognitionServiceException");
|
|
10
10
|
class AccessDeniedException extends RekognitionServiceException_1.RekognitionServiceException {
|
|
11
11
|
constructor(opts) {
|
|
@@ -416,6 +416,18 @@ class ThrottlingException extends RekognitionServiceException_1.RekognitionServi
|
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
exports.ThrottlingException = ThrottlingException;
|
|
419
|
+
var ConnectedHomeSettings;
|
|
420
|
+
(function (ConnectedHomeSettings) {
|
|
421
|
+
ConnectedHomeSettings.filterSensitiveLog = (obj) => ({
|
|
422
|
+
...obj,
|
|
423
|
+
});
|
|
424
|
+
})(ConnectedHomeSettings = exports.ConnectedHomeSettings || (exports.ConnectedHomeSettings = {}));
|
|
425
|
+
var ConnectedHomeSettingsForUpdate;
|
|
426
|
+
(function (ConnectedHomeSettingsForUpdate) {
|
|
427
|
+
ConnectedHomeSettingsForUpdate.filterSensitiveLog = (obj) => ({
|
|
428
|
+
...obj,
|
|
429
|
+
});
|
|
430
|
+
})(ConnectedHomeSettingsForUpdate = exports.ConnectedHomeSettingsForUpdate || (exports.ConnectedHomeSettingsForUpdate = {}));
|
|
419
431
|
var ContentClassifier;
|
|
420
432
|
(function (ContentClassifier) {
|
|
421
433
|
ContentClassifier["FREE_OF_ADULT_CONTENT"] = "FreeOfAdultContent";
|
|
@@ -595,6 +607,12 @@ var CreateProjectVersionResponse;
|
|
|
595
607
|
...obj,
|
|
596
608
|
});
|
|
597
609
|
})(CreateProjectVersionResponse = exports.CreateProjectVersionResponse || (exports.CreateProjectVersionResponse = {}));
|
|
610
|
+
var StreamProcessorDataSharingPreference;
|
|
611
|
+
(function (StreamProcessorDataSharingPreference) {
|
|
612
|
+
StreamProcessorDataSharingPreference.filterSensitiveLog = (obj) => ({
|
|
613
|
+
...obj,
|
|
614
|
+
});
|
|
615
|
+
})(StreamProcessorDataSharingPreference = exports.StreamProcessorDataSharingPreference || (exports.StreamProcessorDataSharingPreference = {}));
|
|
598
616
|
var KinesisVideoStream;
|
|
599
617
|
(function (KinesisVideoStream) {
|
|
600
618
|
KinesisVideoStream.filterSensitiveLog = (obj) => ({
|
|
@@ -607,18 +625,42 @@ var StreamProcessorInput;
|
|
|
607
625
|
...obj,
|
|
608
626
|
});
|
|
609
627
|
})(StreamProcessorInput = exports.StreamProcessorInput || (exports.StreamProcessorInput = {}));
|
|
628
|
+
var StreamProcessorNotificationChannel;
|
|
629
|
+
(function (StreamProcessorNotificationChannel) {
|
|
630
|
+
StreamProcessorNotificationChannel.filterSensitiveLog = (obj) => ({
|
|
631
|
+
...obj,
|
|
632
|
+
});
|
|
633
|
+
})(StreamProcessorNotificationChannel = exports.StreamProcessorNotificationChannel || (exports.StreamProcessorNotificationChannel = {}));
|
|
610
634
|
var KinesisDataStream;
|
|
611
635
|
(function (KinesisDataStream) {
|
|
612
636
|
KinesisDataStream.filterSensitiveLog = (obj) => ({
|
|
613
637
|
...obj,
|
|
614
638
|
});
|
|
615
639
|
})(KinesisDataStream = exports.KinesisDataStream || (exports.KinesisDataStream = {}));
|
|
640
|
+
var S3Destination;
|
|
641
|
+
(function (S3Destination) {
|
|
642
|
+
S3Destination.filterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
})(S3Destination = exports.S3Destination || (exports.S3Destination = {}));
|
|
616
646
|
var StreamProcessorOutput;
|
|
617
647
|
(function (StreamProcessorOutput) {
|
|
618
648
|
StreamProcessorOutput.filterSensitiveLog = (obj) => ({
|
|
619
649
|
...obj,
|
|
620
650
|
});
|
|
621
651
|
})(StreamProcessorOutput = exports.StreamProcessorOutput || (exports.StreamProcessorOutput = {}));
|
|
652
|
+
var Point;
|
|
653
|
+
(function (Point) {
|
|
654
|
+
Point.filterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
})(Point = exports.Point || (exports.Point = {}));
|
|
658
|
+
var RegionOfInterest;
|
|
659
|
+
(function (RegionOfInterest) {
|
|
660
|
+
RegionOfInterest.filterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
});
|
|
663
|
+
})(RegionOfInterest = exports.RegionOfInterest || (exports.RegionOfInterest = {}));
|
|
622
664
|
var FaceSearchSettings;
|
|
623
665
|
(function (FaceSearchSettings) {
|
|
624
666
|
FaceSearchSettings.filterSensitiveLog = (obj) => ({
|
|
@@ -643,12 +685,6 @@ var CreateStreamProcessorResponse;
|
|
|
643
685
|
...obj,
|
|
644
686
|
});
|
|
645
687
|
})(CreateStreamProcessorResponse = exports.CreateStreamProcessorResponse || (exports.CreateStreamProcessorResponse = {}));
|
|
646
|
-
var Point;
|
|
647
|
-
(function (Point) {
|
|
648
|
-
Point.filterSensitiveLog = (obj) => ({
|
|
649
|
-
...obj,
|
|
650
|
-
});
|
|
651
|
-
})(Point = exports.Point || (exports.Point = {}));
|
|
652
688
|
var Geometry;
|
|
653
689
|
(function (Geometry) {
|
|
654
690
|
Geometry.filterSensitiveLog = (obj) => ({
|
|
@@ -922,6 +958,7 @@ var StreamProcessorStatus;
|
|
|
922
958
|
StreamProcessorStatus["STARTING"] = "STARTING";
|
|
923
959
|
StreamProcessorStatus["STOPPED"] = "STOPPED";
|
|
924
960
|
StreamProcessorStatus["STOPPING"] = "STOPPING";
|
|
961
|
+
StreamProcessorStatus["UPDATING"] = "UPDATING";
|
|
925
962
|
})(StreamProcessorStatus = exports.StreamProcessorStatus || (exports.StreamProcessorStatus = {}));
|
|
926
963
|
var DescribeStreamProcessorResponse;
|
|
927
964
|
(function (DescribeStreamProcessorResponse) {
|
|
@@ -1084,12 +1121,6 @@ var DetectProtectiveEquipmentResponse;
|
|
|
1084
1121
|
...obj,
|
|
1085
1122
|
});
|
|
1086
1123
|
})(DetectProtectiveEquipmentResponse = exports.DetectProtectiveEquipmentResponse || (exports.DetectProtectiveEquipmentResponse = {}));
|
|
1087
|
-
var RegionOfInterest;
|
|
1088
|
-
(function (RegionOfInterest) {
|
|
1089
|
-
RegionOfInterest.filterSensitiveLog = (obj) => ({
|
|
1090
|
-
...obj,
|
|
1091
|
-
});
|
|
1092
|
-
})(RegionOfInterest = exports.RegionOfInterest || (exports.RegionOfInterest = {}));
|
|
1093
1124
|
var DetectTextFilters;
|
|
1094
1125
|
(function (DetectTextFilters) {
|
|
1095
1126
|
DetectTextFilters.filterSensitiveLog = (obj) => ({
|
|
@@ -1419,6 +1450,12 @@ var IndexFacesResponse;
|
|
|
1419
1450
|
...obj,
|
|
1420
1451
|
});
|
|
1421
1452
|
})(IndexFacesResponse = exports.IndexFacesResponse || (exports.IndexFacesResponse = {}));
|
|
1453
|
+
var KinesisVideoStreamStartSelector;
|
|
1454
|
+
(function (KinesisVideoStreamStartSelector) {
|
|
1455
|
+
KinesisVideoStreamStartSelector.filterSensitiveLog = (obj) => ({
|
|
1456
|
+
...obj,
|
|
1457
|
+
});
|
|
1458
|
+
})(KinesisVideoStreamStartSelector = exports.KinesisVideoStreamStartSelector || (exports.KinesisVideoStreamStartSelector = {}));
|
|
1422
1459
|
var ListCollectionsRequest;
|
|
1423
1460
|
(function (ListCollectionsRequest) {
|
|
1424
1461
|
ListCollectionsRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1675,6 +1712,18 @@ var StartSegmentDetectionResponse;
|
|
|
1675
1712
|
...obj,
|
|
1676
1713
|
});
|
|
1677
1714
|
})(StartSegmentDetectionResponse = exports.StartSegmentDetectionResponse || (exports.StartSegmentDetectionResponse = {}));
|
|
1715
|
+
var StreamProcessingStartSelector;
|
|
1716
|
+
(function (StreamProcessingStartSelector) {
|
|
1717
|
+
StreamProcessingStartSelector.filterSensitiveLog = (obj) => ({
|
|
1718
|
+
...obj,
|
|
1719
|
+
});
|
|
1720
|
+
})(StreamProcessingStartSelector = exports.StreamProcessingStartSelector || (exports.StreamProcessingStartSelector = {}));
|
|
1721
|
+
var StreamProcessingStopSelector;
|
|
1722
|
+
(function (StreamProcessingStopSelector) {
|
|
1723
|
+
StreamProcessingStopSelector.filterSensitiveLog = (obj) => ({
|
|
1724
|
+
...obj,
|
|
1725
|
+
});
|
|
1726
|
+
})(StreamProcessingStopSelector = exports.StreamProcessingStopSelector || (exports.StreamProcessingStopSelector = {}));
|
|
1678
1727
|
var StartStreamProcessorRequest;
|
|
1679
1728
|
(function (StartStreamProcessorRequest) {
|
|
1680
1729
|
StartStreamProcessorRequest.filterSensitiveLog = (obj) => ({
|
|
@@ -1765,3 +1814,26 @@ var UpdateDatasetEntriesResponse;
|
|
|
1765
1814
|
...obj,
|
|
1766
1815
|
});
|
|
1767
1816
|
})(UpdateDatasetEntriesResponse = exports.UpdateDatasetEntriesResponse || (exports.UpdateDatasetEntriesResponse = {}));
|
|
1817
|
+
var StreamProcessorParameterToDelete;
|
|
1818
|
+
(function (StreamProcessorParameterToDelete) {
|
|
1819
|
+
StreamProcessorParameterToDelete["ConnectedHomeMinConfidence"] = "ConnectedHomeMinConfidence";
|
|
1820
|
+
StreamProcessorParameterToDelete["RegionsOfInterest"] = "RegionsOfInterest";
|
|
1821
|
+
})(StreamProcessorParameterToDelete = exports.StreamProcessorParameterToDelete || (exports.StreamProcessorParameterToDelete = {}));
|
|
1822
|
+
var StreamProcessorSettingsForUpdate;
|
|
1823
|
+
(function (StreamProcessorSettingsForUpdate) {
|
|
1824
|
+
StreamProcessorSettingsForUpdate.filterSensitiveLog = (obj) => ({
|
|
1825
|
+
...obj,
|
|
1826
|
+
});
|
|
1827
|
+
})(StreamProcessorSettingsForUpdate = exports.StreamProcessorSettingsForUpdate || (exports.StreamProcessorSettingsForUpdate = {}));
|
|
1828
|
+
var UpdateStreamProcessorRequest;
|
|
1829
|
+
(function (UpdateStreamProcessorRequest) {
|
|
1830
|
+
UpdateStreamProcessorRequest.filterSensitiveLog = (obj) => ({
|
|
1831
|
+
...obj,
|
|
1832
|
+
});
|
|
1833
|
+
})(UpdateStreamProcessorRequest = exports.UpdateStreamProcessorRequest || (exports.UpdateStreamProcessorRequest = {}));
|
|
1834
|
+
var UpdateStreamProcessorResponse;
|
|
1835
|
+
(function (UpdateStreamProcessorResponse) {
|
|
1836
|
+
UpdateStreamProcessorResponse.filterSensitiveLog = (obj) => ({
|
|
1837
|
+
...obj,
|
|
1838
|
+
});
|
|
1839
|
+
})(UpdateStreamProcessorResponse = exports.UpdateStreamProcessorResponse || (exports.UpdateStreamProcessorResponse = {}));
|